mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Delete repeated words and fix misspellings
Delete repeated words and fix misspellings
This commit is contained in:
		@@ -181,7 +181,7 @@ type NodeRegistrationOptions struct {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file
 | 
						// KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file
 | 
				
			||||||
	// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap
 | 
						// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap
 | 
				
			||||||
	// Flags have higher higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
 | 
						// Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
 | 
				
			||||||
	KubeletExtraArgs map[string]string
 | 
						KubeletExtraArgs map[string]string
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -162,7 +162,7 @@ type NodeRegistrationOptions struct {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file
 | 
						// KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file
 | 
				
			||||||
	// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap
 | 
						// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap
 | 
				
			||||||
	// Flags have higher higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
 | 
						// Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
 | 
				
			||||||
	KubeletExtraArgs map[string]string `json:"kubeletExtraArgs,omitempty"`
 | 
						KubeletExtraArgs map[string]string `json:"kubeletExtraArgs,omitempty"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -162,7 +162,7 @@ type NodeRegistrationOptions struct {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file
 | 
						// KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file
 | 
				
			||||||
	// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap
 | 
						// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap
 | 
				
			||||||
	// Flags have higher higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
 | 
						// Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
 | 
				
			||||||
	KubeletExtraArgs map[string]string `json:"kubeletExtraArgs,omitempty"`
 | 
						KubeletExtraArgs map[string]string `json:"kubeletExtraArgs,omitempty"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -118,7 +118,7 @@ func SetAPIEndpointDynamicDefaults(cfg *kubeadmapi.APIEndpoint) error {
 | 
				
			|||||||
	return nil
 | 
						return nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// SetClusterDynamicDefaults checks and sets configuration values for the InitConfiguration object
 | 
					// SetClusterDynamicDefaults checks and sets values for the ClusterConfiguration object
 | 
				
			||||||
func SetClusterDynamicDefaults(cfg *kubeadmapi.ClusterConfiguration, advertiseAddress string, bindPort int32) error {
 | 
					func SetClusterDynamicDefaults(cfg *kubeadmapi.ClusterConfiguration, advertiseAddress string, bindPort int32) error {
 | 
				
			||||||
	// Default all the embedded ComponentConfig structs
 | 
						// Default all the embedded ComponentConfig structs
 | 
				
			||||||
	componentconfigs.Known.Default(cfg)
 | 
						componentconfigs.Known.Default(cfg)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user