Skip to content

Commit e9b285a

Browse files
authored
Merge pull request kubernetes#74777 from peibingit/patch-1
fix typo kubeadm joiń -> kubeadm join
2 parents 98c0d15 + d41ad75 commit e9b285a

File tree

1 file changed

+1
-1
lines changed
  • cmd/kubeadm/app/apis/kubeadm/v1beta1

1 file changed

+1
-1
lines changed

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

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

197-
// Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm joiń` operation.
197+
// Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation.
198198
// This field is also used in the CommonName field of the kubelet's client certificate to the API server.
199199
// Defaults to the hostname of the node if not provided.
200200
Name string `json:"name,omitempty"`

0 commit comments

Comments
 (0)