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
Add support for disabling SA token automount for Scheduler (apache#59156)
* Add support for manual mounting of Service Account tokens in Scheduler when using Pod launching executors (apache#59099)
* fix bug in helper function for determining if executor is Pod launching (apache#59099)
* Remove emojis in production guide (apache#59099)
* Auto formatting by prek and some manual cleanup (apache#59099)
* Removed the detailed security enhancements from the main documentation page and created newsfragment 59156.significant.rst to properly document these changes in the changelog as suggested. (apache#59099)
* Reduced redundancy by removing detailed examples and linking to the dedicated service-account-token-examples.rst document for comprehensive configuration examples and use cases. (apache#59099)
* Add support for manual mounting of Service Account tokens in Scheduler when using Pod launching executors (apache#59099)
* fix bug in helper function for determining if executor is Pod launching (apache#59099)
* Remove emojis in production guide (apache#59099)
* Auto formatting by prek and some manual cleanup (apache#59099)
* Removed the detailed security enhancements from the main documentation page and created newsfragment 59156.significant.rst to properly document these changes in the changelog as suggested. (apache#59099)
* Reduced redundancy by removing detailed examples and linking to the dedicated service-account-token-examples.rst document for comprehensive configuration examples and use cases. (apache#59099)
* Fix title underlines in SA token examples RST file. (apache#59099)
* Fix spell checks and removed wrong Helm values schema spec for Worker. (apache#59099)
* Minor fix in descriptions. (apache#59099)
---------
Co-authored-by: Dan Osterrath <9108541+dan-osterrath@users.noreply.github.com>
kubectl describe pod <scheduler-pod-name> -n <namespace>
865
+
866
+
Backward Compatibility
867
+
^^^^^^^^^^^^^^^^^^^^^^
868
+
869
+
This feature maintains full backward compatibility:
870
+
871
+
* Existing deployments with ``automountServiceAccountToken: true`` (default) continue to work unchanged
872
+
* The ``serviceAccountTokenVolume`` configuration is only applied when explicitly enabled
873
+
* Default values ensure no breaking changes for existing installations
874
+
875
+
For more information about Kubernetes service account tokens and projected volumes, see the
876
+
`Kubernetes documentation on service account tokens <https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection>`_.
0 commit comments