mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-24 14:12:18 +00:00
Update README.md
This won't work if the ImagePullPolicy is not set to never as it tries to pull it.
This commit is contained in:
parent
25e061e062
commit
d5f964d7ae
@ -37,7 +37,7 @@ kubectl create clusterrolebinding default-view --clusterrole=view --serviceaccou
|
|||||||
|
|
||||||
Then, run the image in a Pod with a single instance Deployment:
|
Then, run the image in a Pod with a single instance Deployment:
|
||||||
|
|
||||||
kubectl run --rm -i demo --image=in-cluster
|
kubectl run --rm -i demo --image=in-cluster --image-pull-policy=Never
|
||||||
|
|
||||||
There are 4 pods in the cluster
|
There are 4 pods in the cluster
|
||||||
There are 4 pods in the cluster
|
There are 4 pods in the cluster
|
||||||
|
Loading…
Reference in New Issue
Block a user