Skip to content

Commit f7ff11c

Browse files
authored
Merge pull request #20187 from knabben/patch-1
Exec on correct pod name
2 parents 2259c8c + 128f1f2 commit f7ff11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug-application-cluster/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you attempt to use `kubectl exec` to create a shell you will see an error
107107
because there is no shell in this container image.
108108

109109
```shell
110-
kubectl exec -it pause -- sh
110+
kubectl exec -it ephemeral-demo -- sh
111111
```
112112

113113
```

0 commit comments

Comments
 (0)