Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!feat: EKS 1.29 upgrade #296

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

zacharyblasczyk
Copy link
Contributor

Upgrading 4.x to 5.x

This upgrade is intended to be used when upgrading eks to 1.29.

We have also upgraded the following Kubernetes addons and infrastructure dependencies.

  • MySQL Aurora (8.0.mysql_aurora.3.07.1)
  • redis (7.1)
  • external-dns helm chart (v1.15.0)
  • aws-efs-csi-driver (v2.0.7-eksbuild.1)
  • aws-ebs-csi-driver (v1.35.0-eksbuild.1)
  • coredns (v1.11.3-eksbuild.1)
  • kube-proxy (v1.29.7-eksbuild.9)
  • vpc-cni (v1.18.3-eksbuild.3)

⚠️ Please remove the enable_dummy_dns and enable_operator_alb variables
as they are no longer valid flags. They were provided to support older versions of
the module that relied on an alb that was not created by the ingress controller.

@zacharyblasczyk zacharyblasczyk changed the base branch from main to 5.0.0-release October 9, 2024 19:24
@zacharyblasczyk zacharyblasczyk marked this pull request as ready for review October 9, 2024 19:25
@zacharyblasczyk zacharyblasczyk merged commit dc787f1 into 5.0.0-release Oct 9, 2024
2 of 3 checks passed
@zacharyblasczyk zacharyblasczyk deleted the zacharyb/eks1.29-upgrade branch October 9, 2024 19:25
zacharyblasczyk added a commit that referenced this pull request Oct 14, 2024
* feat!: Enable autoscaling and install required ancillary tooling to support it (#257)

* feat!: add autoscaling to terraform modules and change variable lookup order for instance sizing

* feat!: add cluster autoscaler to cluster

BREAKING CHANGE: A number of variable defaults are removed and variables renamed for node counts.

* Init EKS 1.29 upgrade (#296)

* fix examples

* fix: update output var in examples

* fix: use the 17.x version of the variables

* fix autoscaling

* fix

* fix

* fix circular dep

* fix cluster_name

* remove dependency

* revert revert

* test

* fix

* trying to correct the output

* testing cluster_name

* fix: override the name_prefix for node_groups so they still have the az letter

---------

Co-authored-by: Daniel Panzella <[email protected]>
Co-authored-by: Daniel Panzella <[email protected]>
jsbroks pushed a commit that referenced this pull request Oct 14, 2024
## [5.0.0](v4.24.0...v5.0.0) (2024-10-14)

### ⚠ BREAKING CHANGES

* A number of variable defaults are removed and variables renamed for node counts.

### Features

* Release Kubernetes Autoscaling and EKS 1.29 Upgrade ([#301](#301)) ([e9a5f02](e9a5f02)), closes [#257](#257) [#296](#296)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant