Skip to content

Commit 39edaa1

Browse files
authored
Update cluster.go
1 parent 437a2fb commit 39edaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusterloader2/pkg/util/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func LogClusterNodes(c clientset.Interface) error {
8484
externalIP = address.Address
8585
}
8686
}
87-
klog.V(2).Infof("Name: %v, clusterIP: %v, externalIP: %v, isSchedulable: %v", nodeList[i].ObjectMeta.Name, internalIP, externalIP, isSchedulable)
87+
klog.V(2).Infof("Name: %v, internalIP: %v, externalIP: %v, isSchedulable: %v", nodeList[i].ObjectMeta.Name, internalIP, externalIP, isSchedulable)
8888
}
8989
return nil
9090
}

0 commit comments

Comments
 (0)