Merge pull request #4678 from gochist/deprecated-replicas
Delete deprecated flag in the guide
This commit is contained in:
commit
6d9d8717e8
|
|
@ -97,7 +97,7 @@ You can now use any of the cluster/kubectl.sh commands to interact with your loc
|
|||
cluster/kubectl.sh get pods
|
||||
cluster/kubectl.sh get services
|
||||
cluster/kubectl.sh get replicationcontrollers
|
||||
cluster/kubectl.sh run my-nginx --image=nginx --replicas=2 --port=80
|
||||
cluster/kubectl.sh run my-nginx --image=nginx --port=80
|
||||
|
||||
|
||||
## begin wait for provision to complete, you can monitor the docker pull by opening a new terminal
|
||||
|
|
|
|||
Loading…
Reference in New Issue