core-dump-handler icon indicating copy to clipboard operation
core-dump-handler copied to clipboard

Kubernetes 1.23+ does not mount service account token anymore

Open gugu opened this issue 2 years ago • 1 comments

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

gugu avatar Mar 22 '23 19:03 gugu

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

No9 avatar Mar 22 '23 22:03 No9