We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c62e0f + 2e7c1d4 commit bba2af1Copy full SHA for bba2af1
content/en/docs/reference/access-authn-authz/bootstrap-tokens.md
@@ -116,7 +116,7 @@ authenticate to the API server as a bearer token.
116
117
The `expiration` field controls the expiry of the token. Expired tokens are
118
rejected when used for authentication and ignored during ConfigMap signing.
119
-The expiry value is encoded as an absolute UTC time using RFC3339. Enable the
+The expiry value is encoded as an absolute UTC time using [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339). Enable the
120
`tokencleaner` controller to automatically delete expired tokens.
121
122
## Token Management with kubeadm
0 commit comments