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.
2 parents fde6159 + e239d80 commit 58312c2Copy full SHA for 58312c2
content/en/docs/tasks/debug-application-cluster/debug-service.md
@@ -18,10 +18,10 @@ you to figure out what's going wrong.
18
## Running commands in a Pod
19
20
For many steps here you will want to see what a Pod running in the cluster
21
-sees. The simplest way to do this is to run an interactive alpine Pod:
+sees. The simplest way to do this is to run an interactive busybox Pod:
22
23
```none
24
-kubectl run -it --rm --restart=Never alpine --image=alpine sh
+kubectl run -it --rm --restart=Never busybox --image=gcr.io/google-containers/busybox sh
25
```
26
27
{{< note >}}
0 commit comments