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 path /var/run/secrets/.../serviceaccount/token
Add path /var/run/secrets/kubernetes.io/serviceaccount/token so that new users understand the "magic".
* Update content/en/docs/tasks/configure-pod-container/configure-service-account.md
Co-authored-by: Tim Bannister <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/tasks/configure-pod-container/configure-service-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ You can access the API from inside a pod using automatically mounted service acc
42
42
The API permissions of the service account depend on the
43
43
[authorization plugin and policy](/docs/reference/access-authn-authz/authorization/#authorization-modules) in use.
44
44
45
-
In version 1.6+, you can opt out of automounting API credentials for a service account by setting `automountServiceAccountToken: false` on the service account:
45
+
You can opt out of automounting API credentials on `/var/run/secrets/kubernetes.io/serviceaccount/token`for a service account by setting `automountServiceAccountToken: false` on the ServiceAccount:
0 commit comments