Skip to content

Commit 128f1f2

Browse files
authored
Exec on correct pod name
1 parent 12b62a8 commit 128f1f2

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)