1 Answer
- Newest
- Most votes
- Most comments
0
The pod-identity-webhook MutatingWebhookConfiguration is a control plane–managed resource within Amazon EKS. If it is manually deleted, it will not be restored by reinstalling the eks-pod-identity-agent addon, as the webhook is provisioned and reconciled by the EKS control plane rather than by the agent pods deployed on worker nodes. The only supported recovery mechanism is to allow the control plane to reconcile the resource, which in practice may require either waiting for reconciliation or recreating the cluster.
https://docs.aws.amazon.com/eks/latest/userguide/pod-id-agent-setup.html
https://github.com/aws/eks-pod-identity-agent
https://registry.terraform.io/providers/-/aws/6.12.0/docs/resources/eks_addon
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago

Any rough estimate on the reconciliation time? Is it like hours or days?