[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
preguntada hace 3 años276 visualizaciones
1 Respuesta
0

it worked after making a configuration correction

Resources:

  • secrets

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

Prasun
respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas