Fix k8s upgrade docs for Terraform users

Without '--out=.' the 'kops update cluster' step doesn't output any Terraform changes
This commit is contained in:
Tom Spacek 2018-12-27 21:09:09 +11:00 committed by GitHub
parent 7af77bb79c
commit f6fb307b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Upgrade uses the latest Kubernetes version considered stable by kops, defined in
* `kops edit cluster $NAME`
* set the kubernetesVersion to the target version (e.g. `v1.3.5`)
* NOTE: The next 3 steps must all be ran in the same directory
* `kops update cluster $NAME --target=terraform`
* `kops update cluster $NAME --target=terraform --out=.`
* `terraform plan`
* `terraform apply`
* `kops rolling-update cluster $NAME` to preview, then `kops rolling-update cluster $NAME --yes`