amazon-eks-pod-identity-webhook icon indicating copy to clipboard operation
amazon-eks-pod-identity-webhook copied to clipboard

Skip container annotations is not working for me.

Open Nitesh-vaidyanath opened this issue 4 years ago • 2 comments

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

Nitesh-vaidyanath avatar Nov 19 '20 11:11 Nitesh-vaidyanath

No repro I have tried this same in my setup and the container is skipped as expected.

ddl-denis-parnovskiy avatar Jun 19 '21 00:06 ddl-denis-parnovskiy

This one works for me now. My environment is

EKS Platform version: eks.5 Kubernetes version: 1.18

lydell-manganti-blake avatar Jun 21 '21 00:06 lydell-manganti-blake