removing backticks, they broke the build

This commit is contained in:
William Broach 2017-04-23 12:12:27 -04:00 committed by GitHub
parent 3dd7eb9ad8
commit 1b70378a10
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" To perform rolling update, you need to update the cloud resources first with "kops 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` 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` prior to running "kops rolling-update cluster"
Use KOPS_FEATURE_FLAGS="+DrainAndValidateRollingUpdate" to use beta code that drains the nodes 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 and validates the cluster. New flags for Drain and Validation operations will be shown when