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
The kubelet will request and store the token on behalf of the pod, make the
441
-
token available to the pod at a configurable file path, and refresh the token as it approaches expiration. Kubelet proactively rotates the token if it is older than 80% of its total TTL, or if the token is older than 24 hours.
474
+
token available to the pod at a configurable file path, and refresh the token as it approaches expiration.
475
+
The kubelet proactively rotates the token if it is older than 80% of its total TTL, or if the token is older than 24 hours.
442
476
443
477
The application is responsible for reloading the token when it rotates. Periodic reloading (e.g. once every 5 minutes) is sufficient for most use cases.
444
478
-->
@@ -455,7 +489,7 @@ The application is responsible for reloading the token when it rotates. Periodic
0 commit comments