File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ each source also represents a single path within that volume. The three sources
99
99
1. A ` serviceAccountToken` source, that contains a token that the kubelet acquires from kube-apiserver.
100
100
The kubelet fetches time-bound tokens using the TokenRequest API. A token served for a TokenRequest expires
101
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.
102
103
The token is bound to the specific Pod and has the kube-apiserver as its audience.
103
104
This mechanism superseded an earlier mechanism that added a volume based on a Secret,
104
105
where the Secret represented the ServiceAccount for the Pod, but did not expire.
You can’t perform that action at this time.
0 commit comments