helm-eks-action icon indicating copy to clipboard operation
helm-eks-action copied to clipboard

add eksctl to the base image

Open miparnisari opened this issue 1 year ago • 0 comments

See https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html

i need this so I can run

eksctl create iamidentitymapping \
              --cluster ${{ secrets.CLUSTER }} \
              --region ${{ secrets.AWS_REGION }} \
              --arn ${{ secrets.AWS_IAM_ROLE }} \
              --group system:masters \
              --no-duplicate-arns \
              --username github-action

miparnisari avatar Apr 05 '23 21:04 miparnisari