Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes 1.23+ does not mount service account token anymore #140

Closed
gugu opened this issue Mar 22, 2023 · 1 comment · Fixed by #160
Closed

Kubernetes 1.23+ does not mount service account token anymore #140

gugu opened this issue Mar 22, 2023 · 1 comment · Fixed by #160

Comments

@gugu
Copy link

gugu commented Mar 22, 2023

Now in addition to providing AWS Role ARN chart needs to create service account token. Example:

apiVersion: v1
kind: Secret
metadata:
  annotations:
    kubernetes.io/service-account.name: core-dump-sa
  creationTimestamp: "2023-03-22T19:14:32Z"
  name: core-dump-token-secret
  namespace: monitoring
type: kubernetes.io/service-account-token
@No9
Copy link
Collaborator

No9 commented Mar 22, 2023

Thanks for highlighting this. If you have time to PR this it would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants