From 6566eefe2071bc4f6afde55f1781d366e022ab25 Mon Sep 17 00:00:00 2001 From: tanshanshan Date: Tue, 21 Aug 2018 22:47:30 +0800 Subject: [PATCH] fix the command output (#9966) I have verified on version v1.11 --- .../concepts/workloads/controllers/replicationcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/replicationcontroller.md b/content/en/docs/concepts/workloads/controllers/replicationcontroller.md index c9e23e5bec..5789b6c3a6 100644 --- a/content/en/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/content/en/docs/concepts/workloads/controllers/replicationcontroller.md @@ -50,7 +50,7 @@ Run the example job by downloading the example file and then running this comman ```shell $ kubectl create -f https://k8s.io/examples/controllers/replication.yaml -replicationcontroller "nginx" created +replicationcontroller/nginx created ``` Check on the status of the ReplicationController using this command: