diff --git a/docs/admin/bootstrap-tokens.md b/docs/admin/bootstrap-tokens.md index 0bbe59d095..5140e68c1b 100644 --- a/docs/admin/bootstrap-tokens.md +++ b/docs/admin/bootstrap-tokens.md @@ -14,7 +14,7 @@ creating new clusters or joining new nodes to an existing cluster. It was built to support [`kubeadm`](/docs/admin/kubeadm/), but can be used in other contexts for users that wish to start clusters without `kubeadm`. It is also built to work, via RBAC policy, with the [Kubelet TLS -Bootstrap](/docs/admin/kubelet-tls-bootstrap/) system. +Bootstrapping](/docs/admin/kubelet-tls-bootstrapping/) system. Bootstrap Tokens are defined with a specific type (`bootstrap.kubernetes.io/token`) of secrets that lives in the `kube-system` @@ -168,4 +168,4 @@ rules (base64 encoded while discarding any trailing `=`). That encoded payload is then used to form a whole JWS by inserting it between the 2 dots. You can verify the JWS using the `HS256` scheme (HMAC-SHA256) with the full token (e.g. `07401b.f395accd246ae52d`) as the shared secret. Users _must_ verify that HS256 -is used. \ No newline at end of file +is used.