From 526ebcb80a6edfe9782e9888d54552b4134929db Mon Sep 17 00:00:00 2001 From: Luzhenxing Date: Wed, 6 Nov 2019 14:21:50 +0800 Subject: [PATCH] rcs can not be a shortcut in kubectl command (#17443) --- .../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 61f9cfc82f..d214fca612 100644 --- a/content/en/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/content/en/docs/concepts/workloads/controllers/replicationcontroller.md @@ -39,7 +39,7 @@ only a single pod. A ReplicationController is similar to a process supervisor, but instead of supervising individual processes on a single node, the ReplicationController supervises multiple pods across multiple nodes. -ReplicationController is often abbreviated to "rc" or "rcs" in discussion, and as a shortcut in +ReplicationController is often abbreviated to "rc" in discussion, and as a shortcut in kubectl commands. A simple case is to create one ReplicationController object to reliably run one instance of