remove cpu limit for aws-iam-auth, enable cpufs kubelet feature flag

This commit is contained in:
Stefan Reimer 2021-03-05 14:00:00 +01:00
parent b4ccbe6955
commit f6abd9b894
3 changed files with 3 additions and 2 deletions

View File

@ -10,4 +10,4 @@ keywords:
- kubeadm - kubeadm
maintainers: maintainers:
- name: Quarky9 - name: Quarky9
kubeVersion: ">= 1.16.0" kubeVersion: ">= 1.18.0"

View File

@ -20,6 +20,7 @@ tlsCipherSuites: [TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES
featureGates: featureGates:
CSIMigrationAWS: true CSIMigrationAWS: true
CSIMigrationAWSComplete: true CSIMigrationAWSComplete: true
CustomCPUCFSQuotaPeriod: true
{{- end }} {{- end }}
kubeReserved: kubeReserved:
cpu: 50m cpu: 50m

View File

@ -137,7 +137,7 @@ spec:
cpu: 10m cpu: 10m
limits: limits:
memory: 20Mi memory: 20Mi
cpu: 100m #cpu: 100m
volumeMounts: volumeMounts:
- name: config - name: config