From f7b4ca4d1ced00c477a6151e1e1514b6fe75c597 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Thu, 24 Feb 2022 14:04:40 -0500 Subject: [PATCH] Fixup service account token doc --- content/en/docs/concepts/configuration/secret.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index d008617284..82e8a5737d 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -161,9 +161,10 @@ and are mounted into Pods using a [projected volume](/docs/reference/access-auth The tokens obtained using this method have bounded lifetimes, and are automatically invalidated when the Pod they are mounted into is deleted. -Service account token secrets can still be created manually if you need a token that never expires, +Service account token secrets can still be [created manually](/docs/tasks/configure-pod-container/configure-service-account/#manually-create-a-service-account-api-token) +if you need a token that never expires. However, using the [TokenRequest](/docs/reference/kubernetes-api/authentication-resources/token-request-v1/) -API to obtain a token to access the API is recommended instead. +subresource to obtain a token to access the API is recommended instead. {{< /note >}} ### Docker config Secrets