Skip to content

Commit 58312c2

Browse files
authored
Merge pull request #24603 from ljnaresh/bug-21436
Replace alpine with busybox image for better response from nslookup
2 parents fde6159 + e239d80 commit 58312c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/debug-application-cluster/debug-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ you to figure out what's going wrong.
1818
## Running commands in a Pod
1919

2020
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:
21+
sees. The simplest way to do this is to run an interactive busybox Pod:
2222

2323
```none
24-
kubectl run -it --rm --restart=Never alpine --image=alpine sh
24+
kubectl run -it --rm --restart=Never busybox --image=gcr.io/google-containers/busybox sh
2525
```
2626

2727
{{< note >}}

0 commit comments

Comments
 (0)