diff options
| author | June Yi <gochist@gmail.com> | 2020-04-04 00:56:44 +0900 |
|---|---|---|
| committer | June Yi <gochist@gmail.com> | 2020-04-04 00:59:05 +0900 |
| commit | 2d7522080652c1c2996e206b4f7fd7cb60fdd3b6 (patch) | |
| tree | bb72e9b8d02f5e73f1e4f5b73d314a1b1f1aac1a | |
| parent | a4a1d2f561eac609403f0db7d31d764daaea3b00 (diff) | |
Delete deprecated flag in the guide
Flag --replicas has been deprecated.
Signed-off-by: June Yi <gochist@gmail.com>
| -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 |
