diff --git a/templates/master/01-master-container-runtime/_base/files/crio.yaml b/templates/master/01-master-container-runtime/_base/files/crio.yaml index 983c158915..5ffca34835 100644 --- a/templates/master/01-master-container-runtime/_base/files/crio.yaml +++ b/templates/master/01-master-container-runtime/_base/files/crio.yaml @@ -28,6 +28,7 @@ contents: "SYS_CHROOT", "KILL", ] + manage_ns_lifecycle = true [crio.image] global_auth_file = "/var/lib/kubelet/config.json" diff --git a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml index 983c158915..5ffca34835 100644 --- a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml +++ b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml @@ -28,6 +28,7 @@ contents: "SYS_CHROOT", "KILL", ] + manage_ns_lifecycle = true [crio.image] global_auth_file = "/var/lib/kubelet/config.json"