Skip to content

Commit 7ba7a1c

Browse files
Random-Liuestesp
authored andcommitted
Disable restart plugin on GCE.
Signed-off-by: Lantao Liu <[email protected]>
1 parent d5a7d0d commit 7ba7a1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

contrib/gce/configure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ if [ -n "${network_policy_provider}" ] && [ "${network_policy_provider}" != "non
155155
fi
156156
log_level="${CONTAINERD_LOG_LEVEL:-"info"}"
157157
cat > ${config_path} <<EOF
158+
# Kubernetes doesn't use containerd restart manager.
159+
disabled_plugins = ["restart"]
160+
158161
[debug]
159162
level = "${log_level}"
160163

0 commit comments

Comments
 (0)