go run hack/e2e.go -v --test --test_args='--ginkgo.focus=E2eNode\sSuite\s\[It\]\s\[sig\-node\]\sLocalStorageSoftEviction\s\[Slow\]\s\[Serial\]\s\[Disruptive\]\[NodeFeature\:Eviction\]\swhen\swe\srun\scontainers\sthat\sshould\scause\sDiskPressure\s\sshould\seventually\sevict\sall\sof\sthe\scorrect\spods$'
[TIMEDOUT] A suite timeout occurred In [It] at: test/e2e_node/eviction_test.go:563 @ 03/23/23 10:26:55.784 This is the Progress Report generated when the suite timeout occurred: [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods (Spec Runtime: 13m23.167s) test/e2e_node/eviction_test.go:563 In [It] (Node Runtime: 12m45.904s) test/e2e_node/eviction_test.go:563 At [By Step] checking eviction ordering and ensuring important pods don't fail (Step Runtime: 1.203s) test/e2e_node/eviction_test.go:700 Spec Goroutine goroutine 6385 [select] k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000209b90, {0x5b93800?, 0x88468b8}, 0x1, {0x0, 0x0, 0x0}) vendor/github.com/onsi/gomega/internal/async_assertion.go:538 k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000209b90, {0x5b93800, 0x88468b8}, {0x0, 0x0, 0x0}) vendor/github.com/onsi/gomega/internal/async_assertion.go:145 > k8s.io/kubernetes/test/e2e_node.runEvictionTest.func1.2({0x7f3b72bac900?, 0xc000fcb770}) test/e2e_node/eviction_test.go:585 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func2({0x5bb2a40?, 0xc000fcb770}) vendor/github.com/onsi/ginkgo/v2/internal/node.go:456 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850 Begin Additional Progress Reports >> Expected success, but got an error: <*errors.errorString | 0xc000c65ed0>: pods that should be evicted are still running: []string{"container-disk-hog-pod"} { s: "pods that should be evicted are still running: []string{\"container-disk-hog-pod\"}", } << End Additional Progress Reports Goroutines of Interest goroutine 1 [chan receive, 60 minutes] testing.(*T).Run(0xc000251860, {0x52ff476?, 0x53e765?}, 0x558dd48) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1630 testing.runTests.func1(0x88173a0?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2036 testing.tRunner(0xc000251860, 0xc0009ffb78) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1576 testing.runTests(0xc0002797c0?, {0x8651d70, 0x1, 0x1}, {0x30?, 0xc00059a750?, 0x0?}) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2034 testing.(*M).Run(0xc0002797c0) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1906 > k8s.io/kubernetes/test/e2e_node.TestMain(0xffffffffffffffff?) test/e2e_node/e2e_node_suite_test.go:145 main.main() /tmp/go-build1063036389/b001/_testmain.go:49 goroutine 245 [syscall, 57 minutes] syscall.Syscall6(0x100?, 0xc0000a0cd8?, 0x6fc80d?, 0x1?, 0x52183e0?, 0xc000112070?, 0x47edfe?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/syscall/syscall_linux.go:91 os.(*Process).blockUntilWaitable(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/wait_waitid.go:32 os.(*Process).wait(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec_unix.go:22 os.(*Process).Wait(...) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc000597b80) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec/exec.go:890 > k8s.io/kubernetes/test/e2e_node/services.(*server).start.func1() test/e2e_node/services/server.go:166 > k8s.io/kubernetes/test/e2e_node/services.(*server).start test/e2e_node/services/server.go:123 [FAILED] A suite timeout occurred and then the following failure was recorded in the timedout node before it exited: Context was cancelled after 312.751s. Expected success, but got an error: <*errors.errorString | 0xc000c65ed0>: pods that should be evicted are still running: []string{"container-disk-hog-pod"} { s: "pods that should be evicted are still running: []string{\"container-disk-hog-pod\"}", } In [It] at: test/e2e_node/eviction_test.go:585 @ 03/23/23 10:26:55.801 There were additional failures detected after the initial failure. These are visible in the timelinefrom junit_fedora01.xml
> Enter [BeforeEach] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/23/23 10:13:32.617 STEP: Creating a kubernetes client - test/e2e/framework/framework.go:211 @ 03/23/23 10:13:32.617 STEP: Building a namespace api object, basename localstorage-eviction-test - test/e2e/framework/framework.go:250 @ 03/23/23 10:13:32.617 Mar 23 10:13:32.621: INFO: Skipping waiting for service account < Exit [BeforeEach] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/23/23 10:13:32.621 (4ms) > Enter [BeforeEach] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/23/23 10:13:32.621 < Exit [BeforeEach] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/23/23 10:13:32.621 (0s) > Enter [BeforeEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:176 @ 03/23/23 10:13:32.621 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/23/23 10:13:32.646 Mar 23 10:13:32.684: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230323T092641.service loaded active running /tmp/node-e2e-20230323T092641/kubelet --kubeconfig /tmp/node-e2e-20230323T092641/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 --container-runtime-endpoint unix:///var/run/crio/crio.sock --config /tmp/node-e2e-20230323T092641/kubelet-config --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. , kubelet-20230323T092641 W0323 10:13:32.754766 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": read tcp 127.0.0.1:38402->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/23/23 10:13:32.766 W0323 10:13:32.810654 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": dial tcp 127.0.0.1:10248: connect: connection refused < Exit [BeforeEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:176 @ 03/23/23 10:13:37.814 (5.193s) > Enter [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/23/23 10:13:37.814 STEP: setting up pods to be used by tests - test/e2e_node/eviction_test.go:555 @ 03/23/23 10:14:07.85 < Exit [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/23/23 10:14:09.88 (32.066s) > Enter [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/23/23 10:14:09.88 STEP: Waiting for node to have NodeCondition: DiskPressure - test/e2e_node/eviction_test.go:564 @ 03/23/23 10:14:09.88 Mar 23 10:14:09.913: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15187722240 Mar 23 10:14:09.913: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15187722240 Mar 23 10:14:11.941: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15187722240 Mar 23 10:14:11.941: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15187722240 Mar 23 10:14:13.960: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:13.960: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:15.984: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:15.984: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:18.002: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:18.002: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:20.022: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:20.022: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:20.022: INFO: Pod: innocent-pod Mar 23 10:14:22.048: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:22.048: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15134773248 Mar 23 10:14:22.048: INFO: Pod: innocent-pod Mar 23 10:14:24.068: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:24.068: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:24.068: INFO: Pod: container-disk-hog-pod Mar 23 10:14:24.068: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:24.068: INFO: Pod: innocent-pod Mar 23 10:14:26.090: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:26.090: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:26.090: INFO: Pod: container-disk-hog-pod Mar 23 10:14:26.090: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:26.090: INFO: Pod: innocent-pod Mar 23 10:14:28.120: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:28.120: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:28.120: INFO: Pod: innocent-pod Mar 23 10:14:28.120: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:28.120: INFO: Pod: container-disk-hog-pod Mar 23 10:14:28.120: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:30.140: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:30.140: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:30.140: INFO: Pod: container-disk-hog-pod Mar 23 10:14:30.140: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:30.140: INFO: Pod: innocent-pod Mar 23 10:14:30.140: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:32.158: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:32.158: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 15034900480 Mar 23 10:14:32.158: INFO: Pod: innocent-pod Mar 23 10:14:32.158: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:32.158: INFO: Pod: container-disk-hog-pod Mar 23 10:14:32.158: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:34.176: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:34.176: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:34.176: INFO: Pod: innocent-pod Mar 23 10:14:34.176: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:34.176: INFO: Pod: container-disk-hog-pod Mar 23 10:14:34.176: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:36.196: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:36.196: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:36.196: INFO: Pod: container-disk-hog-pod Mar 23 10:14:36.196: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:36.196: INFO: Pod: innocent-pod Mar 23 10:14:36.196: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:38.215: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:38.215: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:38.215: INFO: Pod: container-disk-hog-pod Mar 23 10:14:38.215: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:38.215: INFO: Pod: innocent-pod Mar 23 10:14:38.215: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:40.244: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:40.244: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:40.244: INFO: Pod: container-disk-hog-pod Mar 23 10:14:40.244: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:40.244: INFO: Pod: innocent-pod Mar 23 10:14:40.244: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:42.263: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:42.263: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14935420928 Mar 23 10:14:42.263: INFO: Pod: innocent-pod Mar 23 10:14:42.263: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:42.263: INFO: Pod: container-disk-hog-pod Mar 23 10:14:42.263: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:44.286: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:44.286: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:44.286: INFO: Pod: innocent-pod Mar 23 10:14:44.286: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:44.286: INFO: Pod: container-disk-hog-pod Mar 23 10:14:44.286: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:46.323: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:46.323: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:46.323: INFO: Pod: container-disk-hog-pod Mar 23 10:14:46.323: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:46.323: INFO: Pod: innocent-pod Mar 23 10:14:46.324: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:48.348: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:48.348: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:48.348: INFO: Pod: container-disk-hog-pod Mar 23 10:14:48.348: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:48.348: INFO: Pod: innocent-pod Mar 23 10:14:48.348: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:50.366: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:50.366: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:50.366: INFO: Pod: innocent-pod Mar 23 10:14:50.366: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:50.366: INFO: Pod: container-disk-hog-pod Mar 23 10:14:50.366: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:52.389: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:52.389: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14839533568 Mar 23 10:14:52.389: INFO: Pod: container-disk-hog-pod Mar 23 10:14:52.389: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:52.389: INFO: Pod: innocent-pod Mar 23 10:14:52.389: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:54.409: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14739668992 Mar 23 10:14:54.409: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14739668992 Mar 23 10:14:54.409: INFO: Pod: innocent-pod Mar 23 10:14:54.409: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:54.409: INFO: Pod: container-disk-hog-pod Mar 23 10:14:54.409: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:56.433: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14739668992 Mar 23 10:14:56.433: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14739668992 Mar 23 10:14:56.433: INFO: Pod: container-disk-hog-pod Mar 23 10:14:56.433: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:56.433: INFO: Pod: innocent-pod Mar 23 10:14:56.433: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:14:58.465: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14739668992 Mar 23 10:14:58.465: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14739668992 Mar 23 10:14:58.465: INFO: Pod: container-disk-hog-pod Mar 23 10:14:58.465: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:14:58.465: INFO: Pod: innocent-pod Mar 23 10:14:58.465: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:00.485: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14739668992 Mar 23 10:15:00.485: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14739668992 Mar 23 10:15:00.485: INFO: Pod: container-disk-hog-pod Mar 23 10:15:00.485: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:15:00.485: INFO: Pod: innocent-pod Mar 23 10:15:00.485: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:02.504: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14739668992 Mar 23 10:15:02.504: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14739668992 Mar 23 10:15:02.504: INFO: Pod: container-disk-hog-pod Mar 23 10:15:02.504: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:15:02.504: INFO: Pod: innocent-pod Mar 23 10:15:02.504: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:04.527: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:04.527: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:04.527: INFO: Pod: container-disk-hog-pod Mar 23 10:15:04.527: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:15:04.527: INFO: Pod: innocent-pod Mar 23 10:15:04.527: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:06.546: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:06.546: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:06.546: INFO: Pod: innocent-pod Mar 23 10:15:06.546: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:06.546: INFO: Pod: container-disk-hog-pod Mar 23 10:15:06.546: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:15:08.566: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:08.566: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:08.566: INFO: Pod: container-disk-hog-pod Mar 23 10:15:08.566: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:15:08.566: INFO: Pod: innocent-pod Mar 23 10:15:08.566: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:10.600: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:10.600: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:10.600: INFO: Pod: innocent-pod Mar 23 10:15:10.600: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:10.600: INFO: Pod: container-disk-hog-pod Mar 23 10:15:10.600: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 23 10:15:12.619: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:12.619: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14643765248 Mar 23 10:15:12.619: INFO: Pod: innocent-pod Mar 23 10:15:12.619: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:12.619: INFO: Pod: container-disk-hog-pod Mar 23 10:15:12.619: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:14.639: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:14.639: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:14.639: INFO: Pod: container-disk-hog-pod Mar 23 10:15:14.639: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:14.639: INFO: Pod: innocent-pod Mar 23 10:15:14.639: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:16.662: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:16.662: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:16.662: INFO: Pod: container-disk-hog-pod Mar 23 10:15:16.662: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:16.662: INFO: Pod: innocent-pod Mar 23 10:15:16.662: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:18.690: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:18.690: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:18.690: INFO: Pod: container-disk-hog-pod Mar 23 10:15:18.690: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:18.690: INFO: Pod: innocent-pod Mar 23 10:15:18.690: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:20.710: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:20.710: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:20.710: INFO: Pod: innocent-pod Mar 23 10:15:20.710: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:20.710: INFO: Pod: container-disk-hog-pod Mar 23 10:15:20.710: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:22.736: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:22.736: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14542856192 Mar 23 10:15:22.736: INFO: Pod: container-disk-hog-pod Mar 23 10:15:22.736: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:22.736: INFO: Pod: innocent-pod Mar 23 10:15:22.736: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:24.755: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:24.755: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:24.755: INFO: Pod: container-disk-hog-pod Mar 23 10:15:24.755: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:24.755: INFO: Pod: innocent-pod Mar 23 10:15:24.755: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:26.774: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:26.774: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:26.774: INFO: Pod: innocent-pod Mar 23 10:15:26.774: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:26.774: INFO: Pod: container-disk-hog-pod Mar 23 10:15:26.774: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:28.804: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:28.804: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:28.804: INFO: Pod: container-disk-hog-pod Mar 23 10:15:28.804: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:28.804: INFO: Pod: innocent-pod Mar 23 10:15:28.804: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:30.823: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:30.823: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:30.823: INFO: Pod: container-disk-hog-pod Mar 23 10:15:30.823: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:30.823: INFO: Pod: innocent-pod Mar 23 10:15:30.823: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:32.850: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:32.850: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14447955968 Mar 23 10:15:32.850: INFO: Pod: container-disk-hog-pod Mar 23 10:15:32.850: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:32.850: INFO: Pod: innocent-pod Mar 23 10:15:32.850: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:34.871: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:34.871: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:34.871: INFO: Pod: innocent-pod Mar 23 10:15:34.871: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:34.871: INFO: Pod: container-disk-hog-pod Mar 23 10:15:34.871: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:36.890: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:36.890: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:36.890: INFO: Pod: container-disk-hog-pod Mar 23 10:15:36.890: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:36.890: INFO: Pod: innocent-pod Mar 23 10:15:36.890: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:38.909: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:38.909: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:38.909: INFO: Pod: container-disk-hog-pod Mar 23 10:15:38.909: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:38.909: INFO: Pod: innocent-pod Mar 23 10:15:38.909: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:40.936: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:40.936: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:40.936: INFO: Pod: innocent-pod Mar 23 10:15:40.936: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:40.936: INFO: Pod: container-disk-hog-pod Mar 23 10:15:40.936: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:42.960: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:42.960: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14348083200 Mar 23 10:15:42.960: INFO: Pod: container-disk-hog-pod Mar 23 10:15:42.960: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:42.960: INFO: Pod: innocent-pod Mar 23 10:15:42.960: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:44.982: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:44.982: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:44.982: INFO: Pod: innocent-pod Mar 23 10:15:44.982: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:44.982: INFO: Pod: container-disk-hog-pod Mar 23 10:15:44.982: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:47.004: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:47.004: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:47.004: INFO: Pod: container-disk-hog-pod Mar 23 10:15:47.004: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:47.004: INFO: Pod: innocent-pod Mar 23 10:15:47.004: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:49.025: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:49.025: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:49.025: INFO: Pod: container-disk-hog-pod Mar 23 10:15:49.025: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:49.025: INFO: Pod: innocent-pod Mar 23 10:15:49.025: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:51.057: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:51.057: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:51.057: INFO: Pod: innocent-pod Mar 23 10:15:51.057: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:51.057: INFO: Pod: container-disk-hog-pod Mar 23 10:15:51.057: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:53.086: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:53.086: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14253158400 Mar 23 10:15:53.086: INFO: Pod: container-disk-hog-pod Mar 23 10:15:53.086: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:53.086: INFO: Pod: innocent-pod Mar 23 10:15:53.086: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:55.110: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14152216576 Mar 23 10:15:55.110: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14152216576 Mar 23 10:15:55.110: INFO: Pod: innocent-pod Mar 23 10:15:55.110: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:55.110: INFO: Pod: container-disk-hog-pod Mar 23 10:15:55.110: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:57.129: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14152216576 Mar 23 10:15:57.129: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14152216576 Mar 23 10:15:57.129: INFO: Pod: container-disk-hog-pod Mar 23 10:15:57.129: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:57.129: INFO: Pod: innocent-pod Mar 23 10:15:57.129: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:15:59.157: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14152216576 Mar 23 10:15:59.157: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14152216576 Mar 23 10:15:59.157: INFO: Pod: container-disk-hog-pod Mar 23 10:15:59.157: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:15:59.157: INFO: Pod: innocent-pod Mar 23 10:15:59.158: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:01.176: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14152216576 Mar 23 10:16:01.176: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14152216576 Mar 23 10:16:01.176: INFO: Pod: innocent-pod Mar 23 10:16:01.176: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:01.176: INFO: Pod: container-disk-hog-pod Mar 23 10:16:01.176: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:03.196: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14152216576 Mar 23 10:16:03.196: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14152216576 Mar 23 10:16:03.196: INFO: Pod: innocent-pod Mar 23 10:16:03.196: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:03.196: INFO: Pod: container-disk-hog-pod Mar 23 10:16:03.196: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:05.221: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:05.221: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:05.221: INFO: Pod: innocent-pod Mar 23 10:16:05.221: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:05.221: INFO: Pod: container-disk-hog-pod Mar 23 10:16:05.221: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:07.240: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:07.240: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:07.241: INFO: Pod: container-disk-hog-pod Mar 23 10:16:07.241: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:07.241: INFO: Pod: innocent-pod Mar 23 10:16:07.241: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:09.266: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:09.266: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:09.266: INFO: Pod: innocent-pod Mar 23 10:16:09.266: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:09.266: INFO: Pod: container-disk-hog-pod Mar 23 10:16:09.266: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:11.288: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:11.289: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:11.289: INFO: Pod: container-disk-hog-pod Mar 23 10:16:11.289: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:11.289: INFO: Pod: innocent-pod Mar 23 10:16:11.289: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:13.307: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:13.307: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 14057242624 Mar 23 10:16:13.308: INFO: Pod: innocent-pod Mar 23 10:16:13.308: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:13.308: INFO: Pod: container-disk-hog-pod Mar 23 10:16:13.308: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:15.331: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:15.331: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:15.331: INFO: Pod: container-disk-hog-pod Mar 23 10:16:15.331: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:15.331: INFO: Pod: innocent-pod Mar 23 10:16:15.331: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:17.355: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:17.355: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:17.355: INFO: Pod: innocent-pod Mar 23 10:16:17.355: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:17.355: INFO: Pod: container-disk-hog-pod Mar 23 10:16:17.355: INFO: --- summary Container: container-disk-hog-container UsedBytes: 585138176 Mar 23 10:16:19.373: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:19.373: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:19.373: INFO: Pod: container-disk-hog-pod Mar 23 10:16:19.373: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:19.373: INFO: Pod: innocent-pod Mar 23 10:16:19.373: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:21.392: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:21.392: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:21.392: INFO: Pod: innocent-pod Mar 23 10:16:21.392: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:21.392: INFO: Pod: container-disk-hog-pod Mar 23 10:16:21.392: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:23.418: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:23.418: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13957373952 Mar 23 10:16:23.418: INFO: Pod: innocent-pod Mar 23 10:16:23.418: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:23.418: INFO: Pod: container-disk-hog-pod Mar 23 10:16:23.418: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:25.446: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:25.446: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:25.446: INFO: Pod: innocent-pod Mar 23 10:16:25.446: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:25.446: INFO: Pod: container-disk-hog-pod Mar 23 10:16:25.446: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:27.465: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:27.465: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:27.465: INFO: Pod: container-disk-hog-pod Mar 23 10:16:27.465: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:27.465: INFO: Pod: innocent-pod Mar 23 10:16:27.465: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:29.491: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:29.491: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:29.491: INFO: Pod: container-disk-hog-pod Mar 23 10:16:29.491: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:29.491: INFO: Pod: innocent-pod Mar 23 10:16:29.491: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:31.512: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:31.512: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13861298176 Mar 23 10:16:31.512: INFO: Pod: innocent-pod Mar 23 10:16:31.512: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:31.512: INFO: Pod: container-disk-hog-pod Mar 23 10:16:31.512: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:33.531: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:33.531: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:33.531: INFO: Pod: container-disk-hog-pod Mar 23 10:16:33.531: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:33.531: INFO: Pod: innocent-pod Mar 23 10:16:33.531: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:35.565: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:35.565: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:35.565: INFO: Pod: innocent-pod Mar 23 10:16:35.565: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:35.565: INFO: Pod: container-disk-hog-pod Mar 23 10:16:35.565: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:37.585: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:37.585: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:37.585: INFO: Pod: innocent-pod Mar 23 10:16:37.585: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:37.585: INFO: Pod: container-disk-hog-pod Mar 23 10:16:37.585: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:39.605: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:39.605: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:39.605: INFO: Pod: innocent-pod Mar 23 10:16:39.605: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:39.605: INFO: Pod: container-disk-hog-pod Mar 23 10:16:39.605: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:41.640: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:41.640: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13761425408 Mar 23 10:16:41.640: INFO: Pod: innocent-pod Mar 23 10:16:41.640: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:41.640: INFO: Pod: container-disk-hog-pod Mar 23 10:16:41.640: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:43.661: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:43.661: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:43.661: INFO: Pod: innocent-pod Mar 23 10:16:43.661: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:43.661: INFO: Pod: container-disk-hog-pod Mar 23 10:16:43.661: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:45.682: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:45.682: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:45.682: INFO: Pod: container-disk-hog-pod Mar 23 10:16:45.682: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:45.682: INFO: Pod: innocent-pod Mar 23 10:16:45.682: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:47.707: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:47.707: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:47.707: INFO: Pod: innocent-pod Mar 23 10:16:47.707: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:47.707: INFO: Pod: container-disk-hog-pod Mar 23 10:16:47.707: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:49.727: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:49.727: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:49.727: INFO: Pod: innocent-pod Mar 23 10:16:49.727: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:49.728: INFO: Pod: container-disk-hog-pod Mar 23 10:16:49.728: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:51.746: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:51.746: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13666480128 Mar 23 10:16:51.746: INFO: Pod: innocent-pod Mar 23 10:16:51.746: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:51.746: INFO: Pod: container-disk-hog-pod Mar 23 10:16:51.746: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:53.769: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:53.769: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:53.769: INFO: Pod: innocent-pod Mar 23 10:16:53.769: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:53.769: INFO: Pod: container-disk-hog-pod Mar 23 10:16:53.769: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:55.789: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:55.789: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:55.789: INFO: Pod: container-disk-hog-pod Mar 23 10:16:55.789: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:55.789: INFO: Pod: innocent-pod Mar 23 10:16:55.789: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:57.809: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:57.809: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:57.809: INFO: Pod: container-disk-hog-pod Mar 23 10:16:57.809: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:16:57.809: INFO: Pod: innocent-pod Mar 23 10:16:57.809: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:59.832: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:59.832: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13565526016 Mar 23 10:16:59.832: INFO: Pod: innocent-pod Mar 23 10:16:59.832: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:16:59.832: INFO: Pod: container-disk-hog-pod Mar 23 10:16:59.832: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:01.852: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13565526016 Mar 23 10:17:01.852: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13565526016 Mar 23 10:17:01.852: INFO: Pod: container-disk-hog-pod Mar 23 10:17:01.852: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:01.852: INFO: Pod: innocent-pod Mar 23 10:17:01.852: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:03.870: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:03.870: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:03.870: INFO: Pod: container-disk-hog-pod Mar 23 10:17:03.870: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:03.870: INFO: Pod: innocent-pod Mar 23 10:17:03.870: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:05.909: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:05.909: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:05.909: INFO: Pod: innocent-pod Mar 23 10:17:05.909: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:05.909: INFO: Pod: container-disk-hog-pod Mar 23 10:17:05.909: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:07.933: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:07.933: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:07.933: INFO: Pod: container-disk-hog-pod Mar 23 10:17:07.933: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:07.933: INFO: Pod: innocent-pod Mar 23 10:17:07.933: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:09.952: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:09.952: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:09.952: INFO: Pod: container-disk-hog-pod Mar 23 10:17:09.952: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:09.952: INFO: Pod: innocent-pod Mar 23 10:17:09.952: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:11.977: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:11.977: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13466697728 Mar 23 10:17:11.978: INFO: Pod: container-disk-hog-pod Mar 23 10:17:11.978: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:11.978: INFO: Pod: innocent-pod Mar 23 10:17:11.978: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:13.998: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:13.998: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:13.998: INFO: Pod: container-disk-hog-pod Mar 23 10:17:13.998: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:13.998: INFO: Pod: innocent-pod Mar 23 10:17:13.998: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:16.019: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:16.019: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:16.019: INFO: Pod: container-disk-hog-pod Mar 23 10:17:16.019: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1172357120 Mar 23 10:17:16.019: INFO: Pod: innocent-pod Mar 23 10:17:16.019: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:18.043: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:18.043: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:18.043: INFO: Pod: innocent-pod Mar 23 10:17:18.043: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:18.043: INFO: Pod: container-disk-hog-pod Mar 23 10:17:18.043: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:20.062: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:20.062: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:20.062: INFO: Pod: container-disk-hog-pod Mar 23 10:17:20.062: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:20.062: INFO: Pod: innocent-pod Mar 23 10:17:20.062: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:22.094: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:22.094: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13370839040 Mar 23 10:17:22.094: INFO: Pod: container-disk-hog-pod Mar 23 10:17:22.094: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:22.094: INFO: Pod: innocent-pod Mar 23 10:17:22.094: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:24.113: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:24.113: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:24.113: INFO: Pod: container-disk-hog-pod Mar 23 10:17:24.113: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:24.113: INFO: Pod: innocent-pod Mar 23 10:17:24.113: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:26.139: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:26.139: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:26.139: INFO: Pod: container-disk-hog-pod Mar 23 10:17:26.139: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:26.139: INFO: Pod: innocent-pod Mar 23 10:17:26.139: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:28.160: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:28.160: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:28.160: INFO: Pod: innocent-pod Mar 23 10:17:28.160: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:28.160: INFO: Pod: container-disk-hog-pod Mar 23 10:17:28.160: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:30.188: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:30.188: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:30.188: INFO: Pod: container-disk-hog-pod Mar 23 10:17:30.188: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:30.188: INFO: Pod: innocent-pod Mar 23 10:17:30.188: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:32.206: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:32.206: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13270925312 Mar 23 10:17:32.206: INFO: Pod: innocent-pod Mar 23 10:17:32.206: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:32.206: INFO: Pod: container-disk-hog-pod Mar 23 10:17:32.206: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:34.226: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:34.226: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:34.226: INFO: Pod: innocent-pod Mar 23 10:17:34.226: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:34.226: INFO: Pod: container-disk-hog-pod Mar 23 10:17:34.226: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:36.256: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:36.256: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:36.256: INFO: Pod: container-disk-hog-pod Mar 23 10:17:36.256: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:36.256: INFO: Pod: innocent-pod Mar 23 10:17:36.256: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:38.276: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:38.276: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:38.276: INFO: Pod: container-disk-hog-pod Mar 23 10:17:38.276: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:38.276: INFO: Pod: innocent-pod Mar 23 10:17:38.277: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:40.306: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:40.306: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:40.306: INFO: Pod: innocent-pod Mar 23 10:17:40.306: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:40.306: INFO: Pod: container-disk-hog-pod Mar 23 10:17:40.306: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:42.335: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:42.335: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13174943744 Mar 23 10:17:42.335: INFO: Pod: innocent-pod Mar 23 10:17:42.335: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:42.335: INFO: Pod: container-disk-hog-pod Mar 23 10:17:42.335: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:44.356: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:44.356: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:44.356: INFO: Pod: innocent-pod Mar 23 10:17:44.356: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:44.356: INFO: Pod: container-disk-hog-pod Mar 23 10:17:44.356: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:46.379: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:46.379: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:46.379: INFO: Pod: container-disk-hog-pod Mar 23 10:17:46.379: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:46.379: INFO: Pod: innocent-pod Mar 23 10:17:46.379: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:48.418: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:48.418: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:48.418: INFO: Pod: innocent-pod Mar 23 10:17:48.418: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:48.418: INFO: Pod: container-disk-hog-pod Mar 23 10:17:48.418: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:50.438: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:50.438: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:50.438: INFO: Pod: innocent-pod Mar 23 10:17:50.438: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:50.438: INFO: Pod: container-disk-hog-pod Mar 23 10:17:50.438: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:52.459: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:52.459: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13074001920 Mar 23 10:17:52.459: INFO: Pod: innocent-pod Mar 23 10:17:52.459: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:52.459: INFO: Pod: container-disk-hog-pod Mar 23 10:17:52.459: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:54.478: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12979060736 Mar 23 10:17:54.478: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12979060736 Mar 23 10:17:54.478: INFO: Pod: container-disk-hog-pod Mar 23 10:17:54.478: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:54.478: INFO: Pod: innocent-pod Mar 23 10:17:54.478: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:56.496: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12979060736 Mar 23 10:17:56.496: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12979060736 Mar 23 10:17:56.496: INFO: Pod: container-disk-hog-pod Mar 23 10:17:56.496: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:56.496: INFO: Pod: innocent-pod Mar 23 10:17:56.496: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:17:58.515: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12979060736 Mar 23 10:17:58.515: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12979060736 Mar 23 10:17:58.515: INFO: Pod: container-disk-hog-pod Mar 23 10:17:58.515: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:17:58.515: INFO: Pod: innocent-pod Mar 23 10:17:58.515: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:00.545: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12979060736 Mar 23 10:18:00.545: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12979060736 Mar 23 10:18:00.545: INFO: Pod: container-disk-hog-pod Mar 23 10:18:00.545: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:00.545: INFO: Pod: innocent-pod Mar 23 10:18:00.545: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:02.564: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12979060736 Mar 23 10:18:02.564: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12979060736 Mar 23 10:18:02.564: INFO: Pod: container-disk-hog-pod Mar 23 10:18:02.564: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:02.564: INFO: Pod: innocent-pod Mar 23 10:18:02.564: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:04.585: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:04.585: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:04.585: INFO: Pod: container-disk-hog-pod Mar 23 10:18:04.585: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:04.585: INFO: Pod: innocent-pod Mar 23 10:18:04.585: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:06.608: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:06.608: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:06.608: INFO: Pod: container-disk-hog-pod Mar 23 10:18:06.608: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:06.608: INFO: Pod: innocent-pod Mar 23 10:18:06.608: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:08.627: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:08.627: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:08.627: INFO: Pod: innocent-pod Mar 23 10:18:08.627: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:08.627: INFO: Pod: container-disk-hog-pod Mar 23 10:18:08.627: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:10.646: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:10.646: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:10.646: INFO: Pod: innocent-pod Mar 23 10:18:10.646: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:10.646: INFO: Pod: container-disk-hog-pod Mar 23 10:18:10.646: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:12.677: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:12.677: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12878143488 Mar 23 10:18:12.677: INFO: Pod: innocent-pod Mar 23 10:18:12.677: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:12.677: INFO: Pod: container-disk-hog-pod Mar 23 10:18:12.677: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:14.697: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:14.697: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:14.697: INFO: Pod: container-disk-hog-pod Mar 23 10:18:14.697: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1758539776 Mar 23 10:18:14.698: INFO: Pod: innocent-pod Mar 23 10:18:14.698: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:16.717: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:16.717: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:16.717: INFO: Pod: container-disk-hog-pod Mar 23 10:18:16.717: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:16.717: INFO: Pod: innocent-pod Mar 23 10:18:16.717: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:18.740: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:18.741: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:18.741: INFO: Pod: container-disk-hog-pod Mar 23 10:18:18.741: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:18.741: INFO: Pod: innocent-pod Mar 23 10:18:18.741: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:20.758: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:20.758: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:20.758: INFO: Pod: innocent-pod Mar 23 10:18:20.758: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:20.758: INFO: Pod: container-disk-hog-pod Mar 23 10:18:20.758: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:22.778: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:22.778: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12783190016 Mar 23 10:18:22.778: INFO: Pod: innocent-pod Mar 23 10:18:22.778: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:22.778: INFO: Pod: container-disk-hog-pod Mar 23 10:18:22.778: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:24.801: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:24.801: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:24.801: INFO: Pod: innocent-pod Mar 23 10:18:24.801: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:24.801: INFO: Pod: container-disk-hog-pod Mar 23 10:18:24.801: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:26.828: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:26.828: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:26.828: INFO: Pod: innocent-pod Mar 23 10:18:26.828: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:26.828: INFO: Pod: container-disk-hog-pod Mar 23 10:18:26.828: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:28.848: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:28.848: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:28.848: INFO: Pod: container-disk-hog-pod Mar 23 10:18:28.848: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:28.848: INFO: Pod: innocent-pod Mar 23 10:18:28.848: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:30.872: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:30.872: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:30.872: INFO: Pod: container-disk-hog-pod Mar 23 10:18:30.872: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:30.872: INFO: Pod: innocent-pod Mar 23 10:18:30.872: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:32.890: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:32.890: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12682276864 Mar 23 10:18:32.890: INFO: Pod: innocent-pod Mar 23 10:18:32.890: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:32.890: INFO: Pod: container-disk-hog-pod Mar 23 10:18:32.890: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:34.911: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:34.911: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:34.911: INFO: Pod: container-disk-hog-pod Mar 23 10:18:34.911: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:34.911: INFO: Pod: innocent-pod Mar 23 10:18:34.911: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:36.934: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:36.935: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:36.935: INFO: Pod: container-disk-hog-pod Mar 23 10:18:36.935: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:36.935: INFO: Pod: innocent-pod Mar 23 10:18:36.935: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:38.953: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:38.953: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:38.954: INFO: Pod: container-disk-hog-pod Mar 23 10:18:38.954: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:38.954: INFO: Pod: innocent-pod Mar 23 10:18:38.954: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:40.983: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:40.983: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:40.983: INFO: Pod: container-disk-hog-pod Mar 23 10:18:40.983: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:40.983: INFO: Pod: innocent-pod Mar 23 10:18:40.983: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:43.019: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:43.019: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12587294720 Mar 23 10:18:43.019: INFO: Pod: innocent-pod Mar 23 10:18:43.019: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:43.019: INFO: Pod: container-disk-hog-pod Mar 23 10:18:43.019: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:45.044: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:45.044: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:45.044: INFO: Pod: container-disk-hog-pod Mar 23 10:18:45.044: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:45.044: INFO: Pod: innocent-pod Mar 23 10:18:45.044: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:47.066: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:47.066: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:47.066: INFO: Pod: container-disk-hog-pod Mar 23 10:18:47.066: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:47.066: INFO: Pod: innocent-pod Mar 23 10:18:47.066: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:49.090: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:49.090: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:49.090: INFO: Pod: container-disk-hog-pod Mar 23 10:18:49.090: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:49.090: INFO: Pod: innocent-pod Mar 23 10:18:49.090: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:51.109: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:51.109: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:51.109: INFO: Pod: container-disk-hog-pod Mar 23 10:18:51.109: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:51.109: INFO: Pod: innocent-pod Mar 23 10:18:51.109: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:53.129: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:53.129: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12487454720 Mar 23 10:18:53.129: INFO: Pod: container-disk-hog-pod Mar 23 10:18:53.129: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:53.129: INFO: Pod: innocent-pod Mar 23 10:18:53.129: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:55.152: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12391403520 Mar 23 10:18:55.152: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12391403520 Mar 23 10:18:55.152: INFO: Pod: container-disk-hog-pod Mar 23 10:18:55.152: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:55.152: INFO: Pod: innocent-pod Mar 23 10:18:55.152: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:57.179: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12391403520 Mar 23 10:18:57.179: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12391403520 Mar 23 10:18:57.179: INFO: Pod: innocent-pod Mar 23 10:18:57.179: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:18:57.179: INFO: Pod: container-disk-hog-pod Mar 23 10:18:57.179: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:59.204: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12391403520 Mar 23 10:18:59.204: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12391403520 Mar 23 10:18:59.204: INFO: Pod: container-disk-hog-pod Mar 23 10:18:59.204: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:18:59.204: INFO: Pod: innocent-pod Mar 23 10:18:59.204: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:01.228: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12391403520 Mar 23 10:19:01.228: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12391403520 Mar 23 10:19:01.228: INFO: Pod: innocent-pod Mar 23 10:19:01.228: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:01.228: INFO: Pod: container-disk-hog-pod Mar 23 10:19:01.228: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:03.248: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12391403520 Mar 23 10:19:03.248: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12391403520 Mar 23 10:19:03.248: INFO: Pod: innocent-pod Mar 23 10:19:03.248: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:03.248: INFO: Pod: container-disk-hog-pod Mar 23 10:19:03.248: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:05.267: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:05.267: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:05.267: INFO: Pod: innocent-pod Mar 23 10:19:05.267: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:05.267: INFO: Pod: container-disk-hog-pod Mar 23 10:19:05.267: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:07.301: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:07.301: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:07.301: INFO: Pod: innocent-pod Mar 23 10:19:07.301: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:07.301: INFO: Pod: container-disk-hog-pod Mar 23 10:19:07.301: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:09.321: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:09.321: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:09.321: INFO: Pod: innocent-pod Mar 23 10:19:09.321: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:09.321: INFO: Pod: container-disk-hog-pod Mar 23 10:19:09.321: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:11.341: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:11.341: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:11.341: INFO: Pod: innocent-pod Mar 23 10:19:11.341: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:11.341: INFO: Pod: container-disk-hog-pod Mar 23 10:19:11.341: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:13.370: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:13.370: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12291559424 Mar 23 10:19:13.370: INFO: Pod: innocent-pod Mar 23 10:19:13.370: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:13.370: INFO: Pod: container-disk-hog-pod Mar 23 10:19:13.370: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:15.389: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:15.389: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:15.389: INFO: Pod: container-disk-hog-pod Mar 23 10:19:15.389: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2345762816 Mar 23 10:19:15.389: INFO: Pod: innocent-pod Mar 23 10:19:15.389: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:17.406: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:17.407: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:17.407: INFO: Pod: innocent-pod Mar 23 10:19:17.407: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:17.407: INFO: Pod: container-disk-hog-pod Mar 23 10:19:17.407: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:19.430: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:19.430: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:19.430: INFO: Pod: innocent-pod Mar 23 10:19:19.430: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:19.430: INFO: Pod: container-disk-hog-pod Mar 23 10:19:19.430: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:21.450: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:21.450: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:21.450: INFO: Pod: innocent-pod Mar 23 10:19:21.450: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:21.450: INFO: Pod: container-disk-hog-pod Mar 23 10:19:21.450: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:23.469: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:23.469: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12194156544 Mar 23 10:19:23.469: INFO: Pod: innocent-pod Mar 23 10:19:23.469: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:23.469: INFO: Pod: container-disk-hog-pod Mar 23 10:19:23.469: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:25.494: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:25.494: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:25.494: INFO: Pod: container-disk-hog-pod Mar 23 10:19:25.494: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:25.494: INFO: Pod: innocent-pod Mar 23 10:19:25.494: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:27.513: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:27.513: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:27.513: INFO: Pod: container-disk-hog-pod Mar 23 10:19:27.513: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:27.513: INFO: Pod: innocent-pod Mar 23 10:19:27.513: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:29.538: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:29.538: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:29.538: INFO: Pod: container-disk-hog-pod Mar 23 10:19:29.538: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:29.539: INFO: Pod: innocent-pod Mar 23 10:19:29.539: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:31.569: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:31.569: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:31.569: INFO: Pod: container-disk-hog-pod Mar 23 10:19:31.569: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:31.569: INFO: Pod: innocent-pod Mar 23 10:19:31.569: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:33.589: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:33.589: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12095717376 Mar 23 10:19:33.589: INFO: Pod: innocent-pod Mar 23 10:19:33.589: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:33.589: INFO: Pod: container-disk-hog-pod Mar 23 10:19:33.589: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:35.609: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:35.609: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:35.609: INFO: Pod: innocent-pod Mar 23 10:19:35.609: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:35.609: INFO: Pod: container-disk-hog-pod Mar 23 10:19:35.609: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:37.640: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:37.640: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:37.640: INFO: Pod: innocent-pod Mar 23 10:19:37.640: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:37.640: INFO: Pod: container-disk-hog-pod Mar 23 10:19:37.640: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:39.658: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:39.658: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:39.658: INFO: Pod: innocent-pod Mar 23 10:19:39.658: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:39.658: INFO: Pod: container-disk-hog-pod Mar 23 10:19:39.658: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:41.687: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:41.687: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:41.687: INFO: Pod: container-disk-hog-pod Mar 23 10:19:41.687: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:41.687: INFO: Pod: innocent-pod Mar 23 10:19:41.687: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:43.713: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:43.713: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11996835840 Mar 23 10:19:43.713: INFO: Pod: container-disk-hog-pod Mar 23 10:19:43.713: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:43.713: INFO: Pod: innocent-pod Mar 23 10:19:43.713: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:45.732: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:45.732: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:45.732: INFO: Pod: container-disk-hog-pod Mar 23 10:19:45.732: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:45.732: INFO: Pod: innocent-pod Mar 23 10:19:45.732: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:47.752: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:47.752: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:47.752: INFO: Pod: innocent-pod Mar 23 10:19:47.752: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:47.752: INFO: Pod: container-disk-hog-pod Mar 23 10:19:47.752: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:49.778: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:49.778: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:49.778: INFO: Pod: innocent-pod Mar 23 10:19:49.778: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:49.778: INFO: Pod: container-disk-hog-pod Mar 23 10:19:49.778: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:51.797: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:51.797: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11900944384 Mar 23 10:19:51.797: INFO: Pod: innocent-pod Mar 23 10:19:51.797: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:51.797: INFO: Pod: container-disk-hog-pod Mar 23 10:19:51.797: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:53.823: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:53.823: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:53.823: INFO: Pod: container-disk-hog-pod Mar 23 10:19:53.823: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:53.823: INFO: Pod: innocent-pod Mar 23 10:19:53.823: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:55.847: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:55.847: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:55.847: INFO: Pod: container-disk-hog-pod Mar 23 10:19:55.847: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:55.847: INFO: Pod: innocent-pod Mar 23 10:19:55.847: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:57.867: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:57.867: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:57.867: INFO: Pod: container-disk-hog-pod Mar 23 10:19:57.867: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:57.867: INFO: Pod: innocent-pod Mar 23 10:19:57.867: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:19:59.888: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:59.888: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11800817664 Mar 23 10:19:59.888: INFO: Pod: container-disk-hog-pod Mar 23 10:19:59.888: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:19:59.888: INFO: Pod: innocent-pod Mar 23 10:19:59.888: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:01.924: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11800817664 Mar 23 10:20:01.924: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11800817664 Mar 23 10:20:01.924: INFO: Pod: innocent-pod Mar 23 10:20:01.924: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:01.924: INFO: Pod: container-disk-hog-pod Mar 23 10:20:01.924: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:03.952: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:03.952: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:03.952: INFO: Pod: container-disk-hog-pod Mar 23 10:20:03.952: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:03.952: INFO: Pod: innocent-pod Mar 23 10:20:03.952: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:05.971: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:05.971: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:05.971: INFO: Pod: innocent-pod Mar 23 10:20:05.971: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:05.971: INFO: Pod: container-disk-hog-pod Mar 23 10:20:05.971: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:07.999: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:07.999: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:07.999: INFO: Pod: container-disk-hog-pod Mar 23 10:20:07.999: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:07.999: INFO: Pod: innocent-pod Mar 23 10:20:07.999: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:10.019: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:10.019: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:10.019: INFO: Pod: innocent-pod Mar 23 10:20:10.019: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:10.019: INFO: Pod: container-disk-hog-pod Mar 23 10:20:10.019: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:12.038: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:12.038: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11705147392 Mar 23 10:20:12.038: INFO: Pod: container-disk-hog-pod Mar 23 10:20:12.038: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:12.038: INFO: Pod: innocent-pod Mar 23 10:20:12.038: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:14.058: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:14.058: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:14.058: INFO: Pod: container-disk-hog-pod Mar 23 10:20:14.058: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:14.058: INFO: Pod: innocent-pod Mar 23 10:20:14.058: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:16.079: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:16.079: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:16.079: INFO: Pod: innocent-pod Mar 23 10:20:16.079: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:16.079: INFO: Pod: container-disk-hog-pod Mar 23 10:20:16.079: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2932985856 Mar 23 10:20:18.098: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:18.098: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:18.098: INFO: Pod: innocent-pod Mar 23 10:20:18.098: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:18.098: INFO: Pod: container-disk-hog-pod Mar 23 10:20:18.098: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:20.120: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:20.120: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:20.120: INFO: Pod: innocent-pod Mar 23 10:20:20.120: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:20.121: INFO: Pod: container-disk-hog-pod Mar 23 10:20:20.121: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:22.140: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:22.140: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11596918784 Mar 23 10:20:22.140: INFO: Pod: innocent-pod Mar 23 10:20:22.140: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:22.140: INFO: Pod: container-disk-hog-pod Mar 23 10:20:22.140: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:24.159: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:24.159: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:24.159: INFO: Pod: container-disk-hog-pod Mar 23 10:20:24.159: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:24.159: INFO: Pod: innocent-pod Mar 23 10:20:24.159: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:26.190: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:26.190: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:26.190: INFO: Pod: container-disk-hog-pod Mar 23 10:20:26.190: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:26.190: INFO: Pod: innocent-pod Mar 23 10:20:26.190: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:28.211: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:28.211: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:28.211: INFO: Pod: container-disk-hog-pod Mar 23 10:20:28.211: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:28.211: INFO: Pod: innocent-pod Mar 23 10:20:28.211: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:30.232: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:30.232: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:30.232: INFO: Pod: innocent-pod Mar 23 10:20:30.232: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:30.232: INFO: Pod: container-disk-hog-pod Mar 23 10:20:30.232: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:32.255: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:32.255: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11501891584 Mar 23 10:20:32.255: INFO: Pod: container-disk-hog-pod Mar 23 10:20:32.255: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:32.255: INFO: Pod: innocent-pod Mar 23 10:20:32.255: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:34.275: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:34.275: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:34.275: INFO: Pod: container-disk-hog-pod Mar 23 10:20:34.275: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:34.275: INFO: Pod: innocent-pod Mar 23 10:20:34.275: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:36.293: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:36.293: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:36.293: INFO: Pod: innocent-pod Mar 23 10:20:36.293: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:36.293: INFO: Pod: container-disk-hog-pod Mar 23 10:20:36.293: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:38.319: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:38.319: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:38.319: INFO: Pod: innocent-pod Mar 23 10:20:38.319: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:38.319: INFO: Pod: container-disk-hog-pod Mar 23 10:20:38.319: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:40.345: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:40.345: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:40.345: INFO: Pod: container-disk-hog-pod Mar 23 10:20:40.345: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:40.345: INFO: Pod: innocent-pod Mar 23 10:20:40.345: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:42.364: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:42.364: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11402047488 Mar 23 10:20:42.364: INFO: Pod: innocent-pod Mar 23 10:20:42.364: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:42.364: INFO: Pod: container-disk-hog-pod Mar 23 10:20:42.364: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:44.383: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:44.383: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:44.383: INFO: Pod: innocent-pod Mar 23 10:20:44.383: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:44.383: INFO: Pod: container-disk-hog-pod Mar 23 10:20:44.383: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:46.401: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:46.401: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:46.401: INFO: Pod: container-disk-hog-pod Mar 23 10:20:46.401: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:46.401: INFO: Pod: innocent-pod Mar 23 10:20:46.401: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:48.419: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:48.419: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:48.419: INFO: Pod: innocent-pod Mar 23 10:20:48.419: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:48.419: INFO: Pod: container-disk-hog-pod Mar 23 10:20:48.419: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:50.442: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:50.442: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:50.442: INFO: Pod: innocent-pod Mar 23 10:20:50.442: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:50.442: INFO: Pod: container-disk-hog-pod Mar 23 10:20:50.442: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:52.466: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:52.466: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11305971712 Mar 23 10:20:52.466: INFO: Pod: innocent-pod Mar 23 10:20:52.466: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:52.466: INFO: Pod: container-disk-hog-pod Mar 23 10:20:52.466: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:54.486: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11206131712 Mar 23 10:20:54.486: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11206131712 Mar 23 10:20:54.486: INFO: Pod: innocent-pod Mar 23 10:20:54.486: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:54.486: INFO: Pod: container-disk-hog-pod Mar 23 10:20:54.486: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:56.511: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11206131712 Mar 23 10:20:56.511: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11206131712 Mar 23 10:20:56.511: INFO: Pod: container-disk-hog-pod Mar 23 10:20:56.511: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:20:56.511: INFO: Pod: innocent-pod Mar 23 10:20:56.511: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:58.530: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11206131712 Mar 23 10:20:58.530: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11206131712 Mar 23 10:20:58.530: INFO: Pod: innocent-pod Mar 23 10:20:58.530: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:20:58.530: INFO: Pod: container-disk-hog-pod Mar 23 10:20:58.531: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:00.549: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11206131712 Mar 23 10:21:00.549: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11206131712 Mar 23 10:21:00.550: INFO: Pod: innocent-pod Mar 23 10:21:00.550: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:00.550: INFO: Pod: container-disk-hog-pod Mar 23 10:21:00.550: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:02.573: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11206131712 Mar 23 10:21:02.573: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11206131712 Mar 23 10:21:02.573: INFO: Pod: innocent-pod Mar 23 10:21:02.573: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:02.573: INFO: Pod: container-disk-hog-pod Mar 23 10:21:02.573: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:04.602: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:04.602: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:04.602: INFO: Pod: innocent-pod Mar 23 10:21:04.602: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:04.602: INFO: Pod: container-disk-hog-pod Mar 23 10:21:04.602: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:06.628: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:06.628: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:06.628: INFO: Pod: innocent-pod Mar 23 10:21:06.628: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:06.628: INFO: Pod: container-disk-hog-pod Mar 23 10:21:06.628: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:08.651: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:08.651: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:08.651: INFO: Pod: innocent-pod Mar 23 10:21:08.651: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:08.651: INFO: Pod: container-disk-hog-pod Mar 23 10:21:08.651: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:10.678: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:10.679: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:10.679: INFO: Pod: innocent-pod Mar 23 10:21:10.679: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:10.679: INFO: Pod: container-disk-hog-pod Mar 23 10:21:10.679: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:12.701: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:12.701: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11110199296 Mar 23 10:21:12.701: INFO: Pod: innocent-pod Mar 23 10:21:12.701: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:12.701: INFO: Pod: container-disk-hog-pod Mar 23 10:21:12.701: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3519160320 Mar 23 10:21:14.720: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:14.720: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:14.720: INFO: Pod: container-disk-hog-pod Mar 23 10:21:14.720: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:14.720: INFO: Pod: innocent-pod Mar 23 10:21:14.720: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:16.739: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:16.739: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:16.739: INFO: Pod: innocent-pod Mar 23 10:21:16.739: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:16.739: INFO: Pod: container-disk-hog-pod Mar 23 10:21:16.739: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:18.768: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:18.768: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:18.768: INFO: Pod: container-disk-hog-pod Mar 23 10:21:18.768: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:18.768: INFO: Pod: innocent-pod Mar 23 10:21:18.768: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:20.791: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:20.791: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:20.791: INFO: Pod: container-disk-hog-pod Mar 23 10:21:20.791: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:20.791: INFO: Pod: innocent-pod Mar 23 10:21:20.791: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:22.811: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:22.811: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11010330624 Mar 23 10:21:22.811: INFO: Pod: container-disk-hog-pod Mar 23 10:21:22.811: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:22.811: INFO: Pod: innocent-pod Mar 23 10:21:22.811: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:24.830: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:24.830: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:24.830: INFO: Pod: innocent-pod Mar 23 10:21:24.830: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:24.830: INFO: Pod: container-disk-hog-pod Mar 23 10:21:24.830: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:26.854: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:26.854: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:26.854: INFO: Pod: innocent-pod Mar 23 10:21:26.854: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:26.854: INFO: Pod: container-disk-hog-pod Mar 23 10:21:26.854: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:28.881: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:28.881: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:28.881: INFO: Pod: container-disk-hog-pod Mar 23 10:21:28.881: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:28.881: INFO: Pod: innocent-pod Mar 23 10:21:28.881: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:30.899: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:30.899: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:30.899: INFO: Pod: container-disk-hog-pod Mar 23 10:21:30.899: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:30.899: INFO: Pod: innocent-pod Mar 23 10:21:30.899: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:32.927: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:32.928: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10915430400 Mar 23 10:21:32.928: INFO: Pod: container-disk-hog-pod Mar 23 10:21:32.928: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:32.928: INFO: Pod: innocent-pod Mar 23 10:21:32.928: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:34.949: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:34.949: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:34.949: INFO: Pod: innocent-pod Mar 23 10:21:34.949: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:34.949: INFO: Pod: container-disk-hog-pod Mar 23 10:21:34.949: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:36.968: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:36.968: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:36.968: INFO: Pod: container-disk-hog-pod Mar 23 10:21:36.968: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:36.968: INFO: Pod: innocent-pod Mar 23 10:21:36.968: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:38.995: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:38.995: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:38.995: INFO: Pod: innocent-pod Mar 23 10:21:38.995: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:38.995: INFO: Pod: container-disk-hog-pod Mar 23 10:21:38.995: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:41.014: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:41.014: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:41.014: INFO: Pod: innocent-pod Mar 23 10:21:41.014: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:41.014: INFO: Pod: container-disk-hog-pod Mar 23 10:21:41.014: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:43.046: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:43.046: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:43.046: INFO: Pod: container-disk-hog-pod Mar 23 10:21:43.046: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:43.046: INFO: Pod: innocent-pod Mar 23 10:21:43.046: INFO: --- summary Container: innocent-container UsedBytes: 0 STEP: Waiting for evictions to occur - test/e2e_node/eviction_test.go:573 @ 03/23/23 10:21:43.049 Mar 23 10:21:43.052: INFO: Node has DiskPressure Mar 23 10:21:43.087: INFO: Kubelet Metrics: [] Mar 23 10:21:43.108: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:43.108: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10815557632 Mar 23 10:21:43.108: INFO: Pod: container-disk-hog-pod Mar 23 10:21:43.108: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:43.108: INFO: Pod: innocent-pod Mar 23 10:21:43.108: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:43.112: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:43.112: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:43.112 Mar 23 10:21:45.115: INFO: Node has DiskPressure Mar 23 10:21:45.134: INFO: Kubelet Metrics: [] Mar 23 10:21:45.150: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:45.150: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:45.151: INFO: Pod: innocent-pod Mar 23 10:21:45.151: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:45.151: INFO: Pod: container-disk-hog-pod Mar 23 10:21:45.151: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:45.154: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:45.155: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:45.155 Mar 23 10:21:47.159: INFO: Node has DiskPressure Mar 23 10:21:47.175: INFO: Kubelet Metrics: [] Mar 23 10:21:47.189: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:47.189: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:47.189: INFO: Pod: container-disk-hog-pod Mar 23 10:21:47.189: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:47.190: INFO: Pod: innocent-pod Mar 23 10:21:47.190: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:47.193: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:47.193: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:47.194 Mar 23 10:21:49.197: INFO: Node has DiskPressure Mar 23 10:21:49.224: INFO: Kubelet Metrics: [] Mar 23 10:21:49.240: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:49.240: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:49.240: INFO: Pod: container-disk-hog-pod Mar 23 10:21:49.241: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:49.241: INFO: Pod: innocent-pod Mar 23 10:21:49.241: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:49.244: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:49.244: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:49.244 Mar 23 10:21:51.247: INFO: Node has DiskPressure Mar 23 10:21:51.270: INFO: Kubelet Metrics: [] Mar 23 10:21:51.282: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:51.283: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:51.283: INFO: Pod: innocent-pod Mar 23 10:21:51.286: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:51.286: INFO: Pod: container-disk-hog-pod Mar 23 10:21:51.286: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:51.294: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:51.295: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:51.295 Mar 23 10:21:53.298: INFO: Node has DiskPressure Mar 23 10:21:53.317: INFO: Kubelet Metrics: [] Mar 23 10:21:53.341: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:53.341: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10717044736 Mar 23 10:21:53.341: INFO: Pod: innocent-pod Mar 23 10:21:53.341: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:53.341: INFO: Pod: container-disk-hog-pod Mar 23 10:21:53.341: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:53.345: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:53.346: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:53.346 Mar 23 10:21:55.349: INFO: Node has DiskPressure Mar 23 10:21:55.366: INFO: Kubelet Metrics: [] Mar 23 10:21:55.402: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10619641856 Mar 23 10:21:55.402: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10619641856 Mar 23 10:21:55.403: INFO: Pod: container-disk-hog-pod Mar 23 10:21:55.403: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:55.403: INFO: Pod: innocent-pod Mar 23 10:21:55.403: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:55.407: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:55.407: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:55.407 Mar 23 10:21:57.410: INFO: Node has DiskPressure Mar 23 10:21:57.439: INFO: Kubelet Metrics: [] Mar 23 10:21:57.455: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10619641856 Mar 23 10:21:57.455: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10619641856 Mar 23 10:21:57.455: INFO: Pod: innocent-pod Mar 23 10:21:57.455: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:57.455: INFO: Pod: container-disk-hog-pod Mar 23 10:21:57.456: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:57.459: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:57.459: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:57.459 Mar 23 10:21:59.464: INFO: Node has DiskPressure Mar 23 10:21:59.480: INFO: Kubelet Metrics: [] Mar 23 10:21:59.495: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10619641856 Mar 23 10:21:59.495: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10619641856 Mar 23 10:21:59.495: INFO: Pod: container-disk-hog-pod Mar 23 10:21:59.495: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:21:59.495: INFO: Pod: innocent-pod Mar 23 10:21:59.495: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:21:59.499: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:21:59.499: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:21:59.5 Mar 23 10:22:01.504: INFO: Node has DiskPressure Mar 23 10:22:01.519: INFO: Kubelet Metrics: [] Mar 23 10:22:01.535: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10619641856 Mar 23 10:22:01.535: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10619641856 Mar 23 10:22:01.535: INFO: Pod: innocent-pod Mar 23 10:22:01.535: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:01.536: INFO: Pod: container-disk-hog-pod Mar 23 10:22:01.536: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:01.538: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:01.539: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:01.539 Mar 23 10:22:03.543: INFO: Node has DiskPressure Mar 23 10:22:03.572: INFO: Kubelet Metrics: [] Mar 23 10:22:03.600: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10619641856 Mar 23 10:22:03.601: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10619641856 Mar 23 10:22:03.601: INFO: Pod: container-disk-hog-pod Mar 23 10:22:03.601: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:03.601: INFO: Pod: innocent-pod Mar 23 10:22:03.601: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:03.607: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:03.607: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:03.608 Mar 23 10:22:05.611: INFO: Node has DiskPressure Mar 23 10:22:05.628: INFO: Kubelet Metrics: [] Mar 23 10:22:05.642: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:05.642: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:05.642: INFO: Pod: innocent-pod Mar 23 10:22:05.642: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:05.643: INFO: Pod: container-disk-hog-pod Mar 23 10:22:05.643: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:05.646: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:05.646: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:05.646 Mar 23 10:22:07.650: INFO: Node has DiskPressure Mar 23 10:22:07.665: INFO: Kubelet Metrics: [] Mar 23 10:22:07.678: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:07.679: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:07.679: INFO: Pod: container-disk-hog-pod Mar 23 10:22:07.679: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:07.679: INFO: Pod: innocent-pod Mar 23 10:22:07.679: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:07.683: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:07.683: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:07.683 Mar 23 10:22:09.687: INFO: Node has DiskPressure Mar 23 10:22:09.706: INFO: Kubelet Metrics: [] Mar 23 10:22:09.722: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:09.722: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:09.722: INFO: Pod: container-disk-hog-pod Mar 23 10:22:09.722: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:09.722: INFO: Pod: innocent-pod Mar 23 10:22:09.723: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:09.726: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:09.726: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:09.726 Mar 23 10:22:11.730: INFO: Node has DiskPressure Mar 23 10:22:11.746: INFO: Kubelet Metrics: [] Mar 23 10:22:11.759: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:11.760: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:11.760: INFO: Pod: container-disk-hog-pod Mar 23 10:22:11.760: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:11.760: INFO: Pod: innocent-pod Mar 23 10:22:11.760: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:11.763: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:11.763: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:11.763 Mar 23 10:22:13.767: INFO: Node has DiskPressure Mar 23 10:22:13.796: INFO: Kubelet Metrics: [] Mar 23 10:22:13.816: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:13.816: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10520780800 Mar 23 10:22:13.817: INFO: Pod: innocent-pod Mar 23 10:22:13.817: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:13.817: INFO: Pod: container-disk-hog-pod Mar 23 10:22:13.817: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4105334784 Mar 23 10:22:13.820: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:13.820: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:13.82 Mar 23 10:22:15.825: INFO: Node has DiskPressure Mar 23 10:22:15.844: INFO: Kubelet Metrics: [] Mar 23 10:22:15.860: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:15.860: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:15.860: INFO: Pod: container-disk-hog-pod Mar 23 10:22:15.860: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:15.860: INFO: Pod: innocent-pod Mar 23 10:22:15.860: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:15.864: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:15.864: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:15.864 Mar 23 10:22:17.869: INFO: Node has DiskPressure Mar 23 10:22:17.884: INFO: Kubelet Metrics: [] Mar 23 10:22:17.898: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:17.899: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:17.899: INFO: Pod: container-disk-hog-pod Mar 23 10:22:17.899: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:17.899: INFO: Pod: innocent-pod Mar 23 10:22:17.899: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:17.902: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:17.902: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:17.902 Mar 23 10:22:19.906: INFO: Node has DiskPressure Mar 23 10:22:19.921: INFO: Kubelet Metrics: [] Mar 23 10:22:19.936: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:19.936: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:19.936: INFO: Pod: container-disk-hog-pod Mar 23 10:22:19.936: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:19.937: INFO: Pod: innocent-pod Mar 23 10:22:19.937: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:19.940: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:19.940: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:19.94 Mar 23 10:22:21.944: INFO: Node has DiskPressure Mar 23 10:22:21.965: INFO: Kubelet Metrics: [] Mar 23 10:22:21.985: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:21.985: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10424844288 Mar 23 10:22:21.985: INFO: Pod: container-disk-hog-pod Mar 23 10:22:21.985: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:21.985: INFO: Pod: innocent-pod Mar 23 10:22:21.985: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:21.990: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:21.990: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:21.99 Mar 23 10:22:23.995: INFO: Node has DiskPressure Mar 23 10:22:24.024: INFO: Kubelet Metrics: [] Mar 23 10:22:24.123: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:24.123: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:24.123: INFO: Pod: innocent-pod Mar 23 10:22:24.124: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:24.124: INFO: Pod: container-disk-hog-pod Mar 23 10:22:24.124: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:24.128: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:24.128: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:24.128 Mar 23 10:22:26.132: INFO: Node has DiskPressure Mar 23 10:22:26.148: INFO: Kubelet Metrics: [] Mar 23 10:22:26.161: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:26.162: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:26.162: INFO: Pod: innocent-pod Mar 23 10:22:26.162: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:26.162: INFO: Pod: container-disk-hog-pod Mar 23 10:22:26.162: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:26.165: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:26.165: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:26.165 Mar 23 10:22:28.170: INFO: Node has DiskPressure Mar 23 10:22:28.194: INFO: Kubelet Metrics: [] Mar 23 10:22:28.208: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:28.209: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:28.209: INFO: Pod: container-disk-hog-pod Mar 23 10:22:28.209: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:28.209: INFO: Pod: innocent-pod Mar 23 10:22:28.209: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:28.213: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:28.213: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:28.213 Mar 23 10:22:30.217: INFO: Node has DiskPressure Mar 23 10:22:30.231: INFO: Kubelet Metrics: [] Mar 23 10:22:30.245: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:30.245: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:30.245: INFO: Pod: container-disk-hog-pod Mar 23 10:22:30.245: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:30.245: INFO: Pod: innocent-pod Mar 23 10:22:30.245: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:30.247: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:30.247: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:30.247 Mar 23 10:22:32.251: INFO: Node has DiskPressure Mar 23 10:22:32.267: INFO: Kubelet Metrics: [] Mar 23 10:22:32.281: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:32.281: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10325037056 Mar 23 10:22:32.281: INFO: Pod: innocent-pod Mar 23 10:22:32.281: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:32.281: INFO: Pod: container-disk-hog-pod Mar 23 10:22:32.281: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:32.285: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:32.285: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:32.285 Mar 23 10:22:34.289: INFO: Node has DiskPressure Mar 23 10:22:34.321: INFO: Kubelet Metrics: [] Mar 23 10:22:34.351: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:34.352: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:34.352: INFO: Pod: container-disk-hog-pod Mar 23 10:22:34.352: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:34.352: INFO: Pod: innocent-pod Mar 23 10:22:34.352: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:34.358: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:34.358: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:34.358 Mar 23 10:22:36.361: INFO: Node has DiskPressure Mar 23 10:22:36.379: INFO: Kubelet Metrics: [] Mar 23 10:22:37.489: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:37.489: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:37.489: INFO: Pod: innocent-pod Mar 23 10:22:37.489: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:37.489: INFO: Pod: container-disk-hog-pod Mar 23 10:22:37.489: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:37.492: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:37.492: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:37.492 Mar 23 10:22:39.496: INFO: Node has DiskPressure Mar 23 10:22:39.547: INFO: Kubelet Metrics: [] Mar 23 10:22:39.590: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:39.591: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:39.591: INFO: Pod: container-disk-hog-pod Mar 23 10:22:39.591: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:39.591: INFO: Pod: innocent-pod Mar 23 10:22:39.592: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:39.604: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:39.604: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:39.605 Mar 23 10:22:41.611: INFO: Node has DiskPressure Mar 23 10:22:41.628: INFO: Kubelet Metrics: [] Mar 23 10:22:42.571: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:42.571: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10228871168 Mar 23 10:22:42.571: INFO: Pod: innocent-pod Mar 23 10:22:42.571: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:42.571: INFO: Pod: container-disk-hog-pod Mar 23 10:22:42.571: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:42.575: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:42.576: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:42.576 Mar 23 10:22:44.579: INFO: Node has DiskPressure Mar 23 10:22:44.607: INFO: Kubelet Metrics: [] Mar 23 10:22:44.623: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:44.624: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:44.624: INFO: Pod: container-disk-hog-pod Mar 23 10:22:44.624: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:44.624: INFO: Pod: innocent-pod Mar 23 10:22:44.624: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:44.629: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:44.629: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:44.629 Mar 23 10:22:46.633: INFO: Node has DiskPressure Mar 23 10:22:46.651: INFO: Kubelet Metrics: [] Mar 23 10:22:46.662: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:46.663: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:46.663: INFO: Pod: container-disk-hog-pod Mar 23 10:22:46.663: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:46.663: INFO: Pod: innocent-pod Mar 23 10:22:46.663: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:46.666: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:46.667: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:46.667 Mar 23 10:22:48.671: INFO: Node has DiskPressure Mar 23 10:22:48.686: INFO: Kubelet Metrics: [] Mar 23 10:22:48.697: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:48.697: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:48.697: INFO: Pod: container-disk-hog-pod Mar 23 10:22:48.697: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:48.697: INFO: Pod: innocent-pod Mar 23 10:22:48.697: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:48.700: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:48.701: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:48.701 Mar 23 10:22:50.707: INFO: Node has DiskPressure Mar 23 10:22:50.727: INFO: Kubelet Metrics: [] Mar 23 10:22:50.740: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:50.741: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:50.741: INFO: Pod: container-disk-hog-pod Mar 23 10:22:50.741: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:50.741: INFO: Pod: innocent-pod Mar 23 10:22:50.741: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:50.745: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:50.745: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:50.745 Mar 23 10:22:52.749: INFO: Node has DiskPressure Mar 23 10:22:52.765: INFO: Kubelet Metrics: [] Mar 23 10:22:52.782: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:52.782: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13393682432 Mar 23 10:22:52.783: INFO: Pod: container-disk-hog-pod Mar 23 10:22:52.783: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:52.783: INFO: Pod: innocent-pod Mar 23 10:22:52.783: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:52.788: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:52.788: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:52.788 Mar 23 10:22:54.792: INFO: Node has DiskPressure Mar 23 10:22:54.807: INFO: Kubelet Metrics: [] Mar 23 10:22:54.819: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13299404800 Mar 23 10:22:54.819: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13299404800 Mar 23 10:22:54.819: INFO: Pod: innocent-pod Mar 23 10:22:54.819: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:54.819: INFO: Pod: container-disk-hog-pod Mar 23 10:22:54.819: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:54.822: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:54.823: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:54.823 Mar 23 10:22:56.827: INFO: Node has DiskPressure Mar 23 10:22:56.846: INFO: Kubelet Metrics: [] Mar 23 10:22:56.858: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13299404800 Mar 23 10:22:56.859: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13299404800 Mar 23 10:22:56.859: INFO: Pod: innocent-pod Mar 23 10:22:56.859: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:56.859: INFO: Pod: container-disk-hog-pod Mar 23 10:22:56.859: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:56.862: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:56.862: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:56.863 Mar 23 10:22:58.866: INFO: Node has DiskPressure Mar 23 10:22:58.882: INFO: Kubelet Metrics: [] Mar 23 10:22:58.893: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13299404800 Mar 23 10:22:58.893: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13299404800 Mar 23 10:22:58.893: INFO: Pod: container-disk-hog-pod Mar 23 10:22:58.893: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:22:58.894: INFO: Pod: innocent-pod Mar 23 10:22:58.894: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:22:58.897: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:22:58.897: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:22:58.897 Mar 23 10:23:00.901: INFO: Node has DiskPressure Mar 23 10:23:00.915: INFO: Kubelet Metrics: [] Mar 23 10:23:00.926: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13299404800 Mar 23 10:23:00.926: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13299404800 Mar 23 10:23:00.926: INFO: Pod: container-disk-hog-pod Mar 23 10:23:00.926: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:23:00.927: INFO: Pod: innocent-pod Mar 23 10:23:00.927: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:00.930: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:00.930: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:00.931 Mar 23 10:23:02.934: INFO: Node has DiskPressure Mar 23 10:23:02.964: INFO: Kubelet Metrics: [] Mar 23 10:23:02.986: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13299404800 Mar 23 10:23:02.986: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13299404800 Mar 23 10:23:02.987: INFO: Pod: container-disk-hog-pod Mar 23 10:23:02.987: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:23:02.987: INFO: Pod: innocent-pod Mar 23 10:23:02.987: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:02.990: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:02.991: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:02.991 Mar 23 10:23:04.994: INFO: Node has DiskPressure Mar 23 10:23:05.010: INFO: Kubelet Metrics: [] Mar 23 10:23:05.021: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:05.022: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:05.022: INFO: Pod: container-disk-hog-pod Mar 23 10:23:05.022: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:23:05.022: INFO: Pod: innocent-pod Mar 23 10:23:05.022: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:05.026: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:05.026: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:05.026 Mar 23 10:23:07.030: INFO: Node has DiskPressure Mar 23 10:23:07.045: INFO: Kubelet Metrics: [] Mar 23 10:23:07.057: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:07.058: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:07.058: INFO: Pod: innocent-pod Mar 23 10:23:07.058: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:07.058: INFO: Pod: container-disk-hog-pod Mar 23 10:23:07.058: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:23:07.061: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:07.062: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:07.062 Mar 23 10:23:09.066: INFO: Node has DiskPressure Mar 23 10:23:09.085: INFO: Kubelet Metrics: [] Mar 23 10:23:09.096: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:09.096: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:09.097: INFO: Pod: innocent-pod Mar 23 10:23:09.097: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:09.097: INFO: Pod: container-disk-hog-pod Mar 23 10:23:09.097: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:23:09.100: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:09.100: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:09.1 Mar 23 10:23:11.104: INFO: Node has DiskPressure Mar 23 10:23:11.120: INFO: Kubelet Metrics: [] Mar 23 10:23:11.132: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:11.133: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:11.133: INFO: Pod: container-disk-hog-pod Mar 23 10:23:11.133: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4691509248 Mar 23 10:23:11.133: INFO: Pod: innocent-pod Mar 23 10:23:11.133: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:11.137: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:11.137: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:11.137 Mar 23 10:23:13.140: INFO: Node has DiskPressure Mar 23 10:23:13.172: INFO: Kubelet Metrics: [] Mar 23 10:23:13.188: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:13.189: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13198528512 Mar 23 10:23:13.189: INFO: Pod: container-disk-hog-pod Mar 23 10:23:13.189: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:13.189: INFO: Pod: innocent-pod Mar 23 10:23:13.189: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:13.200: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:13.200: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:13.2 Mar 23 10:23:15.204: INFO: Node does NOT have DiskPressure Mar 23 10:23:15.224: INFO: Kubelet Metrics: [] Mar 23 10:23:15.240: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:15.240: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:15.240: INFO: Pod: container-disk-hog-pod Mar 23 10:23:15.241: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:15.241: INFO: Pod: innocent-pod Mar 23 10:23:15.241: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:15.248: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:15.248: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:15.248 Mar 23 10:23:17.252: INFO: Node does NOT have DiskPressure Mar 23 10:23:17.268: INFO: Kubelet Metrics: [] Mar 23 10:23:17.279: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:17.279: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:17.279: INFO: Pod: container-disk-hog-pod Mar 23 10:23:17.279: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:17.279: INFO: Pod: innocent-pod Mar 23 10:23:17.279: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:17.285: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:17.287: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:17.287 Mar 23 10:23:19.291: INFO: Node does NOT have DiskPressure Mar 23 10:23:19.307: INFO: Kubelet Metrics: [] Mar 23 10:23:19.323: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:19.323: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:19.323: INFO: Pod: innocent-pod Mar 23 10:23:19.323: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:19.324: INFO: Pod: container-disk-hog-pod Mar 23 10:23:19.324: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:19.330: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:19.330: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:19.33 Mar 23 10:23:21.334: INFO: Node does NOT have DiskPressure Mar 23 10:23:21.374: INFO: Kubelet Metrics: [] Mar 23 10:23:21.387: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:21.388: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:21.388: INFO: Pod: container-disk-hog-pod Mar 23 10:23:21.388: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:21.388: INFO: Pod: innocent-pod Mar 23 10:23:21.388: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:21.391: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:21.391: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:21.391 Mar 23 10:23:23.395: INFO: Node does NOT have DiskPressure Mar 23 10:23:23.434: INFO: Kubelet Metrics: [] Mar 23 10:23:23.449: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:23.449: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13100576768 Mar 23 10:23:23.449: INFO: Pod: container-disk-hog-pod Mar 23 10:23:23.449: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:23.450: INFO: Pod: innocent-pod Mar 23 10:23:23.450: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:23.452: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:23.453: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:23.453 Mar 23 10:23:25.456: INFO: Node does NOT have DiskPressure Mar 23 10:23:25.472: INFO: Kubelet Metrics: [] Mar 23 10:23:25.483: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:25.484: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:25.484: INFO: Pod: container-disk-hog-pod Mar 23 10:23:25.484: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:25.484: INFO: Pod: innocent-pod Mar 23 10:23:25.484: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:25.487: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:25.487: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:25.487 Mar 23 10:23:27.491: INFO: Node does NOT have DiskPressure Mar 23 10:23:27.515: INFO: Kubelet Metrics: [] Mar 23 10:23:27.527: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:27.527: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:27.527: INFO: Pod: innocent-pod Mar 23 10:23:27.527: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:27.528: INFO: Pod: container-disk-hog-pod Mar 23 10:23:27.528: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:27.531: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:27.531: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:27.531 Mar 23 10:23:29.536: INFO: Node does NOT have DiskPressure Mar 23 10:23:29.559: INFO: Kubelet Metrics: [] Mar 23 10:23:29.572: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:29.572: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:29.572: INFO: Pod: container-disk-hog-pod Mar 23 10:23:29.572: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:29.572: INFO: Pod: innocent-pod Mar 23 10:23:29.572: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:29.575: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:29.576: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:29.576 Mar 23 10:23:31.580: INFO: Node does NOT have DiskPressure Mar 23 10:23:31.606: INFO: Kubelet Metrics: [] Mar 23 10:23:31.623: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:31.623: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:31.623: INFO: Pod: container-disk-hog-pod Mar 23 10:23:31.623: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:31.624: INFO: Pod: innocent-pod Mar 23 10:23:31.624: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:31.627: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:31.627: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:31.627 Mar 23 10:23:33.631: INFO: Node does NOT have DiskPressure Mar 23 10:23:33.658: INFO: Kubelet Metrics: [] Mar 23 10:23:33.669: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:33.670: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 13005606912 Mar 23 10:23:33.670: INFO: Pod: container-disk-hog-pod Mar 23 10:23:33.670: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:33.670: INFO: Pod: innocent-pod Mar 23 10:23:33.670: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:33.674: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:33.674: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:33.674 Mar 23 10:23:35.678: INFO: Node does NOT have DiskPressure Mar 23 10:23:35.701: INFO: Kubelet Metrics: [] Mar 23 10:23:35.713: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:35.713: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:35.713: INFO: Pod: innocent-pod Mar 23 10:23:35.713: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:35.714: INFO: Pod: container-disk-hog-pod Mar 23 10:23:35.714: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:35.716: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:35.717: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:35.717 Mar 23 10:23:37.721: INFO: Node does NOT have DiskPressure Mar 23 10:23:37.754: INFO: Kubelet Metrics: [] Mar 23 10:23:37.769: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:37.769: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:37.769: INFO: Pod: container-disk-hog-pod Mar 23 10:23:37.769: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:37.769: INFO: Pod: innocent-pod Mar 23 10:23:37.769: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:37.772: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:37.772: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:37.772 Mar 23 10:23:39.779: INFO: Node does NOT have DiskPressure Mar 23 10:23:39.815: INFO: Kubelet Metrics: [] Mar 23 10:23:39.834: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:39.835: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:39.835: INFO: Pod: innocent-pod Mar 23 10:23:39.835: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:39.836: INFO: Pod: container-disk-hog-pod Mar 23 10:23:39.836: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:39.842: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:39.843: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:39.843 Mar 23 10:23:41.847: INFO: Node does NOT have DiskPressure Mar 23 10:23:41.862: INFO: Kubelet Metrics: [] Mar 23 10:23:41.873: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:41.874: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12905766912 Mar 23 10:23:41.874: INFO: Pod: container-disk-hog-pod Mar 23 10:23:41.874: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:41.874: INFO: Pod: innocent-pod Mar 23 10:23:41.874: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:41.878: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:41.878: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:41.878 Mar 23 10:23:43.882: INFO: Node does NOT have DiskPressure Mar 23 10:23:43.898: INFO: Kubelet Metrics: [] Mar 23 10:23:43.909: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:43.909: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:43.909: INFO: Pod: innocent-pod Mar 23 10:23:43.909: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:43.910: INFO: Pod: container-disk-hog-pod Mar 23 10:23:43.910: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:43.912: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:43.913: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:43.913 Mar 23 10:23:45.916: INFO: Node does NOT have DiskPressure Mar 23 10:23:45.935: INFO: Kubelet Metrics: [] Mar 23 10:23:45.946: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:45.946: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:45.947: INFO: Pod: container-disk-hog-pod Mar 23 10:23:45.947: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:45.947: INFO: Pod: innocent-pod Mar 23 10:23:45.947: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:45.950: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:45.950: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:45.95 Mar 23 10:23:47.955: INFO: Node does NOT have DiskPressure Mar 23 10:23:47.971: INFO: Kubelet Metrics: [] Mar 23 10:23:47.982: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:47.982: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:47.982: INFO: Pod: innocent-pod Mar 23 10:23:47.982: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:47.982: INFO: Pod: container-disk-hog-pod Mar 23 10:23:47.982: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:47.985: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:47.985: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:47.985 Mar 23 10:23:49.989: INFO: Node does NOT have DiskPressure Mar 23 10:23:50.010: INFO: Kubelet Metrics: [] Mar 23 10:23:50.028: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:50.029: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:50.029: INFO: Pod: container-disk-hog-pod Mar 23 10:23:50.029: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:50.029: INFO: Pod: innocent-pod Mar 23 10:23:50.029: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:50.032: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:50.032: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:50.032 Mar 23 10:23:52.036: INFO: Node does NOT have DiskPressure Mar 23 10:23:52.056: INFO: Kubelet Metrics: [] Mar 23 10:23:52.066: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:52.067: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12811595776 Mar 23 10:23:52.067: INFO: Pod: innocent-pod Mar 23 10:23:52.067: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:52.067: INFO: Pod: container-disk-hog-pod Mar 23 10:23:52.067: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:52.070: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:52.070: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:52.07 Mar 23 10:23:54.074: INFO: Node does NOT have DiskPressure Mar 23 10:23:54.089: INFO: Kubelet Metrics: [] Mar 23 10:23:54.103: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12711755776 Mar 23 10:23:54.103: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12711755776 Mar 23 10:23:54.103: INFO: Pod: container-disk-hog-pod Mar 23 10:23:54.104: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:54.104: INFO: Pod: innocent-pod Mar 23 10:23:54.104: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:54.107: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:54.109: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:54.11 Mar 23 10:23:56.114: INFO: Node does NOT have DiskPressure Mar 23 10:23:56.129: INFO: Kubelet Metrics: [] Mar 23 10:23:56.139: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12711755776 Mar 23 10:23:56.140: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12711755776 Mar 23 10:23:56.140: INFO: Pod: container-disk-hog-pod Mar 23 10:23:56.140: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:56.140: INFO: Pod: innocent-pod Mar 23 10:23:56.140: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:56.143: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:56.143: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:56.144 Mar 23 10:23:58.150: INFO: Node does NOT have DiskPressure Mar 23 10:23:58.171: INFO: Kubelet Metrics: [] Mar 23 10:23:58.182: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12711755776 Mar 23 10:23:58.183: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12711755776 Mar 23 10:23:58.183: INFO: Pod: innocent-pod Mar 23 10:23:58.183: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:23:58.183: INFO: Pod: container-disk-hog-pod Mar 23 10:23:58.183: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:23:58.186: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:23:58.186: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:23:58.186 Mar 23 10:24:00.190: INFO: Node does NOT have DiskPressure Mar 23 10:24:00.220: INFO: Kubelet Metrics: [] Mar 23 10:24:00.235: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12711755776 Mar 23 10:24:00.235: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12711755776 Mar 23 10:24:00.236: INFO: Pod: innocent-pod Mar 23 10:24:00.236: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:00.236: INFO: Pod: container-disk-hog-pod Mar 23 10:24:00.236: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:00.239: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:00.239: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:00.239 Mar 23 10:24:02.244: INFO: Node does NOT have DiskPressure Mar 23 10:24:02.259: INFO: Kubelet Metrics: [] Mar 23 10:24:02.271: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12711755776 Mar 23 10:24:02.271: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12711755776 Mar 23 10:24:02.271: INFO: Pod: innocent-pod Mar 23 10:24:02.271: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:02.271: INFO: Pod: container-disk-hog-pod Mar 23 10:24:02.271: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:02.274: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:02.274: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:02.274 Mar 23 10:24:04.278: INFO: Node does NOT have DiskPressure Mar 23 10:24:04.296: INFO: Kubelet Metrics: [] Mar 23 10:24:04.308: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:04.308: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:04.308: INFO: Pod: container-disk-hog-pod Mar 23 10:24:04.309: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:04.309: INFO: Pod: innocent-pod Mar 23 10:24:04.309: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:04.312: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:04.312: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:04.312 Mar 23 10:24:06.316: INFO: Node does NOT have DiskPressure Mar 23 10:24:06.331: INFO: Kubelet Metrics: [] Mar 23 10:24:06.342: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:06.343: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:06.343: INFO: Pod: container-disk-hog-pod Mar 23 10:24:06.343: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:06.343: INFO: Pod: innocent-pod Mar 23 10:24:06.343: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:06.346: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:06.347: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:06.347 Mar 23 10:24:08.351: INFO: Node does NOT have DiskPressure Mar 23 10:24:08.369: INFO: Kubelet Metrics: [] Mar 23 10:24:08.382: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:08.382: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:08.382: INFO: Pod: innocent-pod Mar 23 10:24:08.383: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:08.383: INFO: Pod: container-disk-hog-pod Mar 23 10:24:08.383: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:08.386: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:08.386: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:08.386 Mar 23 10:24:10.389: INFO: Node does NOT have DiskPressure Mar 23 10:24:10.427: INFO: Kubelet Metrics: [] Mar 23 10:24:10.441: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:10.442: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:10.442: INFO: Pod: innocent-pod Mar 23 10:24:10.442: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:10.442: INFO: Pod: container-disk-hog-pod Mar 23 10:24:10.442: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:10.451: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:10.452: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:10.452 Mar 23 10:24:12.455: INFO: Node does NOT have DiskPressure Mar 23 10:24:12.472: INFO: Kubelet Metrics: [] Mar 23 10:24:12.484: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:12.484: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12611350528 Mar 23 10:24:12.484: INFO: Pod: container-disk-hog-pod Mar 23 10:24:12.484: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5274533888 Mar 23 10:24:12.484: INFO: Pod: innocent-pod Mar 23 10:24:12.484: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:12.488: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:12.488: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:12.488 Mar 23 10:24:14.492: INFO: Node does NOT have DiskPressure Mar 23 10:24:14.507: INFO: Kubelet Metrics: [] Mar 23 10:24:14.518: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:14.518: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:14.518: INFO: Pod: container-disk-hog-pod Mar 23 10:24:14.518: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:14.519: INFO: Pod: innocent-pod Mar 23 10:24:14.519: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:14.522: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:14.522: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:14.522 Mar 23 10:24:16.525: INFO: Node does NOT have DiskPressure Mar 23 10:24:16.544: INFO: Kubelet Metrics: [] Mar 23 10:24:16.555: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:16.556: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:16.556: INFO: Pod: container-disk-hog-pod Mar 23 10:24:16.556: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:16.556: INFO: Pod: innocent-pod Mar 23 10:24:16.556: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:16.559: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:16.560: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:16.56 Mar 23 10:24:18.563: INFO: Node does NOT have DiskPressure Mar 23 10:24:18.585: INFO: Kubelet Metrics: [] Mar 23 10:24:18.606: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:18.606: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:18.606: INFO: Pod: container-disk-hog-pod Mar 23 10:24:18.606: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:18.606: INFO: Pod: innocent-pod Mar 23 10:24:18.607: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:18.610: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:18.610: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:18.61 Mar 23 10:24:20.613: INFO: Node does NOT have DiskPressure Mar 23 10:24:20.630: INFO: Kubelet Metrics: [] Mar 23 10:24:20.641: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:20.641: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:20.642: INFO: Pod: innocent-pod Mar 23 10:24:20.642: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:20.642: INFO: Pod: container-disk-hog-pod Mar 23 10:24:20.642: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:20.645: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:20.645: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:20.646 Mar 23 10:24:22.650: INFO: Node does NOT have DiskPressure Mar 23 10:24:22.669: INFO: Kubelet Metrics: [] Mar 23 10:24:22.681: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:22.681: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12516671488 Mar 23 10:24:22.681: INFO: Pod: innocent-pod Mar 23 10:24:22.682: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:22.682: INFO: Pod: container-disk-hog-pod Mar 23 10:24:22.682: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:22.684: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:22.685: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:22.685 Mar 23 10:24:24.689: INFO: Node does NOT have DiskPressure Mar 23 10:24:24.704: INFO: Kubelet Metrics: [] Mar 23 10:24:24.745: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:24.745: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:24.745: INFO: Pod: container-disk-hog-pod Mar 23 10:24:24.745: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:24.745: INFO: Pod: innocent-pod Mar 23 10:24:24.746: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:24.752: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:24.752: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:24.753 Mar 23 10:24:26.756: INFO: Node does NOT have DiskPressure Mar 23 10:24:26.775: INFO: Kubelet Metrics: [] Mar 23 10:24:26.792: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:26.792: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:26.792: INFO: Pod: innocent-pod Mar 23 10:24:26.792: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:26.793: INFO: Pod: container-disk-hog-pod Mar 23 10:24:26.793: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:26.808: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:26.808: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:26.808 Mar 23 10:24:28.811: INFO: Node does NOT have DiskPressure Mar 23 10:24:28.832: INFO: Kubelet Metrics: [] Mar 23 10:24:28.847: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:28.847: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:28.847: INFO: Pod: innocent-pod Mar 23 10:24:28.847: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:28.847: INFO: Pod: container-disk-hog-pod Mar 23 10:24:28.847: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:28.854: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:28.855: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:28.855 Mar 23 10:24:30.858: INFO: Node does NOT have DiskPressure Mar 23 10:24:30.895: INFO: Kubelet Metrics: [] Mar 23 10:24:30.907: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:30.907: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:30.907: INFO: Pod: container-disk-hog-pod Mar 23 10:24:30.907: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:30.908: INFO: Pod: innocent-pod Mar 23 10:24:30.908: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:30.910: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:30.910: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:30.911 Mar 23 10:24:32.915: INFO: Node does NOT have DiskPressure Mar 23 10:24:32.935: INFO: Kubelet Metrics: [] Mar 23 10:24:32.951: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:32.951: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12416798720 Mar 23 10:24:32.951: INFO: Pod: innocent-pod Mar 23 10:24:32.951: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:32.951: INFO: Pod: container-disk-hog-pod Mar 23 10:24:32.952: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:32.955: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:32.955: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:32.955 Mar 23 10:24:34.959: INFO: Node does NOT have DiskPressure Mar 23 10:24:34.982: INFO: Kubelet Metrics: [] Mar 23 10:24:35.000: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:35.000: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:35.000: INFO: Pod: container-disk-hog-pod Mar 23 10:24:35.000: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:35.001: INFO: Pod: innocent-pod Mar 23 10:24:35.001: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:35.003: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:35.004: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:35.004 Mar 23 10:24:37.008: INFO: Node does NOT have DiskPressure Mar 23 10:24:37.046: INFO: Kubelet Metrics: [] Mar 23 10:24:37.062: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:37.063: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:37.063: INFO: Pod: innocent-pod Mar 23 10:24:37.063: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:37.063: INFO: Pod: container-disk-hog-pod Mar 23 10:24:37.063: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:37.067: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:37.067: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:37.067 Mar 23 10:24:39.071: INFO: Node does NOT have DiskPressure Mar 23 10:24:39.090: INFO: Kubelet Metrics: [] Mar 23 10:24:39.101: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:39.102: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:39.102: INFO: Pod: container-disk-hog-pod Mar 23 10:24:39.102: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:39.102: INFO: Pod: innocent-pod Mar 23 10:24:39.102: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:39.105: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:39.105: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:39.105 Mar 23 10:24:41.109: INFO: Node does NOT have DiskPressure Mar 23 10:24:41.124: INFO: Kubelet Metrics: [] Mar 23 10:24:41.135: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:41.136: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:41.136: INFO: Pod: innocent-pod Mar 23 10:24:41.136: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:41.136: INFO: Pod: container-disk-hog-pod Mar 23 10:24:41.136: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:41.139: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:41.139: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:41.139 Mar 23 10:24:43.142: INFO: Node does NOT have DiskPressure Mar 23 10:24:43.158: INFO: Kubelet Metrics: [] Mar 23 10:24:43.169: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:43.169: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12322639872 Mar 23 10:24:43.169: INFO: Pod: container-disk-hog-pod Mar 23 10:24:43.169: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:43.169: INFO: Pod: innocent-pod Mar 23 10:24:43.169: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:43.172: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:43.173: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:43.173 Mar 23 10:24:45.177: INFO: Node does NOT have DiskPressure Mar 23 10:24:45.200: INFO: Kubelet Metrics: [] Mar 23 10:24:45.212: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:45.212: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:45.212: INFO: Pod: container-disk-hog-pod Mar 23 10:24:45.212: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:45.212: INFO: Pod: innocent-pod Mar 23 10:24:45.213: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:45.215: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:45.216: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:45.216 Mar 23 10:24:47.220: INFO: Node does NOT have DiskPressure Mar 23 10:24:47.257: INFO: Kubelet Metrics: [] Mar 23 10:24:47.274: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:47.275: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:47.275: INFO: Pod: container-disk-hog-pod Mar 23 10:24:47.275: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:47.275: INFO: Pod: innocent-pod Mar 23 10:24:47.275: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:47.278: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:47.278: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:47.279 Mar 23 10:24:49.282: INFO: Node does NOT have DiskPressure Mar 23 10:24:49.301: INFO: Kubelet Metrics: [] Mar 23 10:24:49.451: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:49.451: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:49.451: INFO: Pod: container-disk-hog-pod Mar 23 10:24:49.451: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:49.451: INFO: Pod: innocent-pod Mar 23 10:24:49.451: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:49.455: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:49.456: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:49.456 Mar 23 10:24:51.460: INFO: Node does NOT have DiskPressure Mar 23 10:24:51.481: INFO: Kubelet Metrics: [] Mar 23 10:24:51.493: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:51.494: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:51.494: INFO: Pod: innocent-pod Mar 23 10:24:51.494: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:51.494: INFO: Pod: container-disk-hog-pod Mar 23 10:24:51.494: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:51.497: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:51.497: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:51.497 Mar 23 10:24:53.501: INFO: Node does NOT have DiskPressure Mar 23 10:24:53.517: INFO: Kubelet Metrics: [] Mar 23 10:24:53.528: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:53.529: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12222767104 Mar 23 10:24:53.529: INFO: Pod: innocent-pod Mar 23 10:24:53.529: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:53.529: INFO: Pod: container-disk-hog-pod Mar 23 10:24:53.529: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:53.532: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:53.532: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:53.532 Mar 23 10:24:55.536: INFO: Node does NOT have DiskPressure Mar 23 10:24:55.560: INFO: Kubelet Metrics: [] Mar 23 10:24:55.575: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12122742784 Mar 23 10:24:55.583: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12122742784 Mar 23 10:24:55.583: INFO: Pod: container-disk-hog-pod Mar 23 10:24:55.583: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:55.583: INFO: Pod: innocent-pod Mar 23 10:24:55.584: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:55.590: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:55.591: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:55.591 Mar 23 10:24:57.595: INFO: Node does NOT have DiskPressure Mar 23 10:24:57.614: INFO: Kubelet Metrics: [] Mar 23 10:24:57.625: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12122742784 Mar 23 10:24:57.625: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12122742784 Mar 23 10:24:57.626: INFO: Pod: container-disk-hog-pod Mar 23 10:24:57.626: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:57.626: INFO: Pod: innocent-pod Mar 23 10:24:57.626: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:57.630: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:57.630: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:57.63 Mar 23 10:24:59.633: INFO: Node does NOT have DiskPressure Mar 23 10:24:59.649: INFO: Kubelet Metrics: [] Mar 23 10:24:59.660: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12122742784 Mar 23 10:24:59.660: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12122742784 Mar 23 10:24:59.661: INFO: Pod: innocent-pod Mar 23 10:24:59.661: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:24:59.661: INFO: Pod: container-disk-hog-pod Mar 23 10:24:59.661: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:24:59.665: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:24:59.665: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:24:59.665 Mar 23 10:25:01.669: INFO: Node does NOT have DiskPressure Mar 23 10:25:01.685: INFO: Kubelet Metrics: [] Mar 23 10:25:01.696: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12122742784 Mar 23 10:25:01.696: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12122742784 Mar 23 10:25:01.696: INFO: Pod: innocent-pod Mar 23 10:25:01.696: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:01.697: INFO: Pod: container-disk-hog-pod Mar 23 10:25:01.697: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:01.699: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:01.700: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:01.7 Mar 23 10:25:03.705: INFO: Node does NOT have DiskPressure Mar 23 10:25:03.723: INFO: Kubelet Metrics: [] Mar 23 10:25:03.734: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12122742784 Mar 23 10:25:03.734: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12122742784 Mar 23 10:25:03.735: INFO: Pod: innocent-pod Mar 23 10:25:03.735: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:03.735: INFO: Pod: container-disk-hog-pod Mar 23 10:25:03.735: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:03.738: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:03.738: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:03.738 Mar 23 10:25:05.742: INFO: Node does NOT have DiskPressure Mar 23 10:25:05.774: INFO: Kubelet Metrics: [] Mar 23 10:25:05.786: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:05.787: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:05.787: INFO: Pod: innocent-pod Mar 23 10:25:05.787: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:05.787: INFO: Pod: container-disk-hog-pod Mar 23 10:25:05.787: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:05.791: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:05.791: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:05.791 Mar 23 10:25:07.794: INFO: Node does NOT have DiskPressure Mar 23 10:25:07.810: INFO: Kubelet Metrics: [] Mar 23 10:25:07.822: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:07.822: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:07.822: INFO: Pod: innocent-pod Mar 23 10:25:07.822: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:07.822: INFO: Pod: container-disk-hog-pod Mar 23 10:25:07.823: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:07.825: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:07.826: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:07.826 Mar 23 10:25:09.829: INFO: Node does NOT have DiskPressure Mar 23 10:25:09.849: INFO: Kubelet Metrics: [] Mar 23 10:25:09.860: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:09.860: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:09.860: INFO: Pod: container-disk-hog-pod Mar 23 10:25:09.861: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:09.861: INFO: Pod: innocent-pod Mar 23 10:25:09.861: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:09.864: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:09.864: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:09.864 Mar 23 10:25:11.867: INFO: Node does NOT have DiskPressure Mar 23 10:25:11.885: INFO: Kubelet Metrics: [] Mar 23 10:25:11.897: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:11.897: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:11.897: INFO: Pod: container-disk-hog-pod Mar 23 10:25:11.897: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:11.898: INFO: Pod: innocent-pod Mar 23 10:25:11.898: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:11.900: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:11.901: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:11.901 Mar 23 10:25:13.911: INFO: Node does NOT have DiskPressure Mar 23 10:25:13.931: INFO: Kubelet Metrics: [] Mar 23 10:25:14.002: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:14.002: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 12027789312 Mar 23 10:25:14.002: INFO: Pod: container-disk-hog-pod Mar 23 10:25:14.002: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:14.003: INFO: Pod: innocent-pod Mar 23 10:25:14.003: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:14.007: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:14.007: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:14.007 Mar 23 10:25:16.011: INFO: Node does NOT have DiskPressure Mar 23 10:25:16.031: INFO: Kubelet Metrics: [] Mar 23 10:25:16.042: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:16.042: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:16.042: INFO: Pod: innocent-pod Mar 23 10:25:16.042: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:16.042: INFO: Pod: container-disk-hog-pod Mar 23 10:25:16.042: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:16.046: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:16.046: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:16.046 Mar 23 10:25:18.050: INFO: Node does NOT have DiskPressure Mar 23 10:25:18.067: INFO: Kubelet Metrics: [] Mar 23 10:25:18.080: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:18.081: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:18.081: INFO: Pod: container-disk-hog-pod Mar 23 10:25:18.081: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5858619392 Mar 23 10:25:18.081: INFO: Pod: innocent-pod Mar 23 10:25:18.081: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:18.085: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:18.085: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:18.085 Mar 23 10:25:20.089: INFO: Node does NOT have DiskPressure Mar 23 10:25:20.104: INFO: Kubelet Metrics: [] Mar 23 10:25:20.116: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:20.116: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:20.116: INFO: Pod: container-disk-hog-pod Mar 23 10:25:20.117: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:20.117: INFO: Pod: innocent-pod Mar 23 10:25:20.117: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:20.120: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:20.120: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:20.12 Mar 23 10:25:22.123: INFO: Node does NOT have DiskPressure Mar 23 10:25:22.160: INFO: Kubelet Metrics: [] Mar 23 10:25:22.248: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:22.248: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11927920640 Mar 23 10:25:22.248: INFO: Pod: container-disk-hog-pod Mar 23 10:25:22.249: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:22.249: INFO: Pod: innocent-pod Mar 23 10:25:22.249: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:22.261: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:22.261: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:22.262 Mar 23 10:25:24.265: INFO: Node does NOT have DiskPressure Mar 23 10:25:24.281: INFO: Kubelet Metrics: [] Mar 23 10:25:24.299: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:24.299: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:24.299: INFO: Pod: innocent-pod Mar 23 10:25:24.299: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:24.299: INFO: Pod: container-disk-hog-pod Mar 23 10:25:24.299: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:24.303: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:24.303: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:24.303 Mar 23 10:25:26.307: INFO: Node does NOT have DiskPressure Mar 23 10:25:26.328: INFO: Kubelet Metrics: [] Mar 23 10:25:26.340: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:26.341: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:26.341: INFO: Pod: innocent-pod Mar 23 10:25:26.341: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:26.341: INFO: Pod: container-disk-hog-pod Mar 23 10:25:26.341: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:26.344: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:26.345: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:26.345 Mar 23 10:25:28.348: INFO: Node does NOT have DiskPressure Mar 23 10:25:28.375: INFO: Kubelet Metrics: [] Mar 23 10:25:28.386: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:28.386: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:28.386: INFO: Pod: container-disk-hog-pod Mar 23 10:25:28.386: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:28.386: INFO: Pod: innocent-pod Mar 23 10:25:28.386: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:28.390: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:28.390: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:28.39 Mar 23 10:25:30.394: INFO: Node does NOT have DiskPressure Mar 23 10:25:30.416: INFO: Kubelet Metrics: [] Mar 23 10:25:30.428: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:30.428: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:30.428: INFO: Pod: innocent-pod Mar 23 10:25:30.428: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:30.428: INFO: Pod: container-disk-hog-pod Mar 23 10:25:30.428: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:30.432: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:30.432: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:30.432 Mar 23 10:25:32.436: INFO: Node does NOT have DiskPressure Mar 23 10:25:32.473: INFO: Kubelet Metrics: [] Mar 23 10:25:32.490: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:32.490: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11835953152 Mar 23 10:25:32.490: INFO: Pod: container-disk-hog-pod Mar 23 10:25:32.490: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:32.491: INFO: Pod: innocent-pod Mar 23 10:25:32.491: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:32.494: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:32.494: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:32.494 Mar 23 10:25:34.497: INFO: Node does NOT have DiskPressure Mar 23 10:25:34.513: INFO: Kubelet Metrics: [] Mar 23 10:25:34.525: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:34.526: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:34.526: INFO: Pod: innocent-pod Mar 23 10:25:34.526: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:34.526: INFO: Pod: container-disk-hog-pod Mar 23 10:25:34.526: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:34.529: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:34.529: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:34.53 Mar 23 10:25:36.533: INFO: Node does NOT have DiskPressure Mar 23 10:25:36.548: INFO: Kubelet Metrics: [] Mar 23 10:25:36.559: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:36.560: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:36.560: INFO: Pod: innocent-pod Mar 23 10:25:36.560: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:36.560: INFO: Pod: container-disk-hog-pod Mar 23 10:25:36.560: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:36.563: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:36.563: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:36.563 Mar 23 10:25:38.566: INFO: Node does NOT have DiskPressure Mar 23 10:25:38.582: INFO: Kubelet Metrics: [] Mar 23 10:25:38.593: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:38.594: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:38.594: INFO: Pod: innocent-pod Mar 23 10:25:38.594: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:38.594: INFO: Pod: container-disk-hog-pod Mar 23 10:25:38.594: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:38.597: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:38.598: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:38.598 Mar 23 10:25:40.601: INFO: Node does NOT have DiskPressure Mar 23 10:25:40.627: INFO: Kubelet Metrics: [] Mar 23 10:25:40.649: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:40.650: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:40.650: INFO: Pod: innocent-pod Mar 23 10:25:40.650: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:40.650: INFO: Pod: container-disk-hog-pod Mar 23 10:25:40.650: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:40.653: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:40.653: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:40.653 Mar 23 10:25:42.658: INFO: Node does NOT have DiskPressure Mar 23 10:25:42.694: INFO: Kubelet Metrics: [] Mar 23 10:25:42.708: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:42.708: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11736080384 Mar 23 10:25:42.709: INFO: Pod: innocent-pod Mar 23 10:25:42.709: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:42.709: INFO: Pod: container-disk-hog-pod Mar 23 10:25:42.709: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:42.713: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:42.713: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:42.713 Mar 23 10:25:44.717: INFO: Node does NOT have DiskPressure Mar 23 10:25:44.737: INFO: Kubelet Metrics: [] Mar 23 10:25:44.748: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:44.749: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:44.749: INFO: Pod: container-disk-hog-pod Mar 23 10:25:44.749: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:44.749: INFO: Pod: innocent-pod Mar 23 10:25:44.749: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:44.752: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:44.752: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:44.752 Mar 23 10:25:46.756: INFO: Node does NOT have DiskPressure Mar 23 10:25:46.785: INFO: Kubelet Metrics: [] Mar 23 10:25:46.798: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:46.798: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:46.799: INFO: Pod: innocent-pod Mar 23 10:25:46.799: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:46.799: INFO: Pod: container-disk-hog-pod Mar 23 10:25:46.799: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:46.802: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:46.802: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:46.802 Mar 23 10:25:48.805: INFO: Node does NOT have DiskPressure Mar 23 10:25:48.827: INFO: Kubelet Metrics: [] Mar 23 10:25:48.839: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:48.840: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:48.840: INFO: Pod: innocent-pod Mar 23 10:25:48.840: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:48.840: INFO: Pod: container-disk-hog-pod Mar 23 10:25:48.840: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:48.843: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:48.843: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:48.843 Mar 23 10:25:50.847: INFO: Node does NOT have DiskPressure Mar 23 10:25:50.869: INFO: Kubelet Metrics: [] Mar 23 10:25:50.880: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:50.880: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:50.880: INFO: Pod: innocent-pod Mar 23 10:25:50.880: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:50.881: INFO: Pod: container-disk-hog-pod Mar 23 10:25:50.881: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:50.885: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:50.885: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:50.885 Mar 23 10:25:52.894: INFO: Node does NOT have DiskPressure Mar 23 10:25:52.936: INFO: Kubelet Metrics: [] Mar 23 10:25:52.949: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:52.950: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11637149696 Mar 23 10:25:52.950: INFO: Pod: container-disk-hog-pod Mar 23 10:25:52.950: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:52.950: INFO: Pod: innocent-pod Mar 23 10:25:52.950: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:52.953: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:52.954: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:52.954 Mar 23 10:25:54.957: INFO: Node does NOT have DiskPressure Mar 23 10:25:54.972: INFO: Kubelet Metrics: [] Mar 23 10:25:54.987: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11542093824 Mar 23 10:25:54.988: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11542093824 Mar 23 10:25:54.988: INFO: Pod: container-disk-hog-pod Mar 23 10:25:54.988: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:54.988: INFO: Pod: innocent-pod Mar 23 10:25:54.988: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:54.992: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:54.992: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:54.992 Mar 23 10:25:56.996: INFO: Node does NOT have DiskPressure Mar 23 10:25:57.024: INFO: Kubelet Metrics: [] Mar 23 10:25:57.035: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11542093824 Mar 23 10:25:57.035: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11542093824 Mar 23 10:25:57.035: INFO: Pod: innocent-pod Mar 23 10:25:57.036: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:57.036: INFO: Pod: container-disk-hog-pod Mar 23 10:25:57.036: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:57.038: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:57.039: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:57.039 Mar 23 10:25:59.044: INFO: Node does NOT have DiskPressure Mar 23 10:25:59.068: INFO: Kubelet Metrics: [] Mar 23 10:25:59.079: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11542093824 Mar 23 10:25:59.079: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11542093824 Mar 23 10:25:59.079: INFO: Pod: container-disk-hog-pod Mar 23 10:25:59.079: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:25:59.079: INFO: Pod: innocent-pod Mar 23 10:25:59.080: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:25:59.083: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:25:59.083: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:25:59.083 Mar 23 10:26:01.086: INFO: Node does NOT have DiskPressure Mar 23 10:26:01.113: INFO: Kubelet Metrics: [] Mar 23 10:26:01.132: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11542093824 Mar 23 10:26:01.132: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11542093824 Mar 23 10:26:01.132: INFO: Pod: container-disk-hog-pod Mar 23 10:26:01.132: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:01.133: INFO: Pod: innocent-pod Mar 23 10:26:01.133: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:01.149: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:01.149: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:01.15 Mar 23 10:26:03.153: INFO: Node does NOT have DiskPressure Mar 23 10:26:03.169: INFO: Kubelet Metrics: [] Mar 23 10:26:03.278: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11542093824 Mar 23 10:26:03.279: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11542093824 Mar 23 10:26:03.279: INFO: Pod: container-disk-hog-pod Mar 23 10:26:03.279: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:03.279: INFO: Pod: innocent-pod Mar 23 10:26:03.279: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:03.282: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:03.282: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:03.282 Mar 23 10:26:05.285: INFO: Node does NOT have DiskPressure Mar 23 10:26:05.304: INFO: Kubelet Metrics: [] Mar 23 10:26:05.315: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:05.315: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:05.315: INFO: Pod: container-disk-hog-pod Mar 23 10:26:05.315: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:05.316: INFO: Pod: innocent-pod Mar 23 10:26:05.316: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:05.319: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:05.319: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:05.319 Mar 23 10:26:07.322: INFO: Node does NOT have DiskPressure Mar 23 10:26:07.336: INFO: Kubelet Metrics: [] Mar 23 10:26:07.346: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:07.347: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:07.347: INFO: Pod: innocent-pod Mar 23 10:26:07.347: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:07.347: INFO: Pod: container-disk-hog-pod Mar 23 10:26:07.347: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:07.350: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:07.350: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:07.351 Mar 23 10:26:09.354: INFO: Node does NOT have DiskPressure Mar 23 10:26:09.370: INFO: Kubelet Metrics: [] Mar 23 10:26:09.381: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:09.382: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:09.382: INFO: Pod: innocent-pod Mar 23 10:26:09.382: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:09.382: INFO: Pod: container-disk-hog-pod Mar 23 10:26:09.382: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:09.385: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:09.385: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:09.385 Mar 23 10:26:11.390: INFO: Node does NOT have DiskPressure Mar 23 10:26:11.429: INFO: Kubelet Metrics: [] Mar 23 10:26:11.446: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:11.446: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:11.451: INFO: Pod: container-disk-hog-pod Mar 23 10:26:11.451: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:11.452: INFO: Pod: innocent-pod Mar 23 10:26:11.452: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:11.458: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:11.458: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:11.458 Mar 23 10:26:13.462: INFO: Node does NOT have DiskPressure Mar 23 10:26:13.478: INFO: Kubelet Metrics: [] Mar 23 10:26:13.498: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:13.498: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11442253824 Mar 23 10:26:13.498: INFO: Pod: container-disk-hog-pod Mar 23 10:26:13.498: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:13.498: INFO: Pod: innocent-pod Mar 23 10:26:13.498: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:13.503: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:13.503: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:13.503 Mar 23 10:26:15.507: INFO: Node does NOT have DiskPressure Mar 23 10:26:15.530: INFO: Kubelet Metrics: [] Mar 23 10:26:15.542: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:15.542: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:15.542: INFO: Pod: innocent-pod Mar 23 10:26:15.542: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:15.542: INFO: Pod: container-disk-hog-pod Mar 23 10:26:15.542: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:15.545: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:15.546: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:15.546 Mar 23 10:26:17.549: INFO: Node does NOT have DiskPressure Mar 23 10:26:17.575: INFO: Kubelet Metrics: [] Mar 23 10:26:17.585: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:17.586: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:17.586: INFO: Pod: container-disk-hog-pod Mar 23 10:26:17.586: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:17.586: INFO: Pod: innocent-pod Mar 23 10:26:17.586: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:17.589: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:17.589: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:17.589 Mar 23 10:26:19.592: INFO: Node does NOT have DiskPressure Mar 23 10:26:19.615: INFO: Kubelet Metrics: [] Mar 23 10:26:19.626: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:19.626: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:19.626: INFO: Pod: container-disk-hog-pod Mar 23 10:26:19.626: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:19.626: INFO: Pod: innocent-pod Mar 23 10:26:19.627: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:19.629: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:19.629: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:19.629 Mar 23 10:26:21.633: INFO: Node does NOT have DiskPressure Mar 23 10:26:21.673: INFO: Kubelet Metrics: [] Mar 23 10:26:21.687: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:21.687: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:21.687: INFO: Pod: container-disk-hog-pod Mar 23 10:26:21.687: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:21.687: INFO: Pod: innocent-pod Mar 23 10:26:21.688: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:21.691: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:21.691: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:21.691 Mar 23 10:26:23.695: INFO: Node does NOT have DiskPressure Mar 23 10:26:23.716: INFO: Kubelet Metrics: [] Mar 23 10:26:23.728: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:23.728: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11347034112 Mar 23 10:26:23.728: INFO: Pod: innocent-pod Mar 23 10:26:23.728: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:23.728: INFO: Pod: container-disk-hog-pod Mar 23 10:26:23.728: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6444789760 Mar 23 10:26:23.732: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:23.732: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:23.732 Mar 23 10:26:25.736: INFO: Node does NOT have DiskPressure Mar 23 10:26:25.758: INFO: Kubelet Metrics: [] Mar 23 10:26:25.769: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:25.770: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:25.770: INFO: Pod: innocent-pod Mar 23 10:26:25.770: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:25.770: INFO: Pod: container-disk-hog-pod Mar 23 10:26:25.770: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:25.773: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:25.773: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:25.773 Mar 23 10:26:27.777: INFO: Node does NOT have DiskPressure Mar 23 10:26:27.796: INFO: Kubelet Metrics: [] Mar 23 10:26:27.829: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:27.829: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:27.829: INFO: Pod: innocent-pod Mar 23 10:26:27.829: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:27.829: INFO: Pod: container-disk-hog-pod Mar 23 10:26:27.829: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:27.832: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:27.832: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:27.832 Mar 23 10:26:29.837: INFO: Node does NOT have DiskPressure Mar 23 10:26:29.880: INFO: Kubelet Metrics: [] Mar 23 10:26:29.899: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:29.899: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:29.899: INFO: Pod: innocent-pod Mar 23 10:26:29.899: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:29.899: INFO: Pod: container-disk-hog-pod Mar 23 10:26:29.899: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:29.902: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:29.903: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:29.903 Mar 23 10:26:31.907: INFO: Node does NOT have DiskPressure Mar 23 10:26:31.924: INFO: Kubelet Metrics: [] Mar 23 10:26:31.937: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:31.937: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:31.938: INFO: Pod: container-disk-hog-pod Mar 23 10:26:31.938: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:31.938: INFO: Pod: innocent-pod Mar 23 10:26:31.938: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:31.942: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:31.942: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:31.942 Mar 23 10:26:33.945: INFO: Node does NOT have DiskPressure Mar 23 10:26:33.961: INFO: Kubelet Metrics: [] Mar 23 10:26:33.972: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:33.972: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11247173632 Mar 23 10:26:33.973: INFO: Pod: container-disk-hog-pod Mar 23 10:26:33.973: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:33.973: INFO: Pod: innocent-pod Mar 23 10:26:33.973: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:33.976: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:33.976: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:33.976 Mar 23 10:26:35.980: INFO: Node does NOT have DiskPressure Mar 23 10:26:36.008: INFO: Kubelet Metrics: [] Mar 23 10:26:36.135: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:36.135: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:36.135: INFO: Pod: innocent-pod Mar 23 10:26:36.135: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:36.135: INFO: Pod: container-disk-hog-pod Mar 23 10:26:36.135: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:36.139: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:36.139: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:36.139 Mar 23 10:26:38.144: INFO: Node does NOT have DiskPressure Mar 23 10:26:38.166: INFO: Kubelet Metrics: [] Mar 23 10:26:38.178: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:38.179: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:38.179: INFO: Pod: container-disk-hog-pod Mar 23 10:26:38.179: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:38.179: INFO: Pod: innocent-pod Mar 23 10:26:38.179: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:38.182: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:38.182: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:38.182 Mar 23 10:26:40.186: INFO: Node does NOT have DiskPressure Mar 23 10:26:40.223: INFO: Kubelet Metrics: [] Mar 23 10:26:40.239: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:40.239: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:40.240: INFO: Pod: innocent-pod Mar 23 10:26:40.240: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:40.240: INFO: Pod: container-disk-hog-pod Mar 23 10:26:40.240: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:40.243: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:40.243: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:40.243 Mar 23 10:26:42.246: INFO: Node does NOT have DiskPressure Mar 23 10:26:42.268: INFO: Kubelet Metrics: [] Mar 23 10:26:42.279: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:42.279: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11149258752 Mar 23 10:26:42.279: INFO: Pod: innocent-pod Mar 23 10:26:42.279: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:42.279: INFO: Pod: container-disk-hog-pod Mar 23 10:26:42.280: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:42.283: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:42.283: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:42.283 Mar 23 10:26:44.287: INFO: Node does NOT have DiskPressure Mar 23 10:26:44.310: INFO: Kubelet Metrics: [] Mar 23 10:26:44.321: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:44.321: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:44.321: INFO: Pod: innocent-pod Mar 23 10:26:44.321: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:44.321: INFO: Pod: container-disk-hog-pod Mar 23 10:26:44.321: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:44.324: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:44.325: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:44.325 Mar 23 10:26:46.328: INFO: Node does NOT have DiskPressure Mar 23 10:26:46.353: INFO: Kubelet Metrics: [] Mar 23 10:26:46.365: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:46.365: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:46.365: INFO: Pod: innocent-pod Mar 23 10:26:46.366: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:46.366: INFO: Pod: container-disk-hog-pod Mar 23 10:26:46.366: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:46.372: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:46.372: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:46.372 Mar 23 10:26:48.376: INFO: Node does NOT have DiskPressure Mar 23 10:26:48.403: INFO: Kubelet Metrics: [] Mar 23 10:26:48.413: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:48.414: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:48.414: INFO: Pod: innocent-pod Mar 23 10:26:48.414: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:48.414: INFO: Pod: container-disk-hog-pod Mar 23 10:26:48.414: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:48.417: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:48.417: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:48.417 Mar 23 10:26:50.421: INFO: Node does NOT have DiskPressure Mar 23 10:26:50.458: INFO: Kubelet Metrics: [] Mar 23 10:26:50.470: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:50.470: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:50.470: INFO: Pod: innocent-pod Mar 23 10:26:50.470: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:50.470: INFO: Pod: container-disk-hog-pod Mar 23 10:26:50.470: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:50.474: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:50.474: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:50.474 Mar 23 10:26:52.478: INFO: Node does NOT have DiskPressure Mar 23 10:26:52.493: INFO: Kubelet Metrics: [] Mar 23 10:26:52.541: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:52.541: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 11054284800 Mar 23 10:26:52.541: INFO: Pod: innocent-pod Mar 23 10:26:52.542: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:52.542: INFO: Pod: container-disk-hog-pod Mar 23 10:26:52.542: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:52.545: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:52.545: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:52.545 Mar 23 10:26:54.550: INFO: Node does NOT have DiskPressure Mar 23 10:26:54.566: INFO: Kubelet Metrics: [] Mar 23 10:26:54.577: INFO: imageFsInfo.CapacityBytes: 20869787648, imageFsInfo.AvailableBytes: 10954440704 Mar 23 10:26:54.577: INFO: rootFsInfo.CapacityBytes: 20869787648, rootFsInfo.AvailableBytes: 10954440704 Mar 23 10:26:54.578: INFO: Pod: container-disk-hog-pod Mar 23 10:26:54.578: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7027818496 Mar 23 10:26:54.578: INFO: Pod: innocent-pod Mar 23 10:26:54.578: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 23 10:26:54.581: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 23 10:26:54.581: INFO: fetching pod innocent-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/23/23 10:26:54.582 [TIMEDOUT] A suite timeout occurred In [It] at: test/e2e_node/eviction_test.go:563 @ 03/23/23 10:26:55.784 This is the Progress Report generated when the suite timeout occurred: [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods (Spec Runtime: 13m23.167s) test/e2e_node/eviction_test.go:563 In [It] (Node Runtime: 12m45.904s) test/e2e_node/eviction_test.go:563 At [By Step] checking eviction ordering and ensuring important pods don't fail (Step Runtime: 1.203s) test/e2e_node/eviction_test.go:700 Spec Goroutine goroutine 6385 [select] k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000209b90, {0x5b93800?, 0x88468b8}, 0x1, {0x0, 0x0, 0x0}) vendor/github.com/onsi/gomega/internal/async_assertion.go:538 k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000209b90, {0x5b93800, 0x88468b8}, {0x0, 0x0, 0x0}) vendor/github.com/onsi/gomega/internal/async_assertion.go:145 > k8s.io/kubernetes/test/e2e_node.runEvictionTest.func1.2({0x7f3b72bac900?, 0xc000fcb770}) test/e2e_node/eviction_test.go:585 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func2({0x5bb2a40?, 0xc000fcb770}) vendor/github.com/onsi/ginkgo/v2/internal/node.go:456 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850 Begin Additional Progress Reports >> Expected success, but got an error: <*errors.errorString | 0xc000c65ed0>: pods that should be evicted are still running: []string{"container-disk-hog-pod"} { s: "pods that should be evicted are still running: []string{\"container-disk-hog-pod\"}", } << End Additional Progress Reports Goroutines of Interest goroutine 1 [chan receive, 60 minutes] testing.(*T).Run(0xc000251860, {0x52ff476?, 0x53e765?}, 0x558dd48) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1630 testing.runTests.func1(0x88173a0?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2036 testing.tRunner(0xc000251860, 0xc0009ffb78) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1576 testing.runTests(0xc0002797c0?, {0x8651d70, 0x1, 0x1}, {0x30?, 0xc00059a750?, 0x0?}) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2034 testing.(*M).Run(0xc0002797c0) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1906 > k8s.io/kubernetes/test/e2e_node.TestMain(0xffffffffffffffff?) test/e2e_node/e2e_node_suite_test.go:145 main.main() /tmp/go-build1063036389/b001/_testmain.go:49 goroutine 245 [syscall, 57 minutes] syscall.Syscall6(0x100?, 0xc0000a0cd8?, 0x6fc80d?, 0x1?, 0x52183e0?, 0xc000112070?, 0x47edfe?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/syscall/syscall_linux.go:91 os.(*Process).blockUntilWaitable(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/wait_waitid.go:32 os.(*Process).wait(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec_unix.go:22 os.(*Process).Wait(...) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc000597b80) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec/exec.go:890 > k8s.io/kubernetes/test/e2e_node/services.(*server).start.func1() test/e2e_node/services/server.go:166 > k8s.io/kubernetes/test/e2e_node/services.(*server).start test/e2e_node/services/server.go:123 [FAILED] A suite timeout occurred and then the following failure was recorded in the timedout node before it exited: Context was cancelled after 312.751s. Expected success, but got an error: <*errors.errorString | 0xc000c65ed0>: pods that should be evicted are still running: []string{"container-disk-hog-pod"} { s: "pods that should be evicted are still running: []string{\"container-disk-hog-pod\"}", } In [It] at: test/e2e_node/eviction_test.go:585 @ 03/23/23 10:26:55.801 < Exit [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/23/23 10:26:55.801 (12m45.921s) > Enter [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/23/23 10:26:55.801 STEP: deleting pods - test/e2e_node/eviction_test.go:631 @ 03/23/23 10:26:55.801 STEP: deleting pod: container-disk-hog-pod - test/e2e_node/eviction_test.go:633 @ 03/23/23 10:26:55.801 [TIMEDOUT] A grace period timeout occurred In [AfterEach] at: test/e2e_node/eviction_test.go:620 @ 03/23/23 10:27:25.802 This is the Progress Report generated when the grace period timeout occurred: [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods (Spec Runtime: 13m53.185s) test/e2e_node/eviction_test.go:563 In [AfterEach] (Node Runtime: 30.001s) test/e2e_node/eviction_test.go:620 At [By Step] deleting pod: container-disk-hog-pod (Step Runtime: 30.001s) test/e2e_node/eviction_test.go:633 Spec Goroutine goroutine 8436 [select] k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000355500, {0x5b93590?, 0x88468b8}, 0x1, {0x0, 0x0, 0x0}) vendor/github.com/onsi/gomega/internal/async_assertion.go:538 k8s.io/kubernetes/vendor/github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000355500, {0x5b93590, 0x88468b8}, {0x0, 0x0, 0x0}) vendor/github.com/onsi/gomega/internal/async_assertion.go:145 k8s.io/kubernetes/test/e2e/framework.asyncAssertion.Should({{0x7f3b72bac900, 0xc001067620}, {0xc0010bcbe0, 0x1, 0x1}, 0x8bb2c97000, 0x77359400, 0x0}, {0x5b93590, 0x88468b8}) test/e2e/framework/expect.go:234 k8s.io/kubernetes/test/e2e/framework/pod.WaitForPodNotFoundInNamespace({0x7f3b72bac900, 0xc001067620}, {0x5beb670?, 0xc0013169c0}, {0xc0009212f0, 0x16}, {0xc0009e5580, 0x1f}, 0x0?) test/e2e/framework/pod/wait.go:538 k8s.io/kubernetes/test/e2e/framework/pod.(*PodClient).DeleteSync(0xc001f5b080, {0x7f3b72bac900, 0xc001067620}, {0xc0009212f0, 0x16}, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, ...}, ...) test/e2e/framework/pod/pod_client.go:184 > k8s.io/kubernetes/test/e2e_node.runEvictionTest.func1.3({0x7f3b72bac900?, 0xc001067620}) test/e2e_node/eviction_test.go:634 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func2({0x5bb2a40?, 0xc001067620}) vendor/github.com/onsi/ginkgo/v2/internal/node.go:456 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850 Begin Additional Progress Reports >> Expected <*v1.Pod | 0xc000df1b00>: metadata: creationTimestamp: "2023-03-23T10:14:07Z" deletionGracePeriodSeconds: 30 deletionTimestamp: "2023-03-23T10:27:25Z" managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:spec: f:containers: k:{"name":"container-disk-hog-container"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:nodeName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:terminationGracePeriodSeconds: {} manager: e2e_node.test operation: Update time: "2023-03-23T10:14:07Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: .: {} k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodScheduled"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.85.0.17"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2023-03-23T10:14:09Z" name: container-disk-hog-pod namespace: localstorage-eviction-test-6302 resourceVersion: "1522" uid: 7f42f1a7-ac8e-4978-85f9-0767afb669a7 spec: containers: - command: - sh - -c - i=0; while [ $i -lt 10240 ]; do dd if=/dev/urandom of=file${i} bs=1048576 count=1 2>/dev/null; sleep .1; i=$(($i+1)); done; while true; do sleep 5; done image: registry.k8s.io/e2e-test-images/busybox:1.29-4 imagePullPolicy: Never name: container-disk-hog-container resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: Default enableServiceLinks: true nodeName: tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 status: conditions: - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:07Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:09Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:09Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:07Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://9d17bc81db2a1645a0d037861f1ceff01ec47a5d3443fd584552aa5f7f6820b4 image: registry.k8s.io/e2e-test-images/busybox:1.29-4 imageID: registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937 lastState: {} name: container-disk-hog-container ready: true restartCount: 0 started: true state: running: startedAt: "2023-03-23T10:14:08Z" hostIP: 10.138.0.86 phase: Running podIP: 10.85.0.17 podIPs: - ip: 10.85.0.17 qosClass: BestEffort startTime: "2023-03-23T10:14:07Z" to be nil << End Additional Progress Reports Goroutines of Interest goroutine 1 [chan receive, 60 minutes] testing.(*T).Run(0xc000251860, {0x52ff476?, 0x53e765?}, 0x558dd48) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1630 testing.runTests.func1(0x88173a0?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2036 testing.tRunner(0xc000251860, 0xc0009ffb78) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1576 testing.runTests(0xc0002797c0?, {0x8651d70, 0x1, 0x1}, {0x30?, 0xc00059a750?, 0x0?}) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2034 testing.(*M).Run(0xc0002797c0) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1906 > k8s.io/kubernetes/test/e2e_node.TestMain(0xffffffffffffffff?) test/e2e_node/e2e_node_suite_test.go:145 main.main() /tmp/go-build1063036389/b001/_testmain.go:49 goroutine 245 [syscall, 58 minutes] syscall.Syscall6(0x100?, 0xc0000a0cd8?, 0x6fc80d?, 0x1?, 0x52183e0?, 0xc000112070?, 0x47edfe?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/syscall/syscall_linux.go:91 os.(*Process).blockUntilWaitable(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/wait_waitid.go:32 os.(*Process).wait(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec_unix.go:22 os.(*Process).Wait(...) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc000597b80) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec/exec.go:890 > k8s.io/kubernetes/test/e2e_node/services.(*server).start.func1() test/e2e_node/services/server.go:166 > k8s.io/kubernetes/test/e2e_node/services.(*server).start test/e2e_node/services/server.go:123 Mar 23 10:27:25.814: INFO: Failed inside E2E framework: k8s.io/kubernetes/test/e2e/framework/pod.WaitForPodNotFoundInNamespace({0x7f3b72bac900, 0xc001067620}, {0x5beb670?, 0xc0013169c0}, {0xc0009212f0, 0x16}, {0xc0009e5580, 0x1f}, 0x0?) test/e2e/framework/pod/wait.go:538 +0x190 k8s.io/kubernetes/test/e2e/framework/pod.(*PodClient).DeleteSync(0xc001f5b080, {0x7f3b72bac900, 0xc001067620}, {0xc0009212f0, 0x16}, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, ...}, ...) test/e2e/framework/pod/pod_client.go:184 +0x1db k8s.io/kubernetes/test/e2e_node.runEvictionTest.func1.3({0x7f3b72bac900?, 0xc001067620}) test/e2e_node/eviction_test.go:634 +0x1dd I0323 10:27:25.815819 2698 remote_runtime.go:74] "Connecting to runtime service" endpoint="unix:///var/run/crio/crio.sock" I0323 10:27:25.816330 2698 remote_runtime.go:119] "Validating the CRI v1 API runtime version" I0323 10:27:25.985770 2698 remote_runtime.go:126] "Validated CRI v1 runtime API" I0323 10:27:25.986170 2698 remote_image.go:47] "Connecting to image service" endpoint="unix:///var/run/crio/crio.sock" I0323 10:27:25.986588 2698 remote_image.go:91] "Validating the CRI v1 API image version" I0323 10:27:26.057844 2698 remote_image.go:98] "Validated CRI v1 image API" I0323 10:27:26.058229 2698 image_list.go:152] Pre-pulling images with CRI [docker.io/nfvpe/sriov-device-plugin:v3.1 gcr.io/cadvisor/cadvisor:v0.43.0 registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff registry.k8s.io/e2e-test-images/agnhost:2.43 registry.k8s.io/e2e-test-images/busybox:1.29-4 registry.k8s.io/e2e-test-images/httpd:2.4.38-4 registry.k8s.io/e2e-test-images/ipc-utils:1.3 registry.k8s.io/e2e-test-images/nginx:1.14-4 registry.k8s.io/e2e-test-images/node-perf/npb-ep:1.2 registry.k8s.io/e2e-test-images/node-perf/npb-is:1.2 registry.k8s.io/e2e-test-images/node-perf/tf-wide-deep:1.3 registry.k8s.io/e2e-test-images/nonewprivs:1.3 registry.k8s.io/e2e-test-images/nonroot:1.4 registry.k8s.io/e2e-test-images/perl:5.26 registry.k8s.io/e2e-test-images/sample-device-plugin:1.3 registry.k8s.io/e2e-test-images/volume/gluster:1.3 registry.k8s.io/e2e-test-images/volume/nfs:1.3 registry.k8s.io/etcd:3.5.7-0 registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.7 registry.k8s.io/nvidia-gpu-device-plugin@sha256:4b036e8844920336fa48f36edeb7d4398f426d6a934ba022848deed2edbf09aa registry.k8s.io/pause:3.9 registry.k8s.io/stress:v1] A running node failed to exit in time Ginkgo is moving on but a node has timed out and failed to exit before its grace period elapsed. The node has now leaked and is running in the background. Here's a current progress report: [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods (Spec Runtime: 14m23.195s) test/e2e_node/eviction_test.go:563 In [AfterEach] (Node Runtime: 1m0.011s) test/e2e_node/eviction_test.go:620 At [By Step] deleting pod: container-disk-hog-pod (Step Runtime: 1m0.011s) test/e2e_node/eviction_test.go:633 Spec Goroutine goroutine 8436 [semacquire] sync.runtime_Semacquire(0xc001b6ab80?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/runtime/sema.go:62 sync.(*WaitGroup).Wait(0x5ba9ea8?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/sync/waitgroup.go:116 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages() test/e2e_node/image_list.go:206 > k8s.io/kubernetes/test/e2e_node.runEvictionTest.func1.3.1() test/e2e_node/eviction_test.go:625 panic({0x4e58140, 0xc00144f0a0}) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/runtime/panic.go:884 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2.Fail({0xc0009fc800, 0x1562}, {0xc0006dd4e8?, 0xc0009f9800?, 0xc00121d068?}) vendor/github.com/onsi/ginkgo/v2/core_dsl.go:374 k8s.io/kubernetes/test/e2e/framework.ExpectNoErrorWithOffset(0x1, {0x5b6de80, 0xc00142ee00}, {0xc00142ee20?, 0xc0009212f0?, 0x16?}) test/e2e/framework/expect.go:363 k8s.io/kubernetes/test/e2e/framework.ExpectNoError(...) test/e2e/framework/expect.go:320 k8s.io/kubernetes/test/e2e/framework/pod.(*PodClient).DeleteSync(0xc001f5b080, {0x7f3b72bac900, 0xc001067620}, {0xc0009212f0, 0x16}, {{{0x0, 0x0}, {0x0, 0x0}}, 0x0, ...}, ...) test/e2e/framework/pod/pod_client.go:184 > k8s.io/kubernetes/test/e2e_node.runEvictionTest.func1.3({0x7f3b72bac900?, 0xc001067620}) test/e2e_node/eviction_test.go:634 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func2({0x5bb2a40?, 0xc001067620}) vendor/github.com/onsi/ginkgo/v2/internal/node.go:456 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863 k8s.io/kubernetes/vendor/github.com/onsi/ginkgo/v2/internal.(*Suite).runNode vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850 Goroutines of Interest goroutine 1 [chan receive, 61 minutes] testing.(*T).Run(0xc000251860, {0x52ff476?, 0x53e765?}, 0x558dd48) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1630 testing.runTests.func1(0x88173a0?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2036 testing.tRunner(0xc000251860, 0xc0009ffb78) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1576 testing.runTests(0xc0002797c0?, {0x8651d70, 0x1, 0x1}, {0x30?, 0xc00059a750?, 0x0?}) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:2034 testing.(*M).Run(0xc0002797c0) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/testing/testing.go:1906 > k8s.io/kubernetes/test/e2e_node.TestMain(0xffffffffffffffff?) test/e2e_node/e2e_node_suite_test.go:145 main.main() /tmp/go-build1063036389/b001/_testmain.go:49 goroutine 245 [syscall, 58 minutes] syscall.Syscall6(0x100?, 0xc0000a0cd8?, 0x6fc80d?, 0x1?, 0x52183e0?, 0xc000112070?, 0x47edfe?) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/syscall/syscall_linux.go:91 os.(*Process).blockUntilWaitable(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/wait_waitid.go:32 os.(*Process).wait(0xc00133e090) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec_unix.go:22 os.(*Process).Wait(...) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec.go:132 os/exec.(*Cmd).Wait(0xc000597b80) /go/src/k8s.io/kubernetes/_output/local/.gimme/versions/go1.20.2.linux.amd64/src/os/exec/exec.go:890 > k8s.io/kubernetes/test/e2e_node/services.(*server).start.func1() test/e2e_node/services/server.go:166 > k8s.io/kubernetes/test/e2e_node/services.(*server).start test/e2e_node/services/server.go:123 goroutine 8465 [select] k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc002019d40) vendor/google.golang.org/grpc/internal/transport/transport.go:328 k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) vendor/google.golang.org/grpc/internal/transport/transport.go:343 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc0014738c0, {0x5095200?, 0xc00199f608}, 0x7f3b711ad118?) vendor/google.golang.org/grpc/stream.go:1027 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x0?) vendor/google.golang.org/grpc/stream.go:881 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc002019b00, 0xc000b137a8, 0xc000b13778) vendor/google.golang.org/grpc/stream.go:732 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc002019b00, {0x5095200?, 0xc00199f608?}) vendor/google.golang.org/grpc/stream.go:880 k8s.io/kubernetes/vendor/google.golang.org/grpc.invoke({0x5ba9f18?, 0xc0019219b0?}, {0x537f859?, 0x4?}, {0x5147c40, 0xc0000b2840}, {0x5095200, 0xc00199f608}, 0x0?, {0xc001458270, ...}) vendor/google.golang.org/grpc/call.go:73 k8s.io/kubernetes/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1({0x5ba9e70, 0xc000966960}, {0x537f859, 0x22}, {0x5147c40, 0xc0000b2840}, {0x5095200, 0xc00199f608}, 0xc001dd2380, 0x5590260, ...) vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go:108 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x7f3b9c291e08?, {0x5ba9e70?, 0xc000966960?}, {0x537f859?, 0xc0000b2840?}, {0x5147c40?, 0xc0000b2840?}, {0x5095200?, 0xc00199f608?}, {0x0, ...}) vendor/google.golang.org/grpc/call.go:35 k8s.io/kubernetes/vendor/k8s.io/cri-api/pkg/apis/runtime/v1.(*imageServiceClient).PullImage(0xc0021f4080, {0x5ba9e70, 0xc000966960}, 0x4ae0e00?, {0x0, 0x0, 0x0}) vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go:11402 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).pullImageV1(0xc00199c288, {0x5ba9e70, 0xc000966960}, 0xc0000b2820, 0x0, 0x0) pkg/kubelet/cri/remote/remote_image.go:161 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).PullImage(0xc00199c288?, {0x5ba9ea8?, 0xc0000760a0?}, 0x40aca5?, 0xc000498360?, 0xc000b13f48?) pkg/kubelet/cri/remote/remote_image.go:157 > k8s.io/kubernetes/test/e2e_node.(*remotePuller).Pull(0xc0014589f0, {0xc0003e0000, 0x2b}) test/e2e_node/image_list.go:127 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages.func1() test/e2e_node/image_list.go:190 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages test/e2e_node/image_list.go:172 goroutine 8464 [select] k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc0020187e0) vendor/google.golang.org/grpc/internal/transport/transport.go:328 k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) vendor/google.golang.org/grpc/internal/transport/transport.go:343 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc0014726c0, {0x5095200?, 0xc00199e978}, 0x7f3b711ad118?) vendor/google.golang.org/grpc/stream.go:1027 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x0?) vendor/google.golang.org/grpc/stream.go:881 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc0020185a0, 0xc000b117a8, 0xc000b11778) vendor/google.golang.org/grpc/stream.go:732 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0020185a0, {0x5095200?, 0xc00199e978?}) vendor/google.golang.org/grpc/stream.go:880 k8s.io/kubernetes/vendor/google.golang.org/grpc.invoke({0x5ba9f18?, 0xc002011f50?}, {0x537f859?, 0x4?}, {0x5147c40, 0xc00142fec0}, {0x5095200, 0xc00199e978}, 0x0?, {0xc001458270, ...}) vendor/google.golang.org/grpc/call.go:73 k8s.io/kubernetes/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1({0x5ba9e70, 0xc001367810}, {0x537f859, 0x22}, {0x5147c40, 0xc00142fec0}, {0x5095200, 0xc00199e978}, 0xc001dd2380, 0x5590260, ...) vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go:108 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x7f3b72b8e558?, {0x5ba9e70?, 0xc001367810?}, {0x537f859?, 0xc00142fec0?}, {0x5147c40?, 0xc00142fec0?}, {0x5095200?, 0xc00199e978?}, {0x0, ...}) vendor/google.golang.org/grpc/call.go:35 k8s.io/kubernetes/vendor/k8s.io/cri-api/pkg/apis/runtime/v1.(*imageServiceClient).PullImage(0xc0021f4080, {0x5ba9e70, 0xc001367810}, 0x4ae0e00?, {0x0, 0x0, 0x0}) vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go:11402 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).pullImageV1(0xc00199c288, {0x5ba9e70, 0xc001367810}, 0xc00142fea0, 0x0, 0x0) pkg/kubelet/cri/remote/remote_image.go:161 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).PullImage(0xc00199c288?, {0x5ba9ea8?, 0xc0000760a0?}, 0x40aca5?, 0xc000498360?, 0xc000b11f48?) pkg/kubelet/cri/remote/remote_image.go:157 > k8s.io/kubernetes/test/e2e_node.(*remotePuller).Pull(0xc0014589f0, {0xc000022b40, 0x34}) test/e2e_node/image_list.go:127 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages.func1() test/e2e_node/image_list.go:190 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages test/e2e_node/image_list.go:172 goroutine 8467 [select] k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc002018fc0) vendor/google.golang.org/grpc/internal/transport/transport.go:328 k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) vendor/google.golang.org/grpc/internal/transport/transport.go:343 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc001472cc0, {0x5095200?, 0xc00199ed98}, 0x7f3b711ad118?) vendor/google.golang.org/grpc/stream.go:1027 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x0?) vendor/google.golang.org/grpc/stream.go:881 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc002018c60, 0xc000f3d7a8, 0xc000f3d778) vendor/google.golang.org/grpc/stream.go:732 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc002018c60, {0x5095200?, 0xc00199ed98?}) vendor/google.golang.org/grpc/stream.go:880 k8s.io/kubernetes/vendor/google.golang.org/grpc.invoke({0x5ba9f18?, 0xc001920870?}, {0x537f859?, 0x4?}, {0x5147c40, 0xc0000b2280}, {0x5095200, 0xc00199ed98}, 0x0?, {0xc001458270, ...}) vendor/google.golang.org/grpc/call.go:73 k8s.io/kubernetes/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1({0x5ba9e70, 0xc001367e00}, {0x537f859, 0x22}, {0x5147c40, 0xc0000b2280}, {0x5095200, 0xc00199ed98}, 0xc001dd2380, 0x5590260, ...) vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go:108 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x7f3b9c291e08?, {0x5ba9e70?, 0xc001367e00?}, {0x537f859?, 0xc0000b2280?}, {0x5147c40?, 0xc0000b2280?}, {0x5095200?, 0xc00199ed98?}, {0x0, ...}) vendor/google.golang.org/grpc/call.go:35 k8s.io/kubernetes/vendor/k8s.io/cri-api/pkg/apis/runtime/v1.(*imageServiceClient).PullImage(0xc0021f4080, {0x5ba9e70, 0xc001367e00}, 0x4ae0e00?, {0x0, 0x0, 0x0}) vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go:11402 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).pullImageV1(0xc00199c288, {0x5ba9e70, 0xc001367e00}, 0xc0000b2260, 0x0, 0x0) pkg/kubelet/cri/remote/remote_image.go:161 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).PullImage(0xc00199c288?, {0x5ba9ea8?, 0xc0000760a0?}, 0x40aca5?, 0xc000498360?, 0xc000f3df48?) pkg/kubelet/cri/remote/remote_image.go:157 > k8s.io/kubernetes/test/e2e_node.(*remotePuller).Pull(0xc0014589f0, {0xc000022bc0, 0x3a}) test/e2e_node/image_list.go:127 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages.func1() test/e2e_node/image_list.go:190 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages test/e2e_node/image_list.go:172 goroutine 8466 [select] k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc002019680) vendor/google.golang.org/grpc/internal/transport/transport.go:328 k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) vendor/google.golang.org/grpc/internal/transport/transport.go:343 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc0014732c0, {0x5095200?, 0xc00199f1b8}, 0x7f3b711ad118?) vendor/google.golang.org/grpc/stream.go:1027 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x0?) vendor/google.golang.org/grpc/stream.go:881 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc002019440, 0xc000f3b7a8, 0xc000f3b778) vendor/google.golang.org/grpc/stream.go:732 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc002019440, {0x5095200?, 0xc00199f1b8?}) vendor/google.golang.org/grpc/stream.go:880 k8s.io/kubernetes/vendor/google.golang.org/grpc.invoke({0x5ba9f18?, 0xc001921170?}, {0x537f859?, 0x4?}, {0x5147c40, 0xc0000b25a0}, {0x5095200, 0xc00199f1b8}, 0x0?, {0xc001458270, ...}) vendor/google.golang.org/grpc/call.go:73 k8s.io/kubernetes/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1({0x5ba9e70, 0xc000966370}, {0x537f859, 0x22}, {0x5147c40, 0xc0000b25a0}, {0x5095200, 0xc00199f1b8}, 0xc001dd2380, 0x5590260, ...) vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go:108 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x7f3b9c291e08?, {0x5ba9e70?, 0xc000966370?}, {0x537f859?, 0xc0000b25a0?}, {0x5147c40?, 0xc0000b25a0?}, {0x5095200?, 0xc00199f1b8?}, {0x0, ...}) vendor/google.golang.org/grpc/call.go:35 k8s.io/kubernetes/vendor/k8s.io/cri-api/pkg/apis/runtime/v1.(*imageServiceClient).PullImage(0xc0021f4080, {0x5ba9e70, 0xc000966370}, 0x4ae0e00?, {0x0, 0x0, 0x0}) vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go:11402 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).pullImageV1(0xc00199c288, {0x5ba9e70, 0xc000966370}, 0xc0000b2580, 0x0, 0x0) pkg/kubelet/cri/remote/remote_image.go:161 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).PullImage(0xc00199c288?, {0x5ba9ea8?, 0xc0000760a0?}, 0x40aca5?, 0xc000498360?, 0xc000f3bf48?) pkg/kubelet/cri/remote/remote_image.go:157 > k8s.io/kubernetes/test/e2e_node.(*remotePuller).Pull(0xc0014589f0, {0xc000508750, 0x2e}) test/e2e_node/image_list.go:127 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages.func1() test/e2e_node/image_list.go:190 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages test/e2e_node/image_list.go:172 goroutine 8468 [select] k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).waitOnHeader(0xc002018480) vendor/google.golang.org/grpc/internal/transport/transport.go:328 k8s.io/kubernetes/vendor/google.golang.org/grpc/internal/transport.(*Stream).RecvCompress(...) vendor/google.golang.org/grpc/internal/transport/transport.go:343 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*csAttempt).recvMsg(0xc0014723c0, {0x5095200?, 0xc00199e810}, 0x7f3b711ad118?) vendor/google.golang.org/grpc/stream.go:1027 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg.func1(0x0?) vendor/google.golang.org/grpc/stream.go:881 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).withRetry(0xc002018240, 0xc000b157a8, 0xc000b15778) vendor/google.golang.org/grpc/stream.go:732 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc002018240, {0x5095200?, 0xc00199e810?}) vendor/google.golang.org/grpc/stream.go:880 k8s.io/kubernetes/vendor/google.golang.org/grpc.invoke({0x5ba9f18?, 0xc002011ce0?}, {0x537f859?, 0x4?}, {0x5147c40, 0xc00142fda0}, {0x5095200, 0xc00199e810}, 0x0?, {0xc001458270, ...}) vendor/google.golang.org/grpc/call.go:73 k8s.io/kubernetes/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryClientInterceptor.func1({0x5ba9e70, 0xc0013675e0}, {0x537f859, 0x22}, {0x5147c40, 0xc00142fda0}, {0x5095200, 0xc00199e810}, 0xc001dd2380, 0x5590260, ...) vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go:108 k8s.io/kubernetes/vendor/google.golang.org/grpc.(*ClientConn).Invoke(0x7f3b72b8e558?, {0x5ba9e70?, 0xc0013675e0?}, {0x537f859?, 0xc00142fda0?}, {0x5147c40?, 0xc00142fda0?}, {0x5095200?, 0xc00199e810?}, {0x0, ...}) vendor/google.golang.org/grpc/call.go:35 k8s.io/kubernetes/vendor/k8s.io/cri-api/pkg/apis/runtime/v1.(*imageServiceClient).PullImage(0xc0021f4080, {0x5ba9e70, 0xc0013675e0}, 0x4ae0e00?, {0x0, 0x0, 0x0}) vendor/k8s.io/cri-api/pkg/apis/runtime/v1/api.pb.go:11402 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).pullImageV1(0xc00199c288, {0x5ba9e70, 0xc0013675e0}, 0xc00142fd80, 0x0, 0x0) pkg/kubelet/cri/remote/remote_image.go:161 k8s.io/kubernetes/pkg/kubelet/cri/remote.(*remoteImageService).PullImage(0xc00199c288?, {0x5ba9ea8?, 0xc0000760a0?}, 0x40aca5?, 0xc000498360?, 0xc000b15f48?) pkg/kubelet/cri/remote/remote_image.go:157 > k8s.io/kubernetes/test/e2e_node.(*remotePuller).Pull(0xc0014589f0, {0xc000022a40, 0x34}) test/e2e_node/image_list.go:127 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages.func1() test/e2e_node/image_list.go:190 > k8s.io/kubernetes/test/e2e_node.PrePullAllImages test/e2e_node/image_list.go:172 < Exit [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/23/23 10:27:55.845 (1m0.044s) > Enter [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:190 @ 03/23/23 10:27:55.845 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/23/23 10:27:55.845 Mar 23 10:27:56.042: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230323T092641.service loaded active running /tmp/node-e2e-20230323T092641/kubelet --kubeconfig /tmp/node-e2e-20230323T092641/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 --container-runtime-endpoint unix:///var/run/crio/crio.sock --config /tmp/node-e2e-20230323T092641/kubelet-config --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. , kubelet-20230323T092641 W0323 10:27:56.180441 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": read tcp 127.0.0.1:56996->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/23/23 10:27:56.208 W0323 10:27:56.282524 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": dial tcp 127.0.0.1:10248: connect: connection refused [FAILED] wait for pod "container-disk-hog-pod" to disappear: expected pod to not be found: Context was cancelled after 30.004s. Expected <*v1.Pod | 0xc000df1b00>: metadata: creationTimestamp: "2023-03-23T10:14:07Z" deletionGracePeriodSeconds: 30 deletionTimestamp: "2023-03-23T10:27:25Z" managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:spec: f:containers: k:{"name":"container-disk-hog-container"}: .: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:nodeName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:terminationGracePeriodSeconds: {} manager: e2e_node.test operation: Update time: "2023-03-23T10:14:07Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: .: {} k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodScheduled"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.85.0.17"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2023-03-23T10:14:09Z" name: container-disk-hog-pod namespace: localstorage-eviction-test-6302 resourceVersion: "1522" uid: 7f42f1a7-ac8e-4978-85f9-0767afb669a7 spec: containers: - command: - sh - -c - i=0; while [ $i -lt 10240 ]; do dd if=/dev/urandom of=file${i} bs=1048576 count=1 2>/dev/null; sleep .1; i=$(($i+1)); done; while true; do sleep 5; done image: registry.k8s.io/e2e-test-images/busybox:1.29-4 imagePullPolicy: Never name: container-disk-hog-container resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: Default enableServiceLinks: true nodeName: tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 status: conditions: - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:07Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:09Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:09Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2023-03-23T10:14:07Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://9d17bc81db2a1645a0d037861f1ceff01ec47a5d3443fd584552aa5f7f6820b4 image: registry.k8s.io/e2e-test-images/busybox:1.29-4 imageID: registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937 lastState: {} name: container-disk-hog-container ready: true restartCount: 0 started: true state: running: startedAt: "2023-03-23T10:14:08Z" hostIP: 10.138.0.86 phase: Running podIP: 10.85.0.17 podIPs: - ip: 10.85.0.17 qosClass: BestEffort startTime: "2023-03-23T10:14:07Z" to be nil In [AfterEach] at: test/e2e/framework/pod/pod_client.go:184 @ 03/23/23 10:28:01.286 < Exit [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:190 @ 03/23/23 10:28:01.287 (5.442s) > Enter [AfterEach] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/23/23 10:28:01.287 Mar 23 10:28:01.287: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready < Exit [AfterEach] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/23/23 10:28:01.291 (5ms) > Enter [DeferCleanup (Each)] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/23/23 10:28:01.291 < Exit [DeferCleanup (Each)] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/23/23 10:28:01.291 (0s) > Enter [DeferCleanup (Each)] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/23/23 10:28:01.291 STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/23/23 10:28:01.292 STEP: Collecting events from namespace "localstorage-eviction-test-6302". - test/e2e/framework/debug/dump.go:42 @ 03/23/23 10:28:01.292 STEP: Found 7 events. - test/e2e/framework/debug/dump.go:46 @ 03/23/23 10:28:01.297 Mar 23 10:28:01.297: INFO: At 2023-03-23 10:14:08 +0000 UTC - event for container-disk-hog-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 23 10:28:01.297: INFO: At 2023-03-23 10:14:08 +0000 UTC - event for container-disk-hog-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Created: Created container container-disk-hog-container Mar 23 10:28:01.297: INFO: At 2023-03-23 10:14:08 +0000 UTC - event for container-disk-hog-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Started: Started container container-disk-hog-container Mar 23 10:28:01.297: INFO: At 2023-03-23 10:14:08 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 23 10:28:01.297: INFO: At 2023-03-23 10:14:08 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Created: Created container innocent-container Mar 23 10:28:01.297: INFO: At 2023-03-23 10:14:08 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Started: Started container innocent-container Mar 23 10:28:01.297: INFO: At 2023-03-23 10:26:55 +0000 UTC - event for container-disk-hog-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Killing: Stopping container container-disk-hog-container Mar 23 10:28:01.303: INFO: POD NODE PHASE GRACE CONDITIONS Mar 23 10:28:01.303: INFO: innocent-pod tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:14:07 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:14:09 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:14:09 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:14:07 +0000 UTC }] Mar 23 10:28:01.303: INFO: Mar 23 10:28:01.313: INFO: Unable to fetch localstorage-eviction-test-6302/innocent-pod/innocent-container logs: the server could not find the requested resource (get pods innocent-pod) Mar 23 10:28:01.315: INFO: Logging node info for node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Mar 23 10:28:01.318: INFO: Node Info: &Node{ObjectMeta:{tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 15096981-592a-434d-8805-bf5f355e26ef 1558 0 2023-03-23 09:29:03 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 kubernetes.io/os:linux] map[volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubelet Update v1 2023-03-23 09:29:03 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}} } {kubelet Update v1 2023-03-23 10:28:00 +0000 UTC FieldsV1 {"f:status":{"f:allocatable":{"f:ephemeral-storage":{},"f:memory":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}}}} status}]},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[],},Status:NodeStatus{Capacity:ResourceList{cpu: {{1 0} {<nil>} 1 DecimalSI},ephemeral-storage: {{20869787648 0} {<nil>} 20380652Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{3841241088 0} {<nil>} 3751212Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{1 0} {<nil>} 1 DecimalSI},ephemeral-storage: {{18782808853 0} {<nil>} 18782808853 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{3579097088 0} {<nil>} 3495212Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2023-03-23 10:28:00 +0000 UTC,LastTransitionTime:2023-03-23 10:11:51 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2023-03-23 10:28:00 +0000 UTC,LastTransitionTime:2023-03-23 10:27:59 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2023-03-23 10:28:00 +0000 UTC,LastTransitionTime:2023-03-23 09:29:03 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2023-03-23 10:28:00 +0000 UTC,LastTransitionTime:2023-03-23 10:28:00 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.138.0.86,},NodeAddress{Type:Hostname,Address:tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:aa1005e370881d49a413fd168173ac41,SystemUUID:aa1005e3-7088-1d49-a413-fd168173ac41,BootID:6e7e51aa-c0ac-4fb0-83b4-b7c8efc724e6,KernelVersion:6.1.14-200.fc37.x86_64,OSImage:Fedora CoreOS 37.20230303.3.0,ContainerRuntimeVersion:cri-o://1.26.0,KubeletVersion:v1.27.0-beta.0.66+d2be69ac11346d,KubeProxyVersion:v1.27.0-beta.0.66+d2be69ac11346d,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Mar 23 10:28:01.318: INFO: Logging kubelet events for node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Mar 23 10:28:01.322: INFO: Logging pods the kubelet thinks is on node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 W0323 10:28:01.330636 2698 metrics_grabber.go:111] Can't find any pods in namespace kube-system to grab metrics from Mar 23 10:28:01.395: INFO: Latency metrics for node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 END STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/23/23 10:28:01.395 (103ms) < Exit [DeferCleanup (Each)] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/23/23 10:28:01.395 (104ms) > Enter [DeferCleanup (Each)] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/23/23 10:28:01.395 STEP: Destroying namespace "localstorage-eviction-test-6302" for this suite. - test/e2e/framework/framework.go:351 @ 03/23/23 10:28:01.395 < Exit [DeferCleanup (Each)] [sig-node] LocalStorageSoftEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/23/23 10:28:01.402 (7ms)
Filter through log files | View test history on testgrid
go run hack/e2e.go -v --test --test_args='--ginkgo.focus=E2eNode\sSuite\s\[It\]\s\[sig\-node\]\sPriorityPidEvictionOrdering\s\[Slow\]\s\[Serial\]\s\[Disruptive\]\[NodeFeature\:Eviction\]\swhen\swe\srun\scontainers\sthat\sshould\scause\sPIDPressure\s\sshould\seventually\sevict\sall\sof\sthe\scorrect\spods$'
[FAILED] Timed out after 120.001s. Expected <*errors.errorString | 0xc00145f790>: NodeCondition: PIDPressure not encountered { s: "NodeCondition: PIDPressure not encountered", } to be nil In [It] at: test/e2e_node/eviction_test.go:571 @ 03/23/23 10:05:49.633from junit_fedora01.xml
> Enter [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/23/23 10:03:10.252 STEP: Creating a kubernetes client - test/e2e/framework/framework.go:211 @ 03/23/23 10:03:10.253 STEP: Building a namespace api object, basename pidpressure-eviction-test - test/e2e/framework/framework.go:250 @ 03/23/23 10:03:10.253 Mar 23 10:03:10.257: INFO: Skipping waiting for service account < Exit [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/23/23 10:03:10.257 (5ms) > Enter [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/23/23 10:03:10.257 < Exit [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/23/23 10:03:10.258 (0s) > Enter [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:176 @ 03/23/23 10:03:10.258 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/23/23 10:03:10.286 Mar 23 10:03:10.324: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230323T092641.service loaded active running /tmp/node-e2e-20230323T092641/kubelet --kubeconfig /tmp/node-e2e-20230323T092641/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 --container-runtime-endpoint unix:///var/run/crio/crio.sock --config /tmp/node-e2e-20230323T092641/kubelet-config --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. , kubelet-20230323T092641 W0323 10:03:10.399840 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": read tcp 127.0.0.1:56704->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/23/23 10:03:10.412 W0323 10:03:10.457682 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": dial tcp 127.0.0.1:10248: connect: connection refused < Exit [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:176 @ 03/23/23 10:03:15.471 (5.214s) > Enter [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:478 @ 03/23/23 10:03:15.471 < Exit [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:478 @ 03/23/23 10:03:15.478 (7ms) > Enter [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/23/23 10:03:15.478 STEP: setting up pods to be used by tests - test/e2e_node/eviction_test.go:555 @ 03/23/23 10:03:45.575 < Exit [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/23/23 10:03:49.631 (34.153s) > Enter [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/23/23 10:03:49.631 STEP: Waiting for node to have NodeCondition: PIDPressure - test/e2e_node/eviction_test.go:564 @ 03/23/23 10:03:49.631 Mar 23 10:03:49.684: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 6133 Mar 23 10:03:51.716: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 5217 Mar 23 10:03:53.734: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 185 Mar 23 10:03:55.755: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 184 Mar 23 10:03:57.771: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:03:59.789: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:01.807: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:03.826: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:05.846: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:07.868: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:09.894: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 185 Mar 23 10:04:11.914: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:13.935: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:15.953: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:17.971: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:19.992: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:22.011: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:24.029: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:26.050: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:28.069: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:30.087: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:32.103: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:34.119: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:36.142: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:38.161: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:40.180: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:42.202: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:44.220: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:46.239: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:48.260: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:50.279: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:52.301: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:54.321: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:56.344: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:04:58.363: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:00.385: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:02.403: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:04.421: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:06.443: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:08.462: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:10.485: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:12.509: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:14.527: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:16.552: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:18.574: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:20.594: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:22.613: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:24.635: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:26.652: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:28.673: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:30.694: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:32.718: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:34.737: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:36.759: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 183 Mar 23 10:05:38.779: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:40.820: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 183 Mar 23 10:05:42.843: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:44.862: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:46.881: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 Mar 23 10:05:48.902: INFO: Node.Rlimit.MaxPID: 28628, Node.Rlimit.RunningProcesses: 181 [FAILED] Timed out after 120.001s. Expected <*errors.errorString | 0xc00145f790>: NodeCondition: PIDPressure not encountered { s: "NodeCondition: PIDPressure not encountered", } to be nil In [It] at: test/e2e_node/eviction_test.go:571 @ 03/23/23 10:05:49.633 < Exit [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/23/23 10:05:49.633 (2m0.002s) > Enter [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/23/23 10:05:49.633 STEP: deleting pods - test/e2e_node/eviction_test.go:631 @ 03/23/23 10:05:49.633 STEP: deleting pod: fork-bomb-container-with-low-priority-pod - test/e2e_node/eviction_test.go:633 @ 03/23/23 10:05:49.633 STEP: deleting pod: innocent-pod - test/e2e_node/eviction_test.go:633 @ 03/23/23 10:05:49.641 STEP: deleting pod: fork-bomb-container-with-high-priority-pod - test/e2e_node/eviction_test.go:633 @ 03/23/23 10:06:21.711 STEP: making sure NodeCondition PIDPressure no longer exists on the node - test/e2e_node/eviction_test.go:639 @ 03/23/23 10:06:21.719 STEP: making sure we have all the required images for testing - test/e2e_node/eviction_test.go:648 @ 03/23/23 10:06:21.76 STEP: making sure NodeCondition PIDPressure doesn't exist again after pulling images - test/e2e_node/eviction_test.go:652 @ 03/23/23 10:06:21.76 STEP: making sure we can start a new pod after the test - test/e2e_node/eviction_test.go:660 @ 03/23/23 10:06:21.764 Mar 23 10:06:23.788: INFO: Summary of pod events during the test: I0323 10:06:23.791168 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-high-priority-pod", UID:"6f2c431b-7308-47c1-9088-dc66b3a407ff", APIVersion:"v1", ResourceVersion:"931", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0323 10:06:23.791218 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-high-priority-pod", UID:"6f2c431b-7308-47c1-9088-dc66b3a407ff", APIVersion:"v1", ResourceVersion:"931", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-high-priority-container I0323 10:06:23.791232 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-high-priority-pod", UID:"6f2c431b-7308-47c1-9088-dc66b3a407ff", APIVersion:"v1", ResourceVersion:"931", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-high-priority-container I0323 10:06:23.791243 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-low-priority-pod", UID:"10e4403f-30d0-494c-89a7-b9d559e875c4", APIVersion:"v1", ResourceVersion:"932", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0323 10:06:23.791254 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-low-priority-pod", UID:"10e4403f-30d0-494c-89a7-b9d559e875c4", APIVersion:"v1", ResourceVersion:"932", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-low-priority-container I0323 10:06:23.791265 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-low-priority-pod", UID:"10e4403f-30d0-494c-89a7-b9d559e875c4", APIVersion:"v1", ResourceVersion:"932", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-low-priority-container I0323 10:06:23.791276 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0323 10:06:23.791287 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Created' Created container innocent-container I0323 10:06:23.791305 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Started' Started container innocent-container I0323 10:06:23.791315 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Killing' Stopping container innocent-container I0323 10:06:23.791332 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"test-admit-pod", UID:"180aaa71-3044-4a52-8369-c87da041b4c1", APIVersion:"v1", ResourceVersion:"1009", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0323 10:06:23.791342 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"test-admit-pod", UID:"180aaa71-3044-4a52-8369-c87da041b4c1", APIVersion:"v1", ResourceVersion:"1009", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0323 10:06:23.791352 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"test-admit-pod", UID:"180aaa71-3044-4a52-8369-c87da041b4c1", APIVersion:"v1", ResourceVersion:"1009", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod Mar 23 10:06:23.791: INFO: Summary of node events during the test: I0323 10:06:23.798454 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.798731 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.798894 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.799053 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.799203 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.799354 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.799524 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.799672 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.799809 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.799957 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.800090 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeNotReady I0323 10:06:23.800240 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.800404 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.800535 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.800679 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.800814 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.800969 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.801099 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeNotReady I0323 10:06:23.801243 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.801390 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.801521 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0323 10:06:23.801664 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasDiskPressure I0323 10:06:23.801794 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.801940 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.802071 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.802221 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.802359 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeNotReady I0323 10:06:23.802527 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.802673 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.802823 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.802960 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.803112 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.803263 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.803404 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeNotReady I0323 10:06:23.803523 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.803659 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.803782 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim inodes I0323 10:06:23.803904 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasDiskPressure I0323 10:06:23.804039 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.804159 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.804290 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.804417 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.804539 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeNotReady I0323 10:06:23.804672 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.804805 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.804943 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0323 10:06:23.805070 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientMemory I0323 10:06:23.805189 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasNoDiskPressure I0323 10:06:23.805327 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeHasSufficientPID I0323 10:06:23.805447 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeNotReady I0323 10:06:23.805577 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0323 10:06:23.805692 2698 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", UID:"tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 status is now: NodeReady I0323 10:06:23.805809 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-high-priority-pod", UID:"6f2c431b-7308-47c1-9088-dc66b3a407ff", APIVersion:"v1", ResourceVersion:"931", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0323 10:06:23.805929 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-high-priority-pod", UID:"6f2c431b-7308-47c1-9088-dc66b3a407ff", APIVersion:"v1", ResourceVersion:"931", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-high-priority-container I0323 10:06:23.806122 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-high-priority-pod", UID:"6f2c431b-7308-47c1-9088-dc66b3a407ff", APIVersion:"v1", ResourceVersion:"931", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-high-priority-container I0323 10:06:23.806321 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-low-priority-pod", UID:"10e4403f-30d0-494c-89a7-b9d559e875c4", APIVersion:"v1", ResourceVersion:"932", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0323 10:06:23.806484 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-low-priority-pod", UID:"10e4403f-30d0-494c-89a7-b9d559e875c4", APIVersion:"v1", ResourceVersion:"932", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-low-priority-container I0323 10:06:23.806618 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"fork-bomb-container-with-low-priority-pod", UID:"10e4403f-30d0-494c-89a7-b9d559e875c4", APIVersion:"v1", ResourceVersion:"932", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-low-priority-container I0323 10:06:23.806761 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0323 10:06:23.806910 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Created' Created container innocent-container I0323 10:06:23.807038 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Started' Started container innocent-container I0323 10:06:23.807178 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"innocent-pod", UID:"1093eebf-6efc-4d44-99b5-b2f6fbf00383", APIVersion:"v1", ResourceVersion:"930", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Killing' Stopping container innocent-container I0323 10:06:23.807400 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"test-admit-pod", UID:"180aaa71-3044-4a52-8369-c87da041b4c1", APIVersion:"v1", ResourceVersion:"1009", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0323 10:06:23.807600 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"test-admit-pod", UID:"180aaa71-3044-4a52-8369-c87da041b4c1", APIVersion:"v1", ResourceVersion:"1009", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0323 10:06:23.807748 2698 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-7456", Name:"test-admit-pod", UID:"180aaa71-3044-4a52-8369-c87da041b4c1", APIVersion:"v1", ResourceVersion:"1009", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod < Exit [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/23/23 10:06:23.807 (34.174s) > Enter [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:190 @ 03/23/23 10:06:23.807 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/23/23 10:06:23.807 Mar 23 10:06:23.849: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230323T092641.service loaded active running /tmp/node-e2e-20230323T092641/kubelet --kubeconfig /tmp/node-e2e-20230323T092641/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 --container-runtime-endpoint unix:///var/run/crio/crio.sock --config /tmp/node-e2e-20230323T092641/kubelet-config --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. , kubelet-20230323T092641 W0323 10:06:23.924661 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": read tcp 127.0.0.1:60960->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/23/23 10:06:23.934 W0323 10:06:23.982666 2698 util.go:477] Health check on "http://127.0.0.1:10248/healthz" failed, error=Head "http://127.0.0.1:10248/healthz": dial tcp 127.0.0.1:10248: connect: connection refused Mar 23 10:06:28.987: INFO: Condition Ready of node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 23 10:06:29.990: INFO: Condition Ready of node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 23 10:06:30.994: INFO: Condition Ready of node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 23 10:06:31.997: INFO: Condition Ready of node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 23 10:06:33.001: INFO: Condition Ready of node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 23 10:06:34.005: INFO: Condition Ready of node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet < Exit [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:190 @ 03/23/23 10:06:35.008 (11.2s) > Enter [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:482 @ 03/23/23 10:06:35.008 < Exit [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:482 @ 03/23/23 10:06:35.01 (3ms) > Enter [AfterEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/23/23 10:06:35.01 Mar 23 10:06:35.010: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready < Exit [AfterEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/23/23 10:06:35.013 (2ms) > Enter [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/23/23 10:06:35.013 < Exit [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/23/23 10:06:35.013 (0s) > Enter [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/23/23 10:06:35.013 STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/23/23 10:06:35.013 STEP: Collecting events from namespace "pidpressure-eviction-test-7456". - test/e2e/framework/debug/dump.go:42 @ 03/23/23 10:06:35.013 STEP: Found 13 events. - test/e2e/framework/debug/dump.go:46 @ 03/23/23 10:06:35.015 Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:46 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Created: Created container fork-bomb-container-with-high-priority-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:46 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:46 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:46 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:46 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Created: Created container innocent-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:47 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Started: Started container fork-bomb-container-with-high-priority-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:47 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Created: Created container fork-bomb-container-with-low-priority-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:47 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Started: Started container fork-bomb-container-with-low-priority-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:03:47 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Started: Started container innocent-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:05:49 +0000 UTC - event for innocent-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Killing: Stopping container innocent-container Mar 23 10:06:35.015: INFO: At 2023-03-23 10:06:22 +0000 UTC - event for test-admit-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Pulled: Container image "registry.k8s.io/pause:3.9" already present on machine Mar 23 10:06:35.015: INFO: At 2023-03-23 10:06:22 +0000 UTC - event for test-admit-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Created: Created container test-admit-pod Mar 23 10:06:35.015: INFO: At 2023-03-23 10:06:22 +0000 UTC - event for test-admit-pod: {kubelet tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64} Started: Started container test-admit-pod Mar 23 10:06:35.017: INFO: POD NODE PHASE GRACE CONDITIONS Mar 23 10:06:35.017: INFO: test-admit-pod tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:06:21 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:06:22 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:06:22 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-23 10:06:21 +0000 UTC }] Mar 23 10:06:35.017: INFO: Mar 23 10:06:35.028: INFO: Logging node info for node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Mar 23 10:06:35.031: INFO: Node Info: &Node{ObjectMeta:{tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 15096981-592a-434d-8805-bf5f355e26ef 1026 0 2023-03-23 09:29:03 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 kubernetes.io/os:linux] map[volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubelet Update v1 2023-03-23 09:29:03 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}} } {kubelet Update v1 2023-03-23 10:06:34 +0000 UTC FieldsV1 {"f:status":{"f:allocatable":{"f:ephemeral-storage":{},"f:memory":{}},"f:capacity":{"f:ephemeral-storage":{}},"f:conditions":{"k:{\"type\":\"DiskPressure\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"k:{\"type\":\"MemoryPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"PIDPressure\"}":{"f:lastHeartbeatTime":{}},"k:{\"type\":\"Ready\"}":{"f:lastHeartbeatTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}}},"f:images":{}}} status}]},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[],},Status:NodeStatus{Capacity:ResourceList{cpu: {{1 0} {<nil>} 1 DecimalSI},ephemeral-storage: {{20869787648 0} {<nil>} 20380652Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{3841241088 0} {<nil>} 3751212Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{1 0} {<nil>} 1 DecimalSI},ephemeral-storage: {{18782808853 0} {<nil>} 18782808853 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{3579097088 0} {<nil>} 3495212Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2023-03-23 10:06:34 +0000 UTC,LastTransitionTime:2023-03-23 09:29:03 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2023-03-23 10:06:34 +0000 UTC,LastTransitionTime:2023-03-23 09:59:14 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2023-03-23 10:06:34 +0000 UTC,LastTransitionTime:2023-03-23 09:29:03 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2023-03-23 10:06:34 +0000 UTC,LastTransitionTime:2023-03-23 10:06:34 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.138.0.86,},NodeAddress{Type:Hostname,Address:tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:aa1005e370881d49a413fd168173ac41,SystemUUID:aa1005e3-7088-1d49-a413-fd168173ac41,BootID:6e7e51aa-c0ac-4fb0-83b4-b7c8efc724e6,KernelVersion:6.1.14-200.fc37.x86_64,OSImage:Fedora CoreOS 37.20230303.3.0,ContainerRuntimeVersion:cri-o://1.26.0,KubeletVersion:v1.27.0-beta.0.66+d2be69ac11346d,KubeProxyVersion:v1.27.0-beta.0.66+d2be69ac11346d,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[registry.k8s.io/e2e-test-images/perl@sha256:c613344cdd31c5055961b078f831ef9d9199fc9111efe6e81bea3f00d78bd979 registry.k8s.io/e2e-test-images/perl@sha256:dd475f8a8c579cb78a13f54342e8569e7f925c8b0ba3a5599dbc55c97a4a76f1 registry.k8s.io/e2e-test-images/perl:5.26],SizeBytes:875791114,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/tf-wide-deep@sha256:91ab3b5ee22441c99370944e2e2cb32670db62db433611b4e3780bdee6a8e5a1 registry.k8s.io/e2e-test-images/node-perf/tf-wide-deep@sha256:d7e74e6555abe4b001aadddc248447b472ae35ccbb2c21ca0febace6c4c6d7bb registry.k8s.io/e2e-test-images/node-perf/tf-wide-deep:1.3],SizeBytes:559664987,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/gluster@sha256:033a12fe65438751690b519cebd4135a3485771086bcf437212b7b886bb7956c registry.k8s.io/e2e-test-images/volume/gluster@sha256:c52e01956fec2cf5968b87be8f06ae740ea5d208a3b41fa2c7970b13cc515be5 registry.k8s.io/e2e-test-images/volume/gluster:1.3],SizeBytes:352430719,},ContainerImage{Names:[registry.k8s.io/etcd@sha256:51eae8381dcb1078289fa7b4f3df2630cdc18d09fb56f8e56b41c40e191d6c83 registry.k8s.io/etcd@sha256:8ae03c7bbd43d5c301eea33a39ac5eda2964f826050cb2ccf3486f18917590c9 registry.k8s.io/etcd:3.5.7-0],SizeBytes:297083935,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/nfs@sha256:034f77d52166fcacb81d6a6db10a4e24644c241896822e6525925859fec09f47 registry.k8s.io/e2e-test-images/volume/nfs@sha256:3bda73f2428522b0e342af80a0b9679e8594c2126f2b3cca39ed787589741b9e registry.k8s.io/e2e-test-images/volume/nfs:1.3],SizeBytes:272589700,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e registry.k8s.io/e2e-test-images/agnhost@sha256:da18b4806cfa370df04f9c3faa7d654a22a80467dc4cab92bd1b22b4abe4d5aa registry.k8s.io/e2e-test-images/agnhost:2.43],SizeBytes:129622797,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22 registry.k8s.io/e2e-test-images/httpd@sha256:21e720a020bf8d492b5dd2fe0f31a5205021176f505ecf35b10177f8bfd68980 registry.k8s.io/e2e-test-images/httpd:2.4.38-4],SizeBytes:128894228,},ContainerImage{Names:[registry.k8s.io/node-problem-detector/node-problem-detector@sha256:0ce71ef6d759425d22b10e65b439749fe5d13377a188e2fc060b731cdb4e6901 registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.7],SizeBytes:115035523,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-is@sha256:8285539c79625b192a5e33fc3d21edc1a7776fb9afe15fae3b5037a7a8020839 registry.k8s.io/e2e-test-images/node-perf/npb-is@sha256:f941079315f73b182b0f416134253ee87ab51162cbd2e9fcd31bbe726999a977 registry.k8s.io/e2e-test-images/node-perf/npb-is:1.2],SizeBytes:99663088,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-ep@sha256:90b5cfc5451428aad4dd6af9960640f2506804d35aa05e83c11bf0a46ac318c8 registry.k8s.io/e2e-test-images/node-perf/npb-ep@sha256:a37ad3a2ccb2b8aa7ced0b7c884888d2cef953cfc9a158e3e8b914d52147091b registry.k8s.io/e2e-test-images/node-perf/npb-ep:1.2],SizeBytes:99661552,},ContainerImage{Names:[gcr.io/cadvisor/cadvisor@sha256:89e6137f068ded2e9a3a012ce71260b9afc57a19305842aa1074239841a539a7 gcr.io/cadvisor/cadvisor:v0.43.0],SizeBytes:87971088,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonroot@sha256:dfa235c2d64c29405f40489cf631193b27bec6dcf13cfee9824e449f6ddac051 registry.k8s.io/e2e-test-images/nonroot@sha256:ee9f50b3c64b174d296d91ca9f69a914ac30e59095dfb462b2b518ad28a63655 registry.k8s.io/e2e-test-images/nonroot:1.4],SizeBytes:43877486,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/sample-device-plugin@sha256:3dd0413e5a78f1c2a6484f168ba3daf23ebb0b1141897237e9559db6c5f7101f registry.k8s.io/e2e-test-images/sample-device-plugin@sha256:e84f6ca27c51ddedf812637dd2bcf771ad69fdca1173e5690c372370d0f93c40 registry.k8s.io/e2e-test-images/sample-device-plugin:1.3],SizeBytes:41740418,},ContainerImage{Names:[docker.io/nfvpe/sriov-device-plugin@sha256:518499ed631ff84b43153b8f7624c1aaacb75a721038857509fe690abdf62ddb docker.io/nfvpe/sriov-device-plugin:v3.1],SizeBytes:25603453,},ContainerImage{Names:[registry.k8s.io/nvidia-gpu-device-plugin@sha256:4b036e8844920336fa48f36edeb7d4398f426d6a934ba022848deed2edbf09aa],SizeBytes:19251111,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nginx@sha256:5c99cf6a02adda929b10321dbf4ecfa00d87be9ba4fb456006237d530ab4baa1 registry.k8s.io/e2e-test-images/nginx@sha256:c42b04e8cf71231fac5dbc833366f7ce2ae78ef8b9df4304fcb83edcd495f69f registry.k8s.io/e2e-test-images/nginx:1.14-4],SizeBytes:17244936,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/ipc-utils@sha256:647d092bada3b46c449d875adf31d71c1dd29c244e9cca6a04fddf9d6bcac136 registry.k8s.io/e2e-test-images/ipc-utils@sha256:89fe5eb4c180571eb5c4e4179f1e9bc03497b1f50e45e4f720165617a603d737 registry.k8s.io/e2e-test-images/ipc-utils:1.3],SizeBytes:12251265,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonewprivs@sha256:8ac1264691820febacf3aea5d152cbde6d10685731ec14966a9401c6f47a68ac registry.k8s.io/e2e-test-images/nonewprivs@sha256:f6b1c4aef11b116c2a065ea60ed071a8f205444f1897bed9aa2e98a5d78cbdae registry.k8s.io/e2e-test-images/nonewprivs:1.3],SizeBytes:7373984,},ContainerImage{Names:[registry.k8s.io/stress@sha256:f00aa1ddc963a3164aef741aab0fc05074ea96de6cd7e0d10077cf98dd72d594 registry.k8s.io/stress:v1],SizeBytes:5502584,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937 registry.k8s.io/e2e-test-images/busybox@sha256:4cdffea536d503c58d7e087bab34a43e63a11dcfa4132b5a1b838885f08fb730 registry.k8s.io/e2e-test-images/busybox:1.29-4],SizeBytes:1374155,},ContainerImage{Names:[registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff],SizeBytes:1319178,},ContainerImage{Names:[registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097 registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10 registry.k8s.io/pause:3.9],SizeBytes:750414,},ContainerImage{Names:[registry.k8s.io/pause@sha256:3d380ca8864549e74af4b29c10f9cb0956236dfb01c40ca076fb6c37253234db registry.k8s.io/pause@sha256:c2280d2f5f56cf9c9a01bb64b2db4651e35efd6d62a54dcfc12049fe6449c5e4 registry.k8s.io/pause:3.6],SizeBytes:690326,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Mar 23 10:06:35.031: INFO: Logging kubelet events for node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Mar 23 10:06:35.033: INFO: Logging pods the kubelet thinks is on node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 Mar 23 10:06:35.036: INFO: test-admit-pod started at 2023-03-23 10:06:21 +0000 UTC (0+1 container statuses recorded) Mar 23 10:06:35.036: INFO: Container test-admit-pod ready: true, restart count 0 W0323 10:06:35.037759 2698 metrics_grabber.go:111] Can't find any pods in namespace kube-system to grab metrics from Mar 23 10:06:35.055: INFO: Latency metrics for node tmp-node-e2e-4dd58ba7-fedora-coreos-37-20230303-3-0-gcp-x86-64 END STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/23/23 10:06:35.056 (43ms) < Exit [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/23/23 10:06:35.056 (43ms) > Enter [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/23/23 10:06:35.056 STEP: Destroying namespace "pidpressure-eviction-test-7456" for this suite. - test/e2e/framework/framework.go:351 @ 03/23/23 10:06:35.056 < Exit [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/23/23 10:06:35.059 (3ms)
Filter through log files | View test history on testgrid
error during go run /go/src/k8s.io/kubernetes/test/e2e_node/runner/remote/run_remote.go --cleanup -vmodule=*=4 --ssh-env=gce --results-dir=/workspace/_artifacts --project=k8s-jkns-gke-ubuntu-1-6-flaky --zone=us-west1-b --ssh-user=core --ssh-key=/workspace/.ssh/google_compute_engine --ginkgo-flags=--nodes=1 --focus="\[NodeFeature:Eviction\]" --test_args=--container-runtime-endpoint=unix:///var/run/crio/crio.sock --container-runtime-process-name=/usr/local/bin/crio --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/crio.service --kubelet-cgroups=/system.slice/kubelet.service" --extra-log="{\"name\": \"crio.log\", \"journalctl\": [\"-u\", \"crio\"]}" --test-timeout=5h0m0s --image-config-file=/workspace/test-infra/jobs/e2e_node/crio/latest/image-config-cgrpv1.yaml: exit status 1
from junit_runner.xml
Filter through log files | View test history on testgrid
E2eNode Suite [It] [sig-node] InodeEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] LocalStorageCapacityIsolationMemoryBackedVolumeEviction [Slow] [Serial] [Disruptive] [Feature:LocalStorageCapacityIsolation][NodeFeature:Eviction] when we run containers that should cause evictions due to pod local storage violations should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] MemoryAllocatableEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause MemoryPressure should eventually evict all of the correct pods
E2eNode Suite [SynchronizedAfterSuite]
E2eNode Suite [SynchronizedBeforeSuite]
kubetest Deferred TearDown
kubetest DumpClusterLogs
kubetest GetDeployer
kubetest Prepare
kubetest TearDown
kubetest TearDown Previous
kubetest Timeout
kubetest Up
kubetest test setup
E2eNode Suite [It] [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: sctp [LinuxOnly][Feature:SCTPConnectivity]
E2eNode Suite [It] [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-network] Networking Granular Checks: Pods should function for node-pod communication: sctp [LinuxOnly][Feature:SCTPConnectivity]
E2eNode Suite [It] [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] AppArmor [Feature:AppArmor][NodeFeature:AppArmor] when running without AppArmor should reject a pod with an AppArmor profile
E2eNode Suite [It] [sig-node] CPU Manager Metrics [Serial][Feature:CPUManager] when querying /metrics should not report any pinning failures when the cpumanager allocation is expected to succeed
E2eNode Suite [It] [sig-node] CPU Manager Metrics [Serial][Feature:CPUManager] when querying /metrics should report pinning failures when the cpumanager allocation is known to fail
E2eNode Suite [It] [sig-node] CPU Manager Metrics [Serial][Feature:CPUManager] when querying /metrics should report zero pinning counters after a fresh restart
E2eNode Suite [It] [sig-node] CPU Manager [Serial] [Feature:CPUManager] With kubeconfig updated with static CPU Manager policy run the CPU Manager tests should assign CPUs as expected based on the Pod spec
E2eNode Suite [It] [sig-node] CPU Manager [Serial] [Feature:CPUManager] With kubeconfig updated with static CPU Manager policy run the CPU Manager tests should assign CPUs as expected with enhanced policy based on strict SMT alignment
E2eNode Suite [It] [sig-node] Checkpoint Container [NodeFeature:CheckpointContainer] will checkpoint a container out of a pod
E2eNode Suite [It] [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]
E2eNode Suite [It] [sig-node] ConfigMap should run through a ConfigMap lifecycle [Conformance]
E2eNode Suite [It] [sig-node] ConfigMap should update ConfigMap successfully
E2eNode Suite [It] [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart https hook properly [MinimumKubeletVersion:1.23] [NodeConformance]
E2eNode Suite [It] [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop https hook properly [MinimumKubeletVersion:1.23] [NodeConformance]
E2eNode Suite [It] [sig-node] Container Manager Misc [Serial] Validate OOM score adjustments [NodeFeature:OOMScoreAdj] once the node is setup pod infra containers oom-score-adj should be -998 and best effort container's should be 1000
E2eNode Suite [It] [sig-node] Container Manager Misc [Serial] Validate OOM score adjustments [NodeFeature:OOMScoreAdj] once the node is setup Kubelet's oom-score-adj should be -999
E2eNode Suite [It] [sig-node] Container Manager Misc [Serial] Validate OOM score adjustments [NodeFeature:OOMScoreAdj] once the node is setup burstable container's oom-score-adj should be between [2, 1000)
E2eNode Suite [It] [sig-node] Container Manager Misc [Serial] Validate OOM score adjustments [NodeFeature:OOMScoreAdj] once the node is setup container runtime's oom-score-adj should be -999
E2eNode Suite [It] [sig-node] Container Manager Misc [Serial] Validate OOM score adjustments [NodeFeature:OOMScoreAdj] once the node is setup guaranteed container's oom-score-adj should be -998
E2eNode Suite [It] [sig-node] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull from private registry with credential provider [NodeConformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test on terminated container should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test on terminated container should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test on terminated container should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test on terminated container should report termination message if TerminationMessagePath is set [NodeConformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test on terminated container should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret [NodeConformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test when running a container with a new image should be able to pull image [NodeConformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test when running a container with a new image should not be able to pull from private registry without secret [NodeConformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test when running a container with a new image should not be able to pull image from invalid registry [NodeConformance]
E2eNode Suite [It] [sig-node] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] ContainerLogPath [NodeConformance] Pod with a container printed log to stdout should print log to correct cri log path
E2eNode Suite [It] [sig-node] ContainerLogPath [NodeConformance] Pod with a container printed log to stdout should print log to correct log path
E2eNode Suite [It] [sig-node] ContainerLogRotation [Slow] [Serial] [Disruptive] when a container generates a lot of log should be rotated and limited to a fixed amount of files
E2eNode Suite [It] [sig-node] Containers should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Containers should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] CriticalPod [Serial] [Disruptive] [NodeFeature:CriticalPod] when we need to admit a critical pod [Flaky] should be able to create and delete a critical pod
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Failed phase a deleted pod if non-zero exit codes Restart policy Always
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Failed phase a deleted pod if non-zero exit codes Restart policy Never
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Failed phase a deleted pod if non-zero exit codes Restart policy OnFailure
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Failed phase a pod which is deleted while pending
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Succeeded phase a deleted pod when containers complete with 0 exit code Restart policy Always
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Succeeded phase a deleted pod when containers complete with 0 exit code Restart policy Never
E2eNode Suite [It] [sig-node] Deleted pods handling [NodeConformance] Should transition to Succeeded phase a deleted pod when containers complete with 0 exit code Restart policy OnFailure
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 10 pods with 0s interval
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 10 pods with 0s interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 10 pods with 100ms interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 10 pods with 300ms interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 35 pods with 0s interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 35 pods with 100ms interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 35 pods with 300ms interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 90 pods with 0s interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 90 pods with 100ms interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods latency/resource should be within limit when create 90 pods with 300ms interval [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods with higher API QPS latency/resource should be within limit when create 90 pods with 0s interval (QPS 60) [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods with higher API QPS latency/resource should be within limit when create 90 pods with 100ms interval (QPS 60) [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a batch of pods with higher API QPS latency/resource should be within limit when create 90 pods with 300ms interval (QPS 60) [Benchmark][NodeSpecialFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods [Benchmark][NodeSpeicalFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a sequence of pods latency/resource should be within limit when create 30 pods with 50 background pods [Benchmark][NodeSpeicalFeature:Benchmark]
E2eNode Suite [It] [sig-node] Density [Serial] [Slow] create a sequence of pods latency/resource should be within limit when create 50 pods with 50 background pods [Benchmark][NodeSpeicalFeature:Benchmark]
E2eNode Suite [It] [sig-node] Device Manager [Serial] [Feature:DeviceManager][NodeFeature:DeviceManager] With SRIOV devices in the system should be able to recover V1 (aka pre-1.20) checkpoint data and reject pods before device re-registration
E2eNode Suite [It] [sig-node] Device Manager [Serial] [Feature:DeviceManager][NodeFeature:DeviceManager] With SRIOV devices in the system should be able to recover V1 (aka pre-1.20) checkpoint data and update topology info on device re-registration
E2eNode Suite [It] [sig-node] Device Plugin [Feature:DevicePluginProbe][NodeFeature:DevicePluginProbe][Serial] DevicePlugin [Serial] [Disruptive] Can schedule a pod that requires a device
E2eNode Suite [It] [sig-node] Device Plugin [Feature:DevicePluginProbe][NodeFeature:DevicePluginProbe][Serial] DevicePlugin [Serial] [Disruptive] Keeps device plugin assignments across pod and kubelet restarts
E2eNode Suite [It] [sig-node] Device Plugin [Feature:DevicePluginProbe][NodeFeature:DevicePluginProbe][Serial] DevicePlugin [Serial] [Disruptive] Keeps device plugin assignments after the device plugin has been re-registered
E2eNode Suite [It] [sig-node] Downward API [Serial] [Disruptive] [NodeFeature:DownwardAPIHugePages] Downward API tests for hugepages should provide container's limits.hugepages-<pagesize> and requests.hugepages-<pagesize> as env vars
E2eNode Suite [It] [sig-node] Downward API [Serial] [Disruptive] [NodeFeature:DownwardAPIHugePages] Downward API tests for hugepages should provide default limits.hugepages-<pagesize> from node allocatable
E2eNode Suite [It] [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Downward API should provide host IP and pod IP as an env var if pod uses host network [LinuxOnly]
E2eNode Suite [It] [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Ephemeral Containers [NodeConformance] will start an ephemeral container in an existing pod [Conformance]
E2eNode Suite [It] [sig-node] GarbageCollect [Serial][NodeFeature:GarbageCollect] Garbage Collection Test: Many Pods with Many Restarting Containers Should eventually garbage collect containers when we exceed the number of dead containers per container
E2eNode Suite [It] [sig-node] GarbageCollect [Serial][NodeFeature:GarbageCollect] Garbage Collection Test: Many Restarting Containers Should eventually garbage collect containers when we exceed the number of dead containers per container
E2eNode Suite [It] [sig-node] GarbageCollect [Serial][NodeFeature:GarbageCollect] Garbage Collection Test: One Non-restarting Container Should eventually garbage collect containers when we exceed the number of dead containers per container
E2eNode Suite [It] [sig-node] GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] graceful node shutdown when PodDisruptionConditions are enabled [NodeFeature:PodDisruptionConditions] should add the DisruptionTarget pod failure condition to the evicted pods
E2eNode Suite [It] [sig-node] GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] when gracefully shutting down after restart dbus, should be able to gracefully shutdown
E2eNode Suite [It] [sig-node] GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] when gracefully shutting down should be able to gracefully shutdown pods with various grace periods
E2eNode Suite [It] [sig-node] GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] when gracefully shutting down should be able to handle a cancelled shutdown
E2eNode Suite [It] [sig-node] GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] when gracefully shutting down with Pod priority should be able to gracefully shutdown pods with various grace periods
E2eNode Suite [It] [sig-node] Hostname of Pod [NodeConformance] a pod configured to set FQDN as hostname will remain in Pending state generating FailedCreatePodSandBox events when the FQDN is longer than 64 bytes
E2eNode Suite [It] [sig-node] Hostname of Pod [NodeConformance] a pod with subdomain field has FQDN, hostname is shortname
E2eNode Suite [It] [sig-node] Hostname of Pod [NodeConformance] a pod with subdomain field has FQDN, when setHostnameAsFQDN is set to true, the FQDN is set as hostname
E2eNode Suite [It] [sig-node] Hostname of Pod [NodeConformance] a pod without FQDN is not affected by SetHostnameAsFQDN field
E2eNode Suite [It] [sig-node] Hostname of Pod [NodeConformance] a pod without subdomain field does not have FQDN
E2eNode Suite [It] [sig-node] HugePages [Serial] [Feature:HugePages][NodeSpecialFeature:HugePages] should add resources for new huge page sizes on kubelet restart
E2eNode Suite [It] [sig-node] HugePages [Serial] [Feature:HugePages][NodeSpecialFeature:HugePages] should remove resources for huge page sizes no longer supported
E2eNode Suite [It] [sig-node] HugePages [Serial] [Feature:HugePages][NodeSpecialFeature:HugePages] when start the pod with the resources requests that contain multiple hugepages resources should set correct hugetlb mount and limit under the container cgroup
E2eNode Suite [It] [sig-node] HugePages [Serial] [Feature:HugePages][NodeSpecialFeature:HugePages] when start the pod with the resources requests that contain only one hugepages resource with the backward compatible API should set correct hugetlb mount and limit under the container cgroup
E2eNode Suite [It] [sig-node] HugePages [Serial] [Feature:HugePages][NodeSpecialFeature:HugePages] when start the pod with the resources requests that contain only one hugepages resource with the new API should set correct hugetlb mount and limit under the container cgroup
E2eNode Suite [It] [sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider
E2eNode Suite [It] [sig-node] ImageGCNoEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] ImageID [NodeFeature: ImageID] should be set to the manifest digest (from RepoDigests) when available
E2eNode Suite [It] [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]
E2eNode Suite [It] [sig-node] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]
E2eNode Suite [It] [sig-node] InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]
E2eNode Suite [It] [sig-node] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]
E2eNode Suite [It] [sig-node] Kubelet Cgroup Manager Pod containers [NodeConformance] On scheduling a BestEffort Pod Pod containers should have been created under the BestEffort cgroup
E2eNode Suite [It] [sig-node] Kubelet Cgroup Manager Pod containers [NodeConformance] On scheduling a Burstable Pod Pod containers should have been created under the Burstable cgroup
E2eNode Suite [It] [sig-node] Kubelet Cgroup Manager Pod containers [NodeConformance] On scheduling a Guaranteed Pod Pod containers should have been created under the cgroup-root
E2eNode Suite [It] [sig-node] Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created [NodeConformance]
E2eNode Suite [It] [sig-node] Kubelet PodOverhead handling [LinuxOnly] PodOverhead cgroup accounting On running pod with PodOverhead defined Pod cgroup should be sum of overhead and resource limits
E2eNode Suite [It] [sig-node] Kubelet Volume Manager Volume Manager On termination of pod with memory backed volume should remove the volume from the node [NodeConformance]
E2eNode Suite [It] [sig-node] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Kubelet when scheduling an agnhost Pod with hostAliases should write entries to /etc/hosts [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Lease lease API should be available [Conformance]
E2eNode Suite [It] [sig-node] LocalStorageCapacityIsolationEviction [Slow] [Serial] [Disruptive] [Feature:LocalStorageCapacityIsolation][NodeFeature:Eviction] when we run containers that should cause evictions due to pod local storage violations should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] LocalStorageCapacityIsolationFSQuotaMonitoring [Slow] [Serial] [Disruptive] [Feature:LocalStorageCapacityIsolationQuota][NodeFeature:LSCIQuotaMonitoring] when we run containers that should cause use quotas for LSCI monitoring (quotas enabled: false) should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] LocalStorageCapacityIsolationFSQuotaMonitoring [Slow] [Serial] [Disruptive] [Feature:LocalStorageCapacityIsolationQuota][NodeFeature:LSCIQuotaMonitoring] when we run containers that should cause use quotas for LSCI monitoring (quotas enabled: true) should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] Lock contention [Slow] [Disruptive] [NodeSpecialFeature:LockContention] Kubelet should stop when the test acquires the lock on lock file and restart once the lock is released
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with none policy should not report any memory data during request to pod resources GetAllocatableResources
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with none policy should not report any memory data during request to pod resources List
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with none policy should succeed to start the pod
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with static policy should report memory data during request to pod resources GetAllocatableResources
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with static policy when guaranteed pod has init and app containers should succeed to start the pod
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with static policy when guaranteed pod has only app containers should succeed to start the pod
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with static policy when guaranteed pod memory request is bigger than free memory on each NUMA node should be rejected
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with static policy when multiple guaranteed pods started should report memory data for each guaranteed pod and container during request to pod resources List
E2eNode Suite [It] [sig-node] Memory Manager [Disruptive] [Serial] [Feature:MemoryManager] with static policy when multiple guaranteed pods started should succeed to start all pods
E2eNode Suite [It] [sig-node] MirrorPod when create a mirror pod should be recreated when mirror pod forcibly deleted [NodeConformance]
E2eNode Suite [It] [sig-node] MirrorPod when create a mirror pod should be recreated when mirror pod gracefully deleted [NodeConformance]
E2eNode Suite [It] [sig-node] MirrorPod when create a mirror pod should be updated when static pod updated [NodeConformance]
E2eNode Suite [It] [sig-node] MirrorPod when create a mirror pod without changes should successfully recreate when file is removed and recreated [NodeConformance]
E2eNode Suite [It] [sig-node] MirrorPod when recreating a static pod it should launch successfully even if it temporarily failed termination due to volume failing to unmount [NodeConformance] [Serial]
E2eNode Suite [It] [sig-node] MirrorPodWithGracePeriod when create a mirror pod and the container runtime is temporarily down during pod termination [NodeConformance] [Serial] [Disruptive] the mirror pod should terminate successfully
E2eNode Suite [It] [sig-node] MirrorPodWithGracePeriod when create a mirror pod mirror pod termination should satisfy grace period when static pod is deleted [NodeConformance]
E2eNode Suite [It] [sig-node] MirrorPodWithGracePeriod when create a mirror pod mirror pod termination should satisfy grace period when static pod is updated [NodeConformance]
E2eNode Suite [It] [sig-node] MirrorPodWithGracePeriod when create a mirror pod should update a static pod when the static pod is updated multiple times during the graceful termination period [NodeConformance]
E2eNode Suite [It] [sig-node] Node Container Manager [Serial] Validate Node Allocatable [NodeFeature:NodeAllocatable] sets up the node and runs the test
E2eNode Suite [It] [sig-node] Node Performance Testing [Serial] [Slow] Run node performance testing with pre-defined workloads NAS parallel benchmark (NPB) suite - Embarrassingly Parallel (EP) workload
E2eNode Suite [It] [sig-node] Node Performance Testing [Serial] [Slow] Run node performance testing with pre-defined workloads NAS parallel benchmark (NPB) suite - Integer Sort (IS) workload
E2eNode Suite [It] [sig-node] Node Performance Testing [Serial] [Slow] Run node performance testing with pre-defined workloads TensorFlow workload
E2eNode Suite [It] [sig-node] NodeLease NodeLease should have OwnerReferences set
E2eNode Suite [It] [sig-node] NodeLease NodeLease the kubelet should create and update a lease in the kube-node-lease namespace
E2eNode Suite [It] [sig-node] NodeLease NodeLease the kubelet should report node status infrequently
E2eNode Suite [It] [sig-node] NodeProblemDetector [NodeFeature:NodeProblemDetector] [Serial] SystemLogMonitor should generate node condition and events for corresponding errors
E2eNode Suite [It] [sig-node] OOMKiller [LinuxOnly] [NodeConformance] The containers terminated by OOM killer should have the reason set to OOMKilled
E2eNode Suite [It] [sig-node] OSArchLabelReconciliation [Serial] [Slow] [Disruptive] Kubelet should reconcile the OS and Arch labels when restarted
E2eNode Suite [It] [sig-node] OSArchLabelReconciliation [Serial] [Slow] [Disruptive] Kubelet should reconcile the OS and Arch labels when running
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] when querying /metrics [NodeConformance] should report the values for the podresources metrics
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] with SRIOV devices in the system with CPU manager None policy should return the expected responses
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] with SRIOV devices in the system with CPU manager Static policy should return the expected responses
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] with a topology-unaware device plugin, which reports resources w/o hardware topology with CPU manager Static policy should return proper podresources the same as before the restart of kubelet
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] with the builtin rate limit values should hit throttling when calling podresources List in a tight loop
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] without SRIOV devices in the system with CPU manager None policy should return the expected responses
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] without SRIOV devices in the system with CPU manager Static policy should return the expected responses
E2eNode Suite [It] [sig-node] POD Resources [Serial] [Feature:PodResources][NodeFeature:PodResources] without SRIOV devices in the system with disabled KubeletPodResourcesGetAllocatable feature gate should return the expected error with the feature gate disabled
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet including PodHasNetwork condition [Serial] [Feature:PodHasNetwork] a pod failing to mount volumes and with init containers should report just the scheduled condition set
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet including PodHasNetwork condition [Serial] [Feature:PodHasNetwork] a pod failing to mount volumes and without init containers should report scheduled and initialized conditions set
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet including PodHasNetwork condition [Serial] [Feature:PodHasNetwork] a pod with init containers should report all conditions set in expected order after the pod is up
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet including PodHasNetwork condition [Serial] [Feature:PodHasNetwork] a pod without init containers should report all conditions set in expected order after the pod is up
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet without PodHasNetwork condition a pod failing to mount volumes and with init containers should report just the scheduled condition set
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet without PodHasNetwork condition a pod failing to mount volumes and without init containers should report scheduled and initialized conditions set
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet without PodHasNetwork condition a pod with init containers should report all conditions set in expected order after the pod is up
E2eNode Suite [It] [sig-node] Pod conditions managed by Kubelet without PodHasNetwork condition a pod without init containers should report all conditions set in expected order after the pod is up
E2eNode Suite [It] [sig-node] PodOSRejection [NodeConformance] Kubelet should reject pod when the node OS doesn't match pod's OS
E2eNode Suite [It] [sig-node] PodPidsLimit [Serial] With config updated with pids limits should set pids.max for Pod
E2eNode Suite [It] [sig-node] PodTemplates should delete a collection of pod templates [Conformance]
E2eNode Suite [It] [sig-node] PodTemplates should replace a pod template [Conformance]
E2eNode Suite [It] [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]
E2eNode Suite [It] [sig-node] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Pods should be submitted and removed [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Pods should be updated [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Pods should cap back-off at MaxContainerBackOff [Slow][NodeConformance]
E2eNode Suite [It] [sig-node] Pods should contain environment variables for services [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Pods should delete a collection of pods [Conformance]
E2eNode Suite [It] [sig-node] Pods should get a host IP [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Pods should have their auto-restart back-off timer reset on image update [Slow][NodeConformance]
E2eNode Suite [It] [sig-node] Pods should patch a pod status [Conformance]
E2eNode Suite [It] [sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]
E2eNode Suite [It] [sig-node] Pods should support pod readiness gates [NodeConformance]
E2eNode Suite [It] [sig-node] Pods should support remote command execution over websockets [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] PriorityMemoryEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause MemoryPressure should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause PIDPressure; PodDisruptionConditions enabled [NodeFeature:PodDisruptionConditions] should eventually evict all of the correct pods
E2eNode Suite [It] [sig-node] PrivilegedPod [NodeConformance] should enable privileged commands [LinuxOnly]
E2eNode Suite [It] [sig-node] Probing container should *not* be restarted by liveness probe because startup probe delays it
E2eNode Suite [It] [sig-node] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should *not* be restarted with a GRPC liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should *not* be restarted with a non-local redirect http liveness probe
E2eNode Suite [It] [sig-node] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should be ready immediately after startupProbe succeeds
E2eNode Suite [It] [sig-node] Probing container should be restarted by liveness probe after startup probe enables it
E2eNode Suite [It] [sig-node] Probing container should be restarted startup probe fails
E2eNode Suite [It] [sig-node] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should be restarted with a GRPC liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should be restarted with a failing exec liveness probe that took longer than the timeout
E2eNode Suite [It] [sig-node] Probing container should be restarted with a local redirect http liveness probe
E2eNode Suite [It] [sig-node] Probing container should be restarted with an exec liveness probe with timeout [MinimumKubeletVersion:1.20] [NodeConformance]
E2eNode Suite [It] [sig-node] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container should mark readiness on pods to false and disable liveness probes while pod is in progress of terminating
E2eNode Suite [It] [sig-node] Probing container should mark readiness on pods to false while pod is in progress of terminating when a pod has a readiness probe
E2eNode Suite [It] [sig-node] Probing container should not be ready with an exec readiness probe timeout [MinimumKubeletVersion:1.20] [NodeConformance]
E2eNode Suite [It] [sig-node] Probing container should override timeoutGracePeriodSeconds when LivenessProbe field is set [Feature:ProbeTerminationGracePeriod]
E2eNode Suite [It] [sig-node] Probing container should override timeoutGracePeriodSeconds when StartupProbe field is set [Feature:ProbeTerminationGracePeriod]
E2eNode Suite [It] [sig-node] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Resource-usage [Serial] [Slow] regular resource usage tracking resource tracking for 0 pods per node [Benchmark]
E2eNode Suite [It] [sig-node] Resource-usage [Serial] [Slow] regular resource usage tracking resource tracking for 10 pods per node
E2eNode Suite [It] [sig-node] Resource-usage [Serial] [Slow] regular resource usage tracking resource tracking for 10 pods per node [Benchmark]
E2eNode Suite [It] [sig-node] Resource-usage [Serial] [Slow] regular resource usage tracking resource tracking for 35 pods per node [Benchmark]
E2eNode Suite [It] [sig-node] Resource-usage [Serial] [Slow] regular resource usage tracking resource tracking for 90 pods per node [Benchmark]
E2eNode Suite [It] [sig-node] ResourceMetricsAPI [NodeFeature:ResourceMetrics] when querying /resource/metrics should report resource usage through the resource metrics api
E2eNode Suite [It] [sig-node] Restart [Serial] [Slow] [Disruptive] Container Runtime Network should recover from ip leak
E2eNode Suite [It] [sig-node] Restart [Serial] [Slow] [Disruptive] Dbus should continue to run pods after a restart
E2eNode Suite [It] [sig-node] Restart [Serial] [Slow] [Disruptive] Kubelet should correctly account for terminated pods after restart
E2eNode Suite [It] [sig-node] RuntimeClass should support RuntimeClasses API operations [Conformance]
E2eNode Suite [It] [sig-node] RuntimeClass should reject a Pod requesting a RuntimeClass with an unconfigured handler [NodeFeature:RuntimeHandler]
E2eNode Suite [It] [sig-node] RuntimeClass should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] RuntimeClass should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] RuntimeClass should run a Pod requesting a RuntimeClass with a configured handler [NodeFeature:RuntimeHandler]
E2eNode Suite [It] [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] RuntimeClass should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] SeccompDefault [Serial] [Feature:SeccompDefault] [LinuxOnly] with SeccompDefault enabled should use the default seccomp profile when unspecified
E2eNode Suite [It] [sig-node] SeccompDefault [Serial] [Feature:SeccompDefault] [LinuxOnly] with SeccompDefault enabled should use unconfined when specified
E2eNode Suite [It] [sig-node] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Secrets should be consumable via the environment [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Secrets should fail to create secret due to empty secret key [Conformance]
E2eNode Suite [It] [sig-node] Secrets should patch a secret [Conformance]
E2eNode Suite [It] [sig-node] Security Context When creating a container with runAsNonRoot should not run with an explicit root user ID [LinuxOnly]
E2eNode Suite [It] [sig-node] Security Context When creating a container with runAsNonRoot should not run without a specified user ID
E2eNode Suite [It] [sig-node] Security Context When creating a container with runAsNonRoot should run with an explicit non-root user ID [LinuxOnly]
E2eNode Suite [It] [sig-node] Security Context When creating a container with runAsNonRoot should run with an image specified user ID
E2eNode Suite [It] [sig-node] Security Context When creating a container with runAsUser should run the container with uid 0 [LinuxOnly] [NodeConformance]
E2eNode Suite [It] [sig-node] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with HostUsers must create the user namespace if set to false [LinuxOnly] [Feature:UserNamespacesStatelessPodsSupport]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with HostUsers must not create the user namespace if set to true [LinuxOnly] [Feature:UserNamespacesStatelessPodsSupport]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with HostUsers should mount all volumes with proper permissions with hostUsers=false [LinuxOnly] [Feature:UserNamespacesStatelessPodsSupport]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with HostUsers should set FSGroup to user inside the container with hostUsers=false [LinuxOnly] [Feature:UserNamespacesStatelessPodsSupport]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with privileged should run the container as privileged when true [LinuxOnly] [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with readOnlyRootFilesystem should run the container with readonly rootfs when readOnlyRootFilesystem=true [LinuxOnly] [NodeConformance]
E2eNode Suite [It] [sig-node] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Security Context [NodeConformance][LinuxOnly] Container PID namespace sharing containers in pods using isolated PID namespaces should all receive PID 1
E2eNode Suite [It] [sig-node] Security Context [NodeConformance][LinuxOnly] Container PID namespace sharing processes in containers sharing a pod namespace should be able to see each other
E2eNode Suite [It] [sig-node] Security Context when creating a pod in the host IPC namespace should not show the shared memory ID in the non-hostIPC containers [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context when creating a pod in the host IPC namespace should show the shared memory ID in the host IPC containers [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context when creating a pod in the host PID namespace should not show its pid in the non-hostpid containers [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context when creating a pod in the host PID namespace should show its pid in the host PID namespace [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context when creating a pod in the host network namespace should listen on same port in the host network containers [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context when creating a pod in the host network namespace shouldn't show the same port in the non-hostnetwork containers [NodeFeature:HostAccess]
E2eNode Suite [It] [sig-node] Security Context when creating containers with AllowPrivilegeEscalation should allow privilege escalation when not explicitly set and uid != 0 [LinuxOnly] [NodeConformance]
E2eNode Suite [It] [sig-node] Security Context when creating containers with AllowPrivilegeEscalation should allow privilege escalation when true [LinuxOnly] [NodeConformance]
E2eNode Suite [It] [sig-node] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats api
E2eNode Suite [It] [sig-node] Sysctls [LinuxOnly] [NodeConformance] should not launch unsafe, but not explicitly enabled sysctls on the node [MinimumKubeletVersion:1.21]
E2eNode Suite [It] [sig-node] Sysctls [LinuxOnly] [NodeConformance] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance]
E2eNode Suite [It] [sig-node] Sysctls [LinuxOnly] [NodeConformance] should support sysctls [MinimumKubeletVersion:1.21] [Conformance]
E2eNode Suite [It] [sig-node] Sysctls [LinuxOnly] [NodeConformance] should support sysctls with slashes as separator [MinimumKubeletVersion:1.23]
E2eNode Suite [It] [sig-node] SystemNodeCriticalPod [Slow] [Serial] [Disruptive] [NodeFeature:SystemNodeCriticalPod] when create a system-node-critical pod should not be evicted upon DiskPressure
E2eNode Suite [It] [sig-node] Topology Manager Metrics [Serial][NodeFeature:TopologyManager] when querying /metrics should not report any admission failures when the topology manager alignment is expected to succeed
E2eNode Suite [It] [sig-node] Topology Manager Metrics [Serial][NodeFeature:TopologyManager] when querying /metrics should report admission failures when the topology manager alignment is known to fail
E2eNode Suite [It] [sig-node] Topology Manager Metrics [Serial][NodeFeature:TopologyManager] when querying /metrics should report zero admission counters after a fresh restart
E2eNode Suite [It] [sig-node] Topology Manager [Serial] [NodeFeature:TopologyManager] With kubeconfig updated to static CPU Manager policy run the Topology Manager tests run Topology Manager node alignment test suite
E2eNode Suite [It] [sig-node] Topology Manager [Serial] [NodeFeature:TopologyManager] With kubeconfig updated to static CPU Manager policy run the Topology Manager tests run Topology Manager policy test suite
E2eNode Suite [It] [sig-node] Topology Manager [Serial] [NodeFeature:TopologyManager] With kubeconfig updated to static CPU Manager policy run the Topology Manager tests run the Topology Manager pod scope alignment test suite
E2eNode Suite [It] [sig-node] Unknown Pods [Serial] [Disruptive] when creating a API pod the api pod should be terminated and cleaned up due to becoming a unknown pod due to being force deleted while kubelet is not running
E2eNode Suite [It] [sig-node] Unknown Pods [Serial] [Disruptive] when creating a mirror pod the static pod should be terminated and cleaned up due to becoming a unknown pod due to being force deleted while kubelet is not running
E2eNode Suite [It] [sig-node] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should allow substituting values in a volume subpath [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should fail substituting values in a volume subpath with absolute path [Slow] [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should fail substituting values in a volume subpath with backticks [Slow] [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should succeed in writing subpaths in container [Slow] [Conformance]
E2eNode Suite [It] [sig-node] Variable Expansion should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance]
E2eNode Suite [It] [sig-node] [Feature:StandaloneMode] when creating a static pod the pod should be running
E2eNode Suite [It] [sig-node] [NodeConformance] Containers Lifecycle should launch init container serially before a regular container
E2eNode Suite [It] [sig-node] [NodeConformance] Containers Lifecycle should not launch regular containers if an init container fails
E2eNode Suite [It] [sig-node] [NodeConformance] Containers Lifecycle should not launch second container before PostStart of the first container completed
E2eNode Suite [It] [sig-node] [NodeConformance] Containers Lifecycle should restart failing container when pod restartPolicy is Always
E2eNode Suite [It] [sig-node] [NodeConformance] Containers Lifecycle should run Init container to completion before call to PostStart of regular container
E2eNode Suite [It] [sig-storage] ConfigMap Should fail non-optional pod creation due to configMap object does not exist [Slow]
E2eNode Suite [It] [sig-storage] ConfigMap Should fail non-optional pod creation due to the key in the configMap object does not exist [Slow]
E2eNode Suite [It] [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap should be immutable if `immutable` field is set [Conformance]
E2eNode Suite [It] [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API [Serial] [Disruptive] [Feature:EphemeralStorage] Downward API tests for local ephemeral storage should provide container's limits.ephemeral-storage and requests.ephemeral-storage as env vars
E2eNode Suite [It] [sig-storage] Downward API [Serial] [Disruptive] [Feature:EphemeralStorage] Downward API tests for local ephemeral storage should provide default limits.ephemeral-storage from node allocatable
E2eNode Suite [It] [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Downward API volume should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes pod should support memory backed volumes of specified size
E2eNode Suite [It] [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] files with FSGroup ownership should support (root,0644,tmpfs)
E2eNode Suite [It] [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is non-root
E2eNode Suite [It] [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is root
E2eNode Suite [It] [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] nonexistent volume subPath should have the correct mode and owner using FSGroup
E2eNode Suite [It] [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on default medium should have the correct mode using FSGroup
E2eNode Suite [It] [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on tmpfs should have the correct mode using FSGroup
E2eNode Suite [It] [sig-storage] HostPath should give a volume the correct mode [LinuxOnly] [NodeConformance]
E2eNode Suite [It] [sig-storage] HostPath should support r/w [NodeConformance]
E2eNode Suite [It] [sig-storage] HostPath should support subPath [NodeConformance]
E2eNode Suite [It] [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap Should fail non-optional pod creation due to configMap object does not exist [Slow]
E2eNode Suite [It] [sig-storage] Projected configMap Should fail non-optional pod creation due to the key in the configMap object does not exist [Slow]
E2eNode Suite [It] [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret Should fail non-optional pod creation due to secret object does not exist [Slow]
E2eNode Suite [It] [sig-storage] Projected secret Should fail non-optional pod creation due to the key in the secret object does not exist [Slow]
E2eNode Suite [It] [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance]
E2eNode Suite [It] [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets Should fail non-optional pod creation due to secret object does not exist [Slow]
E2eNode Suite [It] [sig-storage] Secrets Should fail non-optional pod creation due to the key in the secret object does not exist [Slow]
E2eNode Suite [It] [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
E2eNode Suite [It] [sig-storage] Secrets should be immutable if `immutable` field is set [Conformance]
E2eNode Suite [It] [sig-storage] Volumes NFSv3 should be mountable for NFSv3
E2eNode Suite [It] [sig-storage] Volumes NFSv4 should be mountable for NFSv4