From b25ac1460867fb333fc991a89c248099be150cbd Mon Sep 17 00:00:00 2001 From: George Scott Date: Wed, 8 May 2024 14:26:35 -0500 Subject: [PATCH 1/2] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6efdd719d..0ae9d467c 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ Users can update the EKS cluster version to the latest version offered by AWS. T Upgrades must be executed in step-wise fashion from one version to the next. You cannot skip versions when upgrading EKS. +### Notes on EKS Add-ons +If a terraform apply fails because an add-on is already installed, remove the add-on using the AWS console or the AWS +CLI and re-run the apply. + ## Requirements | Name | Version | From 70bd305aa2031c2bf58b5e9964a235feeb7b84b9 Mon Sep 17 00:00:00 2001 From: George Scott Date: Wed, 8 May 2024 14:27:15 -0500 Subject: [PATCH 2/2] update to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae9d467c..0bc592c98 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Upgrades must be executed in step-wise fashion from one version to the next. You ### Notes on EKS Add-ons If a terraform apply fails because an add-on is already installed, remove the add-on using the AWS console or the AWS -CLI and re-run the apply. +CLI and re-run the apply. Running pods will not be impacted. ## Requirements