mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-22 06:16:31 +00:00
fix kubectl CLI error
Error from server (NotFound): pods "deployment" not found
This commit is contained in:
@@ -111,7 +111,8 @@
|
||||
|
||||
- Display that key:
|
||||
```
|
||||
kubectl logs deployment flux | grep identity
|
||||
kubectl logs deployment/flux | grep identity
|
||||
|
||||
```
|
||||
|
||||
- Then add that key to the repository, giving it **write** access
|
||||
|
||||
Reference in New Issue
Block a user