mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
typo fix in 'kubectl run'´s help
This commit is contained in:
parent
4b3d9e71df
commit
be59b82e60
@ -60,7 +60,7 @@ var (
|
||||
kubectl run hazelcast --image=hazelcast --env="DNS_DOMAIN=cluster" --env="POD_NAMESPACE=default"
|
||||
|
||||
# Start a single instance of hazelcast and set labels "app=hazelcast" and "env=prod" in the container.
|
||||
kubectl run hazelcast --image=nginx --labels="app=hazelcast,env=prod"
|
||||
kubectl run hazelcast --image=hazelcast --labels="app=hazelcast,env=prod"
|
||||
|
||||
# Start a replicated instance of nginx.
|
||||
kubectl run nginx --image=nginx --replicas=5
|
||||
|
Loading…
Reference in New Issue
Block a user