when you change cluster_version=>1.12, it will automatically upgrade.

We might change the default value if needed. As far as I know, there is nothing else to "fix" !?
EDIT: FYI, it took 20m57s
how was like upgrading from v1.10 to v1.11?
Never did that...
ok. I think there is already a PR for the upgrade: https://github.com/terraform-aws-modules/terraform-aws-eks/pull/327
ok, 1.10 -> 1.11 is pretty much the same, :)
module.eks.aws_eks_cluster.this: Modifications complete after 21m38s
PR was merged. Update your module version to latest commit ID or wait a few days for a new release 馃檪
This actually only upgrades the EKS control plane, right?
Does the upgrade process with this module cause downtime?
This actually only upgrades the EKS control plane, right?
Correct. You can see when it's done as the Server Version in kubectl version will change.
Does the upgrade process with this module cause downtime?
Nope. In theory the k8s API will be done for a small amount of time but this doesn't affect running nodes or pods in a negative way.
After updating EKS you can update your nodes to a newer AMI.
Most helpful comment
Correct. You can see when it's done as the Server Version in
kubectl versionwill change.Nope. In theory the k8s API will be done for a small amount of time but this doesn't affect running nodes or pods in a negative way.
After updating EKS you can update your nodes to a newer AMI.