remove cpu limit for aws-iam-auth, enable cpufs kubelet feature flag
This commit is contained in:
parent
f38fe4f790
commit
532710b77b
@ -10,4 +10,4 @@ keywords:
|
|||||||
- kubeadm
|
- kubeadm
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Quarky9
|
- name: Quarky9
|
||||||
kubeVersion: ">= 1.16.0"
|
kubeVersion: ">= 1.18.0"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user