mirror of https://github.com/kubernetes/kops.git
Explain why 'out' arg is specified
This commit is contained in:
parent
f6fb307b27
commit
23fbcde3be
|
|
@ -32,7 +32,7 @@ Upgrade uses the latest Kubernetes version considered stable by kops, defined in
|
||||||
|
|
||||||
* `kops edit cluster $NAME`
|
* `kops edit cluster $NAME`
|
||||||
* set the kubernetesVersion to the target version (e.g. `v1.3.5`)
|
* 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
|
* NOTE: The next 3 steps must all be ran in the same directory. Here, `--out=.` specifies that the Terraform files will be written to the current directory. It should point to wherever your Terraform files from `kops create cluster` exist. The default is `out/terraform`.
|
||||||
* `kops update cluster $NAME --target=terraform --out=.`
|
* `kops update cluster $NAME --target=terraform --out=.`
|
||||||
* `terraform plan`
|
* `terraform plan`
|
||||||
* `terraform apply`
|
* `terraform apply`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue