docs: Update documentation to reflect latest changes related to aws-auth configmap and upgrading (#2003)

This commit is contained in:
Bryant Biggs
2022-04-10 09:20:38 -04:00
committed by GitHub
parent cd8731ec5a
commit 69a815c7df
5 changed files with 44 additions and 15 deletions

View File

@@ -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`.