You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/samples/example-kubeadm.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ spec:
58
58
controlPlaneEndpoint: 203.0.113.129:443
59
59
initConfiguration:
60
60
localAPIEndpoint:
61
-
advertiseAddress: 10.0.0.2
61
+
advertiseAddress: 127.0.0.1
62
62
bindPort: 443
63
63
nodeRegistration: {}
64
64
joinConfiguration:
@@ -114,7 +114,6 @@ spec:
114
114
curl -sSL "https://raw.githubusercontent.com/kubernetes/release/${RELEASE_VERSION}/cmd/krel/templates/latest/kubeadm/10-kubeadm.conf" | sed "s:/usr/bin:/usr/local/bin:g" | tee /usr/lib/systemd/system/kubelet.service.d/10-kubeadm.conf
0 commit comments