treasuremap/global/software/config/Kubelet.yaml
jasvinder singh kwatra 7de6cc3fa8 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
2020-12-21 16:24:05 -06:00

42 lines
1013 B
YAML

---
schema: promenade/Kubelet/v1
metadata:
schema: metadata/Document/v1
name: kubelet
layeringDefinition:
abstract: false
layer: global
storagePolicy: cleartext
substitutions:
- src:
schema: pegleg/SoftwareVersions/v1
name: software-versions
path: .images.kubernetes.pause
dest:
path: .images.pause
- src:
schema: pegleg/SeccompProfile/v1
name: seccomp-default
path: .seccompDirPath
dest:
path: .arguments
pattern: SECCOMP_PROFILE_ROOT
recurse:
depth: 1
data:
arguments:
- --cni-bin-dir=/opt/cni/bin
- --cni-conf-dir=/etc/cni/net.d
- --network-plugin=cni
- --seccomp-profile-root=SECCOMP_PROFILE_ROOT
config_file_overrides:
evictionMaxPodGracePeriod: -1
featureGates:
PodShareProcessNamespace: true
TaintBasedEvictions: false
CSIMigration: false
kubeAPIBurst: 40
kubeAPIQPS: 20
maxPods: 200
nodeStatusUpdateFrequency: "5s"