mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Remove the deprecated --enable-cri
flag
Except for rkt, CRI is the default and only integration point for container runtimes.
This commit is contained in:
@@ -622,7 +622,6 @@ function start_kubelet {
|
||||
fi
|
||||
|
||||
sudo -E "${GO_OUT}/hyperkube" kubelet ${priv_arg}\
|
||||
--enable-cri="${ENABLE_CRI}" \
|
||||
--v=${LOG_LEVEL} \
|
||||
--chaos-chance="${CHAOS_CHANCE}" \
|
||||
--container-runtime="${CONTAINER_RUNTIME}" \
|
||||
|
Reference in New Issue
Block a user