Search
5 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.
-
I had to tweak this timeout by using node-fetch instead of relying on the usual fetch method. And the problem was resolved !
Things learned: whatever the number of times you’re going to read the changelog of a new release, it won’t prevent the unexpected. Take care when upgrading a dependency.
-
Prometheus 3.0 has been released bringing new features and improvements while maintaining stability and compatibility. #Prometheus #CloudNative #monitoring #otlp