mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
fixed typo in kubeadm/v1alpha1/defaults.go
fixed some type in comment
This commit is contained in:
@@ -65,7 +65,7 @@ const (
|
|||||||
DefaultProxyBindAddressv4 = "0.0.0.0"
|
DefaultProxyBindAddressv4 = "0.0.0.0"
|
||||||
// DefaultProxyBindAddressv6 is the default bind address when the advertise address is v6
|
// DefaultProxyBindAddressv6 is the default bind address when the advertise address is v6
|
||||||
DefaultProxyBindAddressv6 = "::"
|
DefaultProxyBindAddressv6 = "::"
|
||||||
// KubeproxyKubeConfigFileName efines the file name for the kube-proxy's KubeConfig file
|
// KubeproxyKubeConfigFileName defines the file name for the kube-proxy's KubeConfig file
|
||||||
KubeproxyKubeConfigFileName = "/var/lib/kube-proxy/kubeconfig.conf"
|
KubeproxyKubeConfigFileName = "/var/lib/kube-proxy/kubeconfig.conf"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user