Correct cloudprovider/azure's GPULabel to "accelerator"

This commit is contained in:
YundongYe 2020-04-02 18:22:39 +08:00
parent 9fd1073355
commit 2d8e3603cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 (