Skip to content

Commit

Permalink
Merge pull request #12 from WangZzzhe/bugfix/scheduler-ignored-resour…
Browse files Browse the repository at this point in the history
…ce-groups

bugfix: reclaimed resource name resource.katalyst.kubewharf.io
  • Loading branch information
waynepeking348 authored Apr 29, 2024
2 parents 3726a06 + 7951b7f commit 61ce408
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/katalyst/charts/scheduler/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data:
- name: NodeResourcesFit
args:
ignoredResourceGroups:
- katalyst.kubewharf.io
- resource.katalyst.kubewharf.io
- name: QoSAwareNodeResourcesFit
args:
scoringStrategy:
Expand All @@ -54,9 +54,9 @@ data:
- name: memory
weight: 1
reclaimedResources:
- name: "katalyst.kubewharf.io/reclaimed_millicpu"
- name: "resource.katalyst.kubewharf.io/reclaimed_millicpu"
weight: 1
- name: "katalyst.kubewharf.io/reclaimed_memory"
- name: "resource.katalyst.kubewharf.io/reclaimed_memory"
weight: 1
- name: QoSAwareNodeResourcesBalancedAllocation
args:
Expand All @@ -66,9 +66,9 @@ data:
- name: memory
weight: 1
reclaimedResources:
- name: "katalyst.kubewharf.io/reclaimed_millicpu"
- name: "resource.katalyst.kubewharf.io/reclaimed_millicpu"
weight: 1
- name: "katalyst.kubewharf.io/reclaimed_memory"
- name: "resource.katalyst.kubewharf.io/reclaimed_memory"
weight: 1
kind: ConfigMap
metadata:
Expand Down

0 comments on commit 61ce408

Please sign in to comment.