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
Allow configuring AutomountServiceAccountToken for DevicePlugin
AutomountServiceAccountToken is used to disable the auto-mounting of the projected volume
into device plugin pod. This volume includes as files: SA token, CAs' file etc'.
K8s automatically mounts the SA token, root CAs into the
/var/run/secrets/kubernetes.io/serviceaccount using projected volumes.As
a result, mounting/overriding additional files into that directory is not allowed.
setting AutomountServiceAccountToken to false, will disale auto-mounting, and will allow user to mount
whatever configmaps and tokens he deems necessary for the device plugin application.
0 commit comments