Francesco Romani
Francesco Romani
> @zwpaper thanks for reply. I want to confirm some details first. Do we need to replace the original `klog.ErrorS(err, "xxxxx")` with `lh := klog.FromContext(ctx).WithValues(logging.KeyPod, klog.KObj(pod), logging.KeyPodUID, logging.PodUID(pod), logging.KeyNode, nodeName)`?...
/remove-lifecycle stale
/lgtm we need to keep the conversation open about the testing strategy to avoid drifting from true e2e testing
/priority important-longterm /unhold
/test pull-kubernetes-e2e-kind
In kube we added a feature gate to revert the new behaviour because we were worried exactly by occurrences like this: https://github.com/kubernetes/kubernetes/blob/v1.33.2/pkg/features/kube_features.go#L978