[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
gefragt vor 3 Jahren276 Aufrufe
1 Antwort
0

it worked after making a configuration correction

Resources:

  • secrets

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

Prasun
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen