Skip to content

Commit

Permalink
chore: use legacy GPU label to avoid breaking change in this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
comtalyst committed Jul 10, 2024
1 parent 8d6c21c commit 55979ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (azure *AzureCloudProvider) Name() string {

// GPULabel returns the label added to nodes with GPU resource.
func (azure *AzureCloudProvider) GPULabel() string {
return GPULabel
return legacyGPULabel // Use legacy to avoid breaking, for now
}

// GetAvailableGPUTypes return all available GPU types cloud provider supports
Expand Down

0 comments on commit 55979ec

Please sign in to comment.