Specified that the commands need to be ran all in the same dir

This commit is contained in:
William Broach 2017-04-23 11:53:12 -04:00 committed by GitHub
parent f635d1b2ed
commit 75c782efdf
1 changed files with 2 additions and 2 deletions

View File

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