Skip to content

Commit

Permalink
Merge pull request kubernetes#37905 from Shubham82/Add_link_RFC3339
Browse files Browse the repository at this point in the history
Added Hyperlink to RFC3339
  • Loading branch information
k8s-ci-robot authored Nov 16, 2022
2 parents 05ae0c6 + 814edd0 commit 3684791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/configuration/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ A bootstrap type Secret has the following keys specified under `data`:
- `token-secret`: A random 16 character string as the actual token secret. Required.
- `description`: A human-readable string that describes what the token is
used for. Optional.
- `expiration`: An absolute UTC time using RFC3339 specifying when the token
- `expiration`: An absolute UTC time using [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) specifying when the token
should be expired. Optional.
- `usage-bootstrap-<usage>`: A boolean flag indicating additional usage for
the bootstrap token.
Expand Down

0 comments on commit 3684791

Please sign in to comment.