You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the Paragraph: Use of Custom kubelet credentials with the kubeadm join. (#40882)
* Added the Note: Use of Custom kubelet credentials with the kubeadm join.
* Updated the note.
* Updated the indentation.
* Removed Note and Added the content in the paragraph.
* resolved nit.
* Update kubeadm-join.md
* Rephrased the content.
* modified the content.
* Update kubeadm-join.md
---------
Co-authored-by: Qiming Teng <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,12 @@ the cluster configuration (including root CA) and validates it using the token
81
81
as well as validating that the root CA public key matches the provided hash and
82
82
that the API server certificate is valid under the root CA.
83
83
84
-
The CA key hash has the format `sha256:<hex_encoded_hash>`. By default, the hash value is returned in the `kubeadm join` command printed at the end of `kubeadm init` or in the output of `kubeadm token create --print-join-command`. It is in a standard format (see [RFC7469](https://tools.ietf.org/html/rfc7469#section-2.4)) and can also be calculated by 3rd party tools or provisioning systems. For example, using the OpenSSL CLI:
84
+
The CA key hash has the format `sha256:<hex_encoded_hash>`.
85
+
By default, the hash value is printed at the end of the `kubeadm init` command or
86
+
in the output from the `kubeadm token create --print-join-command` command.
87
+
It is in a standard format (see [RFC7469](https://tools.ietf.org/html/rfc7469#section-2.4))
88
+
and can also be calculated by 3rd party tools or provisioning systems.
0 commit comments