You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slog.Error("Failed to resolve pod labels", "hostName", hostName, "error", err)
459
-
checkDebugUrlAndPrint(url, req.Host, "Error resolving pod labels "+hostName)
461
+
checkDebugUrlAndPrint(url, req.Host, "Error resolving pod labels "+hostName+"log: "+log)
460
462
} else {
461
463
value["tag"] =podLabels
462
-
checkDebugUrlAndPrint(url, req.Host, "Pod labels found in ParseAndProduce, podLabels found "+fmt.Sprint(podLabels)+" for hostName "+hostName)
464
+
checkDebugUrlAndPrint(url, req.Host, "Pod labels found in ParseAndProduce, podLabels found "+fmt.Sprint(podLabels)+" for hostName "+hostName+"log: "+log)
checkDebugUrlAndPrint(url, req.Host, "Pod labels not resolved, PodInformerInstance is nil or direction is not inbound, direction: "+fmt.Sprint(direction))
469
+
slog.Warn("Pod labels not resolved, PodInformerInstance is nil or direction is not inbound", "log", log)
470
+
checkDebugUrlAndPrint(url, req.Host, "Pod labels not resolved, PodInformerInstance is nil or direction is not inbound"+"log: "+log)
0 commit comments