Exec on correct pod name

pull/19999/head
Amim Knabben 2020-04-08 22:49:14 -04:00 committed by bryan
parent b4b07083b4
commit d1dafda250
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ If you attempt to use `kubectl exec` to create a shell you will see an error
because there is no shell in this container image.
```shell
kubectl exec -it pause -- sh
kubectl exec -it ephemeral-demo -- sh
```
```