Search
2 results for “jaudiger”
-
The AWS EKS Terraform module has been updated to 21 (see https://github.com/terraform-aws-modules/terraform-aws-eks/releases/tag/v21.0.0). It unblocks support of AWS terraform provider 6.
The new module has quite a lot of breaking changes, and it was time to migrate from the removed AWS auth module to the new recommended EKS access entries to grant users access to Kubernetes API (https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html).
I upgraded my clusters and did some cleanup with the removal of AWS auth module.
-
Upgrading #AWS #EKS from 1.31 to 1.32 on all my clusters went really smoothly. #kubent tool (https://github.com/doitintl/kube-no-trouble) was helpful and the second check was done using the AWS own tool to detect API deprecated usage. Using #Karpenter to manage the nodes does provide high value when it’s time to upgrade to a new #kubernetes version.