mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #120894 from caoyingjunz/caoyingjunz-patch-1
Fix typos: update Enpoint to Endpoint
This commit is contained in:
commit
c989473dc8
@ -189,7 +189,7 @@ func printOrCreateKubeProxyObjects(cmByte []byte, dsByte []byte, client clientse
|
||||
}
|
||||
|
||||
func createKubeProxyConfigMap(cfg *kubeadmapi.ClusterConfiguration, localEndpoint *kubeadmapi.APIEndpoint, client clientset.Interface, printManifest bool) ([]byte, error) {
|
||||
// Generate ControlPlane Enpoint kubeconfig file
|
||||
// Generate ControlPlane Endpoint kubeconfig file
|
||||
controlPlaneEndpoint, err := kubeadmutil.GetControlPlaneEndpoint(cfg.ControlPlaneEndpoint, localEndpoint)
|
||||
if err != nil {
|
||||
return []byte(""), err
|
||||
|
Loading…
Reference in New Issue
Block a user