From 7de6cc3fa8da094e37539878993a315b7b567533 Mon Sep 17 00:00:00 2001 From: jasvinder singh kwatra Date: Mon, 21 Dec 2020 16:24:05 -0600 Subject: [PATCH] Disable CSI migration enabled in 1.17 by default Kublet exits failing to register CSI and aborts it's activities to bring up apiserver. refer below: https: //github.com/kubernetes/kubernetes/issues/86094 https: //github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_plugin.go#L254 Change-Id: I70e596b8f97e8085b4f717d4ac7c71a7fe76bdb3 --- global/software/config/Kubelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/global/software/config/Kubelet.yaml b/global/software/config/Kubelet.yaml index 1a33897a8..988b4c328 100644 --- a/global/software/config/Kubelet.yaml +++ b/global/software/config/Kubelet.yaml @@ -34,6 +34,7 @@ data: featureGates: PodShareProcessNamespace: true TaintBasedEvictions: false + CSIMigration: false kubeAPIBurst: 40 kubeAPIQPS: 20 maxPods: 200