Skip to content

Commit 2d8e360

Browse files
committed
Correct cloudprovider/azure's GPULabel to "accelerator"
1 parent 9fd1073 commit 2d8e360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/azure/azure_cloud_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
const (
3232
// GPULabel is the label added to nodes with GPU resource.
33-
GPULabel = "cloud.google.com/gke-accelerator"
33+
GPULabel = "accelerator"
3434
)
3535

3636
var (

0 commit comments

Comments
 (0)