mirror of https://github.com/kubernetes/kops.git
Specified that the commands need to be ran all in the same dir
This commit is contained in:
parent
f635d1b2ed
commit
75c782efdf
|
@ -99,8 +99,8 @@ This command updates a kubernetes cluster to match the cloud, and kops specifica
|
|||
|
||||
To perform rolling update, you need to update the cloud resources first with "kops update cluster"
|
||||
|
||||
Note: terraform users will need to "kops update cluster --target=terraform" then "terraform plan" then "terraform apply"
|
||||
prior to running "kops rolling-update cluster"
|
||||
Note: terraform users will need run the following commands all from the same directory `kops update cluster --target=terraform` then `terraform plan` then `terraform apply`
|
||||
prior to running `kops rolling-update cluster`
|
||||
|
||||
Use KOPS_FEATURE_FLAGS="+DrainAndValidateRollingUpdate" to use beta code that drains the nodes
|
||||
and validates the cluster. New flags for Drain and Validation operations will be shown when
|
||||
|
|
Loading…
Reference in New Issue