Skip to content

Commit f7b4ca4

Browse files
committed
Fixup service account token doc
1 parent 9de0833 commit f7b4ca4

File tree

1 file changed

+3
-2
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+3
-2
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ and are mounted into Pods using a [projected volume](/docs/reference/access-auth
161161
The tokens obtained using this method have bounded lifetimes, and are automatically
162162
invalidated when the Pod they are mounted into is deleted.
163163

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.
165166
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.
167168
{{< /note >}}
168169

169170
### Docker config Secrets

0 commit comments

Comments
 (0)