File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
magnum/drivers/common/templates/kubernetes/fragments Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,6 @@ KUBELET_ARGS="${KUBELET_ARGS} --client-ca-file=${CERT_DIR}/ca.crt --tls-cert-fil
500
500
KUBELET_ARGS=" ${KUBELET_ARGS} --cgroup-driver=${CGROUP_DRIVER} "
501
501
if [ ${CONTAINER_RUNTIME} = " containerd" ] ; then
502
502
KUBELET_ARGS=" ${KUBELET_ARGS} --runtime-cgroups=/system.slice/containerd.service"
503
- KUBELET_ARGS=" ${KUBELET_ARGS} --container-runtime=remote"
504
503
KUBELET_ARGS=" ${KUBELET_ARGS} --runtime-request-timeout=15m"
505
504
KUBELET_ARGS=" ${KUBELET_ARGS} --container-runtime-endpoint=unix:///run/containerd/containerd.sock"
506
505
fi
Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ KUBELET_ARGS="${KUBELET_ARGS} --client-ca-file=${CERT_DIR}/ca.crt --tls-cert-fil
276
276
KUBELET_ARGS=" ${KUBELET_ARGS} --cgroup-driver=${CGROUP_DRIVER} "
277
277
if [ ${CONTAINER_RUNTIME} = " containerd" ] ; then
278
278
KUBELET_ARGS=" ${KUBELET_ARGS} --runtime-cgroups=/system.slice/containerd.service"
279
- KUBELET_ARGS=" ${KUBELET_ARGS} --container-runtime=remote"
280
279
KUBELET_ARGS=" ${KUBELET_ARGS} --runtime-request-timeout=15m"
281
280
KUBELET_ARGS=" ${KUBELET_ARGS} --container-runtime-endpoint=unix:///run/containerd/containerd.sock"
282
281
fi
You can’t perform that action at this time.
0 commit comments