Skip to content

Commit 802c751

Browse files
committed
纠正join
1 parent 139a13d commit 802c751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/apis/kubeadm/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ type APIEndpoint struct {
211211
// NodeRegistrationOptions holds fields that relate to registering a new control-plane or node to the cluster, either via "kubeadm init" or "kubeadm join"
212212
type NodeRegistrationOptions struct {
213213

214-
// Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm joiń` operation.
214+
// Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation.
215215
// This field is also used in the CommonName field of the kubelet's client certificate to the API server.
216216
// Defaults to the hostname of the node if not provided.
217217
Name string

0 commit comments

Comments
 (0)