rcs can not be a shortcut in kubectl command (#17443)
This commit is contained in:
parent
8f179a4d58
commit
526ebcb80a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue