From 2d7522080652c1c2996e206b4f7fd7cb60fdd3b6 Mon Sep 17 00:00:00 2001 From: June Yi Date: Sat, 4 Apr 2020 00:56:44 +0900 Subject: [PATCH] Delete deprecated flag in the guide Flag --replicas has been deprecated. Signed-off-by: June Yi --- contributors/devel/running-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md index 077da2afe..f0610416f 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