mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Fix the logging message
This commit is contained in:
@@ -870,7 +870,7 @@ func (vs *VSphere) InstanceID(ctx context.Context, nodeName k8stypes.NodeName) (
|
||||
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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user