diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-04-06 17:13:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-06 17:13:19 -0700 |
| commit | 6d9d8717e870b6ffd4dd2c13a896db42999f9b55 (patch) | |
| tree | 0ba190f33eea6379ab40f72574e1bdda8bedc14a /contributors | |
| parent | f501fad202a18f80632ba4f7e923256e884e9581 (diff) | |
| parent | 2d7522080652c1c2996e206b4f7fd7cb60fdd3b6 (diff) | |
Merge pull request #4678 from gochist/deprecated-replicas
Delete deprecated flag in the guide
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/running-locally.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md index 077da2af..f0610416 100644 --- a/contributors/devel/running-locally.md +++ b/contributors/devel/running-locally.md @@ -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 |
