mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Fix InstanceTypeByProviderID for Azure
This commit is contained in:
parent
4457e43e7b
commit
09f0850da3
@ -145,7 +145,7 @@ func (az *Cloud) InstanceTypeByProviderID(providerID string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
return az.InstanceID(name)
|
||||
return az.InstanceType(name)
|
||||
}
|
||||
|
||||
// InstanceType returns the type of the specified instance.
|
||||
|
Loading…
Reference in New Issue
Block a user