Skip to content

Commit dbc53ee

Browse files
authored
Merge pull request kubernetes#3019 from ydye/azure-gpu-label-fix
Correct cloudprovider/azure's GPULabel to "accelerator"
2 parents 36d2237 + 2d8e360 commit dbc53ee

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)