mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Improve logging.
This commit is contained in:
@@ -102,6 +102,7 @@ func runReplicationControllerTest(kubeClient *client.Client) {
|
||||
if err != nil || len(pods.Items) != controllerRequest.DesiredState.Replicas {
|
||||
glog.Fatalf("FAILED: %#v", pods.Items)
|
||||
}
|
||||
glog.Infof("Replication controller produced:\n\n%#v\n\n", pods)
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user