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
Copy file name to clipboardExpand all lines: content/en/docs/concepts/configuration/secret.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,9 +161,10 @@ and are mounted into Pods using a [projected volume](/docs/reference/access-auth
161
161
The tokens obtained using this method have bounded lifetimes, and are automatically
162
162
invalidated when the Pod they are mounted into is deleted.
163
163
164
-
Service account token secrets can still be created manually if you need a token that never expires,
164
+
Service account token secrets can still be [created manually](/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-service-account-api-token)
165
+
if you need a token that never expires.
165
166
However, using the [TokenRequest](/docs/reference/kubernetes-api/authentication-resources/token-request-v1/)
166
-
API to obtain a token to access the API is recommended instead.
167
+
subresource to obtain a token to access the API is recommended instead.
0 commit comments