We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e423d + 84ce255 commit 2c11e28Copy full SHA for 2c11e28
01-path-basics/103-kubernetes-concepts/readme.adoc
@@ -165,7 +165,7 @@ Logs from the pod can be obtained (a fresh nginx does not have logs - check agai
165
This command will open a TTY to a shell in your pod:
166
167
$ kubectl get pods
168
- $ kubectl exec -it <pod-name> /bin/bash
+ $ kubectl exec <pod-name> -it /bin/bash
169
170
This opens a bash shell and allows you to look around the filesystem of the container.
171
0 commit comments