We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b031e5 commit d81e8beCopy full SHA for d81e8be
cmd/kubeadm/app/util/apiclient/dryrun.go
@@ -754,7 +754,7 @@ func getPod(name, nodeName string) corev1.Pod {
754
"tier": constants.ControlPlaneTier,
755
},
756
Annotations: map[string]string{
757
- constants.KubeAPIServerAdvertiseAddressEndpointAnnotationKey: "127.0.0.1:6443",
+ constants.KubeAPIServerAdvertiseAddressEndpointAnnotationKey: "0.0.0.0:6443",
758
759
760
Spec: corev1.PodSpec{
0 commit comments