Merge pull request #6173 from kevin-bates/clarify-simulation-logging

Clarify simulation for removal log statement
This commit is contained in:
Kubernetes Prow Robot 2023-10-09 08:37:49 +02:00 committed by GitHub
commit bd5233db76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func (r *RemovalSimulator) SimulateNodeRemoval(
if err != nil {
klog.Errorf("Can't retrieve node %s from snapshot, err: %v", nodeName, err)
}
klog.V(2).Infof("%s for removal", nodeName)
klog.V(2).Infof("Simulating node %s removal", nodeName)
if _, found := destinationMap[nodeName]; !found {
klog.V(2).Infof("nodeInfo for %s not found", nodeName)