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
This commit is contained in:
jasvinder singh kwatra 2020-12-21 16:24:05 -06:00
parent 2bdd97d28a
commit 7de6cc3fa8
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ data:
featureGates: featureGates:
PodShareProcessNamespace: true PodShareProcessNamespace: true
TaintBasedEvictions: false TaintBasedEvictions: false
CSIMigration: false
kubeAPIBurst: 40 kubeAPIBurst: 40
kubeAPIQPS: 20 kubeAPIQPS: 20
maxPods: 200 maxPods: 200