Terraform-aws-eks: EKS - k8s v.1.2 upgrade

Created on 29 Mar 2019  路  8Comments  路  Source: terraform-aws-modules/terraform-aws-eks

I have issues

I'm submitting a...

  • [ ] bug report
  • [x] feature request
  • [ ] support request
  • [ ] kudos, thank you, warm fuzzy

AWS news

https://aws.amazon.com/about-aws/whats-new/2019/03/amazon-eks-now-supports-kubernetes-version-1-12-and-cluster-vers/

Most helpful comment

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.

All 8 comments

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

image

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.

Was this page helpful?
0 / 5 - 0 ratings