[Bug] Invalid k8s resource for EKSCluster created through Clouformation

0

I am unable to create EKS Cluster through Cloudformation with encryption configuration enabled.

For details of the YAML used please see this https://stackoverflow.com/questions/68424152/invalid-k8s-resource-and-provider-for-encryption-upon-creating-eks-cluster

I am able to create EKS cluster with cloudformation if the encryption config is not enabled and later change the encryption config through CLI using command below:

aws eks associate-encryption-config \
--cluster-name MY-EKS-CLUSTER \
--encryption-config '[{"resources":["secrets"],"provider":{"keyArn":"SAME_ARN_AS_CF_TEMPLATE"}}]' \
--region VALID_AWS_REGION

Prasun
질문됨 3년 전275회 조회
1개 답변
0

it worked after making a configuration correction

Resources:

  • secrets

Please see https://stackoverflow.com/a/68460964/2159867 for details.

Prasun
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠