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.
1 parent 88588e7 commit d353fcfCopy full SHA for d353fcf
content/en/docs/tasks/debug-application-cluster/debug-running-pod.md
@@ -99,7 +99,7 @@ kubectl run ephemeral-demo --image=k8s.gcr.io/pause:3.1 --restart=Never
99
```
100
101
The examples in this section use the `pause` container image because it does not
102
-contain userland debugging utilities, but this method works with all container
+contain debugging utilities, but this method works with all container
103
images.
104
105
If you attempt to use `kubectl exec` to create a shell you will see an error
0 commit comments