From 2e7c1d4935e26d202a7a137677e28264a08d6c44 Mon Sep 17 00:00:00 2001 From: ChinoUkaegbu <77782533+ChinoUkaegbu@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:29:12 +0400 Subject: [PATCH] add hyperlink for RFC3339 in bootstrap-tokens.md --- .../en/docs/reference/access-authn-authz/bootstrap-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/bootstrap-tokens.md b/content/en/docs/reference/access-authn-authz/bootstrap-tokens.md index 7c612a06e9..19fd434623 100644 --- a/content/en/docs/reference/access-authn-authz/bootstrap-tokens.md +++ b/content/en/docs/reference/access-authn-authz/bootstrap-tokens.md @@ -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