Skip to content

Upgrade EKS to v18 from v17

Keith Grootboom requested to merge keith/upgrade-eks into main

Description

This PR upgrades the EKS version for the AWS provider from v17 to v18.

It also includes changes necessary for making the ./tf destroy work without problems. These were caused almost exclusively by namespace dependencies as terraform couldn't infer whether a resource depended on a namespace or not.

Supporting information

Testing instructions

For SE-5536

  • Provision a new AWS cluster. Migrating an existing one won't work.
  • There should be no errors.

For SE-5461

  • Do the same, but on a ./tf destroy there should be no errors.

Checklist

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Other information

Edited by Keith Grootboom

Merge request reports