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
|
||||
maintainers:
|
||||
- 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:
|
||||
CSIMigrationAWS: true
|
||||
CSIMigrationAWSComplete: true
|
||||
CustomCPUCFSQuotaPeriod: true
|
||||
{{- end }}
|
||||
kubeReserved:
|
||||
cpu: 50m
|
||||
|
@ -137,7 +137,7 @@ spec:
|
||||
cpu: 10m
|
||||
limits:
|
||||
memory: 20Mi
|
||||
cpu: 100m
|
||||
#cpu: 100m
|
||||
|
||||
volumeMounts:
|
||||
- name: config
|
||||
|
Loading…
Reference in New Issue
Block a user