From 601bc22c8fe15acbd043695acaba4087d8fefbe9 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Mon, 27 Apr 2020 10:57:41 -0400 Subject: [PATCH] cri-o: manage ns lifecycle, again! switch cri-o to manage namespace lifecycle again, after having ironed out some details with third party networking plugins Signed-off-by: Peter Hunt --- .../master/01-master-container-runtime/_base/files/crio.yaml | 1 + .../worker/01-worker-container-runtime/_base/files/crio.yaml | 1 + 2 files changed, 2 insertions(+) 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"