Merge pull request #20187 from knabben/patch-1

Exec on correct pod name
This commit is contained in:
Kubernetes Prow Robot 2020-04-08 22:41:44 -07:00 committed by GitHub
commit f7ff11c012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```
```