mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-03 22:02:12 -04:00
Fix InstanceTypeByProviderID for Azure
This commit is contained in:
parent
4457e43e7b
commit
09f0850da3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue