Automated Manifest Update (#2284)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2284 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2284.
This commit is contained in:
@@ -31,15 +31,26 @@ data:
|
||||
- name: RemovePodsViolatingNodeTaints
|
||||
- name: RemovePodsViolatingInterPodAntiAffinity
|
||||
- name: RemovePodsViolatingTopologySpreadConstraint
|
||||
- args:
|
||||
evictableNamespaces:
|
||||
exclude:
|
||||
- kube-system
|
||||
evictionModes:
|
||||
- OnlyThresholdingResources
|
||||
thresholds:
|
||||
cpu: 80
|
||||
memory: 80
|
||||
pods: 140
|
||||
name: HighNodeUtilization
|
||||
- args:
|
||||
targetThresholds:
|
||||
cpu: 60
|
||||
memory: 40
|
||||
pods: 150
|
||||
pods: 100
|
||||
thresholds:
|
||||
cpu: 30
|
||||
memory: 30
|
||||
pods: 100
|
||||
pods: 90
|
||||
name: LowNodeUtilization
|
||||
plugins:
|
||||
balance:
|
||||
|
||||
Reference in New Issue
Block a user