Do not block on stream server close.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
2ea6584ca7
commit
85b4e69c9f
@ -106,7 +106,6 @@ write_files:
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStartPre=/bin/chmod 544 /home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh
|
ExecStartPre=/bin/chmod 544 /home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh
|
||||||
ExecStart=/bin/bash -c 'CRICTL=/home/cri-containerd/usr/local/bin/crictl \
|
ExecStart=/bin/bash -c 'CRICTL=/home/cri-containerd/usr/local/bin/crictl \
|
||||||
/home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh'
|
/home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh'
|
||||||
@ -176,7 +175,6 @@ write_files:
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStartPre=/bin/chmod 544 /home/kubernetes/bin/health-monitor.sh
|
ExecStartPre=/bin/chmod 544 /home/kubernetes/bin/health-monitor.sh
|
||||||
ExecStart=/home/kubernetes/bin/health-monitor.sh kubelet
|
ExecStart=/home/kubernetes/bin/health-monitor.sh kubelet
|
||||||
|
|
||||||
|
@ -106,7 +106,6 @@ write_files:
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStartPre=/bin/chmod 544 /home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh
|
ExecStartPre=/bin/chmod 544 /home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh
|
||||||
ExecStart=/bin/bash -c 'CRICTL=/home/cri-containerd/usr/local/bin/crictl \
|
ExecStart=/bin/bash -c 'CRICTL=/home/cri-containerd/usr/local/bin/crictl \
|
||||||
/home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh'
|
/home/cri-containerd/opt/cri-containerd/cluster/health-monitor.sh'
|
||||||
@ -175,7 +174,6 @@ write_files:
|
|||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStartPre=/bin/chmod 544 /home/kubernetes/bin/health-monitor.sh
|
ExecStartPre=/bin/chmod 544 /home/kubernetes/bin/health-monitor.sh
|
||||||
ExecStart=/home/kubernetes/bin/health-monitor.sh kubelet
|
ExecStart=/home/kubernetes/bin/health-monitor.sh kubelet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user