IBM / core-dump-handler

Save core dumps from a Kubernetes Service or RedHat OpenShift to an S3 protocol compatible object store
https://ibm.github.io/core-dump-handler/
MIT License
131 stars 40 forks source link

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

Closed gugu closed 4 months ago

gugu commented 1 year ago

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 commented 1 year ago

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