add hyperlink for RFC3339 in bootstrap-tokens.md

pull/47882/head
ChinoUkaegbu 2024-09-11 11:29:12 +04:00 committed by GitHub
parent 2c62e0ff1e
commit 2e7c1d4935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ authenticate to the API server as a bearer token.
The `expiration` field controls the expiry of the token. Expired tokens are
rejected when used for authentication and ignored during ConfigMap signing.
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
`tokencleaner` controller to automatically delete expired tokens.
## Token Management with kubeadm