Skip to content

Commit

Permalink
fix(platform): modify qgpu scheduler extender config (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lis authored Jul 29, 2022
1 parent b757733 commit 159feb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/platform/provider/baremetal/cluster/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const (
"apiVersion" : "v1beta1",
"enableHttps" : false,
"filterVerb" : "filter",
"BindVerb": "bind",
"weight": 1,
"managedResources" : [
{
Expand All @@ -56,11 +55,10 @@ const (
{
"urlPrefix": "http://{{.QGPUQuotaAdmissionHost}}:12345/scheduler",
"filterVerb" : "filter",
"prebindVerb": "prebind",
"unreserveVerb": "unreserve",
"prioritizeVerb": "priorities",
"nodeCacheCapable": true,
"weight": 10,
"bindVerb": "bind",
"nodeCacheCapable": true,
"managedResources" : [
{
"name": "tke.cloud.tencent.com/qgpu-core"
Expand Down

0 comments on commit 159feb8

Please sign in to comment.