From 12ec60ddc9db2732f4a8fe14a97339de9abd736b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Sat, 2 Mar 2024 14:11:00 +0100 Subject: [PATCH] fix: removing unrelated doc --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1ae9009..b18d5fe 100644 --- a/README.md +++ b/README.md @@ -563,10 +563,6 @@ To determine valid versions for variable `ebs_addon_version` use the command: ``` aws eks describe-addon-versions --addon-name "aws-ebs-csi-driver" | jq -r '.addons[].addonVersions[].addonVersion' ``` -The EBS CSI Driver addon can be implemented successfully using **worker group launch templates**. Also set the following variable: -``` -enable_worker_groups_launch_template = true -``` ### AWS Auth