core-dump-handler
core-dump-handler copied to clipboard
Kubernetes 1.23+ does not mount service account token anymore
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
Thanks for highlighting this. If you have time to PR this it would be great.