You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pods using in-cluster authentication are failing because /run/secrets/kubernetes.io/serviceaccount/token is missing from their file system. I am using this KIP provider version:
Pods using in-cluster authentication are failing because
/run/secrets/kubernetes.io/serviceaccount/token
is missing from their file system. I am using this KIP provider version:on a AWS cluster recently created using KIP's terraform script.
One way to reproduce this problem is to start a simple ubuntu pod that runs an infinite loop:
Then, this command shows the contents of
/run/secrets/kubernetes.io/serviceaccount/
:The output shows that the
token
file is missing:The text was updated successfully, but these errors were encountered: