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: Upgrade EKS Module from Version 17.23 to 20 #220

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

velotioaastha
Copy link
Contributor

@velotioaastha velotioaastha commented Jun 3, 2024

Upgrade EKS Module from Version 17.23 to 20

  1. Before Terraform Plan/Apply: Run ./eks_module_upgrade.sh --pre. This script will check for the Terraform binary, ensure the presence of the terraform.tfstate file, and execute the necessary terraform state mv and terraform state rm commands.
  2. After Upgrade: Run ./eks_module_upgrade.sh --post <cluster_name> <aws_region>. This script will check for the AWS CLI and update the kubeconfig for the specified <cluster_name>. If the AWS_DEFAULT_REGION environment variable is set, the <aws_region> parameter is optional. The script will then drain and delete the old node group from the EKS cluster and migrate the workload to the new node group.

@velotioaastha velotioaastha self-assigned this Jun 5, 2024
@amanpruthi amanpruthi linked an issue Jun 7, 2024 that may be closed by this pull request
@amanpruthi amanpruthi changed the title ⚠️ Upgrade EKS Module from Version 17.23 to 20 feat: ⚠️ Upgrade EKS Module from Version 17.23 to 20 Jun 7, 2024
@amanpruthi amanpruthi changed the title feat: ⚠️ Upgrade EKS Module from Version 17.23 to 20 Feat: Upgrade EKS Module from Version 17.23 to 20 Jun 7, 2024
@amanpruthi amanpruthi changed the title Feat: Upgrade EKS Module from Version 17.23 to 20 feat: Upgrade EKS Module from Version 17.23 to 20 Jun 7, 2024
@velotioaastha velotioaastha linked an issue Jun 7, 2024 that may be closed by this pull request
@abhinavg6
Copy link

@zacharyblasczyk - Do you think this is needed? If yes, would it possible to review by next week?

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.

Upgrade Terraform AWS Module Provider to Version >5 Upgrade EKS Module from Version 17.23 to 20
3 participants