mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Fix the logging message
This commit is contained in:
parent
1ebea3ad9d
commit
566c0d735a
@ -870,7 +870,7 @@ func (vs *VSphere) InstanceID(ctx context.Context, nodeName k8stypes.NodeName) (
|
|||||||
return vs.vmUUID, nil
|
return vs.vmUUID, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
klog.Warningf("The VM: %s is not in %s state", convertToString(nodeName), vclib.ActivePowerState)
|
klog.Warningf("The VM: %s doesn't exist", convertToString(nodeName))
|
||||||
return "", cloudprovider.InstanceNotFound
|
return "", cloudprovider.InstanceNotFound
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user