Ed Bartosh
Ed Bartosh
/assign @jsafrane
/triage accepted /priority important-longterm
/triage accepted /priority important-longterm
@matthyx I run `Lifecycle` test cases locally in this PR branch and 5 failed: ``` _output/local/go/bin/e2e_node.test --ginkgo.focus='Containers Lifecycle' --ginkgo.v --report-dir=/tmp/e2e_node.test/logs --node-name=devel --kubelet-flags='--cluster-domain=cluster.local --fail-swap-on=false --cgroup-driver=systemd' --prepull-images=false --container-runtime-endpoint=unix:///run/containerd/containerd.sock --v=7 --kubelet-config-file='test/e2e_node/jenkins/default-kubelet-config.yaml' ... Summarizing...
Sure, can you point me out to the PR?
I guess it's this one: https://github.com/kubernetes/kubernetes/pull/124086
I'll revert it locally and run tests again.
With reverted https://github.com/kubernetes/kubernetes/pull/124086 it still fails: ``` Summarizing 2 Failures: [FAIL] [sig-node] [NodeConformance] Containers Lifecycle when a pod is terminating because its liveness probe fails [It] should execute readiness probe...
Yes, it fails on master with reverted https://github.com/kubernetes/kubernetes/pull/124086, but it doesn't fail `using a Pod with restartPolicy=Never, three init container and two restartable init containers should run both restartable init...
@matthyx I'm trying to fix remaining container lifecycle test failures. Here is one [failing test case](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/container_lifecycle_test.go#L1211) that fails in a strange way: ``` [sig-node] [NodeFeature:SidecarContainers] Containers Lifecycle when using a...