Undo whitespace changes for cleaner PR diff

Signed-off-by: Jack Andersen <jandersen@plaid.com>
This commit is contained in:
Jack Andersen 2022-11-25 08:08:31 -08:00 committed by Ole Markus With
parent 969aa1e142
commit 4bf2615c7d
1 changed files with 4 additions and 4 deletions

View File

@ -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