mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 19:01:04 +01:00
docs: Update documentation to reflect latest changes related to aws-auth configmap and upgrading (#2003)
This commit is contained in:
@@ -34,7 +34,7 @@ module "eks" {
|
||||
}
|
||||
```
|
||||
|
||||
4. Run `terraform plan`, you shoud see that only `random_pets` will be destroyed
|
||||
4. Run `terraform plan`, you should see that only `random_pets` will be destroyed
|
||||
|
||||
```shell
|
||||
Terraform will perform the following actions:
|
||||
@@ -62,4 +62,4 @@ Plan: 0 to add, 0 to change, 1 to destroy.
|
||||
|
||||
5. If everything sounds good to you, run `terraform apply`
|
||||
|
||||
After the first apply, we recommand you to create a new node group and let the module use the `node_group_name_prefix` (by removing the `name` argument) to generate names and avoid collision during node groups re-creation if needed, because the lifce cycle is `create_before_destroy = true`.
|
||||
After the first apply, we recommend you to create a new node group and let the module use the `node_group_name_prefix` (by removing the `name` argument) to generate names and avoid collision during node groups re-creation if needed, because the lifecycle is `create_before_destroy = true`.
|
||||
|
||||
Reference in New Issue
Block a user