zohairraza
zohairraza
Hi Bryan, thanks for your response. I added Karpenter code too. Does it explain now?
yes, i am trying to re-use the cluster KMS key and I need to know which is the good way to tackle this. Since when I add permissions in the...
that indeed worked ! thanks.. maybe add this to docmentation somewhere so it will help others facing the same issue later on
I meant to mention it here in the example https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/karpenter or in the readme https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/karpenter as it is described here https://karpenter.sh/docs/troubleshooting/#node-terminates-before-ready-on-failed-encrypted-ebs-volume
By creating another key for karpenter: ```hcl resource "aws_kms_key" "KarpenterKMSKey" { description = "Karpenter KMS Key" policy = local.merged_policy depends_on = [module.eks] } resource "aws_kms_alias" "KarpenterKMSKey" { name = "alias/eks-karpenter-key"...
that was my situation too, so I created another key dedicated for karpenter and used it in karpenter configuration which worked. Before I was using EKS module cluster key in...
I think if we add snmptraps as a side-car containers then there will be challenges with scaling of proxies, especially in upcoming zabbix 7 where we have some great features...