File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
data/data/bootstrap/files/usr/local/bin Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33# shellcheck disable=SC1091 # using path on bootstrap machine
44. /usr/local/bin/bootstrap-service-record.sh
55
6- /usr/bin/hyperkube \
7- kubelet \
6+ /usr/bin/kubelet \
87 --anonymous-auth=false \
98 --container-runtime-endpoint=/var/run/crio/crio.sock \
109 --runtime-request-timeout=" ${KUBELET_RUNTIME_REQUEST_TIMEOUT} " \
Original file line number Diff line number Diff line change @@ -350,8 +350,7 @@ For example:
350350 EnvironmentFile=-/etc/kubernetes/kubelet-workaround
351351 EnvironmentFile=-/etc/kubernetes/kubelet-env
352352
353- ExecStart=/usr/bin/hyperkube \
354- kubelet \
353+ ExecStart=/usr/bin/kubelet \
355354 --config=/etc/kubernetes/kubelet.conf \
356355 --bootstrap-kubeconfig=/etc/kubernetes/kubeconfig \
357356 --rotate-certificates \
You can’t perform that action at this time.
0 commit comments