You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LegacyServiceAccountTokenNoAutoGeneration feature gate is beta, and enabled by default. When enabled, Secret API objects containing service account tokens are no longer auto-generated for every ServiceAccount. Use the TokenRequest API to acquire service account tokens, or if a non-expiring token is required, create a Secret API object for the token controller to populate with a service account token by following this guide. (kubernetes/kubernetes#108309)
We may have to implement another extra step to use this instead
kubectl create token can now be used to request a service account token, and permission to request service account tokens is added to the edit and admin RBAC roles (kubernetes/kubernetes#107880, @liggitt)
I'll update the issue after testing with k8s 1.24
The text was updated successfully, but these errors were encountered:
From k8s 1.24 release notes
We may have to implement another extra step to use this instead
I'll update the issue after testing with k8s 1.24
The text was updated successfully, but these errors were encountered: