File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ write_files:
8282 # cri-containerd on master uses the cni binary and config in the
8383 # release tarball.
8484 ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
85- --logtostderr --v=4 \
85+ --log-level=debug \
8686 --network-bin-dir=/home/cri-containerd/opt/cni/bin \
8787 --network-conf-dir=/home/cri-containerd/etc/cni/net.d
8888
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ write_files:
8585 # Point to /home/kubernetes/bin where calico setup cni binary in kube-up.sh.
8686 # Point to /etc/cni/net.d where calico put cni config in kube-up.sh.
8787 ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
88- --logtostderr --v=4 \
88+ --log-level=debug \
8989 --network-bin-dir=/home/kubernetes/bin \
9090 --network-conf-dir=/etc/cni/net.d
9191
You can’t perform that action at this time.
0 commit comments