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:
parent
2bdd97d28a
commit
7de6cc3fa8
@ -34,6 +34,7 @@ data:
|
||||
featureGates:
|
||||
PodShareProcessNamespace: true
|
||||
TaintBasedEvictions: false
|
||||
CSIMigration: false
|
||||
kubeAPIBurst: 40
|
||||
kubeAPIQPS: 20
|
||||
maxPods: 200
|
||||
|
Loading…
x
Reference in New Issue
Block a user