mirror of https://github.com/kubernetes/kops.git
Undo whitespace changes for cleaner PR diff
Signed-off-by: Jack Andersen <jandersen@plaid.com>
This commit is contained in:
parent
969aa1e142
commit
4bf2615c7d
|
|
@ -30,16 +30,16 @@ kops rolling-update cluster [CLUSTER] [flags]
|
|||
```
|
||||
# Preview a rolling update.
|
||||
kops rolling-update cluster
|
||||
|
||||
|
||||
# Update the currently selected kOps cluster with defaults.
|
||||
# Nodes will be drained and the cluster will be validated between node replacement.
|
||||
kops rolling-update cluster --yes
|
||||
|
||||
|
||||
# Update the k8s-cluster.example.com kOps cluster.
|
||||
# Do not fail if the cluster does not validate.
|
||||
kops rolling-update cluster k8s-cluster.example.com --yes \
|
||||
--fail-on-validate-error="false"
|
||||
|
||||
|
||||
# Update the k8s-cluster.example.com kOps cluster.
|
||||
# Do not validate the cluster.
|
||||
# Force the entire cluster to update, even if rolling update
|
||||
|
|
@ -47,7 +47,7 @@ kops rolling-update cluster [CLUSTER] [flags]
|
|||
kops rolling-update cluster k8s-cluster.example.com --yes \
|
||||
--cloudonly \
|
||||
--force
|
||||
|
||||
|
||||
# Update only the "nodes-1a" instance group of the k8s-cluster.example.com kOps cluster.
|
||||
kops rolling-update cluster k8s-cluster.example.com --yes \
|
||||
--instance-group nodes-1a
|
||||
|
|
|
|||
Loading…
Reference in New Issue