Skip to content

Commit e239d80

Browse files
Replace alpine with busybox image for better response from nslookup
1 parent 4d7cc18 commit e239d80

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)