mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
remove :
This commit is contained in:
parent
7062cd5700
commit
c4ff3d0593
@ -114,7 +114,7 @@ func (i *Instances) InstanceExistsByProviderID(ctx context.Context, providerID s
|
||||
return false, err
|
||||
}
|
||||
|
||||
_, err := servers.Get(i.compute, instanceID).Extract()
|
||||
_, err = servers.Get(i.compute, instanceID).Extract()
|
||||
if err != nil {
|
||||
if isNotFound(err) {
|
||||
return false, nil
|
||||
|
Loading…
Reference in New Issue
Block a user