Merge pull request #4678 from gochist/deprecated-replicas

Delete deprecated flag in the guide
This commit is contained in:
Kubernetes Prow Robot 2020-04-06 17:13:19 -07:00 committed by GitHub
commit 6d9d8717e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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