mirror of https://github.com/kubernetes/kops.git
Use correct Terraform teardown command
This commit is contained in:
parent
18879f7094
commit
9bf5cf25cb
|
@ -26,7 +26,7 @@ terraform plan
|
|||
terraform apply
|
||||
```
|
||||
|
||||
When you eventually `terraform delete` the cluster, you should still run `kops delete cluster ${CLUSTER_NAME}`,
|
||||
When you eventually `terraform destroy` the cluster, you should still run `kops delete cluster ${CLUSTER_NAME}`,
|
||||
to remove the kops cluster specification and any dynamically created Kubernetes resources (ELBs or volumes).
|
||||
|
||||
### Workaround for Terraform versions before 0.7
|
||||
|
|
Loading…
Reference in New Issue