amazon-eks-pod-identity-webhook
amazon-eks-pod-identity-webhook copied to clipboard
Skip container annotations is not working for me.
What happened: I have added below annotation as mentioned in document but still AWS_ROLE_ARN and AWS_WEB_IDENTITY_TOKEN_FILE environmental variable is getting added to the ignored contaIners.
apiVersion: v1
kind: Pod
metadata:
annotations:
eks.amazonaws.com/skip-containers: jaeger-agent,istio-proxy
Environment:
- AWS Region: us-east-1
- EKS Platform version: eks.3
- Kubernetes version : 1.17
No repro I have tried this same in my setup and the container is skipped as expected.
This one works for me now. My environment is
EKS Platform version: eks.5 Kubernetes version: 1.18