From 29f41d2f90a683d4c6c96b8868cd634aadeeb27d Mon Sep 17 00:00:00 2001 From: fmr-disy <157382037+fmr-disy@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:57:17 +0200 Subject: [PATCH] remove duplicated download instructions The script was already downloaded in step 2 --- .../hybrid-manager/install/eks/prerequisites/ekscluster.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/advocacy_docs/edb-postgres-ai/hybrid-manager/install/eks/prerequisites/ekscluster.mdx b/advocacy_docs/edb-postgres-ai/hybrid-manager/install/eks/prerequisites/ekscluster.mdx index e4d671bf31d..89993e8f7a8 100644 --- a/advocacy_docs/edb-postgres-ai/hybrid-manager/install/eks/prerequisites/ekscluster.mdx +++ b/advocacy_docs/edb-postgres-ai/hybrid-manager/install/eks/prerequisites/ekscluster.mdx @@ -286,8 +286,6 @@ The CSI snapshot controller add-on is added to your cluster. The EKS cluster created by the AWS Management Console isn't fully compatible with HM, so you need to make some changes to the cluster. A script is available to make those changes for you. -Download the [Helm eks-fix-auto.sh](../installing/assets-helm/eks-fix-auto.sh) script or [Operator eks-fix-auto.sh](../installing/assets-op/eks-fix-auto.sh) script and run it in your terminal. - ```shell $SHELL eks-fix-auto.sh ```