Update all glog flags to log-level
.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
d50b9dd64c
commit
680e21c430
@ -82,7 +82,7 @@ write_files:
|
|||||||
# cri-containerd on master uses the cni binary and config in the
|
# cri-containerd on master uses the cni binary and config in the
|
||||||
# release tarball.
|
# release tarball.
|
||||||
ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
|
ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
|
||||||
--logtostderr --v=4 \
|
--log-level=debug \
|
||||||
--network-bin-dir=/home/cri-containerd/opt/cni/bin \
|
--network-bin-dir=/home/cri-containerd/opt/cni/bin \
|
||||||
--network-conf-dir=/home/cri-containerd/etc/cni/net.d
|
--network-conf-dir=/home/cri-containerd/etc/cni/net.d
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ write_files:
|
|||||||
# Point to /home/kubernetes/bin where calico setup cni binary in kube-up.sh.
|
# Point to /home/kubernetes/bin where calico setup cni binary in kube-up.sh.
|
||||||
# Point to /etc/cni/net.d where calico put cni config in kube-up.sh.
|
# Point to /etc/cni/net.d where calico put cni config in kube-up.sh.
|
||||||
ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
|
ExecStart=/home/cri-containerd/usr/local/bin/cri-containerd \
|
||||||
--logtostderr --v=4 \
|
--log-level=debug \
|
||||||
--network-bin-dir=/home/kubernetes/bin \
|
--network-bin-dir=/home/kubernetes/bin \
|
||||||
--network-conf-dir=/etc/cni/net.d
|
--network-conf-dir=/etc/cni/net.d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user