mirror of https://github.com/kubernetes/kops.git
Fix feature flag typo in release notes
This commit is contained in:
parent
d617f98c07
commit
2d29f84922
|
@ -73,7 +73,7 @@
|
|||
|
||||
To prevent downtime, follow these steps with the new version of Kops:
|
||||
```
|
||||
KOPS_FEATURE_FLAG=-Terraform-0.12 kops update cluster --target terraform ...
|
||||
KOPS_FEATURE_FLAGS=-Terraform-0.12 kops update cluster --target terraform ...
|
||||
# Use Terraform <0.12
|
||||
terraform plan
|
||||
# Observe any aws_route or aws_vpc_ipv4_cidr_block_association resources being destroyed and recreated
|
||||
|
|
Loading…
Reference in New Issue