fiaas / mast

Apache License 2.0
2 stars 7 forks source link

Use fiaas/k8s in-cluster config to be compatible with Kubernetes 1.21+ (BoundServiceAccountTokenVolume) #38

Closed oyvindio closed 8 months ago

oyvindio commented 2 years ago

To be compatible with the BoundServiceAccountTokenVolume feature in Kubernetes 1.21 and later, mast should re-read its service account token from disk every ~1 minute. See fiaas/k8s#98 for more details. Support for this is implemented in fiaas/k8s#104. See also this PR fiaas/fiaas-deploy-daemon#166 which takes the new feature in fiaas/k8s into use there.

oyvindio commented 8 months ago

Closed by https://github.com/fiaas/mast/pull/45