Skip to content

Commit c989473

Browse files
authored
Merge pull request kubernetes#120894 from caoyingjunz/caoyingjunz-patch-1
Fix typos: update Enpoint to Endpoint
2 parents 36b474b + 2172ea6 commit c989473

File tree

1 file changed

+1
-1
lines changed
  • cmd/kubeadm/app/phases/addons/proxy

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/phases/addons/proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func printOrCreateKubeProxyObjects(cmByte []byte, dsByte []byte, client clientse
189189
}
190190

191191
func createKubeProxyConfigMap(cfg *kubeadmapi.ClusterConfiguration, localEndpoint *kubeadmapi.APIEndpoint, client clientset.Interface, printManifest bool) ([]byte, error) {
192-
// Generate ControlPlane Enpoint kubeconfig file
192+
// Generate ControlPlane Endpoint kubeconfig file
193193
controlPlaneEndpoint, err := kubeadmutil.GetControlPlaneEndpoint(cfg.ControlPlaneEndpoint, localEndpoint)
194194
if err != nil {
195195
return []byte(""), err

0 commit comments

Comments
 (0)