Correct cloudprovider/azure's GPULabel to "accelerator"
This commit is contained in:
parent
9fd1073355
commit
2d8e3603cc
|
|
@ -30,7 +30,7 @@ import (
|
|||
|
||||
const (
|
||||
// GPULabel is the label added to nodes with GPU resource.
|
||||
GPULabel = "cloud.google.com/gke-accelerator"
|
||||
GPULabel = "accelerator"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in New Issue