Skip to content

Commit f023295

Browse files
dprotasoTim Bannister
andauthored
Update content/en/docs/reference/access-authn-authz/service-accounts-admin.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent eb21c7a commit f023295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/service-accounts-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ each source also represents a single path within that volume. The three sources
9898
9999
1. A `serviceAccountToken` source, that contains a token that the kubelet acquires from kube-apiserver.
100100
The kubelet fetches time-bound tokens using the TokenRequest API. A token served for a TokenRequest expires
101-
either when the pod is deleted or after a defined lifespan (by default, that is 1 hour). The token
102-
will be refreshed by the kubelet prior to expiry.
101+
either when the pod is deleted or after a defined lifespan (by default, that is 1 hour).
102+
The kubelet also refreshes that token before the token expires.
103103
The token is bound to the specific Pod and has the kube-apiserver as its audience.
104104
This mechanism superseded an earlier mechanism that added a volume based on a Secret,
105105
where the Secret represented the ServiceAccount for the Pod, but did not expire.

0 commit comments

Comments
 (0)