mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	纠正join
This commit is contained in:
		@@ -211,7 +211,7 @@ type APIEndpoint struct {
 | 
			
		||||
// NodeRegistrationOptions holds fields that relate to registering a new control-plane or node to the cluster, either via "kubeadm init" or "kubeadm join"
 | 
			
		||||
type NodeRegistrationOptions struct {
 | 
			
		||||
 | 
			
		||||
	// Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm joiń` operation.
 | 
			
		||||
	// Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation.
 | 
			
		||||
	// This field is also used in the CommonName field of the kubelet's client certificate to the API server.
 | 
			
		||||
	// Defaults to the hostname of the node if not provided.
 | 
			
		||||
	Name string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user