parent
4fb32e03a7
commit
a8d0bacd4e
|
@ -20,12 +20,12 @@ whereas a Replication Controller only supports equality-based selector requireme
|
||||||
|
|
||||||
Most [`kubectl`](/docs/user-guide/kubectl/) commands that support
|
Most [`kubectl`](/docs/user-guide/kubectl/) commands that support
|
||||||
Replication Controllers also support ReplicaSets. One exception is the
|
Replication Controllers also support ReplicaSets. One exception is the
|
||||||
[`rolling-update`](/docs/user-guide/kubectl/kubectl_rolling-update/) command. If
|
[`rolling-update`](/docs/user-guide/kubectl/v1.6/#rolling-update) command. If
|
||||||
you want the rolling update functionality please consider using Deployments
|
you want the rolling update functionality please consider using Deployments
|
||||||
instead. Also, the
|
instead. Also, the
|
||||||
[`rolling-update`](/docs/user-guide/kubectl/kubectl_rolling-update/) command is
|
[`rolling-update`](/docs/user-guide/kubectl/v1.6/#rolling-update) command is
|
||||||
imperative whereas Deployments are declarative, so we recommend using Deployments
|
imperative whereas Deployments are declarative, so we recommend using Deployments
|
||||||
through the [`rollout`](/docs/user-guide/kubectl/kubectl_rollout/) command.
|
through the [`rollout`](/docs/user-guide/kubectl/v1.6/#rollout) command.
|
||||||
|
|
||||||
While ReplicaSets can be used independently, today it's mainly used by
|
While ReplicaSets can be used independently, today it's mainly used by
|
||||||
[Deployments](/docs/user-guide/deployments/) as a mechanism to orchestrate pod
|
[Deployments](/docs/user-guide/deployments/) as a mechanism to orchestrate pod
|
||||||
|
|
Loading…
Reference in New Issue