Change the command to use Alpine Image instead of Busy Box
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d02c3ca934
commit
a4629ca423
@@ -48,10 +48,10 @@ OUTPUT
|
|||||||
## Running commands in a Pod
|
## Running commands in a Pod
|
||||||
|
|
||||||
For many steps here you will want to see what a `Pod` running in the cluster
|
For many steps here you will want to see what a `Pod` running in the cluster
|
||||||
sees. The simplest way to do this is to run an interactive busybox `Pod`:
|
sees. The simplest way to do this is to run an interactive alpine `Pod`:
|
||||||
|
|
||||||
```none
|
```none
|
||||||
kubectl run -it --rm --restart=Never busybox --image=busybox sh
|
kubectl run -it --rm --restart=Never alpine --image=alpine sh
|
||||||
/ #
|
/ #
|
||||||
```
|
```
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user