go run hack/e2e.go -v --test --test_args='--ginkgo.focus=E2eNode\sSuite\s\[It\]\s\[sig\-node\]\sLocalStorageEviction\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$'
[FAILED] priority 0 pod: innocent-pod failed Expected <v1.PodPhase>: Failed not to equal <v1.PodPhase>: Failed In [It] at: test/e2e_node/eviction_test.go:739 @ 03/27/23 12:06:25.219from junit_cos-stable101.xml
> Enter [BeforeEach] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/27/23 11:49:53.334 STEP: Creating a kubernetes client - test/e2e/framework/framework.go:211 @ 03/27/23 11:49:53.334 STEP: Building a namespace api object, basename localstorage-eviction-test - test/e2e/framework/framework.go:250 @ 03/27/23 11:49:53.335 Mar 27 11:49:53.339: INFO: Skipping waiting for service account < Exit [BeforeEach] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/27/23 11:49:53.339 (5ms) > Enter [BeforeEach] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/27/23 11:49:53.339 < Exit [BeforeEach] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/27/23 11:49:53.339 (0s) > Enter [BeforeEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:176 @ 03/27/23 11:49:53.339 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/27/23 11:49:53.366 Mar 27 11:49:53.381: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230327T105137.service loaded active running /tmp/node-e2e-20230327T105137/kubelet --kubeconfig /tmp/node-e2e-20230327T105137/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 --container-runtime-endpoint unix:///run/containerd/containerd.sock --config /tmp/node-e2e-20230327T105137/kubelet-config --feature-gates=DisableKubeletCloudCredentialProviders=true,KubeletCredentialProviders=true --image-credential-provider-config=/tmp/node-e2e-20230327T105137/credential-provider.yaml --image-credential-provider-bin-dir=/tmp/node-e2e-20230327T105137 --kernel-memcg-notification=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.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-20230327T105137 W0327 11:49:53.414379 944 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:38682->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/27/23 11:49:53.423 W0327 11:49:53.446111 944 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/27/23 11:49:58.456 (5.117s) > Enter [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/27/23 11:49:58.456 STEP: setting up pods to be used by tests - test/e2e_node/eviction_test.go:555 @ 03/27/23 11:50:28.456 < Exit [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/27/23 11:50:30.474 (32.018s) > Enter [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/27/23 11:50:30.474 STEP: Waiting for node to have NodeCondition: DiskPressure - test/e2e_node/eviction_test.go:564 @ 03/27/23 11:50:30.474 Mar 27 11:50:30.503: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12056219648 Mar 27 11:50:30.503: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12056219648 Mar 27 11:50:30.503: INFO: Pod: container-disk-hog-pod Mar 27 11:50:30.503: INFO: --- summary Container: container-disk-hog-container UsedBytes: 0 Mar 27 11:50:30.503: INFO: Pod: innocent-pod Mar 27 11:50:30.503: INFO: --- summary Container: innocent-container UsedBytes: 0 Mar 27 11:50:32.528: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12056219648 Mar 27 11:50:32.528: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12056219648 Mar 27 11:50:32.528: INFO: Pod: innocent-pod Mar 27 11:50:32.528: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:32.528: INFO: Pod: container-disk-hog-pod Mar 27 11:50:32.528: INFO: --- summary Container: container-disk-hog-container UsedBytes: 29376512 Mar 27 11:50:34.549: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12056219648 Mar 27 11:50:34.549: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12056219648 Mar 27 11:50:34.549: INFO: Pod: innocent-pod Mar 27 11:50:34.549: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:34.549: INFO: Pod: container-disk-hog-pod Mar 27 11:50:34.549: INFO: --- summary Container: container-disk-hog-container UsedBytes: 29376512 Mar 27 11:50:36.575: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:36.575: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:36.575: INFO: Pod: innocent-pod Mar 27 11:50:36.575: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:36.575: INFO: Pod: container-disk-hog-pod Mar 27 11:50:36.575: INFO: --- summary Container: container-disk-hog-container UsedBytes: 29376512 Mar 27 11:50:38.594: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:38.594: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:38.594: INFO: Pod: innocent-pod Mar 27 11:50:38.594: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:38.594: INFO: Pod: container-disk-hog-pod Mar 27 11:50:38.594: INFO: --- summary Container: container-disk-hog-container UsedBytes: 29376512 Mar 27 11:50:40.615: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:40.615: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:40.615: INFO: Pod: innocent-pod Mar 27 11:50:40.615: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:40.615: INFO: Pod: container-disk-hog-pod Mar 27 11:50:40.615: INFO: --- summary Container: container-disk-hog-container UsedBytes: 29376512 Mar 27 11:50:42.638: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:42.638: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:42.638: INFO: Pod: innocent-pod Mar 27 11:50:42.638: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:42.638: INFO: Pod: container-disk-hog-pod Mar 27 11:50:42.638: INFO: --- summary Container: container-disk-hog-container UsedBytes: 127942656 Mar 27 11:50:44.664: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:44.664: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12001406976 Mar 27 11:50:44.664: INFO: Pod: innocent-pod Mar 27 11:50:44.664: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:44.664: INFO: Pod: container-disk-hog-pod Mar 27 11:50:44.664: INFO: --- summary Container: container-disk-hog-container UsedBytes: 127942656 Mar 27 11:50:46.683: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:46.683: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:46.683: INFO: Pod: innocent-pod Mar 27 11:50:46.683: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:46.683: INFO: Pod: container-disk-hog-pod Mar 27 11:50:46.683: INFO: --- summary Container: container-disk-hog-container UsedBytes: 127942656 Mar 27 11:50:48.707: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:48.707: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:48.707: INFO: Pod: innocent-pod Mar 27 11:50:48.707: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:48.707: INFO: Pod: container-disk-hog-pod Mar 27 11:50:48.707: INFO: --- summary Container: container-disk-hog-container UsedBytes: 127942656 Mar 27 11:50:50.729: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:50.729: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:50.729: INFO: Pod: innocent-pod Mar 27 11:50:50.729: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:50.729: INFO: Pod: container-disk-hog-pod Mar 27 11:50:50.729: INFO: --- summary Container: container-disk-hog-container UsedBytes: 127942656 Mar 27 11:50:52.748: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:52.748: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:52.748: INFO: Pod: innocent-pod Mar 27 11:50:52.748: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:52.748: INFO: Pod: container-disk-hog-pod Mar 27 11:50:52.748: INFO: --- summary Container: container-disk-hog-container UsedBytes: 226508800 Mar 27 11:50:54.772: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:54.772: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11901792256 Mar 27 11:50:54.772: INFO: Pod: container-disk-hog-pod Mar 27 11:50:54.772: INFO: --- summary Container: container-disk-hog-container UsedBytes: 226508800 Mar 27 11:50:54.772: INFO: Pod: innocent-pod Mar 27 11:50:54.772: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:56.792: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11803283456 Mar 27 11:50:56.792: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11803283456 Mar 27 11:50:56.792: INFO: Pod: innocent-pod Mar 27 11:50:56.792: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:56.792: INFO: Pod: container-disk-hog-pod Mar 27 11:50:56.792: INFO: --- summary Container: container-disk-hog-container UsedBytes: 226508800 Mar 27 11:50:58.812: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11803283456 Mar 27 11:50:58.812: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11803283456 Mar 27 11:50:58.812: INFO: Pod: innocent-pod Mar 27 11:50:58.812: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:50:58.812: INFO: Pod: container-disk-hog-pod Mar 27 11:50:58.812: INFO: --- summary Container: container-disk-hog-container UsedBytes: 226508800 Mar 27 11:51:00.837: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11803283456 Mar 27 11:51:00.837: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11803283456 Mar 27 11:51:00.837: INFO: Pod: innocent-pod Mar 27 11:51:00.838: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:00.838: INFO: Pod: container-disk-hog-pod Mar 27 11:51:00.838: INFO: --- summary Container: container-disk-hog-container UsedBytes: 226508800 Mar 27 11:51:02.865: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11803283456 Mar 27 11:51:02.865: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11803283456 Mar 27 11:51:02.865: INFO: Pod: innocent-pod Mar 27 11:51:02.865: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:02.865: INFO: Pod: container-disk-hog-pod Mar 27 11:51:02.865: INFO: --- summary Container: container-disk-hog-container UsedBytes: 326131712 Mar 27 11:51:04.896: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:04.896: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11803283456 Mar 27 11:51:04.896: INFO: Pod: innocent-pod Mar 27 11:51:04.896: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:04.896: INFO: Pod: container-disk-hog-pod Mar 27 11:51:04.896: INFO: --- summary Container: container-disk-hog-container UsedBytes: 326131712 Mar 27 11:51:06.920: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:06.920: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:06.920: INFO: Pod: innocent-pod Mar 27 11:51:06.920: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:06.920: INFO: Pod: container-disk-hog-pod Mar 27 11:51:06.920: INFO: --- summary Container: container-disk-hog-container UsedBytes: 326131712 Mar 27 11:51:08.939: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:08.939: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:08.939: INFO: Pod: innocent-pod Mar 27 11:51:08.939: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:08.939: INFO: Pod: container-disk-hog-pod Mar 27 11:51:08.939: INFO: --- summary Container: container-disk-hog-container UsedBytes: 326131712 Mar 27 11:51:10.958: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:10.958: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:10.958: INFO: Pod: innocent-pod Mar 27 11:51:10.958: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:10.958: INFO: Pod: container-disk-hog-pod Mar 27 11:51:10.958: INFO: --- summary Container: container-disk-hog-container UsedBytes: 326131712 Mar 27 11:51:12.980: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:12.980: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11703660544 Mar 27 11:51:12.980: INFO: Pod: innocent-pod Mar 27 11:51:12.980: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:12.980: INFO: Pod: container-disk-hog-pod Mar 27 11:51:12.980: INFO: --- summary Container: container-disk-hog-container UsedBytes: 424697856 Mar 27 11:51:15.001: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:15.001: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:15.001: INFO: Pod: innocent-pod Mar 27 11:51:15.001: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:15.001: INFO: Pod: container-disk-hog-pod Mar 27 11:51:15.001: INFO: --- summary Container: container-disk-hog-container UsedBytes: 424697856 Mar 27 11:51:17.022: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:17.022: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:17.022: INFO: Pod: innocent-pod Mar 27 11:51:17.022: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:17.022: INFO: Pod: container-disk-hog-pod Mar 27 11:51:17.022: INFO: --- summary Container: container-disk-hog-container UsedBytes: 424697856 Mar 27 11:51:19.047: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:19.047: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:19.047: INFO: Pod: innocent-pod Mar 27 11:51:19.047: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:19.047: INFO: Pod: container-disk-hog-pod Mar 27 11:51:19.047: INFO: --- summary Container: container-disk-hog-container UsedBytes: 424697856 Mar 27 11:51:21.064: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:21.065: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:21.065: INFO: Pod: innocent-pod Mar 27 11:51:21.065: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:21.065: INFO: Pod: container-disk-hog-pod Mar 27 11:51:21.065: INFO: --- summary Container: container-disk-hog-container UsedBytes: 424697856 Mar 27 11:51:23.083: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:23.083: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11605094400 Mar 27 11:51:23.083: INFO: Pod: innocent-pod Mar 27 11:51:23.083: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:23.083: INFO: Pod: container-disk-hog-pod Mar 27 11:51:23.083: INFO: --- summary Container: container-disk-hog-container UsedBytes: 524316672 Mar 27 11:51:25.103: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:25.103: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:25.103: INFO: Pod: innocent-pod Mar 27 11:51:25.103: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:25.103: INFO: Pod: container-disk-hog-pod Mar 27 11:51:25.103: INFO: --- summary Container: container-disk-hog-container UsedBytes: 524316672 Mar 27 11:51:27.125: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:27.125: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:27.125: INFO: Pod: innocent-pod Mar 27 11:51:27.125: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:27.125: INFO: Pod: container-disk-hog-pod Mar 27 11:51:27.125: INFO: --- summary Container: container-disk-hog-container UsedBytes: 524316672 Mar 27 11:51:29.146: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:29.146: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:29.146: INFO: Pod: innocent-pod Mar 27 11:51:29.146: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:29.146: INFO: Pod: container-disk-hog-pod Mar 27 11:51:29.146: INFO: --- summary Container: container-disk-hog-container UsedBytes: 524316672 Mar 27 11:51:31.170: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:31.170: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:31.170: INFO: Pod: innocent-pod Mar 27 11:51:31.170: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:31.170: INFO: Pod: container-disk-hog-pod Mar 27 11:51:31.170: INFO: --- summary Container: container-disk-hog-container UsedBytes: 524316672 Mar 27 11:51:33.190: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:33.190: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11505475584 Mar 27 11:51:33.190: INFO: Pod: innocent-pod Mar 27 11:51:33.190: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:33.190: INFO: Pod: container-disk-hog-pod Mar 27 11:51:33.190: INFO: --- summary Container: container-disk-hog-container UsedBytes: 622886912 Mar 27 11:51:35.209: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:35.209: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:35.209: INFO: Pod: innocent-pod Mar 27 11:51:35.209: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:35.209: INFO: Pod: container-disk-hog-pod Mar 27 11:51:35.209: INFO: --- summary Container: container-disk-hog-container UsedBytes: 622886912 Mar 27 11:51:37.230: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:37.230: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:37.230: INFO: Pod: container-disk-hog-pod Mar 27 11:51:37.230: INFO: --- summary Container: container-disk-hog-container UsedBytes: 622886912 Mar 27 11:51:37.230: INFO: Pod: innocent-pod Mar 27 11:51:37.230: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:39.249: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:39.249: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:39.250: INFO: Pod: innocent-pod Mar 27 11:51:39.250: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:39.250: INFO: Pod: container-disk-hog-pod Mar 27 11:51:39.250: INFO: --- summary Container: container-disk-hog-container UsedBytes: 622886912 Mar 27 11:51:41.270: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:41.270: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:41.270: INFO: Pod: innocent-pod Mar 27 11:51:41.270: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:41.270: INFO: Pod: container-disk-hog-pod Mar 27 11:51:41.270: INFO: --- summary Container: container-disk-hog-container UsedBytes: 622886912 Mar 27 11:51:43.294: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:43.294: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11406905344 Mar 27 11:51:43.294: INFO: Pod: innocent-pod Mar 27 11:51:43.294: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:43.294: INFO: Pod: container-disk-hog-pod Mar 27 11:51:43.294: INFO: --- summary Container: container-disk-hog-container UsedBytes: 721453056 Mar 27 11:51:45.312: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:45.312: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:45.312: INFO: Pod: innocent-pod Mar 27 11:51:45.312: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:45.312: INFO: Pod: container-disk-hog-pod Mar 27 11:51:45.312: INFO: --- summary Container: container-disk-hog-container UsedBytes: 721453056 Mar 27 11:51:47.330: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:47.330: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:47.330: INFO: Pod: innocent-pod Mar 27 11:51:47.330: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:47.330: INFO: Pod: container-disk-hog-pod Mar 27 11:51:47.330: INFO: --- summary Container: container-disk-hog-container UsedBytes: 721453056 Mar 27 11:51:49.351: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:49.352: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:49.352: INFO: Pod: container-disk-hog-pod Mar 27 11:51:49.352: INFO: --- summary Container: container-disk-hog-container UsedBytes: 721453056 Mar 27 11:51:49.352: INFO: Pod: innocent-pod Mar 27 11:51:49.352: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:51.370: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:51.370: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:51.370: INFO: Pod: innocent-pod Mar 27 11:51:51.370: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:51.370: INFO: Pod: container-disk-hog-pod Mar 27 11:51:51.370: INFO: --- summary Container: container-disk-hog-container UsedBytes: 721453056 Mar 27 11:51:53.392: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:53.392: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11307290624 Mar 27 11:51:53.392: INFO: Pod: innocent-pod Mar 27 11:51:53.392: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:53.392: INFO: Pod: container-disk-hog-pod Mar 27 11:51:53.392: INFO: --- summary Container: container-disk-hog-container UsedBytes: 821067776 Mar 27 11:51:55.416: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11208724480 Mar 27 11:51:55.416: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11208724480 Mar 27 11:51:55.416: INFO: Pod: container-disk-hog-pod Mar 27 11:51:55.416: INFO: --- summary Container: container-disk-hog-container UsedBytes: 821067776 Mar 27 11:51:55.416: INFO: Pod: innocent-pod Mar 27 11:51:55.416: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:57.437: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11208724480 Mar 27 11:51:57.437: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11208724480 Mar 27 11:51:57.437: INFO: Pod: innocent-pod Mar 27 11:51:57.437: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:57.437: INFO: Pod: container-disk-hog-pod Mar 27 11:51:57.437: INFO: --- summary Container: container-disk-hog-container UsedBytes: 821067776 Mar 27 11:51:59.455: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11208724480 Mar 27 11:51:59.455: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11208724480 Mar 27 11:51:59.455: INFO: Pod: innocent-pod Mar 27 11:51:59.455: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:51:59.455: INFO: Pod: container-disk-hog-pod Mar 27 11:51:59.455: INFO: --- summary Container: container-disk-hog-container UsedBytes: 821067776 Mar 27 11:52:01.479: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11208724480 Mar 27 11:52:01.479: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11208724480 Mar 27 11:52:01.479: INFO: Pod: innocent-pod Mar 27 11:52:01.479: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:01.479: INFO: Pod: container-disk-hog-pod Mar 27 11:52:01.479: INFO: --- summary Container: container-disk-hog-container UsedBytes: 821067776 Mar 27 11:52:03.498: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11208724480 Mar 27 11:52:03.498: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11208724480 Mar 27 11:52:03.498: INFO: Pod: container-disk-hog-pod Mar 27 11:52:03.498: INFO: --- summary Container: container-disk-hog-container UsedBytes: 919633920 Mar 27 11:52:03.498: INFO: Pod: innocent-pod Mar 27 11:52:03.498: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:05.519: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:05.519: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:05.519: INFO: Pod: innocent-pod Mar 27 11:52:05.519: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:05.519: INFO: Pod: container-disk-hog-pod Mar 27 11:52:05.519: INFO: --- summary Container: container-disk-hog-container UsedBytes: 919633920 Mar 27 11:52:07.542: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:07.542: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:07.542: INFO: Pod: innocent-pod Mar 27 11:52:07.542: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:07.542: INFO: Pod: container-disk-hog-pod Mar 27 11:52:07.542: INFO: --- summary Container: container-disk-hog-container UsedBytes: 919633920 Mar 27 11:52:09.562: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:09.562: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:09.562: INFO: Pod: innocent-pod Mar 27 11:52:09.562: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:09.562: INFO: Pod: container-disk-hog-pod Mar 27 11:52:09.562: INFO: --- summary Container: container-disk-hog-container UsedBytes: 919633920 Mar 27 11:52:11.583: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:11.583: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:11.583: INFO: Pod: container-disk-hog-pod Mar 27 11:52:11.584: INFO: --- summary Container: container-disk-hog-container UsedBytes: 919633920 Mar 27 11:52:11.584: INFO: Pod: innocent-pod Mar 27 11:52:11.584: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:13.607: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:13.607: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11109109760 Mar 27 11:52:13.607: INFO: Pod: innocent-pod Mar 27 11:52:13.607: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:13.607: INFO: Pod: container-disk-hog-pod Mar 27 11:52:13.607: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1019256832 Mar 27 11:52:15.627: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:15.627: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:15.627: INFO: Pod: innocent-pod Mar 27 11:52:15.627: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:15.627: INFO: Pod: container-disk-hog-pod Mar 27 11:52:15.627: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1019256832 Mar 27 11:52:17.646: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:17.646: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:17.646: INFO: Pod: innocent-pod Mar 27 11:52:17.646: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:17.646: INFO: Pod: container-disk-hog-pod Mar 27 11:52:17.646: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1019256832 Mar 27 11:52:19.669: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:19.669: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:19.669: INFO: Pod: innocent-pod Mar 27 11:52:19.669: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:19.669: INFO: Pod: container-disk-hog-pod Mar 27 11:52:19.669: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1019256832 Mar 27 11:52:21.691: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:21.691: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:21.691: INFO: Pod: innocent-pod Mar 27 11:52:21.691: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:21.691: INFO: Pod: container-disk-hog-pod Mar 27 11:52:21.691: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1019256832 Mar 27 11:52:23.711: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:23.711: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11010531328 Mar 27 11:52:23.711: INFO: Pod: innocent-pod Mar 27 11:52:23.711: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:23.711: INFO: Pod: container-disk-hog-pod Mar 27 11:52:23.711: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1117827072 Mar 27 11:52:25.730: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:25.730: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:25.730: INFO: Pod: innocent-pod Mar 27 11:52:25.730: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:25.730: INFO: Pod: container-disk-hog-pod Mar 27 11:52:25.730: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1117827072 Mar 27 11:52:27.752: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:27.752: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:27.752: INFO: Pod: container-disk-hog-pod Mar 27 11:52:27.752: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1117827072 Mar 27 11:52:27.752: INFO: Pod: innocent-pod Mar 27 11:52:27.752: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:29.771: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:29.771: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:29.771: INFO: Pod: innocent-pod Mar 27 11:52:29.771: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:29.771: INFO: Pod: container-disk-hog-pod Mar 27 11:52:29.771: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1117827072 Mar 27 11:52:31.805: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:31.805: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:31.805: INFO: Pod: container-disk-hog-pod Mar 27 11:52:31.805: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1117827072 Mar 27 11:52:31.806: INFO: Pod: innocent-pod Mar 27 11:52:31.806: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:33.823: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:33.823: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10910908416 Mar 27 11:52:33.823: INFO: Pod: innocent-pod Mar 27 11:52:33.823: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:33.823: INFO: Pod: container-disk-hog-pod Mar 27 11:52:33.823: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1216401408 Mar 27 11:52:35.843: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:35.843: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:35.843: INFO: Pod: innocent-pod Mar 27 11:52:35.843: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:35.843: INFO: Pod: container-disk-hog-pod Mar 27 11:52:35.843: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1216401408 Mar 27 11:52:37.864: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:37.864: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:37.864: INFO: Pod: innocent-pod Mar 27 11:52:37.864: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:37.864: INFO: Pod: container-disk-hog-pod Mar 27 11:52:37.864: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1216401408 Mar 27 11:52:39.882: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:39.882: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:39.882: INFO: Pod: container-disk-hog-pod Mar 27 11:52:39.882: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1216401408 Mar 27 11:52:39.882: INFO: Pod: innocent-pod Mar 27 11:52:39.882: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:41.899: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:41.899: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:41.899: INFO: Pod: innocent-pod Mar 27 11:52:41.899: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:41.899: INFO: Pod: container-disk-hog-pod Mar 27 11:52:41.899: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1216401408 Mar 27 11:52:43.922: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:43.922: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10812342272 Mar 27 11:52:43.922: INFO: Pod: innocent-pod Mar 27 11:52:43.922: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:43.922: INFO: Pod: container-disk-hog-pod Mar 27 11:52:43.923: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1316016128 Mar 27 11:52:45.945: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:45.945: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:45.945: INFO: Pod: innocent-pod Mar 27 11:52:45.945: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:45.945: INFO: Pod: container-disk-hog-pod Mar 27 11:52:45.945: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1316016128 Mar 27 11:52:47.965: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:47.965: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:47.965: INFO: Pod: innocent-pod Mar 27 11:52:47.965: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:47.965: INFO: Pod: container-disk-hog-pod Mar 27 11:52:47.965: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1316016128 Mar 27 11:52:49.988: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:49.988: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:49.988: INFO: Pod: innocent-pod Mar 27 11:52:49.988: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:49.988: INFO: Pod: container-disk-hog-pod Mar 27 11:52:49.988: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1316016128 Mar 27 11:52:52.009: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:52.009: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:52.009: INFO: Pod: innocent-pod Mar 27 11:52:52.009: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:52.009: INFO: Pod: container-disk-hog-pod Mar 27 11:52:52.009: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1316016128 Mar 27 11:52:54.026: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:54.026: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10712727552 Mar 27 11:52:54.026: INFO: Pod: innocent-pod Mar 27 11:52:54.026: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:54.026: INFO: Pod: container-disk-hog-pod Mar 27 11:52:54.026: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1414582272 Mar 27 11:52:56.051: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10614161408 Mar 27 11:52:56.051: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10614161408 Mar 27 11:52:56.051: INFO: Pod: innocent-pod Mar 27 11:52:56.051: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:52:56.051: INFO: Pod: container-disk-hog-pod Mar 27 11:52:56.051: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1414582272 Mar 27 11:52:58.070: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10614161408 Mar 27 11:52:58.070: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10614161408 Mar 27 11:52:58.070: INFO: Pod: container-disk-hog-pod Mar 27 11:52:58.071: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1414582272 Mar 27 11:52:58.071: INFO: Pod: innocent-pod Mar 27 11:52:58.071: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:00.093: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10614161408 Mar 27 11:53:00.093: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10614161408 Mar 27 11:53:00.093: INFO: Pod: innocent-pod Mar 27 11:53:00.093: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:00.093: INFO: Pod: container-disk-hog-pod Mar 27 11:53:00.093: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1414582272 Mar 27 11:53:02.112: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10614161408 Mar 27 11:53:02.112: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10614161408 Mar 27 11:53:02.112: INFO: Pod: innocent-pod Mar 27 11:53:02.112: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:02.112: INFO: Pod: container-disk-hog-pod Mar 27 11:53:02.112: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1414582272 Mar 27 11:53:04.130: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10614161408 Mar 27 11:53:04.130: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10614161408 Mar 27 11:53:04.130: INFO: Pod: innocent-pod Mar 27 11:53:04.130: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:04.130: INFO: Pod: container-disk-hog-pod Mar 27 11:53:04.130: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1514196992 Mar 27 11:53:06.153: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:06.153: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:06.153: INFO: Pod: innocent-pod Mar 27 11:53:06.153: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:06.153: INFO: Pod: container-disk-hog-pod Mar 27 11:53:06.153: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1514196992 Mar 27 11:53:08.171: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:08.171: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:08.171: INFO: Pod: innocent-pod Mar 27 11:53:08.171: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:08.171: INFO: Pod: container-disk-hog-pod Mar 27 11:53:08.171: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1514196992 Mar 27 11:53:10.191: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:10.191: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:10.191: INFO: Pod: innocent-pod Mar 27 11:53:10.191: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:10.191: INFO: Pod: container-disk-hog-pod Mar 27 11:53:10.191: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1514196992 Mar 27 11:53:12.216: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:12.216: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:12.216: INFO: Pod: container-disk-hog-pod Mar 27 11:53:12.216: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1514196992 Mar 27 11:53:12.216: INFO: Pod: innocent-pod Mar 27 11:53:12.216: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:14.235: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:14.235: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10514542592 Mar 27 11:53:14.235: INFO: Pod: innocent-pod Mar 27 11:53:14.235: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:14.235: INFO: Pod: container-disk-hog-pod Mar 27 11:53:14.235: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1612763136 Mar 27 11:53:16.256: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:16.256: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:16.256: INFO: Pod: innocent-pod Mar 27 11:53:16.256: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:16.256: INFO: Pod: container-disk-hog-pod Mar 27 11:53:16.256: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1612763136 Mar 27 11:53:18.278: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:18.278: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:18.278: INFO: Pod: innocent-pod Mar 27 11:53:18.278: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:18.278: INFO: Pod: container-disk-hog-pod Mar 27 11:53:18.279: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1612763136 Mar 27 11:53:20.307: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:20.307: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:20.307: INFO: Pod: innocent-pod Mar 27 11:53:20.307: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:20.307: INFO: Pod: container-disk-hog-pod Mar 27 11:53:20.307: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1612763136 Mar 27 11:53:22.335: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:22.335: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:22.335: INFO: Pod: innocent-pod Mar 27 11:53:22.335: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:22.335: INFO: Pod: container-disk-hog-pod Mar 27 11:53:22.335: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1711329280 Mar 27 11:53:24.357: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:24.357: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10415976448 Mar 27 11:53:24.357: INFO: Pod: innocent-pod Mar 27 11:53:24.357: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:24.357: INFO: Pod: container-disk-hog-pod Mar 27 11:53:24.357: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1711329280 Mar 27 11:53:26.374: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:26.374: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:26.374: INFO: Pod: innocent-pod Mar 27 11:53:26.374: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:26.374: INFO: Pod: container-disk-hog-pod Mar 27 11:53:26.374: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1711329280 Mar 27 11:53:28.394: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:28.394: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:28.394: INFO: Pod: innocent-pod Mar 27 11:53:28.394: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:28.394: INFO: Pod: container-disk-hog-pod Mar 27 11:53:28.394: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1711329280 Mar 27 11:53:30.418: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:30.418: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:30.418: INFO: Pod: innocent-pod Mar 27 11:53:30.418: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:30.418: INFO: Pod: container-disk-hog-pod Mar 27 11:53:30.418: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1711329280 Mar 27 11:53:32.437: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:32.437: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:32.437: INFO: Pod: innocent-pod Mar 27 11:53:32.437: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:32.437: INFO: Pod: container-disk-hog-pod Mar 27 11:53:32.437: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1809895424 Mar 27 11:53:34.458: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:34.458: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10317410304 Mar 27 11:53:34.458: INFO: Pod: innocent-pod Mar 27 11:53:34.458: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:34.458: INFO: Pod: container-disk-hog-pod Mar 27 11:53:34.458: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1809895424 Mar 27 11:53:36.481: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:36.481: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:36.481: INFO: Pod: innocent-pod Mar 27 11:53:36.481: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:36.481: INFO: Pod: container-disk-hog-pod Mar 27 11:53:36.481: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1809895424 Mar 27 11:53:38.498: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:38.498: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:38.499: INFO: Pod: innocent-pod Mar 27 11:53:38.499: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:38.499: INFO: Pod: container-disk-hog-pod Mar 27 11:53:38.499: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1809895424 Mar 27 11:53:40.524: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:40.524: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:40.524: INFO: Pod: container-disk-hog-pod Mar 27 11:53:40.524: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1809895424 Mar 27 11:53:40.524: INFO: Pod: innocent-pod Mar 27 11:53:40.524: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:42.550: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:42.550: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:42.550: INFO: Pod: innocent-pod Mar 27 11:53:42.550: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:42.550: INFO: Pod: container-disk-hog-pod Mar 27 11:53:42.550: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1908461568 Mar 27 11:53:44.569: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:44.569: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10218844160 Mar 27 11:53:44.569: INFO: Pod: container-disk-hog-pod Mar 27 11:53:44.569: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1908461568 Mar 27 11:53:44.569: INFO: Pod: innocent-pod Mar 27 11:53:44.569: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:46.589: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:46.589: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:46.589: INFO: Pod: innocent-pod Mar 27 11:53:46.589: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:46.589: INFO: Pod: container-disk-hog-pod Mar 27 11:53:46.589: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1908461568 Mar 27 11:53:48.612: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:48.612: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:48.612: INFO: Pod: innocent-pod Mar 27 11:53:48.612: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:48.612: INFO: Pod: container-disk-hog-pod Mar 27 11:53:48.612: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1908461568 Mar 27 11:53:50.631: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:50.631: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:50.631: INFO: Pod: innocent-pod Mar 27 11:53:50.631: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:50.631: INFO: Pod: container-disk-hog-pod Mar 27 11:53:50.631: INFO: --- summary Container: container-disk-hog-container UsedBytes: 1908461568 Mar 27 11:53:52.650: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:52.650: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:52.650: INFO: Pod: innocent-pod Mar 27 11:53:52.650: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:52.650: INFO: Pod: container-disk-hog-pod Mar 27 11:53:52.650: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2007035904 Mar 27 11:53:54.674: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:54.675: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10120278016 Mar 27 11:53:54.675: INFO: Pod: innocent-pod Mar 27 11:53:54.675: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:54.675: INFO: Pod: container-disk-hog-pod Mar 27 11:53:54.675: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2007035904 Mar 27 11:53:56.695: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10020655104 Mar 27 11:53:56.695: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10020655104 Mar 27 11:53:56.695: INFO: Pod: innocent-pod Mar 27 11:53:56.695: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:53:56.695: INFO: Pod: container-disk-hog-pod Mar 27 11:53:56.695: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2007035904 Mar 27 11:53:58.714: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10020655104 Mar 27 11:53:58.714: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10020655104 Mar 27 11:53:58.714: INFO: Pod: container-disk-hog-pod Mar 27 11:53:58.714: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2007035904 Mar 27 11:53:58.714: INFO: Pod: innocent-pod Mar 27 11:53:58.714: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:00.738: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10020655104 Mar 27 11:54:00.738: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10020655104 Mar 27 11:54:00.738: INFO: Pod: innocent-pod Mar 27 11:54:00.738: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:00.738: INFO: Pod: container-disk-hog-pod Mar 27 11:54:00.738: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2007035904 Mar 27 11:54:02.757: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10020655104 Mar 27 11:54:02.757: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10020655104 Mar 27 11:54:02.757: INFO: Pod: innocent-pod Mar 27 11:54:02.757: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:02.757: INFO: Pod: container-disk-hog-pod Mar 27 11:54:02.757: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2106654720 Mar 27 11:54:04.775: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10020655104 Mar 27 11:54:04.775: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10020655104 Mar 27 11:54:04.775: INFO: Pod: innocent-pod Mar 27 11:54:04.775: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:04.775: INFO: Pod: container-disk-hog-pod Mar 27 11:54:04.775: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2106654720 Mar 27 11:54:06.798: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:06.798: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:06.798: INFO: Pod: container-disk-hog-pod Mar 27 11:54:06.798: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2106654720 Mar 27 11:54:06.798: INFO: Pod: innocent-pod Mar 27 11:54:06.798: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:08.817: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:08.817: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:08.817: INFO: Pod: innocent-pod Mar 27 11:54:08.817: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:08.817: INFO: Pod: container-disk-hog-pod Mar 27 11:54:08.817: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2106654720 Mar 27 11:54:10.838: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:10.838: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:10.838: INFO: Pod: innocent-pod Mar 27 11:54:10.838: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:10.838: INFO: Pod: container-disk-hog-pod Mar 27 11:54:10.838: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2106654720 Mar 27 11:54:12.867: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:12.867: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:12.867: INFO: Pod: innocent-pod Mar 27 11:54:12.867: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:12.867: INFO: Pod: container-disk-hog-pod Mar 27 11:54:12.867: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2205229056 Mar 27 11:54:14.891: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:14.891: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9922084864 Mar 27 11:54:14.891: INFO: Pod: container-disk-hog-pod Mar 27 11:54:14.891: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2205229056 Mar 27 11:54:14.891: INFO: Pod: innocent-pod Mar 27 11:54:14.891: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:16.910: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:16.910: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:16.910: INFO: Pod: innocent-pod Mar 27 11:54:16.910: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:16.910: INFO: Pod: container-disk-hog-pod Mar 27 11:54:16.910: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2205229056 Mar 27 11:54:18.935: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:18.935: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:18.935: INFO: Pod: innocent-pod Mar 27 11:54:18.935: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:18.935: INFO: Pod: container-disk-hog-pod Mar 27 11:54:18.935: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2205229056 Mar 27 11:54:20.957: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:20.957: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:20.957: INFO: Pod: container-disk-hog-pod Mar 27 11:54:20.957: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2205229056 Mar 27 11:54:20.957: INFO: Pod: innocent-pod Mar 27 11:54:20.957: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:22.978: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:22.978: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:22.978: INFO: Pod: innocent-pod Mar 27 11:54:22.978: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:22.978: INFO: Pod: container-disk-hog-pod Mar 27 11:54:22.978: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2303803392 Mar 27 11:54:25.009: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:25.009: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9814073344 Mar 27 11:54:25.009: INFO: Pod: innocent-pod Mar 27 11:54:25.009: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:25.009: INFO: Pod: container-disk-hog-pod Mar 27 11:54:25.009: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2303803392 Mar 27 11:54:27.027: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:27.027: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:27.027: INFO: Pod: container-disk-hog-pod Mar 27 11:54:27.027: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2303803392 Mar 27 11:54:27.027: INFO: Pod: innocent-pod Mar 27 11:54:27.027: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:29.048: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:29.048: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:29.048: INFO: Pod: innocent-pod Mar 27 11:54:29.048: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:29.048: INFO: Pod: container-disk-hog-pod Mar 27 11:54:29.048: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2303803392 Mar 27 11:54:31.073: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:31.073: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:31.073: INFO: Pod: innocent-pod Mar 27 11:54:31.073: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:31.073: INFO: Pod: container-disk-hog-pod Mar 27 11:54:31.073: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2303803392 Mar 27 11:54:33.093: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:33.093: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:33.093: INFO: Pod: container-disk-hog-pod Mar 27 11:54:33.093: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2402373632 Mar 27 11:54:33.093: INFO: Pod: innocent-pod Mar 27 11:54:33.093: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:35.112: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:35.112: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9715499008 Mar 27 11:54:35.112: INFO: Pod: innocent-pod Mar 27 11:54:35.112: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:35.112: INFO: Pod: container-disk-hog-pod Mar 27 11:54:35.112: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2402373632 Mar 27 11:54:37.138: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:37.138: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:37.138: INFO: Pod: container-disk-hog-pod Mar 27 11:54:37.138: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2402373632 Mar 27 11:54:37.138: INFO: Pod: innocent-pod Mar 27 11:54:37.138: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:39.162: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:39.162: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:39.162: INFO: Pod: container-disk-hog-pod Mar 27 11:54:39.162: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2402373632 Mar 27 11:54:39.162: INFO: Pod: innocent-pod Mar 27 11:54:39.162: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:41.180: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:41.180: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:41.180: INFO: Pod: innocent-pod Mar 27 11:54:41.180: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:41.180: INFO: Pod: container-disk-hog-pod Mar 27 11:54:41.180: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2402373632 Mar 27 11:54:43.206: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:43.206: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9616928768 Mar 27 11:54:43.206: INFO: Pod: innocent-pod Mar 27 11:54:43.206: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:43.206: INFO: Pod: container-disk-hog-pod Mar 27 11:54:43.206: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2501988352 Mar 27 11:54:45.226: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:45.226: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:45.226: INFO: Pod: innocent-pod Mar 27 11:54:45.226: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:45.226: INFO: Pod: container-disk-hog-pod Mar 27 11:54:45.226: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2501988352 Mar 27 11:54:47.245: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:47.245: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:47.245: INFO: Pod: innocent-pod Mar 27 11:54:47.245: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:47.245: INFO: Pod: container-disk-hog-pod Mar 27 11:54:47.245: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2501988352 Mar 27 11:54:49.268: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:49.268: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:49.268: INFO: Pod: innocent-pod Mar 27 11:54:49.268: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:49.268: INFO: Pod: container-disk-hog-pod Mar 27 11:54:49.268: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2501988352 Mar 27 11:54:51.287: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:51.287: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:51.287: INFO: Pod: container-disk-hog-pod Mar 27 11:54:51.287: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2501988352 Mar 27 11:54:51.287: INFO: Pod: innocent-pod Mar 27 11:54:51.287: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:53.307: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:53.307: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9517314048 Mar 27 11:54:53.307: INFO: Pod: innocent-pod Mar 27 11:54:53.307: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:53.307: INFO: Pod: container-disk-hog-pod Mar 27 11:54:53.307: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2600554496 Mar 27 11:54:55.328: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9418747904 Mar 27 11:54:55.328: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9418747904 Mar 27 11:54:55.328: INFO: Pod: innocent-pod Mar 27 11:54:55.328: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:55.328: INFO: Pod: container-disk-hog-pod Mar 27 11:54:55.328: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2600554496 Mar 27 11:54:57.347: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9418747904 Mar 27 11:54:57.347: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9418747904 Mar 27 11:54:57.347: INFO: Pod: innocent-pod Mar 27 11:54:57.347: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:57.347: INFO: Pod: container-disk-hog-pod Mar 27 11:54:57.347: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2600554496 Mar 27 11:54:59.366: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9418747904 Mar 27 11:54:59.367: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9418747904 Mar 27 11:54:59.367: INFO: Pod: innocent-pod Mar 27 11:54:59.367: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:54:59.367: INFO: Pod: container-disk-hog-pod Mar 27 11:54:59.367: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2600554496 Mar 27 11:55:01.388: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9418747904 Mar 27 11:55:01.388: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9418747904 Mar 27 11:55:01.388: INFO: Pod: innocent-pod Mar 27 11:55:01.388: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:01.388: INFO: Pod: container-disk-hog-pod Mar 27 11:55:01.388: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2600554496 Mar 27 11:55:03.406: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9418747904 Mar 27 11:55:03.407: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9418747904 Mar 27 11:55:03.407: INFO: Pod: innocent-pod Mar 27 11:55:03.407: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:03.407: INFO: Pod: container-disk-hog-pod Mar 27 11:55:03.407: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2699120640 Mar 27 11:55:05.425: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:05.425: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:05.425: INFO: Pod: container-disk-hog-pod Mar 27 11:55:05.425: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2699120640 Mar 27 11:55:05.425: INFO: Pod: innocent-pod Mar 27 11:55:05.425: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:07.449: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:07.449: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:07.449: INFO: Pod: innocent-pod Mar 27 11:55:07.449: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:07.449: INFO: Pod: container-disk-hog-pod Mar 27 11:55:07.449: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2699120640 Mar 27 11:55:09.468: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:09.469: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:09.469: INFO: Pod: innocent-pod Mar 27 11:55:09.469: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:09.469: INFO: Pod: container-disk-hog-pod Mar 27 11:55:09.469: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2699120640 Mar 27 11:55:11.488: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:11.488: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:11.488: INFO: Pod: innocent-pod Mar 27 11:55:11.488: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:11.488: INFO: Pod: container-disk-hog-pod Mar 27 11:55:11.488: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2699120640 Mar 27 11:55:13.509: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:13.509: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9319133184 Mar 27 11:55:13.509: INFO: Pod: innocent-pod Mar 27 11:55:13.509: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:13.509: INFO: Pod: container-disk-hog-pod Mar 27 11:55:13.509: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2798735360 Mar 27 11:55:15.527: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:15.527: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:15.527: INFO: Pod: innocent-pod Mar 27 11:55:15.527: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:15.527: INFO: Pod: container-disk-hog-pod Mar 27 11:55:15.527: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2798735360 Mar 27 11:55:17.547: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:17.547: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:17.547: INFO: Pod: innocent-pod Mar 27 11:55:17.547: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:17.547: INFO: Pod: container-disk-hog-pod Mar 27 11:55:17.547: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2798735360 Mar 27 11:55:19.577: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:19.577: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:19.577: INFO: Pod: container-disk-hog-pod Mar 27 11:55:19.577: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2798735360 Mar 27 11:55:19.577: INFO: Pod: innocent-pod Mar 27 11:55:19.577: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:21.597: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:21.598: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:21.598: INFO: Pod: innocent-pod Mar 27 11:55:21.598: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:21.598: INFO: Pod: container-disk-hog-pod Mar 27 11:55:21.598: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2798735360 Mar 27 11:55:23.619: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:23.619: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9220567040 Mar 27 11:55:23.619: INFO: Pod: innocent-pod Mar 27 11:55:23.619: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:23.619: INFO: Pod: container-disk-hog-pod Mar 27 11:55:23.619: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2897301504 Mar 27 11:55:25.640: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:25.640: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:25.640: INFO: Pod: container-disk-hog-pod Mar 27 11:55:25.640: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2897301504 Mar 27 11:55:25.640: INFO: Pod: innocent-pod Mar 27 11:55:25.640: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:27.658: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:27.659: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:27.659: INFO: Pod: innocent-pod Mar 27 11:55:27.659: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:27.659: INFO: Pod: container-disk-hog-pod Mar 27 11:55:27.659: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2897301504 Mar 27 11:55:29.678: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:29.678: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:29.678: INFO: Pod: innocent-pod Mar 27 11:55:29.678: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:29.678: INFO: Pod: container-disk-hog-pod Mar 27 11:55:29.678: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2897301504 Mar 27 11:55:31.701: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:31.701: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:31.701: INFO: Pod: innocent-pod Mar 27 11:55:31.701: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:31.701: INFO: Pod: container-disk-hog-pod Mar 27 11:55:31.701: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2897301504 Mar 27 11:55:33.720: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:33.720: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9120952320 Mar 27 11:55:33.720: INFO: Pod: innocent-pod Mar 27 11:55:33.720: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:33.720: INFO: Pod: container-disk-hog-pod Mar 27 11:55:33.720: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2995867648 Mar 27 11:55:35.739: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:35.739: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:35.739: INFO: Pod: innocent-pod Mar 27 11:55:35.739: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:35.739: INFO: Pod: container-disk-hog-pod Mar 27 11:55:35.739: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2995867648 Mar 27 11:55:37.761: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:37.761: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:37.761: INFO: Pod: innocent-pod Mar 27 11:55:37.761: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:37.761: INFO: Pod: container-disk-hog-pod Mar 27 11:55:37.761: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2995867648 Mar 27 11:55:39.779: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:39.779: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:39.779: INFO: Pod: innocent-pod Mar 27 11:55:39.779: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:39.779: INFO: Pod: container-disk-hog-pod Mar 27 11:55:39.779: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2995867648 Mar 27 11:55:41.799: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:41.799: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:41.799: INFO: Pod: container-disk-hog-pod Mar 27 11:55:41.799: INFO: --- summary Container: container-disk-hog-container UsedBytes: 2995867648 Mar 27 11:55:41.799: INFO: Pod: innocent-pod Mar 27 11:55:41.799: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:43.823: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:43.823: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9022386176 Mar 27 11:55:43.823: INFO: Pod: innocent-pod Mar 27 11:55:43.823: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:43.823: INFO: Pod: container-disk-hog-pod Mar 27 11:55:43.823: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3095482368 Mar 27 11:55:45.844: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:45.844: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:45.844: INFO: Pod: innocent-pod Mar 27 11:55:45.844: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:45.844: INFO: Pod: container-disk-hog-pod Mar 27 11:55:45.844: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3095482368 Mar 27 11:55:47.866: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:47.866: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:47.866: INFO: Pod: innocent-pod Mar 27 11:55:47.866: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:47.866: INFO: Pod: container-disk-hog-pod Mar 27 11:55:47.866: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3095482368 Mar 27 11:55:49.889: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:49.889: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:49.889: INFO: Pod: innocent-pod Mar 27 11:55:49.889: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:49.889: INFO: Pod: container-disk-hog-pod Mar 27 11:55:49.889: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3095482368 Mar 27 11:55:51.910: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:51.910: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:51.910: INFO: Pod: container-disk-hog-pod Mar 27 11:55:51.910: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3095482368 Mar 27 11:55:51.910: INFO: Pod: innocent-pod Mar 27 11:55:51.910: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:53.930: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:53.930: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8922771456 Mar 27 11:55:53.930: INFO: Pod: innocent-pod Mar 27 11:55:53.930: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:53.930: INFO: Pod: container-disk-hog-pod Mar 27 11:55:53.930: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3194048512 Mar 27 11:55:55.948: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8824205312 Mar 27 11:55:55.948: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8824205312 Mar 27 11:55:55.948: INFO: Pod: innocent-pod Mar 27 11:55:55.948: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:55.948: INFO: Pod: container-disk-hog-pod Mar 27 11:55:55.948: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3194048512 Mar 27 11:55:57.968: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8824205312 Mar 27 11:55:57.968: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8824205312 Mar 27 11:55:57.968: INFO: Pod: innocent-pod Mar 27 11:55:57.968: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:55:57.968: INFO: Pod: container-disk-hog-pod Mar 27 11:55:57.968: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3194048512 Mar 27 11:55:59.989: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8824205312 Mar 27 11:55:59.989: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8824205312 Mar 27 11:55:59.989: INFO: Pod: container-disk-hog-pod Mar 27 11:55:59.989: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3194048512 Mar 27 11:55:59.989: INFO: Pod: innocent-pod Mar 27 11:55:59.989: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:02.014: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8824205312 Mar 27 11:56:02.014: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8824205312 Mar 27 11:56:02.014: INFO: Pod: innocent-pod Mar 27 11:56:02.014: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:02.014: INFO: Pod: container-disk-hog-pod Mar 27 11:56:02.014: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3194048512 Mar 27 11:56:04.034: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8824205312 Mar 27 11:56:04.034: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8824205312 Mar 27 11:56:04.034: INFO: Pod: container-disk-hog-pod Mar 27 11:56:04.034: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3292614656 Mar 27 11:56:04.034: INFO: Pod: innocent-pod Mar 27 11:56:04.034: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:06.053: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:06.053: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:06.053: INFO: Pod: container-disk-hog-pod Mar 27 11:56:06.053: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3292614656 Mar 27 11:56:06.053: INFO: Pod: innocent-pod Mar 27 11:56:06.053: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:08.076: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:08.076: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:08.076: INFO: Pod: innocent-pod Mar 27 11:56:08.076: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:08.076: INFO: Pod: container-disk-hog-pod Mar 27 11:56:08.076: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3292614656 Mar 27 11:56:10.097: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:10.097: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:10.097: INFO: Pod: innocent-pod Mar 27 11:56:10.097: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:10.097: INFO: Pod: container-disk-hog-pod Mar 27 11:56:10.097: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3292614656 Mar 27 11:56:12.116: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:12.116: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:12.116: INFO: Pod: innocent-pod Mar 27 11:56:12.116: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:12.116: INFO: Pod: container-disk-hog-pod Mar 27 11:56:12.117: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3292614656 Mar 27 11:56:14.140: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:14.140: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8725639168 Mar 27 11:56:14.140: INFO: Pod: innocent-pod Mar 27 11:56:14.140: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:14.140: INFO: Pod: container-disk-hog-pod Mar 27 11:56:14.140: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3392229376 Mar 27 11:56:16.161: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:16.161: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:16.161: INFO: Pod: innocent-pod Mar 27 11:56:16.161: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:16.161: INFO: Pod: container-disk-hog-pod Mar 27 11:56:16.161: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3392229376 Mar 27 11:56:18.182: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:18.187: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:18.187: INFO: Pod: innocent-pod Mar 27 11:56:18.187: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:18.187: INFO: Pod: container-disk-hog-pod Mar 27 11:56:18.187: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3392229376 Mar 27 11:56:20.216: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:20.216: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:20.216: INFO: Pod: innocent-pod Mar 27 11:56:20.216: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:20.216: INFO: Pod: container-disk-hog-pod Mar 27 11:56:20.216: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3392229376 Mar 27 11:56:22.238: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:22.238: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:22.238: INFO: Pod: innocent-pod Mar 27 11:56:22.238: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:22.238: INFO: Pod: container-disk-hog-pod Mar 27 11:56:22.238: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3392229376 Mar 27 11:56:24.256: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:24.256: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8626024448 Mar 27 11:56:24.256: INFO: Pod: innocent-pod Mar 27 11:56:24.256: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:24.256: INFO: Pod: container-disk-hog-pod Mar 27 11:56:24.256: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3490795520 Mar 27 11:56:26.275: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:26.275: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:26.275: INFO: Pod: container-disk-hog-pod Mar 27 11:56:26.275: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3490795520 Mar 27 11:56:26.275: INFO: Pod: innocent-pod Mar 27 11:56:26.275: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:28.294: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:28.294: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:28.294: INFO: Pod: innocent-pod Mar 27 11:56:28.294: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:28.294: INFO: Pod: container-disk-hog-pod Mar 27 11:56:28.294: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3490795520 Mar 27 11:56:30.316: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:30.316: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:30.316: INFO: Pod: innocent-pod Mar 27 11:56:30.316: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:30.316: INFO: Pod: container-disk-hog-pod Mar 27 11:56:30.316: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3490795520 Mar 27 11:56:32.335: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:32.335: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:32.335: INFO: Pod: container-disk-hog-pod Mar 27 11:56:32.335: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3589361664 Mar 27 11:56:32.335: INFO: Pod: innocent-pod Mar 27 11:56:32.335: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:34.355: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:34.355: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8527458304 Mar 27 11:56:34.355: INFO: Pod: innocent-pod Mar 27 11:56:34.355: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:34.355: INFO: Pod: container-disk-hog-pod Mar 27 11:56:34.355: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3589361664 Mar 27 11:56:36.376: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:36.376: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:36.376: INFO: Pod: container-disk-hog-pod Mar 27 11:56:36.376: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3589361664 Mar 27 11:56:36.376: INFO: Pod: innocent-pod Mar 27 11:56:36.376: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:38.397: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:38.397: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:38.397: INFO: Pod: innocent-pod Mar 27 11:56:38.397: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:38.397: INFO: Pod: container-disk-hog-pod Mar 27 11:56:38.397: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3589361664 Mar 27 11:56:40.418: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:40.418: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:40.418: INFO: Pod: innocent-pod Mar 27 11:56:40.418: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:40.418: INFO: Pod: container-disk-hog-pod Mar 27 11:56:40.418: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3589361664 Mar 27 11:56:42.441: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:42.441: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:42.441: INFO: Pod: container-disk-hog-pod Mar 27 11:56:42.441: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3688976384 Mar 27 11:56:42.441: INFO: Pod: innocent-pod Mar 27 11:56:42.441: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:44.462: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:44.462: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8427843584 Mar 27 11:56:44.462: INFO: Pod: innocent-pod Mar 27 11:56:44.462: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:44.462: INFO: Pod: container-disk-hog-pod Mar 27 11:56:44.462: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3688976384 Mar 27 11:56:46.480: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:46.480: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:46.480: INFO: Pod: innocent-pod Mar 27 11:56:46.480: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:46.480: INFO: Pod: container-disk-hog-pod Mar 27 11:56:46.480: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3688976384 Mar 27 11:56:48.501: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:48.501: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:48.501: INFO: Pod: innocent-pod Mar 27 11:56:48.501: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:48.501: INFO: Pod: container-disk-hog-pod Mar 27 11:56:48.501: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3688976384 Mar 27 11:56:50.523: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:50.523: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:50.523: INFO: Pod: innocent-pod Mar 27 11:56:50.523: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:50.523: INFO: Pod: container-disk-hog-pod Mar 27 11:56:50.523: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3688976384 Mar 27 11:56:52.545: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:52.545: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:52.545: INFO: Pod: innocent-pod Mar 27 11:56:52.545: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:52.545: INFO: Pod: container-disk-hog-pod Mar 27 11:56:52.545: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3787546624 Mar 27 11:56:54.569: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:54.569: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8329273344 Mar 27 11:56:54.569: INFO: Pod: container-disk-hog-pod Mar 27 11:56:54.569: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3787546624 Mar 27 11:56:54.569: INFO: Pod: innocent-pod Mar 27 11:56:54.569: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:56.589: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8230707200 Mar 27 11:56:56.589: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8230707200 Mar 27 11:56:56.589: INFO: Pod: innocent-pod Mar 27 11:56:56.589: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:56.589: INFO: Pod: container-disk-hog-pod Mar 27 11:56:56.589: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3787546624 Mar 27 11:56:58.608: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8230707200 Mar 27 11:56:58.608: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8230707200 Mar 27 11:56:58.608: INFO: Pod: innocent-pod Mar 27 11:56:58.608: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:56:58.608: INFO: Pod: container-disk-hog-pod Mar 27 11:56:58.608: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3787546624 Mar 27 11:57:00.631: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8230707200 Mar 27 11:57:00.631: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8230707200 Mar 27 11:57:00.631: INFO: Pod: container-disk-hog-pod Mar 27 11:57:00.631: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3787546624 Mar 27 11:57:00.631: INFO: Pod: innocent-pod Mar 27 11:57:00.631: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:02.651: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8230707200 Mar 27 11:57:02.651: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8230707200 Mar 27 11:57:02.651: INFO: Pod: innocent-pod Mar 27 11:57:02.651: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:02.651: INFO: Pod: container-disk-hog-pod Mar 27 11:57:02.651: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3886112768 Mar 27 11:57:04.669: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8230707200 Mar 27 11:57:04.669: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8230707200 Mar 27 11:57:04.669: INFO: Pod: container-disk-hog-pod Mar 27 11:57:04.669: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3886112768 Mar 27 11:57:04.669: INFO: Pod: innocent-pod Mar 27 11:57:04.669: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:06.692: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:06.692: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:06.692: INFO: Pod: innocent-pod Mar 27 11:57:06.692: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:06.692: INFO: Pod: container-disk-hog-pod Mar 27 11:57:06.692: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3886112768 Mar 27 11:57:08.713: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:08.713: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:08.713: INFO: Pod: container-disk-hog-pod Mar 27 11:57:08.713: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3886112768 Mar 27 11:57:08.713: INFO: Pod: innocent-pod Mar 27 11:57:08.713: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:10.733: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:10.733: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:10.733: INFO: Pod: innocent-pod Mar 27 11:57:10.733: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:10.733: INFO: Pod: container-disk-hog-pod Mar 27 11:57:10.733: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3886112768 Mar 27 11:57:12.755: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:12.755: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:12.755: INFO: Pod: container-disk-hog-pod Mar 27 11:57:12.755: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3985731584 Mar 27 11:57:12.755: INFO: Pod: innocent-pod Mar 27 11:57:12.755: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:14.776: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:14.776: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8131092480 Mar 27 11:57:14.776: INFO: Pod: container-disk-hog-pod Mar 27 11:57:14.776: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3985731584 Mar 27 11:57:14.776: INFO: Pod: innocent-pod Mar 27 11:57:14.776: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:16.796: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:16.796: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:16.796: INFO: Pod: container-disk-hog-pod Mar 27 11:57:16.796: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3985731584 Mar 27 11:57:16.796: INFO: Pod: innocent-pod Mar 27 11:57:16.796: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:18.818: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:18.818: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:18.818: INFO: Pod: innocent-pod Mar 27 11:57:18.818: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:18.818: INFO: Pod: container-disk-hog-pod Mar 27 11:57:18.818: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3985731584 Mar 27 11:57:20.837: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:20.837: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:20.837: INFO: Pod: container-disk-hog-pod Mar 27 11:57:20.837: INFO: --- summary Container: container-disk-hog-container UsedBytes: 3985731584 Mar 27 11:57:20.837: INFO: Pod: innocent-pod Mar 27 11:57:20.837: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:22.860: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:22.860: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:22.860: INFO: Pod: innocent-pod Mar 27 11:57:22.860: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:22.860: INFO: Pod: container-disk-hog-pod Mar 27 11:57:22.860: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4084297728 Mar 27 11:57:24.884: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:24.884: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8032161792 Mar 27 11:57:24.884: INFO: Pod: innocent-pod Mar 27 11:57:24.884: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:24.884: INFO: Pod: container-disk-hog-pod Mar 27 11:57:24.884: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4084297728 Mar 27 11:57:26.906: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:26.906: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:26.906: INFO: Pod: innocent-pod Mar 27 11:57:26.906: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:26.906: INFO: Pod: container-disk-hog-pod Mar 27 11:57:26.906: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4084297728 Mar 27 11:57:28.926: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:28.927: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:28.927: INFO: Pod: innocent-pod Mar 27 11:57:28.927: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:28.927: INFO: Pod: container-disk-hog-pod Mar 27 11:57:28.927: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4084297728 Mar 27 11:57:30.955: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:30.955: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:30.955: INFO: Pod: container-disk-hog-pod Mar 27 11:57:30.955: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4084297728 Mar 27 11:57:30.955: INFO: Pod: innocent-pod Mar 27 11:57:30.955: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:32.975: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:32.975: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:32.975: INFO: Pod: container-disk-hog-pod Mar 27 11:57:32.975: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4182863872 Mar 27 11:57:32.975: INFO: Pod: innocent-pod Mar 27 11:57:32.975: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:34.994: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:34.994: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7932907520 Mar 27 11:57:34.994: INFO: Pod: container-disk-hog-pod Mar 27 11:57:34.994: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4182863872 Mar 27 11:57:34.994: INFO: Pod: innocent-pod Mar 27 11:57:34.994: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:37.015: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:37.015: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:37.015: INFO: Pod: innocent-pod Mar 27 11:57:37.015: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:37.015: INFO: Pod: container-disk-hog-pod Mar 27 11:57:37.015: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4182863872 Mar 27 11:57:39.035: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:39.035: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:39.035: INFO: Pod: innocent-pod Mar 27 11:57:39.035: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:39.035: INFO: Pod: container-disk-hog-pod Mar 27 11:57:39.035: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4182863872 Mar 27 11:57:41.055: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:41.055: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:41.055: INFO: Pod: innocent-pod Mar 27 11:57:41.055: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:41.055: INFO: Pod: container-disk-hog-pod Mar 27 11:57:41.055: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4182863872 Mar 27 11:57:43.077: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:43.077: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:43.077: INFO: Pod: innocent-pod Mar 27 11:57:43.077: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:43.077: INFO: Pod: container-disk-hog-pod Mar 27 11:57:43.077: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4281446400 Mar 27 11:57:45.099: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:45.099: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7834333184 Mar 27 11:57:45.099: INFO: Pod: innocent-pod Mar 27 11:57:45.099: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:45.099: INFO: Pod: container-disk-hog-pod Mar 27 11:57:45.099: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4281446400 Mar 27 11:57:47.122: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7734697984 Mar 27 11:57:47.122: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7734697984 Mar 27 11:57:47.122: INFO: Pod: innocent-pod Mar 27 11:57:47.122: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:47.122: INFO: Pod: container-disk-hog-pod Mar 27 11:57:47.122: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4281446400 Mar 27 11:57:49.150: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7734697984 Mar 27 11:57:49.150: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7734697984 Mar 27 11:57:49.150: INFO: Pod: innocent-pod Mar 27 11:57:49.150: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:49.150: INFO: Pod: container-disk-hog-pod Mar 27 11:57:49.150: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4281446400 Mar 27 11:57:51.168: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:51.168: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:51.168: INFO: Pod: container-disk-hog-pod Mar 27 11:57:51.168: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4281446400 Mar 27 11:57:51.168: INFO: Pod: innocent-pod Mar 27 11:57:51.168: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:53.189: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:53.189: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:53.189: INFO: Pod: innocent-pod Mar 27 11:57:53.189: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:53.189: INFO: Pod: container-disk-hog-pod Mar 27 11:57:53.189: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4380033024 Mar 27 11:57:55.213: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:55.213: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:55.213: INFO: Pod: innocent-pod Mar 27 11:57:55.213: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:55.214: INFO: Pod: container-disk-hog-pod Mar 27 11:57:55.214: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4380033024 STEP: Waiting for evictions to occur - test/e2e_node/eviction_test.go:573 @ 03/27/23 11:57:55.218 Mar 27 11:57:55.220: INFO: Node has DiskPressure Mar 27 11:57:55.267: INFO: Kubelet Metrics: [] Mar 27 11:57:55.283: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:55.283: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:55.283: INFO: Pod: innocent-pod Mar 27 11:57:55.283: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:55.283: INFO: Pod: container-disk-hog-pod Mar 27 11:57:55.283: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4380033024 Mar 27 11:57:55.286: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:57:55.286: 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/27/23 11:57:55.286 Mar 27 11:57:57.289: INFO: Node has DiskPressure Mar 27 11:57:57.313: INFO: Kubelet Metrics: [] Mar 27 11:57:57.327: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:57.327: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:57.327: INFO: Pod: innocent-pod Mar 27 11:57:57.327: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:57.327: INFO: Pod: container-disk-hog-pod Mar 27 11:57:57.327: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4380033024 Mar 27 11:57:57.330: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:57:57.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/27/23 11:57:57.33 Mar 27 11:57:59.332: INFO: Node has DiskPressure Mar 27 11:57:59.359: INFO: Kubelet Metrics: [] Mar 27 11:57:59.374: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:59.374: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12067667968 Mar 27 11:57:59.374: INFO: Pod: innocent-pod Mar 27 11:57:59.374: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:57:59.374: INFO: Pod: container-disk-hog-pod Mar 27 11:57:59.374: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4380033024 Mar 27 11:57:59.377: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:57:59.377: 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/27/23 11:57:59.377 Mar 27 11:58:01.380: INFO: Node has DiskPressure Mar 27 11:58:01.406: INFO: Kubelet Metrics: [] Mar 27 11:58:01.422: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:01.422: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:01.422: INFO: Pod: innocent-pod Mar 27 11:58:01.422: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:01.422: INFO: Pod: container-disk-hog-pod Mar 27 11:58:01.422: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4380033024 Mar 27 11:58:01.425: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:01.425: 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/27/23 11:58:01.425 Mar 27 11:58:03.428: INFO: Node has DiskPressure Mar 27 11:58:03.454: INFO: Kubelet Metrics: [] Mar 27 11:58:03.471: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:03.471: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:03.471: INFO: Pod: innocent-pod Mar 27 11:58:03.471: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:03.471: INFO: Pod: container-disk-hog-pod Mar 27 11:58:03.471: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4478603264 Mar 27 11:58:03.474: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:03.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/27/23 11:58:03.474 Mar 27 11:58:05.477: INFO: Node has DiskPressure Mar 27 11:58:05.511: INFO: Kubelet Metrics: [] Mar 27 11:58:05.528: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:05.528: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:05.528: INFO: Pod: container-disk-hog-pod Mar 27 11:58:05.528: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4478603264 Mar 27 11:58:05.528: INFO: Pod: innocent-pod Mar 27 11:58:05.528: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:05.531: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:05.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/27/23 11:58:05.531 Mar 27 11:58:07.534: INFO: Node has DiskPressure Mar 27 11:58:07.562: INFO: Kubelet Metrics: [] Mar 27 11:58:07.580: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:07.580: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11969093632 Mar 27 11:58:07.580: INFO: Pod: innocent-pod Mar 27 11:58:07.580: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:07.581: INFO: Pod: container-disk-hog-pod Mar 27 11:58:07.581: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4478603264 Mar 27 11:58:07.583: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:07.583: 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/27/23 11:58:07.583 Mar 27 11:58:09.586: INFO: Node has DiskPressure Mar 27 11:58:09.611: INFO: Kubelet Metrics: [] Mar 27 11:58:09.627: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:09.628: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:09.628: INFO: Pod: innocent-pod Mar 27 11:58:09.628: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:09.628: INFO: Pod: container-disk-hog-pod Mar 27 11:58:09.628: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4478603264 Mar 27 11:58:09.630: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:09.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/27/23 11:58:09.63 Mar 27 11:58:11.633: INFO: Node has DiskPressure Mar 27 11:58:11.656: INFO: Kubelet Metrics: [] Mar 27 11:58:11.672: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:11.672: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:11.672: INFO: Pod: innocent-pod Mar 27 11:58:11.672: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:11.672: INFO: Pod: container-disk-hog-pod Mar 27 11:58:11.672: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4478603264 Mar 27 11:58:11.675: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:11.675: 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/27/23 11:58:11.675 Mar 27 11:58:13.678: INFO: Node has DiskPressure Mar 27 11:58:13.701: INFO: Kubelet Metrics: [] Mar 27 11:58:13.718: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:13.718: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:13.718: INFO: Pod: innocent-pod Mar 27 11:58:13.718: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:13.718: INFO: Pod: container-disk-hog-pod Mar 27 11:58:13.718: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4577177600 Mar 27 11:58:13.721: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:13.721: 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/27/23 11:58:13.721 Mar 27 11:58:15.724: INFO: Node has DiskPressure Mar 27 11:58:15.755: INFO: Kubelet Metrics: [] Mar 27 11:58:15.775: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:15.775: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:15.775: INFO: Pod: container-disk-hog-pod Mar 27 11:58:15.775: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4577177600 Mar 27 11:58:15.775: INFO: Pod: innocent-pod Mar 27 11:58:15.775: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:15.778: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:15.778: 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/27/23 11:58:15.778 Mar 27 11:58:17.781: INFO: Node has DiskPressure Mar 27 11:58:17.804: INFO: Kubelet Metrics: [] Mar 27 11:58:17.821: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:17.821: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11869470720 Mar 27 11:58:17.821: INFO: Pod: innocent-pod Mar 27 11:58:17.821: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:17.821: INFO: Pod: container-disk-hog-pod Mar 27 11:58:17.821: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4577177600 Mar 27 11:58:17.824: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:17.824: 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/27/23 11:58:17.824 Mar 27 11:58:19.826: INFO: Node has DiskPressure Mar 27 11:58:19.848: INFO: Kubelet Metrics: [] Mar 27 11:58:19.863: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:19.863: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:19.863: INFO: Pod: innocent-pod Mar 27 11:58:19.863: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:19.863: INFO: Pod: container-disk-hog-pod Mar 27 11:58:19.863: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4577177600 Mar 27 11:58:19.866: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:19.866: 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/27/23 11:58:19.866 Mar 27 11:58:21.869: INFO: Node has DiskPressure Mar 27 11:58:21.893: INFO: Kubelet Metrics: [] Mar 27 11:58:21.908: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:21.908: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:21.908: INFO: Pod: innocent-pod Mar 27 11:58:21.908: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:21.908: INFO: Pod: container-disk-hog-pod Mar 27 11:58:21.908: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4577177600 Mar 27 11:58:21.911: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:21.911: 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/27/23 11:58:21.911 Mar 27 11:58:23.914: INFO: Node has DiskPressure Mar 27 11:58:23.935: INFO: Kubelet Metrics: [] Mar 27 11:58:23.950: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:23.950: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:23.951: INFO: Pod: innocent-pod Mar 27 11:58:23.951: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:23.951: INFO: Pod: container-disk-hog-pod Mar 27 11:58:23.951: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4676796416 Mar 27 11:58:23.955: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:23.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/27/23 11:58:23.955 Mar 27 11:58:25.958: INFO: Node does NOT have DiskPressure Mar 27 11:58:25.989: INFO: Kubelet Metrics: [] Mar 27 11:58:26.011: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:26.011: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:26.011: INFO: Pod: innocent-pod Mar 27 11:58:26.011: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:26.011: INFO: Pod: container-disk-hog-pod Mar 27 11:58:26.012: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4676796416 Mar 27 11:58:26.014: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:26.014: 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/27/23 11:58:26.014 Mar 27 11:58:28.018: INFO: Node does NOT have DiskPressure Mar 27 11:58:28.041: INFO: Kubelet Metrics: [] Mar 27 11:58:28.057: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:28.057: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11770900480 Mar 27 11:58:28.057: INFO: Pod: innocent-pod Mar 27 11:58:28.057: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:28.057: INFO: Pod: container-disk-hog-pod Mar 27 11:58:28.057: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4676796416 Mar 27 11:58:28.060: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:28.060: 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/27/23 11:58:28.06 Mar 27 11:58:30.063: INFO: Node does NOT have DiskPressure Mar 27 11:58:30.087: INFO: Kubelet Metrics: [] Mar 27 11:58:30.107: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:30.107: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:30.107: INFO: Pod: innocent-pod Mar 27 11:58:30.107: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:30.107: INFO: Pod: container-disk-hog-pod Mar 27 11:58:30.107: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4676796416 Mar 27 11:58:30.110: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:30.110: 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/27/23 11:58:30.11 Mar 27 11:58:32.113: INFO: Node does NOT have DiskPressure Mar 27 11:58:32.143: INFO: Kubelet Metrics: [] Mar 27 11:58:32.158: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:32.158: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:32.158: INFO: Pod: innocent-pod Mar 27 11:58:32.158: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:32.158: INFO: Pod: container-disk-hog-pod Mar 27 11:58:32.158: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4676796416 Mar 27 11:58:32.161: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:32.161: 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/27/23 11:58:32.161 Mar 27 11:58:34.165: INFO: Node does NOT have DiskPressure Mar 27 11:58:34.184: INFO: Kubelet Metrics: [] Mar 27 11:58:34.201: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:34.201: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:34.201: INFO: Pod: innocent-pod Mar 27 11:58:34.201: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:34.201: INFO: Pod: container-disk-hog-pod Mar 27 11:58:34.201: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4775362560 Mar 27 11:58:34.204: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:34.204: 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/27/23 11:58:34.204 Mar 27 11:58:36.207: INFO: Node does NOT have DiskPressure Mar 27 11:58:36.235: INFO: Kubelet Metrics: [] Mar 27 11:58:36.253: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:36.253: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:36.253: INFO: Pod: innocent-pod Mar 27 11:58:36.253: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:36.253: INFO: Pod: container-disk-hog-pod Mar 27 11:58:36.253: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4775362560 Mar 27 11:58:36.259: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:36.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/27/23 11:58:36.261 Mar 27 11:58:38.263: INFO: Node does NOT have DiskPressure Mar 27 11:58:38.292: INFO: Kubelet Metrics: [] Mar 27 11:58:38.309: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:38.309: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11672334336 Mar 27 11:58:38.309: INFO: Pod: container-disk-hog-pod Mar 27 11:58:38.309: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4775362560 Mar 27 11:58:38.309: INFO: Pod: innocent-pod Mar 27 11:58:38.309: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:38.311: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:38.311: 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/27/23 11:58:38.311 Mar 27 11:58:40.315: INFO: Node does NOT have DiskPressure Mar 27 11:58:40.343: INFO: Kubelet Metrics: [] Mar 27 11:58:40.358: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:40.358: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:40.358: INFO: Pod: innocent-pod Mar 27 11:58:40.358: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:40.358: INFO: Pod: container-disk-hog-pod Mar 27 11:58:40.358: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4775362560 Mar 27 11:58:40.360: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:40.360: 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/27/23 11:58:40.361 Mar 27 11:58:42.364: INFO: Node does NOT have DiskPressure Mar 27 11:58:42.391: INFO: Kubelet Metrics: [] Mar 27 11:58:42.412: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:42.412: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:42.412: INFO: Pod: innocent-pod Mar 27 11:58:42.412: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:42.412: INFO: Pod: container-disk-hog-pod Mar 27 11:58:42.412: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4873932800 Mar 27 11:58:42.415: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:42.415: 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/27/23 11:58:42.415 Mar 27 11:58:44.419: INFO: Node does NOT have DiskPressure Mar 27 11:58:44.444: INFO: Kubelet Metrics: [] Mar 27 11:58:44.460: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:44.460: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:44.460: INFO: Pod: container-disk-hog-pod Mar 27 11:58:44.460: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4873932800 Mar 27 11:58:44.460: INFO: Pod: innocent-pod Mar 27 11:58:44.460: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:44.463: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:44.463: 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/27/23 11:58:44.463 Mar 27 11:58:46.466: INFO: Node does NOT have DiskPressure Mar 27 11:58:46.491: INFO: Kubelet Metrics: [] Mar 27 11:58:46.512: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:46.512: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:46.512: INFO: Pod: innocent-pod Mar 27 11:58:46.512: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:46.512: INFO: Pod: container-disk-hog-pod Mar 27 11:58:46.512: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4873932800 Mar 27 11:58:46.515: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:46.515: 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/27/23 11:58:46.515 Mar 27 11:58:48.518: INFO: Node does NOT have DiskPressure Mar 27 11:58:48.538: INFO: Kubelet Metrics: [] Mar 27 11:58:48.559: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:48.559: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11572715520 Mar 27 11:58:48.559: INFO: Pod: innocent-pod Mar 27 11:58:48.559: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:48.559: INFO: Pod: container-disk-hog-pod Mar 27 11:58:48.559: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4873932800 Mar 27 11:58:48.562: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:48.562: 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/27/23 11:58:48.562 Mar 27 11:58:50.565: INFO: Node does NOT have DiskPressure Mar 27 11:58:50.590: INFO: Kubelet Metrics: [] Mar 27 11:58:50.607: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:50.607: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:50.607: INFO: Pod: innocent-pod Mar 27 11:58:50.607: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:50.607: INFO: Pod: container-disk-hog-pod Mar 27 11:58:50.607: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4873932800 Mar 27 11:58:50.610: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:50.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/27/23 11:58:50.61 Mar 27 11:58:52.613: INFO: Node does NOT have DiskPressure Mar 27 11:58:52.635: INFO: Kubelet Metrics: [] Mar 27 11:58:52.651: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:52.651: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:52.651: INFO: Pod: innocent-pod Mar 27 11:58:52.651: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:52.651: INFO: Pod: container-disk-hog-pod Mar 27 11:58:52.651: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4972498944 Mar 27 11:58:52.654: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:52.654: 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/27/23 11:58:52.654 Mar 27 11:58:54.657: INFO: Node does NOT have DiskPressure Mar 27 11:58:54.682: INFO: Kubelet Metrics: [] Mar 27 11:58:54.699: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:54.699: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:54.699: INFO: Pod: container-disk-hog-pod Mar 27 11:58:54.699: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4972498944 Mar 27 11:58:54.699: INFO: Pod: innocent-pod Mar 27 11:58:54.699: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:54.702: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:54.702: 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/27/23 11:58:54.702 Mar 27 11:58:56.707: INFO: Node does NOT have DiskPressure Mar 27 11:58:56.728: INFO: Kubelet Metrics: [] Mar 27 11:58:56.750: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:56.750: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:56.750: INFO: Pod: container-disk-hog-pod Mar 27 11:58:56.750: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4972498944 Mar 27 11:58:56.750: INFO: Pod: innocent-pod Mar 27 11:58:56.750: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:56.753: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:56.753: 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/27/23 11:58:56.753 Mar 27 11:58:58.758: INFO: Node does NOT have DiskPressure Mar 27 11:58:58.787: INFO: Kubelet Metrics: [] Mar 27 11:58:58.803: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:58.803: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11474149376 Mar 27 11:58:58.803: INFO: Pod: container-disk-hog-pod Mar 27 11:58:58.803: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4972498944 Mar 27 11:58:58.803: INFO: Pod: innocent-pod Mar 27 11:58:58.803: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:58:58.806: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:58:58.806: 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/27/23 11:58:58.806 Mar 27 11:59:00.809: INFO: Node does NOT have DiskPressure Mar 27 11:59:00.842: INFO: Kubelet Metrics: [] Mar 27 11:59:00.857: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:00.857: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:00.857: INFO: Pod: container-disk-hog-pod Mar 27 11:59:00.857: INFO: --- summary Container: container-disk-hog-container UsedBytes: 4972498944 Mar 27 11:59:00.857: INFO: Pod: innocent-pod Mar 27 11:59:00.857: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:00.860: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:00.860: 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/27/23 11:59:00.86 Mar 27 11:59:02.863: INFO: Node does NOT have DiskPressure Mar 27 11:59:02.888: INFO: Kubelet Metrics: [] Mar 27 11:59:02.905: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:02.905: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:02.905: INFO: Pod: innocent-pod Mar 27 11:59:02.905: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:02.905: INFO: Pod: container-disk-hog-pod Mar 27 11:59:02.906: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5072113664 Mar 27 11:59:02.908: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:02.908: 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/27/23 11:59:02.908 Mar 27 11:59:04.913: INFO: Node does NOT have DiskPressure Mar 27 11:59:04.938: INFO: Kubelet Metrics: [] Mar 27 11:59:04.955: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:04.955: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:04.955: INFO: Pod: innocent-pod Mar 27 11:59:04.955: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:04.955: INFO: Pod: container-disk-hog-pod Mar 27 11:59:04.955: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5072113664 Mar 27 11:59:04.958: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:04.958: 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/27/23 11:59:04.958 Mar 27 11:59:06.961: INFO: Node does NOT have DiskPressure Mar 27 11:59:06.986: INFO: Kubelet Metrics: [] Mar 27 11:59:07.010: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:07.010: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:07.010: INFO: Pod: innocent-pod Mar 27 11:59:07.010: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:07.010: INFO: Pod: container-disk-hog-pod Mar 27 11:59:07.010: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5072113664 Mar 27 11:59:07.012: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:07.012: 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/27/23 11:59:07.012 Mar 27 11:59:09.015: INFO: Node does NOT have DiskPressure Mar 27 11:59:09.039: INFO: Kubelet Metrics: [] Mar 27 11:59:09.054: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:09.054: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11375583232 Mar 27 11:59:09.054: INFO: Pod: innocent-pod Mar 27 11:59:09.055: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:09.055: INFO: Pod: container-disk-hog-pod Mar 27 11:59:09.055: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5072113664 Mar 27 11:59:09.061: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:09.061: 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/27/23 11:59:09.061 Mar 27 11:59:11.065: INFO: Node does NOT have DiskPressure Mar 27 11:59:11.096: INFO: Kubelet Metrics: [] Mar 27 11:59:11.110: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:11.110: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:11.110: INFO: Pod: innocent-pod Mar 27 11:59:11.110: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:11.110: INFO: Pod: container-disk-hog-pod Mar 27 11:59:11.110: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5072113664 Mar 27 11:59:11.113: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:11.113: 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/27/23 11:59:11.113 Mar 27 11:59:13.116: INFO: Node does NOT have DiskPressure Mar 27 11:59:13.140: INFO: Kubelet Metrics: [] Mar 27 11:59:13.156: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:13.156: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:13.156: INFO: Pod: innocent-pod Mar 27 11:59:13.156: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:13.156: INFO: Pod: container-disk-hog-pod Mar 27 11:59:13.156: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5170679808 Mar 27 11:59:13.159: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:13.159: 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/27/23 11:59:13.159 Mar 27 11:59:15.162: INFO: Node does NOT have DiskPressure Mar 27 11:59:15.184: INFO: Kubelet Metrics: [] Mar 27 11:59:15.201: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:15.201: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:15.201: INFO: Pod: innocent-pod Mar 27 11:59:15.201: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:15.201: INFO: Pod: container-disk-hog-pod Mar 27 11:59:15.201: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5170679808 Mar 27 11:59:15.204: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:15.204: 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/27/23 11:59:15.204 Mar 27 11:59:17.208: INFO: Node does NOT have DiskPressure Mar 27 11:59:17.243: INFO: Kubelet Metrics: [] Mar 27 11:59:17.257: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:17.257: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:17.257: INFO: Pod: container-disk-hog-pod Mar 27 11:59:17.257: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5170679808 Mar 27 11:59:17.257: INFO: Pod: innocent-pod Mar 27 11:59:17.257: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:17.260: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:17.260: 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/27/23 11:59:17.26 Mar 27 11:59:19.263: INFO: Node does NOT have DiskPressure Mar 27 11:59:19.298: INFO: Kubelet Metrics: [] Mar 27 11:59:19.314: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:19.314: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11275968512 Mar 27 11:59:19.314: INFO: Pod: container-disk-hog-pod Mar 27 11:59:19.314: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5170679808 Mar 27 11:59:19.314: INFO: Pod: innocent-pod Mar 27 11:59:19.314: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:19.317: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:19.317: 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/27/23 11:59:19.317 Mar 27 11:59:21.320: INFO: Node does NOT have DiskPressure Mar 27 11:59:21.342: INFO: Kubelet Metrics: [] Mar 27 11:59:21.359: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:21.359: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:21.359: INFO: Pod: innocent-pod Mar 27 11:59:21.359: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:21.359: INFO: Pod: container-disk-hog-pod Mar 27 11:59:21.359: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5170679808 Mar 27 11:59:21.363: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:21.363: 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/27/23 11:59:21.363 Mar 27 11:59:23.367: INFO: Node does NOT have DiskPressure Mar 27 11:59:23.391: INFO: Kubelet Metrics: [] Mar 27 11:59:23.408: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:23.408: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:23.408: INFO: Pod: innocent-pod Mar 27 11:59:23.408: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:23.408: INFO: Pod: container-disk-hog-pod Mar 27 11:59:23.408: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5269245952 Mar 27 11:59:23.410: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:23.410: 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/27/23 11:59:23.41 Mar 27 11:59:25.414: INFO: Node does NOT have DiskPressure Mar 27 11:59:25.440: INFO: Kubelet Metrics: [] Mar 27 11:59:25.456: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:25.456: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:25.456: INFO: Pod: innocent-pod Mar 27 11:59:25.456: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:25.456: INFO: Pod: container-disk-hog-pod Mar 27 11:59:25.456: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5269245952 Mar 27 11:59:25.459: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:25.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/27/23 11:59:25.459 Mar 27 11:59:27.463: INFO: Node does NOT have DiskPressure Mar 27 11:59:27.493: INFO: Kubelet Metrics: [] Mar 27 11:59:27.511: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:27.512: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:27.512: INFO: Pod: innocent-pod Mar 27 11:59:27.512: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:27.512: INFO: Pod: container-disk-hog-pod Mar 27 11:59:27.512: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5269245952 Mar 27 11:59:27.516: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:27.516: 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/27/23 11:59:27.516 Mar 27 11:59:29.519: INFO: Node does NOT have DiskPressure Mar 27 11:59:29.545: INFO: Kubelet Metrics: [] Mar 27 11:59:29.562: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:29.562: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11177402368 Mar 27 11:59:29.562: INFO: Pod: innocent-pod Mar 27 11:59:29.562: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:29.562: INFO: Pod: container-disk-hog-pod Mar 27 11:59:29.562: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5269245952 Mar 27 11:59:29.566: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:29.566: 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/27/23 11:59:29.566 Mar 27 11:59:31.570: INFO: Node does NOT have DiskPressure Mar 27 11:59:31.593: INFO: Kubelet Metrics: [] Mar 27 11:59:31.611: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:31.611: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:31.611: INFO: Pod: innocent-pod Mar 27 11:59:31.611: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:31.611: INFO: Pod: container-disk-hog-pod Mar 27 11:59:31.612: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5269245952 Mar 27 11:59:31.614: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:31.614: 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/27/23 11:59:31.614 Mar 27 11:59:33.618: INFO: Node does NOT have DiskPressure Mar 27 11:59:33.642: INFO: Kubelet Metrics: [] Mar 27 11:59:33.657: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:33.657: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:33.657: INFO: Pod: container-disk-hog-pod Mar 27 11:59:33.657: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5367812096 Mar 27 11:59:33.657: INFO: Pod: innocent-pod Mar 27 11:59:33.657: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:33.660: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:33.660: 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/27/23 11:59:33.66 Mar 27 11:59:35.662: INFO: Node does NOT have DiskPressure Mar 27 11:59:35.686: INFO: Kubelet Metrics: [] Mar 27 11:59:35.709: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:35.709: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:35.709: INFO: Pod: innocent-pod Mar 27 11:59:35.709: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:35.709: INFO: Pod: container-disk-hog-pod Mar 27 11:59:35.709: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5367812096 Mar 27 11:59:35.712: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:35.712: 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/27/23 11:59:35.712 Mar 27 11:59:37.715: INFO: Node does NOT have DiskPressure Mar 27 11:59:37.750: INFO: Kubelet Metrics: [] Mar 27 11:59:37.768: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:37.768: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11078836224 Mar 27 11:59:37.768: INFO: Pod: container-disk-hog-pod Mar 27 11:59:37.768: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5367812096 Mar 27 11:59:37.769: INFO: Pod: innocent-pod Mar 27 11:59:37.769: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:37.771: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:37.771: 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/27/23 11:59:37.771 Mar 27 11:59:39.775: INFO: Node does NOT have DiskPressure Mar 27 11:59:39.799: INFO: Kubelet Metrics: [] Mar 27 11:59:39.819: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:39.819: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:39.819: INFO: Pod: container-disk-hog-pod Mar 27 11:59:39.819: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5367812096 Mar 27 11:59:39.819: INFO: Pod: innocent-pod Mar 27 11:59:39.819: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:39.822: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:39.822: 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/27/23 11:59:39.822 Mar 27 11:59:41.825: INFO: Node does NOT have DiskPressure Mar 27 11:59:41.852: INFO: Kubelet Metrics: [] Mar 27 11:59:41.867: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:41.867: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:41.867: INFO: Pod: innocent-pod Mar 27 11:59:41.867: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:41.867: INFO: Pod: container-disk-hog-pod Mar 27 11:59:41.867: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5367812096 Mar 27 11:59:41.869: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:41.869: 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/27/23 11:59:41.869 Mar 27 11:59:43.872: INFO: Node does NOT have DiskPressure Mar 27 11:59:43.899: INFO: Kubelet Metrics: [] Mar 27 11:59:43.915: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:43.915: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:43.915: INFO: Pod: innocent-pod Mar 27 11:59:43.915: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:43.915: INFO: Pod: container-disk-hog-pod Mar 27 11:59:43.915: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5466378240 Mar 27 11:59:43.918: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:43.918: 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/27/23 11:59:43.918 Mar 27 11:59:45.921: INFO: Node does NOT have DiskPressure Mar 27 11:59:45.944: INFO: Kubelet Metrics: [] Mar 27 11:59:45.961: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:45.961: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:45.961: INFO: Pod: innocent-pod Mar 27 11:59:45.961: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:45.961: INFO: Pod: container-disk-hog-pod Mar 27 11:59:45.961: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5466378240 Mar 27 11:59:45.963: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:45.964: 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/27/23 11:59:45.964 Mar 27 11:59:47.967: INFO: Node does NOT have DiskPressure Mar 27 11:59:48.006: INFO: Kubelet Metrics: [] Mar 27 11:59:48.023: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:48.023: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10979221504 Mar 27 11:59:48.023: INFO: Pod: innocent-pod Mar 27 11:59:48.023: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:48.023: INFO: Pod: container-disk-hog-pod Mar 27 11:59:48.023: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5466378240 Mar 27 11:59:48.025: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:48.025: 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/27/23 11:59:48.025 Mar 27 11:59:50.029: INFO: Node does NOT have DiskPressure Mar 27 11:59:50.049: INFO: Kubelet Metrics: [] Mar 27 11:59:50.065: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:50.065: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:50.065: INFO: Pod: container-disk-hog-pod Mar 27 11:59:50.065: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5466378240 Mar 27 11:59:50.066: INFO: Pod: innocent-pod Mar 27 11:59:50.066: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:50.068: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:50.068: 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/27/23 11:59:50.068 Mar 27 11:59:52.072: INFO: Node does NOT have DiskPressure Mar 27 11:59:52.093: INFO: Kubelet Metrics: [] Mar 27 11:59:52.108: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:52.108: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:52.108: INFO: Pod: innocent-pod Mar 27 11:59:52.108: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:52.108: INFO: Pod: container-disk-hog-pod Mar 27 11:59:52.108: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5466378240 Mar 27 11:59:52.111: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:52.111: 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/27/23 11:59:52.111 Mar 27 11:59:54.114: INFO: Node does NOT have DiskPressure Mar 27 11:59:54.138: INFO: Kubelet Metrics: [] Mar 27 11:59:54.155: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:54.155: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:54.155: INFO: Pod: innocent-pod Mar 27 11:59:54.155: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:54.155: INFO: Pod: container-disk-hog-pod Mar 27 11:59:54.155: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5565992960 Mar 27 11:59:54.158: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:54.158: 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/27/23 11:59:54.158 Mar 27 11:59:56.161: INFO: Node does NOT have DiskPressure Mar 27 11:59:56.186: INFO: Kubelet Metrics: [] Mar 27 11:59:56.202: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:56.202: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:56.202: INFO: Pod: innocent-pod Mar 27 11:59:56.202: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:56.202: INFO: Pod: container-disk-hog-pod Mar 27 11:59:56.202: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5565992960 Mar 27 11:59:56.210: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:56.210: 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/27/23 11:59:56.211 Mar 27 11:59:58.214: INFO: Node does NOT have DiskPressure Mar 27 11:59:58.235: INFO: Kubelet Metrics: [] Mar 27 11:59:58.250: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:58.250: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10880655360 Mar 27 11:59:58.250: INFO: Pod: container-disk-hog-pod Mar 27 11:59:58.250: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5565992960 Mar 27 11:59:58.250: INFO: Pod: innocent-pod Mar 27 11:59:58.250: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 11:59:58.252: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 11:59:58.252: 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/27/23 11:59:58.253 Mar 27 12:00:00.256: INFO: Node does NOT have DiskPressure Mar 27 12:00:00.276: INFO: Kubelet Metrics: [] Mar 27 12:00:00.295: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:00.295: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:00.295: INFO: Pod: container-disk-hog-pod Mar 27 12:00:00.295: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5565992960 Mar 27 12:00:00.295: INFO: Pod: innocent-pod Mar 27 12:00:00.295: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:00.301: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:00.301: 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/27/23 12:00:00.301 Mar 27 12:00:02.304: INFO: Node does NOT have DiskPressure Mar 27 12:00:02.341: INFO: Kubelet Metrics: [] Mar 27 12:00:02.361: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:02.362: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:02.362: INFO: Pod: innocent-pod Mar 27 12:00:02.362: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:02.362: INFO: Pod: container-disk-hog-pod Mar 27 12:00:02.362: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5664559104 Mar 27 12:00:02.365: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:02.366: 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/27/23 12:00:02.366 Mar 27 12:00:04.369: INFO: Node does NOT have DiskPressure Mar 27 12:00:04.389: INFO: Kubelet Metrics: [] Mar 27 12:00:04.405: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:04.405: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:04.405: INFO: Pod: innocent-pod Mar 27 12:00:04.405: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:04.405: INFO: Pod: container-disk-hog-pod Mar 27 12:00:04.405: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5664559104 Mar 27 12:00:04.408: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:04.408: 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/27/23 12:00:04.408 Mar 27 12:00:06.412: INFO: Node does NOT have DiskPressure Mar 27 12:00:06.450: INFO: Kubelet Metrics: [] Mar 27 12:00:06.473: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:06.473: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:06.473: INFO: Pod: innocent-pod Mar 27 12:00:06.473: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:06.473: INFO: Pod: container-disk-hog-pod Mar 27 12:00:06.473: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5664559104 Mar 27 12:00:06.476: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:06.476: 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/27/23 12:00:06.476 Mar 27 12:00:08.479: INFO: Node does NOT have DiskPressure Mar 27 12:00:08.503: INFO: Kubelet Metrics: [] Mar 27 12:00:08.520: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:08.520: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10781040640 Mar 27 12:00:08.520: INFO: Pod: innocent-pod Mar 27 12:00:08.520: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:08.520: INFO: Pod: container-disk-hog-pod Mar 27 12:00:08.520: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5664559104 Mar 27 12:00:08.523: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:08.523: 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/27/23 12:00:08.523 Mar 27 12:00:10.526: INFO: Node does NOT have DiskPressure Mar 27 12:00:10.550: INFO: Kubelet Metrics: [] Mar 27 12:00:10.575: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:10.575: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:10.575: INFO: Pod: innocent-pod Mar 27 12:00:10.575: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:10.575: INFO: Pod: container-disk-hog-pod Mar 27 12:00:10.575: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5664559104 Mar 27 12:00:10.578: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:10.578: 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/27/23 12:00:10.578 Mar 27 12:00:12.581: INFO: Node does NOT have DiskPressure Mar 27 12:00:12.609: INFO: Kubelet Metrics: [] Mar 27 12:00:12.627: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:12.627: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:12.627: INFO: Pod: innocent-pod Mar 27 12:00:12.627: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:12.627: INFO: Pod: container-disk-hog-pod Mar 27 12:00:12.627: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5763125248 Mar 27 12:00:12.630: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:12.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/27/23 12:00:12.63 Mar 27 12:00:14.634: INFO: Node does NOT have DiskPressure Mar 27 12:00:14.663: INFO: Kubelet Metrics: [] Mar 27 12:00:14.678: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:14.678: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:14.678: INFO: Pod: innocent-pod Mar 27 12:00:14.678: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:14.678: INFO: Pod: container-disk-hog-pod Mar 27 12:00:14.678: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5763125248 Mar 27 12:00:14.681: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:14.681: 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/27/23 12:00:14.681 Mar 27 12:00:16.685: INFO: Node does NOT have DiskPressure Mar 27 12:00:16.718: INFO: Kubelet Metrics: [] Mar 27 12:00:16.733: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:16.733: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:16.733: INFO: Pod: container-disk-hog-pod Mar 27 12:00:16.733: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5763125248 Mar 27 12:00:16.733: INFO: Pod: innocent-pod Mar 27 12:00:16.733: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:16.736: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:16.736: 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/27/23 12:00:16.736 Mar 27 12:00:18.740: INFO: Node does NOT have DiskPressure Mar 27 12:00:18.766: INFO: Kubelet Metrics: [] Mar 27 12:00:18.783: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:18.783: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10682474496 Mar 27 12:00:18.783: INFO: Pod: container-disk-hog-pod Mar 27 12:00:18.783: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5763125248 Mar 27 12:00:18.783: INFO: Pod: innocent-pod Mar 27 12:00:18.783: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:18.786: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:18.786: 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/27/23 12:00:18.786 Mar 27 12:00:20.789: INFO: Node does NOT have DiskPressure Mar 27 12:00:20.809: INFO: Kubelet Metrics: [] Mar 27 12:00:20.826: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:20.826: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:20.826: INFO: Pod: innocent-pod Mar 27 12:00:20.826: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:20.826: INFO: Pod: container-disk-hog-pod Mar 27 12:00:20.826: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5763125248 Mar 27 12:00:20.829: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:20.829: 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/27/23 12:00:20.83 Mar 27 12:00:22.833: INFO: Node does NOT have DiskPressure Mar 27 12:00:22.854: INFO: Kubelet Metrics: [] Mar 27 12:00:22.871: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:22.871: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:22.871: INFO: Pod: container-disk-hog-pod Mar 27 12:00:22.871: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5862739968 Mar 27 12:00:22.871: INFO: Pod: innocent-pod Mar 27 12:00:22.871: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:22.874: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:22.874: 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/27/23 12:00:22.874 Mar 27 12:00:24.877: INFO: Node does NOT have DiskPressure Mar 27 12:00:24.909: INFO: Kubelet Metrics: [] Mar 27 12:00:24.926: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:24.926: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:24.926: INFO: Pod: container-disk-hog-pod Mar 27 12:00:24.926: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5862739968 Mar 27 12:00:24.926: INFO: Pod: innocent-pod Mar 27 12:00:24.926: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:24.928: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:24.928: 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/27/23 12:00:24.928 Mar 27 12:00:26.932: INFO: Node does NOT have DiskPressure Mar 27 12:00:26.958: INFO: Kubelet Metrics: [] Mar 27 12:00:26.977: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:26.977: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:26.977: INFO: Pod: innocent-pod Mar 27 12:00:26.977: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:26.977: INFO: Pod: container-disk-hog-pod Mar 27 12:00:26.977: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5862739968 Mar 27 12:00:26.980: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:26.980: 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/27/23 12:00:26.98 Mar 27 12:00:28.984: INFO: Node does NOT have DiskPressure Mar 27 12:00:29.015: INFO: Kubelet Metrics: [] Mar 27 12:00:29.031: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:29.032: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10583908352 Mar 27 12:00:29.032: INFO: Pod: innocent-pod Mar 27 12:00:29.032: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:29.032: INFO: Pod: container-disk-hog-pod Mar 27 12:00:29.032: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5862739968 Mar 27 12:00:29.035: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:29.035: 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/27/23 12:00:29.035 Mar 27 12:00:31.039: INFO: Node does NOT have DiskPressure Mar 27 12:00:31.072: INFO: Kubelet Metrics: [] Mar 27 12:00:31.089: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:31.089: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:31.089: INFO: Pod: innocent-pod Mar 27 12:00:31.089: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:31.089: INFO: Pod: container-disk-hog-pod Mar 27 12:00:31.089: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5862739968 Mar 27 12:00:31.092: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:31.092: 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/27/23 12:00:31.092 Mar 27 12:00:33.095: INFO: Node does NOT have DiskPressure Mar 27 12:00:33.118: INFO: Kubelet Metrics: [] Mar 27 12:00:33.136: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:33.136: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:33.136: INFO: Pod: container-disk-hog-pod Mar 27 12:00:33.136: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5961306112 Mar 27 12:00:33.136: INFO: Pod: innocent-pod Mar 27 12:00:33.136: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:33.138: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:33.138: 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/27/23 12:00:33.138 Mar 27 12:00:35.142: INFO: Node does NOT have DiskPressure Mar 27 12:00:35.165: INFO: Kubelet Metrics: [] Mar 27 12:00:35.183: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:35.183: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:35.183: INFO: Pod: innocent-pod Mar 27 12:00:35.183: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:35.183: INFO: Pod: container-disk-hog-pod Mar 27 12:00:35.183: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5961306112 Mar 27 12:00:35.186: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:35.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/27/23 12:00:35.186 Mar 27 12:00:37.189: INFO: Node does NOT have DiskPressure Mar 27 12:00:37.226: INFO: Kubelet Metrics: [] Mar 27 12:00:37.243: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:37.243: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:37.243: INFO: Pod: innocent-pod Mar 27 12:00:37.243: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:37.243: INFO: Pod: container-disk-hog-pod Mar 27 12:00:37.244: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5961306112 Mar 27 12:00:37.246: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:37.246: 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/27/23 12:00:37.246 Mar 27 12:00:39.250: INFO: Node does NOT have DiskPressure Mar 27 12:00:39.274: INFO: Kubelet Metrics: [] Mar 27 12:00:39.288: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:39.288: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10484293632 Mar 27 12:00:39.288: INFO: Pod: innocent-pod Mar 27 12:00:39.288: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:39.288: INFO: Pod: container-disk-hog-pod Mar 27 12:00:39.288: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5961306112 Mar 27 12:00:39.291: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:39.291: 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/27/23 12:00:39.291 Mar 27 12:00:41.295: INFO: Node does NOT have DiskPressure Mar 27 12:00:41.319: INFO: Kubelet Metrics: [] Mar 27 12:00:41.336: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:41.336: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:41.336: INFO: Pod: innocent-pod Mar 27 12:00:41.336: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:41.336: INFO: Pod: container-disk-hog-pod Mar 27 12:00:41.337: INFO: --- summary Container: container-disk-hog-container UsedBytes: 5961306112 Mar 27 12:00:41.340: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:41.340: 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/27/23 12:00:41.34 Mar 27 12:00:43.344: INFO: Node does NOT have DiskPressure Mar 27 12:00:43.375: INFO: Kubelet Metrics: [] Mar 27 12:00:43.392: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:43.392: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:43.392: INFO: Pod: innocent-pod Mar 27 12:00:43.392: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:43.392: INFO: Pod: container-disk-hog-pod Mar 27 12:00:43.392: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6059872256 Mar 27 12:00:43.395: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:43.395: 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/27/23 12:00:43.395 Mar 27 12:00:45.399: INFO: Node does NOT have DiskPressure Mar 27 12:00:45.422: INFO: Kubelet Metrics: [] Mar 27 12:00:45.439: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:45.439: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:45.439: INFO: Pod: container-disk-hog-pod Mar 27 12:00:45.439: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6059872256 Mar 27 12:00:45.439: INFO: Pod: innocent-pod Mar 27 12:00:45.439: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:45.442: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:45.442: 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/27/23 12:00:45.442 Mar 27 12:00:47.444: INFO: Node does NOT have DiskPressure Mar 27 12:00:47.479: INFO: Kubelet Metrics: [] Mar 27 12:00:47.495: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:47.495: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:47.495: INFO: Pod: innocent-pod Mar 27 12:00:47.495: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:47.495: INFO: Pod: container-disk-hog-pod Mar 27 12:00:47.495: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6059872256 Mar 27 12:00:47.499: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:47.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/27/23 12:00:47.499 Mar 27 12:00:49.502: INFO: Node does NOT have DiskPressure Mar 27 12:00:49.534: INFO: Kubelet Metrics: [] Mar 27 12:00:49.551: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:49.551: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10385727488 Mar 27 12:00:49.551: INFO: Pod: innocent-pod Mar 27 12:00:49.551: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:49.551: INFO: Pod: container-disk-hog-pod Mar 27 12:00:49.551: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6059872256 Mar 27 12:00:49.554: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:49.554: 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/27/23 12:00:49.554 Mar 27 12:00:51.558: INFO: Node does NOT have DiskPressure Mar 27 12:00:51.586: INFO: Kubelet Metrics: [] Mar 27 12:00:51.602: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:51.602: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:51.602: INFO: Pod: innocent-pod Mar 27 12:00:51.602: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:51.602: INFO: Pod: container-disk-hog-pod Mar 27 12:00:51.602: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6059872256 Mar 27 12:00:51.604: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:51.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/27/23 12:00:51.604 Mar 27 12:00:53.608: INFO: Node does NOT have DiskPressure Mar 27 12:00:53.634: INFO: Kubelet Metrics: [] Mar 27 12:00:53.651: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:53.651: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:53.651: INFO: Pod: innocent-pod Mar 27 12:00:53.651: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:53.651: INFO: Pod: container-disk-hog-pod Mar 27 12:00:53.651: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6158438400 Mar 27 12:00:53.655: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:53.655: 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/27/23 12:00:53.655 Mar 27 12:00:55.659: INFO: Node does NOT have DiskPressure Mar 27 12:00:55.686: INFO: Kubelet Metrics: [] Mar 27 12:00:55.701: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:55.701: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:55.701: INFO: Pod: innocent-pod Mar 27 12:00:55.701: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:55.701: INFO: Pod: container-disk-hog-pod Mar 27 12:00:55.701: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6158438400 Mar 27 12:00:55.704: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:55.704: 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/27/23 12:00:55.704 Mar 27 12:00:57.707: INFO: Node does NOT have DiskPressure Mar 27 12:00:57.736: INFO: Kubelet Metrics: [] Mar 27 12:00:57.753: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:57.753: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10287161344 Mar 27 12:00:57.753: INFO: Pod: innocent-pod Mar 27 12:00:57.753: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:57.753: INFO: Pod: container-disk-hog-pod Mar 27 12:00:57.753: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6158438400 Mar 27 12:00:57.756: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:57.756: 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/27/23 12:00:57.756 Mar 27 12:00:59.759: INFO: Node does NOT have DiskPressure Mar 27 12:00:59.781: INFO: Kubelet Metrics: [] Mar 27 12:00:59.798: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10187546624 Mar 27 12:00:59.798: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10187546624 Mar 27 12:00:59.798: INFO: Pod: innocent-pod Mar 27 12:00:59.798: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:00:59.798: INFO: Pod: container-disk-hog-pod Mar 27 12:00:59.798: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6158438400 Mar 27 12:00:59.801: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:00:59.801: 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/27/23 12:00:59.801 Mar 27 12:01:01.804: INFO: Node does NOT have DiskPressure Mar 27 12:01:01.830: INFO: Kubelet Metrics: [] Mar 27 12:01:01.848: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:01.848: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:01.848: INFO: Pod: innocent-pod Mar 27 12:01:01.848: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:01.848: INFO: Pod: container-disk-hog-pod Mar 27 12:01:01.848: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6158438400 Mar 27 12:01:01.851: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:01.851: 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/27/23 12:01:01.851 Mar 27 12:01:03.855: INFO: Node does NOT have DiskPressure Mar 27 12:01:03.879: INFO: Kubelet Metrics: [] Mar 27 12:01:03.894: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:03.894: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:03.895: INFO: Pod: innocent-pod Mar 27 12:01:03.895: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:03.895: INFO: Pod: container-disk-hog-pod Mar 27 12:01:03.895: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6258053120 Mar 27 12:01:03.897: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:03.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/27/23 12:01:03.897 Mar 27 12:01:05.901: INFO: Node does NOT have DiskPressure Mar 27 12:01:05.927: INFO: Kubelet Metrics: [] Mar 27 12:01:05.947: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:05.947: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:05.947: INFO: Pod: innocent-pod Mar 27 12:01:05.947: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:05.947: INFO: Pod: container-disk-hog-pod Mar 27 12:01:05.947: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6258053120 Mar 27 12:01:05.951: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:05.951: 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/27/23 12:01:05.951 Mar 27 12:01:07.954: INFO: Node does NOT have DiskPressure Mar 27 12:01:07.980: INFO: Kubelet Metrics: [] Mar 27 12:01:08.003: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:08.003: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10187546624 Mar 27 12:01:08.003: INFO: Pod: innocent-pod Mar 27 12:01:08.003: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:08.003: INFO: Pod: container-disk-hog-pod Mar 27 12:01:08.003: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6258053120 Mar 27 12:01:08.006: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:08.006: 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/27/23 12:01:08.006 Mar 27 12:01:10.010: INFO: Node does NOT have DiskPressure Mar 27 12:01:10.033: INFO: Kubelet Metrics: [] Mar 27 12:01:10.049: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:10.049: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:10.049: INFO: Pod: innocent-pod Mar 27 12:01:10.049: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:10.049: INFO: Pod: container-disk-hog-pod Mar 27 12:01:10.049: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6258053120 Mar 27 12:01:10.052: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:10.052: 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/27/23 12:01:10.052 Mar 27 12:01:12.055: INFO: Node does NOT have DiskPressure Mar 27 12:01:12.079: INFO: Kubelet Metrics: [] Mar 27 12:01:12.095: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:12.095: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:12.095: INFO: Pod: innocent-pod Mar 27 12:01:12.095: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:12.095: INFO: Pod: container-disk-hog-pod Mar 27 12:01:12.095: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6258053120 Mar 27 12:01:12.097: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:12.097: 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/27/23 12:01:12.098 Mar 27 12:01:14.101: INFO: Node does NOT have DiskPressure Mar 27 12:01:14.123: INFO: Kubelet Metrics: [] Mar 27 12:01:14.140: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:14.140: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:14.140: INFO: Pod: innocent-pod Mar 27 12:01:14.140: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:14.140: INFO: Pod: container-disk-hog-pod Mar 27 12:01:14.140: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6356619264 Mar 27 12:01:14.143: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:14.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/27/23 12:01:14.143 Mar 27 12:01:16.146: INFO: Node does NOT have DiskPressure Mar 27 12:01:16.181: INFO: Kubelet Metrics: [] Mar 27 12:01:16.199: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:16.199: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:16.199: INFO: Pod: innocent-pod Mar 27 12:01:16.199: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:16.199: INFO: Pod: container-disk-hog-pod Mar 27 12:01:16.199: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6356619264 Mar 27 12:01:16.202: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:16.202: 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/27/23 12:01:16.202 Mar 27 12:01:18.206: INFO: Node does NOT have DiskPressure Mar 27 12:01:18.228: INFO: Kubelet Metrics: [] Mar 27 12:01:18.245: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:18.245: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10088980480 Mar 27 12:01:18.245: INFO: Pod: innocent-pod Mar 27 12:01:18.245: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:18.245: INFO: Pod: container-disk-hog-pod Mar 27 12:01:18.245: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6356619264 Mar 27 12:01:18.248: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:18.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/27/23 12:01:18.248 Mar 27 12:01:20.251: INFO: Node does NOT have DiskPressure Mar 27 12:01:20.273: INFO: Kubelet Metrics: [] Mar 27 12:01:20.288: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:20.288: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:20.288: INFO: Pod: innocent-pod Mar 27 12:01:20.288: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:20.288: INFO: Pod: container-disk-hog-pod Mar 27 12:01:20.288: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6356619264 Mar 27 12:01:20.291: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:20.291: 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/27/23 12:01:20.291 Mar 27 12:01:22.294: INFO: Node does NOT have DiskPressure Mar 27 12:01:22.319: INFO: Kubelet Metrics: [] Mar 27 12:01:22.345: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:22.345: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:22.345: INFO: Pod: innocent-pod Mar 27 12:01:22.345: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:22.345: INFO: Pod: container-disk-hog-pod Mar 27 12:01:22.345: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6455185408 Mar 27 12:01:22.348: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:22.348: 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/27/23 12:01:22.348 Mar 27 12:01:24.351: INFO: Node does NOT have DiskPressure Mar 27 12:01:24.374: INFO: Kubelet Metrics: [] Mar 27 12:01:24.391: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:24.391: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:24.391: INFO: Pod: innocent-pod Mar 27 12:01:24.391: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:24.391: INFO: Pod: container-disk-hog-pod Mar 27 12:01:24.391: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6455185408 Mar 27 12:01:24.394: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:24.394: 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/27/23 12:01:24.394 Mar 27 12:01:26.397: INFO: Node does NOT have DiskPressure Mar 27 12:01:26.424: INFO: Kubelet Metrics: [] Mar 27 12:01:26.451: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:26.451: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:26.451: INFO: Pod: innocent-pod Mar 27 12:01:26.451: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:26.451: INFO: Pod: container-disk-hog-pod Mar 27 12:01:26.451: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6455185408 Mar 27 12:01:26.454: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:26.454: 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/27/23 12:01:26.454 Mar 27 12:01:28.458: INFO: Node does NOT have DiskPressure Mar 27 12:01:28.483: INFO: Kubelet Metrics: [] Mar 27 12:01:28.499: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:28.499: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9990414336 Mar 27 12:01:28.499: INFO: Pod: container-disk-hog-pod Mar 27 12:01:28.499: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6455185408 Mar 27 12:01:28.499: INFO: Pod: innocent-pod Mar 27 12:01:28.499: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:28.501: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:28.501: 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/27/23 12:01:28.501 Mar 27 12:01:30.504: INFO: Node does NOT have DiskPressure Mar 27 12:01:30.526: INFO: Kubelet Metrics: [] Mar 27 12:01:30.543: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:30.543: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:30.543: INFO: Pod: innocent-pod Mar 27 12:01:30.543: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:30.543: INFO: Pod: container-disk-hog-pod Mar 27 12:01:30.543: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6455185408 Mar 27 12:01:30.545: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:30.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/27/23 12:01:30.545 Mar 27 12:01:32.548: INFO: Node does NOT have DiskPressure Mar 27 12:01:32.573: INFO: Kubelet Metrics: [] Mar 27 12:01:32.588: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:32.588: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:32.588: INFO: Pod: innocent-pod Mar 27 12:01:32.588: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:32.588: INFO: Pod: container-disk-hog-pod Mar 27 12:01:32.588: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6553751552 Mar 27 12:01:32.590: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:32.590: 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/27/23 12:01:32.59 Mar 27 12:01:34.594: INFO: Node does NOT have DiskPressure Mar 27 12:01:34.628: INFO: Kubelet Metrics: [] Mar 27 12:01:34.643: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:34.643: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:34.643: INFO: Pod: innocent-pod Mar 27 12:01:34.643: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:34.643: INFO: Pod: container-disk-hog-pod Mar 27 12:01:34.643: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6553751552 Mar 27 12:01:34.646: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:34.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/27/23 12:01:34.646 Mar 27 12:01:36.649: INFO: Node does NOT have DiskPressure Mar 27 12:01:36.674: INFO: Kubelet Metrics: [] Mar 27 12:01:36.695: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:36.695: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:36.695: INFO: Pod: container-disk-hog-pod Mar 27 12:01:36.695: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6553751552 Mar 27 12:01:36.695: INFO: Pod: innocent-pod Mar 27 12:01:36.695: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:36.698: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:36.698: 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/27/23 12:01:36.698 Mar 27 12:01:38.702: INFO: Node does NOT have DiskPressure Mar 27 12:01:38.727: INFO: Kubelet Metrics: [] Mar 27 12:01:38.742: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:38.742: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9890799616 Mar 27 12:01:38.742: INFO: Pod: innocent-pod Mar 27 12:01:38.742: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:38.742: INFO: Pod: container-disk-hog-pod Mar 27 12:01:38.742: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6553751552 Mar 27 12:01:38.747: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:38.747: 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/27/23 12:01:38.747 Mar 27 12:01:40.751: INFO: Node does NOT have DiskPressure Mar 27 12:01:40.785: INFO: Kubelet Metrics: [] Mar 27 12:01:40.800: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:40.800: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:40.800: INFO: Pod: container-disk-hog-pod Mar 27 12:01:40.800: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6553751552 Mar 27 12:01:40.800: INFO: Pod: innocent-pod Mar 27 12:01:40.800: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:40.803: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:40.803: 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/27/23 12:01:40.803 Mar 27 12:01:42.807: INFO: Node does NOT have DiskPressure Mar 27 12:01:42.832: INFO: Kubelet Metrics: [] Mar 27 12:01:42.848: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:42.848: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:42.848: INFO: Pod: container-disk-hog-pod Mar 27 12:01:42.848: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6653366272 Mar 27 12:01:42.848: INFO: Pod: innocent-pod Mar 27 12:01:42.848: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:42.850: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:42.850: 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/27/23 12:01:42.85 Mar 27 12:01:44.854: INFO: Node does NOT have DiskPressure Mar 27 12:01:44.877: INFO: Kubelet Metrics: [] Mar 27 12:01:44.893: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:44.893: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:44.893: INFO: Pod: innocent-pod Mar 27 12:01:44.893: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:44.893: INFO: Pod: container-disk-hog-pod Mar 27 12:01:44.893: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6653366272 Mar 27 12:01:44.896: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:44.896: 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/27/23 12:01:44.896 Mar 27 12:01:46.899: INFO: Node does NOT have DiskPressure Mar 27 12:01:46.930: INFO: Kubelet Metrics: [] Mar 27 12:01:46.946: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:46.946: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:46.946: INFO: Pod: container-disk-hog-pod Mar 27 12:01:46.946: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6653366272 Mar 27 12:01:46.946: INFO: Pod: innocent-pod Mar 27 12:01:46.946: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:46.949: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:46.949: 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/27/23 12:01:46.949 Mar 27 12:01:48.952: INFO: Node does NOT have DiskPressure Mar 27 12:01:48.976: INFO: Kubelet Metrics: [] Mar 27 12:01:48.993: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:48.993: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9792233472 Mar 27 12:01:48.993: INFO: Pod: innocent-pod Mar 27 12:01:48.993: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:48.993: INFO: Pod: container-disk-hog-pod Mar 27 12:01:48.993: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6653366272 Mar 27 12:01:48.996: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:48.996: 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/27/23 12:01:48.996 Mar 27 12:01:50.999: INFO: Node does NOT have DiskPressure Mar 27 12:01:51.024: INFO: Kubelet Metrics: [] Mar 27 12:01:51.039: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:51.039: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:51.039: INFO: Pod: container-disk-hog-pod Mar 27 12:01:51.039: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6653366272 Mar 27 12:01:51.039: INFO: Pod: innocent-pod Mar 27 12:01:51.039: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:51.042: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:51.042: 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/27/23 12:01:51.042 Mar 27 12:01:53.046: INFO: Node does NOT have DiskPressure Mar 27 12:01:53.069: INFO: Kubelet Metrics: [] Mar 27 12:01:53.087: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:53.087: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:53.087: INFO: Pod: innocent-pod Mar 27 12:01:53.087: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:53.087: INFO: Pod: container-disk-hog-pod Mar 27 12:01:53.087: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6751932416 Mar 27 12:01:53.090: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:53.090: 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/27/23 12:01:53.09 Mar 27 12:01:55.092: INFO: Node does NOT have DiskPressure Mar 27 12:01:55.114: INFO: Kubelet Metrics: [] Mar 27 12:01:55.130: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:55.130: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:55.130: INFO: Pod: innocent-pod Mar 27 12:01:55.130: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:55.130: INFO: Pod: container-disk-hog-pod Mar 27 12:01:55.130: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6751932416 Mar 27 12:01:55.133: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:55.133: 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/27/23 12:01:55.133 Mar 27 12:01:57.136: INFO: Node does NOT have DiskPressure Mar 27 12:01:57.168: INFO: Kubelet Metrics: [] Mar 27 12:01:57.187: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:57.187: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:57.187: INFO: Pod: container-disk-hog-pod Mar 27 12:01:57.187: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6751932416 Mar 27 12:01:57.187: INFO: Pod: innocent-pod Mar 27 12:01:57.187: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:57.190: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:57.190: 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/27/23 12:01:57.19 Mar 27 12:01:59.193: INFO: Node does NOT have DiskPressure Mar 27 12:01:59.215: INFO: Kubelet Metrics: [] Mar 27 12:01:59.241: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:59.241: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9692618752 Mar 27 12:01:59.241: INFO: Pod: innocent-pod Mar 27 12:01:59.241: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:01:59.241: INFO: Pod: container-disk-hog-pod Mar 27 12:01:59.241: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6751932416 Mar 27 12:01:59.244: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:01:59.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/27/23 12:01:59.244 Mar 27 12:02:01.248: INFO: Node does NOT have DiskPressure Mar 27 12:02:01.271: INFO: Kubelet Metrics: [] Mar 27 12:02:01.286: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:01.286: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:01.286: INFO: Pod: innocent-pod Mar 27 12:02:01.286: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:01.286: INFO: Pod: container-disk-hog-pod Mar 27 12:02:01.286: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6751932416 Mar 27 12:02:01.289: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:01.289: 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/27/23 12:02:01.289 Mar 27 12:02:03.292: INFO: Node does NOT have DiskPressure Mar 27 12:02:03.314: INFO: Kubelet Metrics: [] Mar 27 12:02:03.334: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:03.334: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:03.334: INFO: Pod: innocent-pod Mar 27 12:02:03.334: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:03.335: INFO: Pod: container-disk-hog-pod Mar 27 12:02:03.335: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6850498560 Mar 27 12:02:03.337: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:03.337: 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/27/23 12:02:03.337 Mar 27 12:02:05.341: INFO: Node does NOT have DiskPressure Mar 27 12:02:05.366: INFO: Kubelet Metrics: [] Mar 27 12:02:05.384: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:05.384: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:05.384: INFO: Pod: innocent-pod Mar 27 12:02:05.384: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:05.384: INFO: Pod: container-disk-hog-pod Mar 27 12:02:05.384: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6850498560 Mar 27 12:02:05.387: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:05.387: 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/27/23 12:02:05.387 Mar 27 12:02:07.391: INFO: Node does NOT have DiskPressure Mar 27 12:02:07.412: INFO: Kubelet Metrics: [] Mar 27 12:02:07.430: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:07.430: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:07.430: INFO: Pod: innocent-pod Mar 27 12:02:07.430: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:07.430: INFO: Pod: container-disk-hog-pod Mar 27 12:02:07.430: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6850498560 Mar 27 12:02:07.434: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:07.434: 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/27/23 12:02:07.434 Mar 27 12:02:09.437: INFO: Node does NOT have DiskPressure Mar 27 12:02:09.459: INFO: Kubelet Metrics: [] Mar 27 12:02:09.474: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:09.474: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9594052608 Mar 27 12:02:09.474: INFO: Pod: innocent-pod Mar 27 12:02:09.474: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:09.474: INFO: Pod: container-disk-hog-pod Mar 27 12:02:09.474: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6850498560 Mar 27 12:02:09.477: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:09.477: 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/27/23 12:02:09.477 Mar 27 12:02:11.480: INFO: Node does NOT have DiskPressure Mar 27 12:02:11.503: INFO: Kubelet Metrics: [] Mar 27 12:02:11.526: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:11.526: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:11.526: INFO: Pod: innocent-pod Mar 27 12:02:11.526: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:11.526: INFO: Pod: container-disk-hog-pod Mar 27 12:02:11.526: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6850498560 Mar 27 12:02:11.529: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:11.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/27/23 12:02:11.529 Mar 27 12:02:13.533: INFO: Node does NOT have DiskPressure Mar 27 12:02:13.558: INFO: Kubelet Metrics: [] Mar 27 12:02:13.577: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:13.577: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:13.577: INFO: Pod: innocent-pod Mar 27 12:02:13.577: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:13.577: INFO: Pod: container-disk-hog-pod Mar 27 12:02:13.577: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6949064704 Mar 27 12:02:13.579: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:13.579: 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/27/23 12:02:13.579 Mar 27 12:02:15.582: INFO: Node does NOT have DiskPressure Mar 27 12:02:15.605: INFO: Kubelet Metrics: [] Mar 27 12:02:15.623: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:15.623: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:15.623: INFO: Pod: innocent-pod Mar 27 12:02:15.623: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:15.623: INFO: Pod: container-disk-hog-pod Mar 27 12:02:15.623: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6949064704 Mar 27 12:02:15.626: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:15.626: 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/27/23 12:02:15.626 Mar 27 12:02:17.629: INFO: Node does NOT have DiskPressure Mar 27 12:02:17.655: INFO: Kubelet Metrics: [] Mar 27 12:02:17.682: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:17.682: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:17.682: INFO: Pod: innocent-pod Mar 27 12:02:17.682: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:17.682: INFO: Pod: container-disk-hog-pod Mar 27 12:02:17.682: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6949064704 Mar 27 12:02:17.685: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:17.686: 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/27/23 12:02:17.686 Mar 27 12:02:19.689: INFO: Node does NOT have DiskPressure Mar 27 12:02:19.712: INFO: Kubelet Metrics: [] Mar 27 12:02:19.732: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:19.732: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9495486464 Mar 27 12:02:19.732: INFO: Pod: innocent-pod Mar 27 12:02:19.733: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:19.733: INFO: Pod: container-disk-hog-pod Mar 27 12:02:19.733: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6949064704 Mar 27 12:02:19.737: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:19.737: 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/27/23 12:02:19.737 Mar 27 12:02:21.741: INFO: Node does NOT have DiskPressure Mar 27 12:02:21.764: INFO: Kubelet Metrics: [] Mar 27 12:02:21.780: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:21.780: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:21.780: INFO: Pod: innocent-pod Mar 27 12:02:21.780: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:21.780: INFO: Pod: container-disk-hog-pod Mar 27 12:02:21.780: INFO: --- summary Container: container-disk-hog-container UsedBytes: 6949064704 Mar 27 12:02:21.783: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:21.783: 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/27/23 12:02:21.783 Mar 27 12:02:23.786: INFO: Node does NOT have DiskPressure Mar 27 12:02:23.810: INFO: Kubelet Metrics: [] Mar 27 12:02:23.825: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:23.825: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:23.825: INFO: Pod: innocent-pod Mar 27 12:02:23.825: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:23.825: INFO: Pod: container-disk-hog-pod Mar 27 12:02:23.825: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7048679424 Mar 27 12:02:23.828: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:23.828: 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/27/23 12:02:23.828 Mar 27 12:02:25.832: INFO: Node does NOT have DiskPressure Mar 27 12:02:25.857: INFO: Kubelet Metrics: [] Mar 27 12:02:25.873: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:25.873: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:25.873: INFO: Pod: innocent-pod Mar 27 12:02:25.873: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:25.873: INFO: Pod: container-disk-hog-pod Mar 27 12:02:25.873: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7048679424 Mar 27 12:02:25.875: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:25.875: 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/27/23 12:02:25.875 Mar 27 12:02:27.878: INFO: Node does NOT have DiskPressure Mar 27 12:02:27.905: INFO: Kubelet Metrics: [] Mar 27 12:02:27.921: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:27.921: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9395871744 Mar 27 12:02:27.921: INFO: Pod: innocent-pod Mar 27 12:02:27.922: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:27.922: INFO: Pod: container-disk-hog-pod Mar 27 12:02:27.922: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7048679424 Mar 27 12:02:27.927: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:27.927: 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/27/23 12:02:27.928 Mar 27 12:02:29.931: INFO: Node does NOT have DiskPressure Mar 27 12:02:29.953: INFO: Kubelet Metrics: [] Mar 27 12:02:29.974: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:29.974: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:29.974: INFO: Pod: container-disk-hog-pod Mar 27 12:02:29.974: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7048679424 Mar 27 12:02:29.974: INFO: Pod: innocent-pod Mar 27 12:02:29.974: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:29.977: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:29.977: 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/27/23 12:02:29.977 Mar 27 12:02:31.980: INFO: Node does NOT have DiskPressure Mar 27 12:02:32.005: INFO: Kubelet Metrics: [] Mar 27 12:02:32.022: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:32.022: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:32.022: INFO: Pod: innocent-pod Mar 27 12:02:32.022: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:32.022: INFO: Pod: container-disk-hog-pod Mar 27 12:02:32.022: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7048679424 Mar 27 12:02:32.025: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:32.025: 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/27/23 12:02:32.025 Mar 27 12:02:34.028: INFO: Node does NOT have DiskPressure Mar 27 12:02:34.053: INFO: Kubelet Metrics: [] Mar 27 12:02:34.069: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:34.069: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:34.069: INFO: Pod: container-disk-hog-pod Mar 27 12:02:34.069: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7147249664 Mar 27 12:02:34.069: INFO: Pod: innocent-pod Mar 27 12:02:34.069: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:34.072: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:34.072: 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/27/23 12:02:34.072 Mar 27 12:02:36.075: INFO: Node does NOT have DiskPressure Mar 27 12:02:36.098: INFO: Kubelet Metrics: [] Mar 27 12:02:36.114: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:36.114: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:36.114: INFO: Pod: container-disk-hog-pod Mar 27 12:02:36.114: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7147249664 Mar 27 12:02:36.114: INFO: Pod: innocent-pod Mar 27 12:02:36.114: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:36.117: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:36.117: 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/27/23 12:02:36.117 Mar 27 12:02:38.124: INFO: Node does NOT have DiskPressure Mar 27 12:02:38.155: INFO: Kubelet Metrics: [] Mar 27 12:02:38.179: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:38.179: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9297305600 Mar 27 12:02:38.179: INFO: Pod: innocent-pod Mar 27 12:02:38.179: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:38.179: INFO: Pod: container-disk-hog-pod Mar 27 12:02:38.179: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7147249664 Mar 27 12:02:38.182: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02: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/27/23 12:02:38.182 Mar 27 12:02:40.185: INFO: Node does NOT have DiskPressure Mar 27 12:02:40.207: INFO: Kubelet Metrics: [] Mar 27 12:02:40.222: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:40.222: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:40.222: INFO: Pod: innocent-pod Mar 27 12:02:40.222: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:40.222: INFO: Pod: container-disk-hog-pod Mar 27 12:02:40.222: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7147249664 Mar 27 12:02:40.225: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:40.225: 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/27/23 12:02:40.225 Mar 27 12:02:42.227: INFO: Node does NOT have DiskPressure Mar 27 12:02:42.249: INFO: Kubelet Metrics: [] Mar 27 12:02:42.276: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:42.276: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:42.276: INFO: Pod: innocent-pod Mar 27 12:02:42.276: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:42.276: INFO: Pod: container-disk-hog-pod Mar 27 12:02:42.276: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7147249664 Mar 27 12:02:42.279: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:42.279: 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/27/23 12:02:42.28 Mar 27 12:02:44.283: INFO: Node does NOT have DiskPressure Mar 27 12:02:44.309: INFO: Kubelet Metrics: [] Mar 27 12:02:44.327: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:44.327: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:44.327: INFO: Pod: container-disk-hog-pod Mar 27 12:02:44.327: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7245815808 Mar 27 12:02:44.327: INFO: Pod: innocent-pod Mar 27 12:02:44.327: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:44.330: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:44.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/27/23 12:02:44.33 Mar 27 12:02:46.333: INFO: Node does NOT have DiskPressure Mar 27 12:02:46.357: INFO: Kubelet Metrics: [] Mar 27 12:02:46.374: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:46.374: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:46.374: INFO: Pod: container-disk-hog-pod Mar 27 12:02:46.374: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7245815808 Mar 27 12:02:46.374: INFO: Pod: innocent-pod Mar 27 12:02:46.374: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:46.377: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:46.377: 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/27/23 12:02:46.377 Mar 27 12:02:48.380: INFO: Node does NOT have DiskPressure Mar 27 12:02:48.404: INFO: Kubelet Metrics: [] Mar 27 12:02:48.421: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:48.421: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9197686784 Mar 27 12:02:48.421: INFO: Pod: innocent-pod Mar 27 12:02:48.421: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:48.421: INFO: Pod: container-disk-hog-pod Mar 27 12:02:48.421: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7245815808 Mar 27 12:02:48.424: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:48.424: 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/27/23 12:02:48.424 Mar 27 12:02:50.428: INFO: Node does NOT have DiskPressure Mar 27 12:02:50.476: INFO: Kubelet Metrics: [] Mar 27 12:02:50.505: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:50.505: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:50.505: INFO: Pod: innocent-pod Mar 27 12:02:50.505: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:50.505: INFO: Pod: container-disk-hog-pod Mar 27 12:02:50.505: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7245815808 Mar 27 12:02:50.513: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:50.513: 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/27/23 12:02:50.513 Mar 27 12:02:52.515: INFO: Node does NOT have DiskPressure Mar 27 12:02:52.542: INFO: Kubelet Metrics: [] Mar 27 12:02:52.567: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:52.567: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:52.567: INFO: Pod: container-disk-hog-pod Mar 27 12:02:52.567: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7344381952 Mar 27 12:02:52.567: INFO: Pod: innocent-pod Mar 27 12:02:52.567: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:52.570: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:52.570: 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/27/23 12:02:52.57 Mar 27 12:02:54.574: INFO: Node does NOT have DiskPressure Mar 27 12:02:54.597: INFO: Kubelet Metrics: [] Mar 27 12:02:54.613: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:54.613: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:54.613: INFO: Pod: innocent-pod Mar 27 12:02:54.613: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:54.613: INFO: Pod: container-disk-hog-pod Mar 27 12:02:54.613: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7344381952 Mar 27 12:02:54.616: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:54.616: 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/27/23 12:02:54.616 Mar 27 12:02:56.620: INFO: Node does NOT have DiskPressure Mar 27 12:02:56.639: INFO: Kubelet Metrics: [] Mar 27 12:02:56.656: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:56.656: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:56.656: INFO: Pod: innocent-pod Mar 27 12:02:56.656: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:56.656: INFO: Pod: container-disk-hog-pod Mar 27 12:02:56.656: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7344381952 Mar 27 12:02:56.659: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:56.659: 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/27/23 12:02:56.659 Mar 27 12:02:58.662: INFO: Node does NOT have DiskPressure Mar 27 12:02:58.690: INFO: Kubelet Metrics: [] Mar 27 12:02:58.707: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:58.707: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9099120640 Mar 27 12:02:58.707: INFO: Pod: innocent-pod Mar 27 12:02:58.707: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:02:58.707: INFO: Pod: container-disk-hog-pod Mar 27 12:02:58.707: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7344381952 Mar 27 12:02:58.710: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:02:58.710: 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/27/23 12:02:58.71 Mar 27 12:03:00.713: INFO: Node does NOT have DiskPressure Mar 27 12:03:00.744: INFO: Kubelet Metrics: [] Mar 27 12:03:00.759: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:00.759: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:00.759: INFO: Pod: innocent-pod Mar 27 12:03:00.759: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:00.759: INFO: Pod: container-disk-hog-pod Mar 27 12:03:00.759: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7344381952 Mar 27 12:03:00.762: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:00.762: 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/27/23 12:03:00.762 Mar 27 12:03:02.764: INFO: Node does NOT have DiskPressure Mar 27 12:03:02.786: INFO: Kubelet Metrics: [] Mar 27 12:03:02.800: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:02.800: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:02.800: INFO: Pod: innocent-pod Mar 27 12:03:02.800: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:02.800: INFO: Pod: container-disk-hog-pod Mar 27 12:03:02.801: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7442948096 Mar 27 12:03:02.803: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:02.803: 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/27/23 12:03:02.803 Mar 27 12:03:04.807: INFO: Node does NOT have DiskPressure Mar 27 12:03:04.831: INFO: Kubelet Metrics: [] Mar 27 12:03:04.848: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:04.848: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:04.848: INFO: Pod: innocent-pod Mar 27 12:03:04.848: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:04.848: INFO: Pod: container-disk-hog-pod Mar 27 12:03:04.848: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7442948096 Mar 27 12:03:04.851: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:04.851: 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/27/23 12:03:04.851 Mar 27 12:03:06.854: INFO: Node does NOT have DiskPressure Mar 27 12:03:06.879: INFO: Kubelet Metrics: [] Mar 27 12:03:06.895: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:06.895: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:06.895: INFO: Pod: innocent-pod Mar 27 12:03:06.895: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:06.895: INFO: Pod: container-disk-hog-pod Mar 27 12:03:06.895: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7442948096 Mar 27 12:03:06.898: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:06.898: 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/27/23 12:03:06.898 Mar 27 12:03:08.901: INFO: Node does NOT have DiskPressure Mar 27 12:03:08.921: INFO: Kubelet Metrics: [] Mar 27 12:03:08.937: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:08.937: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9000554496 Mar 27 12:03:08.937: INFO: Pod: innocent-pod Mar 27 12:03:08.937: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:08.937: INFO: Pod: container-disk-hog-pod Mar 27 12:03:08.937: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7442948096 Mar 27 12:03:08.940: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:08.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/27/23 12:03:08.94 Mar 27 12:03:10.944: INFO: Node does NOT have DiskPressure Mar 27 12:03:10.976: INFO: Kubelet Metrics: [] Mar 27 12:03:10.994: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:10.994: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:10.994: INFO: Pod: innocent-pod Mar 27 12:03:10.994: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:10.994: INFO: Pod: container-disk-hog-pod Mar 27 12:03:10.994: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7442948096 Mar 27 12:03:10.997: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:10.997: 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/27/23 12:03:10.997 Mar 27 12:03:13.000: INFO: Node does NOT have DiskPressure Mar 27 12:03:13.023: INFO: Kubelet Metrics: [] Mar 27 12:03:13.039: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:13.039: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:13.039: INFO: Pod: innocent-pod Mar 27 12:03:13.039: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:13.039: INFO: Pod: container-disk-hog-pod Mar 27 12:03:13.039: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7542566912 Mar 27 12:03:13.042: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:13.042: 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/27/23 12:03:13.042 Mar 27 12:03:15.045: INFO: Node does NOT have DiskPressure Mar 27 12:03:15.067: INFO: Kubelet Metrics: [] Mar 27 12:03:15.083: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:15.083: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:15.083: INFO: Pod: innocent-pod Mar 27 12:03:15.083: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:15.083: INFO: Pod: container-disk-hog-pod Mar 27 12:03:15.083: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7542566912 Mar 27 12:03:15.086: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:15.086: 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/27/23 12:03:15.086 Mar 27 12:03:17.089: INFO: Node does NOT have DiskPressure Mar 27 12:03:17.112: INFO: Kubelet Metrics: [] Mar 27 12:03:17.129: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:17.130: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:17.130: INFO: Pod: innocent-pod Mar 27 12:03:17.130: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:17.130: INFO: Pod: container-disk-hog-pod Mar 27 12:03:17.130: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7542566912 Mar 27 12:03:17.132: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:17.132: 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/27/23 12:03:17.132 Mar 27 12:03:19.136: INFO: Node does NOT have DiskPressure Mar 27 12:03:19.162: INFO: Kubelet Metrics: [] Mar 27 12:03:19.177: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:19.177: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8901984256 Mar 27 12:03:19.177: INFO: Pod: innocent-pod Mar 27 12:03:19.177: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:19.177: INFO: Pod: container-disk-hog-pod Mar 27 12:03:19.177: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7542566912 Mar 27 12:03:19.180: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:19.180: 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/27/23 12:03:19.18 Mar 27 12:03:21.183: INFO: Node does NOT have DiskPressure Mar 27 12:03:21.220: INFO: Kubelet Metrics: [] Mar 27 12:03:21.236: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:21.236: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:21.236: INFO: Pod: innocent-pod Mar 27 12:03:21.236: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:21.236: INFO: Pod: container-disk-hog-pod Mar 27 12:03:21.236: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7542566912 Mar 27 12:03:21.239: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:21.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/27/23 12:03:21.239 Mar 27 12:03:23.242: INFO: Node does NOT have DiskPressure Mar 27 12:03:23.265: INFO: Kubelet Metrics: [] Mar 27 12:03:23.281: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:23.281: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:23.281: INFO: Pod: innocent-pod Mar 27 12:03:23.281: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:23.281: INFO: Pod: container-disk-hog-pod Mar 27 12:03:23.281: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7641133056 Mar 27 12:03:23.284: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:23.284: 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/27/23 12:03:23.284 Mar 27 12:03:25.288: INFO: Node does NOT have DiskPressure Mar 27 12:03:25.313: INFO: Kubelet Metrics: [] Mar 27 12:03:25.328: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:25.328: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:25.329: INFO: Pod: innocent-pod Mar 27 12:03:25.329: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:25.329: INFO: Pod: container-disk-hog-pod Mar 27 12:03:25.329: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7641133056 Mar 27 12:03:25.331: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:25.331: 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/27/23 12:03:25.331 Mar 27 12:03:27.334: INFO: Node does NOT have DiskPressure Mar 27 12:03:27.360: INFO: Kubelet Metrics: [] Mar 27 12:03:27.378: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:27.378: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:27.378: INFO: Pod: innocent-pod Mar 27 12:03:27.378: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:27.378: INFO: Pod: container-disk-hog-pod Mar 27 12:03:27.378: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7641133056 Mar 27 12:03:27.381: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:27.381: 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/27/23 12:03:27.381 Mar 27 12:03:29.385: INFO: Node does NOT have DiskPressure Mar 27 12:03:29.414: INFO: Kubelet Metrics: [] Mar 27 12:03:29.435: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:29.435: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8802369536 Mar 27 12:03:29.435: INFO: Pod: innocent-pod Mar 27 12:03:29.435: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:29.435: INFO: Pod: container-disk-hog-pod Mar 27 12:03:29.435: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7641133056 Mar 27 12:03:29.438: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:29.438: 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/27/23 12:03:29.438 Mar 27 12:03:31.441: INFO: Node does NOT have DiskPressure Mar 27 12:03:31.467: INFO: Kubelet Metrics: [] Mar 27 12:03:31.482: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:31.482: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:31.482: INFO: Pod: container-disk-hog-pod Mar 27 12:03:31.482: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7641133056 Mar 27 12:03:31.482: INFO: Pod: innocent-pod Mar 27 12:03:31.482: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:31.485: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:31.485: 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/27/23 12:03:31.485 Mar 27 12:03:33.488: INFO: Node does NOT have DiskPressure Mar 27 12:03:33.512: INFO: Kubelet Metrics: [] Mar 27 12:03:33.529: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:33.529: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:33.529: INFO: Pod: innocent-pod Mar 27 12:03:33.529: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:33.529: INFO: Pod: container-disk-hog-pod Mar 27 12:03:33.529: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7739699200 Mar 27 12:03:33.531: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:33.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/27/23 12:03:33.531 Mar 27 12:03:35.534: INFO: Node does NOT have DiskPressure Mar 27 12:03:35.557: INFO: Kubelet Metrics: [] Mar 27 12:03:35.573: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:35.573: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:35.573: INFO: Pod: innocent-pod Mar 27 12:03:35.573: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:35.573: INFO: Pod: container-disk-hog-pod Mar 27 12:03:35.573: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7739699200 Mar 27 12:03:35.576: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:35.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/27/23 12:03:35.576 Mar 27 12:03:37.580: INFO: Node does NOT have DiskPressure Mar 27 12:03:37.605: INFO: Kubelet Metrics: [] Mar 27 12:03:37.626: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:37.626: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:37.626: INFO: Pod: innocent-pod Mar 27 12:03:37.626: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:37.626: INFO: Pod: container-disk-hog-pod Mar 27 12:03:37.626: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7739699200 Mar 27 12:03:37.629: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:37.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/27/23 12:03:37.629 Mar 27 12:03:39.633: INFO: Node does NOT have DiskPressure Mar 27 12:03:39.669: INFO: Kubelet Metrics: [] Mar 27 12:03:39.684: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:39.684: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8703803392 Mar 27 12:03:39.684: INFO: Pod: innocent-pod Mar 27 12:03:39.684: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:39.684: INFO: Pod: container-disk-hog-pod Mar 27 12:03:39.684: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7739699200 Mar 27 12:03:39.687: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:39.687: 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/27/23 12:03:39.687 Mar 27 12:03:41.691: INFO: Node does NOT have DiskPressure Mar 27 12:03:41.714: INFO: Kubelet Metrics: [] Mar 27 12:03:41.730: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:41.730: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:41.730: INFO: Pod: innocent-pod Mar 27 12:03:41.730: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:41.730: INFO: Pod: container-disk-hog-pod Mar 27 12:03:41.730: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7739699200 Mar 27 12:03:41.733: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:41.733: 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/27/23 12:03:41.733 Mar 27 12:03:43.736: INFO: Node does NOT have DiskPressure Mar 27 12:03:43.759: INFO: Kubelet Metrics: [] Mar 27 12:03:43.778: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:43.778: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:43.778: INFO: Pod: innocent-pod Mar 27 12:03:43.778: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:43.778: INFO: Pod: container-disk-hog-pod Mar 27 12:03:43.778: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7838269440 Mar 27 12:03:43.781: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:43.781: 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/27/23 12:03:43.781 Mar 27 12:03:45.783: INFO: Node does NOT have DiskPressure Mar 27 12:03:45.806: INFO: Kubelet Metrics: [] Mar 27 12:03:45.822: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:45.822: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:45.822: INFO: Pod: innocent-pod Mar 27 12:03:45.822: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:45.822: INFO: Pod: container-disk-hog-pod Mar 27 12:03:45.822: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7838269440 Mar 27 12:03:45.825: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:45.825: 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/27/23 12:03:45.825 Mar 27 12:03:47.828: INFO: Node does NOT have DiskPressure Mar 27 12:03:47.858: INFO: Kubelet Metrics: [] Mar 27 12:03:47.875: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:47.875: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:47.875: INFO: Pod: innocent-pod Mar 27 12:03:47.875: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:47.875: INFO: Pod: container-disk-hog-pod Mar 27 12:03:47.875: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7838269440 Mar 27 12:03:47.877: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:47.877: 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/27/23 12:03:47.877 Mar 27 12:03:49.881: INFO: Node does NOT have DiskPressure Mar 27 12:03:49.910: INFO: Kubelet Metrics: [] Mar 27 12:03:49.937: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:49.937: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8605237248 Mar 27 12:03:49.937: INFO: Pod: container-disk-hog-pod Mar 27 12:03:49.937: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7838269440 Mar 27 12:03:49.937: INFO: Pod: innocent-pod Mar 27 12:03:49.937: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:49.942: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:49.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/27/23 12:03:49.943 Mar 27 12:03:51.946: INFO: Node does NOT have DiskPressure Mar 27 12:03:51.972: INFO: Kubelet Metrics: [] Mar 27 12:03:51.989: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:51.989: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:51.989: INFO: Pod: innocent-pod Mar 27 12:03:51.989: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:51.989: INFO: Pod: container-disk-hog-pod Mar 27 12:03:51.989: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7838269440 Mar 27 12:03:51.992: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:51.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/27/23 12:03:51.992 Mar 27 12:03:53.995: INFO: Node does NOT have DiskPressure Mar 27 12:03:54.015: INFO: Kubelet Metrics: [] Mar 27 12:03:54.030: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:54.030: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:54.030: INFO: Pod: innocent-pod Mar 27 12:03:54.030: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:54.030: INFO: Pod: container-disk-hog-pod Mar 27 12:03:54.030: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7937884160 Mar 27 12:03:54.032: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:54.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/27/23 12:03:54.032 Mar 27 12:03:56.036: INFO: Node does NOT have DiskPressure Mar 27 12:03:56.062: INFO: Kubelet Metrics: [] Mar 27 12:03:56.079: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:56.079: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:56.079: INFO: Pod: innocent-pod Mar 27 12:03:56.079: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:56.079: INFO: Pod: container-disk-hog-pod Mar 27 12:03:56.079: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7937884160 Mar 27 12:03:56.081: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:56.081: 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/27/23 12:03:56.081 Mar 27 12:03:58.084: INFO: Node does NOT have DiskPressure Mar 27 12:03:58.109: INFO: Kubelet Metrics: [] Mar 27 12:03:58.125: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:58.125: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8505618432 Mar 27 12:03:58.125: INFO: Pod: innocent-pod Mar 27 12:03:58.125: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:03:58.125: INFO: Pod: container-disk-hog-pod Mar 27 12:03:58.125: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7937884160 Mar 27 12:03:58.128: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:03:58.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/27/23 12:03:58.128 Mar 27 12:04:00.131: INFO: Node does NOT have DiskPressure Mar 27 12:04:00.162: INFO: Kubelet Metrics: [] Mar 27 12:04:00.178: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:00.178: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:00.178: INFO: Pod: innocent-pod Mar 27 12:04:00.178: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:00.178: INFO: Pod: container-disk-hog-pod Mar 27 12:04:00.178: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7937884160 Mar 27 12:04:00.181: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:00.181: 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/27/23 12:04:00.181 Mar 27 12:04:02.184: INFO: Node does NOT have DiskPressure Mar 27 12:04:02.211: INFO: Kubelet Metrics: [] Mar 27 12:04:02.237: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:02.237: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:02.237: INFO: Pod: container-disk-hog-pod Mar 27 12:04:02.237: INFO: --- summary Container: container-disk-hog-container UsedBytes: 7937884160 Mar 27 12:04:02.237: INFO: Pod: innocent-pod Mar 27 12:04:02.237: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:02.240: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:02.240: 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/27/23 12:04:02.24 Mar 27 12:04:04.243: INFO: Node does NOT have DiskPressure Mar 27 12:04:04.274: INFO: Kubelet Metrics: [] Mar 27 12:04:04.291: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:04.291: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:04.291: INFO: Pod: container-disk-hog-pod Mar 27 12:04:04.291: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8036458496 Mar 27 12:04:04.291: INFO: Pod: innocent-pod Mar 27 12:04:04.291: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:04.293: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:04.293: 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/27/23 12:04:04.294 Mar 27 12:04:06.296: INFO: Node does NOT have DiskPressure Mar 27 12:04:06.319: INFO: Kubelet Metrics: [] Mar 27 12:04:06.335: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:06.335: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:06.335: INFO: Pod: innocent-pod Mar 27 12:04:06.335: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:06.335: INFO: Pod: container-disk-hog-pod Mar 27 12:04:06.335: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8036458496 Mar 27 12:04:06.337: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:06.337: 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/27/23 12:04:06.337 Mar 27 12:04:08.341: INFO: Node does NOT have DiskPressure Mar 27 12:04:08.365: INFO: Kubelet Metrics: [] Mar 27 12:04:08.388: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:08.388: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8407048192 Mar 27 12:04:08.388: INFO: Pod: innocent-pod Mar 27 12:04:08.388: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:08.388: INFO: Pod: container-disk-hog-pod Mar 27 12:04:08.388: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8036458496 Mar 27 12:04:08.391: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:08.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/27/23 12:04:08.391 Mar 27 12:04:10.394: INFO: Node does NOT have DiskPressure Mar 27 12:04:10.432: INFO: Kubelet Metrics: [] Mar 27 12:04:10.449: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:10.449: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:10.449: INFO: Pod: innocent-pod Mar 27 12:04:10.449: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:10.449: INFO: Pod: container-disk-hog-pod Mar 27 12:04:10.449: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8036458496 Mar 27 12:04:10.452: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04: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/27/23 12:04:10.452 Mar 27 12:04:12.455: INFO: Node does NOT have DiskPressure Mar 27 12:04:12.478: INFO: Kubelet Metrics: [] Mar 27 12:04:12.494: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:12.494: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:12.494: INFO: Pod: container-disk-hog-pod Mar 27 12:04:12.494: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8135036928 Mar 27 12:04:12.494: INFO: Pod: innocent-pod Mar 27 12:04:12.494: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:12.496: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:12.496: 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/27/23 12:04:12.496 Mar 27 12:04:14.499: INFO: Node does NOT have DiskPressure Mar 27 12:04:14.524: INFO: Kubelet Metrics: [] Mar 27 12:04:14.541: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:14.541: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:14.541: INFO: Pod: innocent-pod Mar 27 12:04:14.541: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:14.541: INFO: Pod: container-disk-hog-pod Mar 27 12:04:14.541: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8135036928 Mar 27 12:04:14.544: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:14.544: 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/27/23 12:04:14.544 Mar 27 12:04:16.548: INFO: Node does NOT have DiskPressure Mar 27 12:04:16.578: INFO: Kubelet Metrics: [] Mar 27 12:04:16.593: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:16.593: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:16.593: INFO: Pod: container-disk-hog-pod Mar 27 12:04:16.593: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8135036928 Mar 27 12:04:16.593: INFO: Pod: innocent-pod Mar 27 12:04:16.593: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:16.596: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:16.596: 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/27/23 12:04:16.596 Mar 27 12:04:18.599: INFO: Node does NOT have DiskPressure Mar 27 12:04:18.621: INFO: Kubelet Metrics: [] Mar 27 12:04:18.637: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:18.637: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8308465664 Mar 27 12:04:18.637: INFO: Pod: innocent-pod Mar 27 12:04:18.637: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:18.637: INFO: Pod: container-disk-hog-pod Mar 27 12:04:18.637: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8135036928 Mar 27 12:04:18.640: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:18.640: 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/27/23 12:04:18.64 Mar 27 12:04:20.643: INFO: Node does NOT have DiskPressure Mar 27 12:04:20.672: INFO: Kubelet Metrics: [] Mar 27 12:04:20.689: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:20.689: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:20.689: INFO: Pod: innocent-pod Mar 27 12:04:20.689: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:20.689: INFO: Pod: container-disk-hog-pod Mar 27 12:04:20.689: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8135036928 Mar 27 12:04:20.691: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:20.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/27/23 12:04:20.691 Mar 27 12:04:22.695: INFO: Node does NOT have DiskPressure Mar 27 12:04:22.717: INFO: Kubelet Metrics: [] Mar 27 12:04:22.735: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:22.735: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:22.735: INFO: Pod: innocent-pod Mar 27 12:04:22.736: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:22.736: INFO: Pod: container-disk-hog-pod Mar 27 12:04:22.736: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8233607168 Mar 27 12:04:22.740: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:22.740: 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/27/23 12:04:22.74 Mar 27 12:04:24.743: INFO: Node does NOT have DiskPressure Mar 27 12:04:24.770: INFO: Kubelet Metrics: [] Mar 27 12:04:24.788: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:24.788: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:24.788: INFO: Pod: innocent-pod Mar 27 12:04:24.788: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:24.788: INFO: Pod: container-disk-hog-pod Mar 27 12:04:24.788: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8233607168 Mar 27 12:04:24.790: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:24.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/27/23 12:04:24.791 Mar 27 12:04:26.794: INFO: Node does NOT have DiskPressure Mar 27 12:04:26.815: INFO: Kubelet Metrics: [] Mar 27 12:04:26.831: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:26.832: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:26.832: INFO: Pod: innocent-pod Mar 27 12:04:26.832: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:26.832: INFO: Pod: container-disk-hog-pod Mar 27 12:04:26.832: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8233607168 Mar 27 12:04:26.835: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:26.835: 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/27/23 12:04:26.835 Mar 27 12:04:28.838: INFO: Node does NOT have DiskPressure Mar 27 12:04:28.865: INFO: Kubelet Metrics: [] Mar 27 12:04:28.882: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:28.882: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8209895424 Mar 27 12:04:28.882: INFO: Pod: innocent-pod Mar 27 12:04:28.882: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:28.882: INFO: Pod: container-disk-hog-pod Mar 27 12:04:28.882: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8233607168 Mar 27 12:04:28.884: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:28.884: 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/27/23 12:04:28.884 Mar 27 12:04:30.888: INFO: Node does NOT have DiskPressure Mar 27 12:04:30.922: INFO: Kubelet Metrics: [] Mar 27 12:04:30.938: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:30.938: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:30.938: INFO: Pod: innocent-pod Mar 27 12:04:30.938: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:30.938: INFO: Pod: container-disk-hog-pod Mar 27 12:04:30.938: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8233607168 Mar 27 12:04:30.941: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:30.941: 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/27/23 12:04:30.941 Mar 27 12:04:32.944: INFO: Node does NOT have DiskPressure Mar 27 12:04:32.971: INFO: Kubelet Metrics: [] Mar 27 12:04:32.988: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:32.988: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:32.988: INFO: Pod: innocent-pod Mar 27 12:04:32.988: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:32.988: INFO: Pod: container-disk-hog-pod Mar 27 12:04:32.988: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8332177408 Mar 27 12:04:32.991: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:32.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/27/23 12:04:32.991 Mar 27 12:04:34.995: INFO: Node does NOT have DiskPressure Mar 27 12:04:35.020: INFO: Kubelet Metrics: [] Mar 27 12:04:35.036: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:35.036: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:35.036: INFO: Pod: innocent-pod Mar 27 12:04:35.036: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:35.036: INFO: Pod: container-disk-hog-pod Mar 27 12:04:35.036: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8332177408 Mar 27 12:04:35.039: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:35.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/27/23 12:04:35.039 Mar 27 12:04:37.043: INFO: Node does NOT have DiskPressure Mar 27 12:04:37.066: INFO: Kubelet Metrics: [] Mar 27 12:04:37.081: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:37.081: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:37.081: INFO: Pod: innocent-pod Mar 27 12:04:37.081: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:37.081: INFO: Pod: container-disk-hog-pod Mar 27 12:04:37.081: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8332177408 Mar 27 12:04:37.084: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:37.084: 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/27/23 12:04:37.084 Mar 27 12:04:39.088: INFO: Node does NOT have DiskPressure Mar 27 12:04:39.121: INFO: Kubelet Metrics: [] Mar 27 12:04:39.140: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:39.140: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8110276608 Mar 27 12:04:39.140: INFO: Pod: container-disk-hog-pod Mar 27 12:04:39.140: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8332177408 Mar 27 12:04:39.140: INFO: Pod: innocent-pod Mar 27 12:04:39.140: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:39.143: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:39.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/27/23 12:04:39.143 Mar 27 12:04:41.147: INFO: Node does NOT have DiskPressure Mar 27 12:04:41.173: INFO: Kubelet Metrics: [] Mar 27 12:04:41.191: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:41.191: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:41.191: INFO: Pod: innocent-pod Mar 27 12:04:41.191: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:41.191: INFO: Pod: container-disk-hog-pod Mar 27 12:04:41.191: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8332177408 Mar 27 12:04:41.195: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:41.195: 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/27/23 12:04:41.195 Mar 27 12:04:43.198: INFO: Node does NOT have DiskPressure Mar 27 12:04:43.227: INFO: Kubelet Metrics: [] Mar 27 12:04:43.245: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:43.245: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:43.245: INFO: Pod: innocent-pod Mar 27 12:04:43.245: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:43.245: INFO: Pod: container-disk-hog-pod Mar 27 12:04:43.245: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8431804416 Mar 27 12:04:43.247: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:43.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/27/23 12:04:43.247 Mar 27 12:04:45.251: INFO: Node does NOT have DiskPressure Mar 27 12:04:45.281: INFO: Kubelet Metrics: [] Mar 27 12:04:45.295: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:45.295: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:45.295: INFO: Pod: innocent-pod Mar 27 12:04:45.295: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:45.295: INFO: Pod: container-disk-hog-pod Mar 27 12:04:45.295: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8431804416 Mar 27 12:04:45.297: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:45.297: 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/27/23 12:04:45.298 Mar 27 12:04:47.301: INFO: Node does NOT have DiskPressure Mar 27 12:04:47.327: INFO: Kubelet Metrics: [] Mar 27 12:04:47.348: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:47.349: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:47.349: INFO: Pod: innocent-pod Mar 27 12:04:47.349: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:47.349: INFO: Pod: container-disk-hog-pod Mar 27 12:04:47.349: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8431804416 Mar 27 12:04:47.352: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:47.352: 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/27/23 12:04:47.352 Mar 27 12:04:49.356: INFO: Node does NOT have DiskPressure Mar 27 12:04:49.389: INFO: Kubelet Metrics: [] Mar 27 12:04:49.404: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:49.404: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8011702272 Mar 27 12:04:49.404: INFO: Pod: innocent-pod Mar 27 12:04:49.404: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:49.404: INFO: Pod: container-disk-hog-pod Mar 27 12:04:49.404: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8431804416 Mar 27 12:04:49.407: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:49.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/27/23 12:04:49.407 Mar 27 12:04:51.410: INFO: Node does NOT have DiskPressure Mar 27 12:04:51.432: INFO: Kubelet Metrics: [] Mar 27 12:04:51.449: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:51.449: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:51.449: INFO: Pod: innocent-pod Mar 27 12:04:51.449: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:51.449: INFO: Pod: container-disk-hog-pod Mar 27 12:04:51.449: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8431804416 Mar 27 12:04:51.452: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:51.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/27/23 12:04:51.452 Mar 27 12:04:53.455: INFO: Node does NOT have DiskPressure Mar 27 12:04:53.480: INFO: Kubelet Metrics: [] Mar 27 12:04:53.498: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:53.498: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:53.498: INFO: Pod: innocent-pod Mar 27 12:04:53.498: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:53.498: INFO: Pod: container-disk-hog-pod Mar 27 12:04:53.498: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8530382848 Mar 27 12:04:53.501: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:53.501: 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/27/23 12:04:53.501 Mar 27 12:04:55.504: INFO: Node does NOT have DiskPressure Mar 27 12:04:55.529: INFO: Kubelet Metrics: [] Mar 27 12:04:55.546: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:55.546: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:55.546: INFO: Pod: innocent-pod Mar 27 12:04:55.546: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:55.546: INFO: Pod: container-disk-hog-pod Mar 27 12:04:55.546: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8530382848 Mar 27 12:04:55.549: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:55.549: 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/27/23 12:04:55.549 Mar 27 12:04:57.552: INFO: Node does NOT have DiskPressure Mar 27 12:04:57.578: INFO: Kubelet Metrics: [] Mar 27 12:04:57.599: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:57.599: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:57.599: INFO: Pod: innocent-pod Mar 27 12:04:57.599: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:57.599: INFO: Pod: container-disk-hog-pod Mar 27 12:04:57.599: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8530382848 Mar 27 12:04:57.602: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:57.602: 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/27/23 12:04:57.602 Mar 27 12:04:59.605: INFO: Node does NOT have DiskPressure Mar 27 12:04:59.627: INFO: Kubelet Metrics: [] Mar 27 12:04:59.642: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:59.642: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7913123840 Mar 27 12:04:59.642: INFO: Pod: innocent-pod Mar 27 12:04:59.642: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:04:59.642: INFO: Pod: container-disk-hog-pod Mar 27 12:04:59.642: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8530382848 Mar 27 12:04:59.645: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:04:59.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/27/23 12:04:59.645 Mar 27 12:05:01.648: INFO: Node does NOT have DiskPressure Mar 27 12:05:01.671: INFO: Kubelet Metrics: [] Mar 27 12:05:01.689: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:01.689: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:01.689: INFO: Pod: innocent-pod Mar 27 12:05:01.689: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:01.689: INFO: Pod: container-disk-hog-pod Mar 27 12:05:01.689: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8530382848 Mar 27 12:05:01.692: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:01.692: 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/27/23 12:05:01.692 Mar 27 12:05:03.696: INFO: Node does NOT have DiskPressure Mar 27 12:05:03.721: INFO: Kubelet Metrics: [] Mar 27 12:05:03.736: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:03.736: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:03.736: INFO: Pod: container-disk-hog-pod Mar 27 12:05:03.736: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8628953088 Mar 27 12:05:03.736: INFO: Pod: innocent-pod Mar 27 12:05:03.736: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:03.739: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:03.739: 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/27/23 12:05:03.739 Mar 27 12:05:05.742: INFO: Node does NOT have DiskPressure Mar 27 12:05:05.767: INFO: Kubelet Metrics: [] Mar 27 12:05:05.781: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:05.781: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:05.781: INFO: Pod: innocent-pod Mar 27 12:05:05.781: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:05.781: INFO: Pod: container-disk-hog-pod Mar 27 12:05:05.781: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8628953088 Mar 27 12:05:05.784: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:05.784: 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/27/23 12:05:05.784 Mar 27 12:05:07.788: INFO: Node does NOT have DiskPressure Mar 27 12:05:07.818: INFO: Kubelet Metrics: [] Mar 27 12:05:07.836: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:07.836: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:07.836: INFO: Pod: innocent-pod Mar 27 12:05:07.836: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:07.836: INFO: Pod: container-disk-hog-pod Mar 27 12:05:07.836: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8628953088 Mar 27 12:05:07.839: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:07.839: 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/27/23 12:05:07.839 Mar 27 12:05:09.842: INFO: Node does NOT have DiskPressure Mar 27 12:05:09.876: INFO: Kubelet Metrics: [] Mar 27 12:05:09.894: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:09.895: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7813505024 Mar 27 12:05:09.895: INFO: Pod: innocent-pod Mar 27 12:05:09.895: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:09.895: INFO: Pod: container-disk-hog-pod Mar 27 12:05:09.895: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8628953088 Mar 27 12:05:09.897: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:09.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/27/23 12:05:09.898 Mar 27 12:05:11.901: INFO: Node does NOT have DiskPressure Mar 27 12:05:11.923: INFO: Kubelet Metrics: [] Mar 27 12:05:11.941: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:11.941: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:11.941: INFO: Pod: container-disk-hog-pod Mar 27 12:05:11.941: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8628953088 Mar 27 12:05:11.941: INFO: Pod: innocent-pod Mar 27 12:05:11.941: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:11.944: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:11.944: 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/27/23 12:05:11.944 Mar 27 12:05:13.947: INFO: Node has DiskPressure Mar 27 12:05:13.968: INFO: Kubelet Metrics: [] Mar 27 12:05:13.999: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:13.999: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:13.999: INFO: Pod: innocent-pod Mar 27 12:05:13.999: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:13.999: INFO: Pod: container-disk-hog-pod Mar 27 12:05:13.999: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8727527424 Mar 27 12:05:14.002: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:14.002: 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/27/23 12:05:14.002 Mar 27 12:05:16.006: INFO: Node has DiskPressure Mar 27 12:05:16.028: INFO: Kubelet Metrics: [] Mar 27 12:05:16.042: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:16.042: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:16.042: INFO: Pod: innocent-pod Mar 27 12:05:16.042: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:16.042: INFO: Pod: container-disk-hog-pod Mar 27 12:05:16.042: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8727527424 Mar 27 12:05:16.045: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:16.045: 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/27/23 12:05:16.045 Mar 27 12:05:18.049: INFO: Node has DiskPressure Mar 27 12:05:18.081: INFO: Kubelet Metrics: [] Mar 27 12:05:18.098: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:18.098: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:18.098: INFO: Pod: innocent-pod Mar 27 12:05:18.098: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:18.098: INFO: Pod: container-disk-hog-pod Mar 27 12:05:18.098: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8727527424 Mar 27 12:05:18.101: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:18.101: 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/27/23 12:05:18.101 Mar 27 12:05:20.105: INFO: Node has DiskPressure Mar 27 12:05:20.125: INFO: Kubelet Metrics: [] Mar 27 12:05:20.144: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:20.144: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:20.144: INFO: Pod: innocent-pod Mar 27 12:05:20.144: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:20.144: INFO: Pod: container-disk-hog-pod Mar 27 12:05:20.144: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8727527424 Mar 27 12:05:20.147: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:20.147: 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/27/23 12:05:20.147 Mar 27 12:05:22.151: INFO: Node has DiskPressure Mar 27 12:05:22.181: INFO: Kubelet Metrics: [] Mar 27 12:05:22.196: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:22.196: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:22.196: INFO: Pod: innocent-pod Mar 27 12:05:22.196: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:22.196: INFO: Pod: container-disk-hog-pod Mar 27 12:05:22.196: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8727527424 Mar 27 12:05:22.199: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:22.199: 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/27/23 12:05:22.199 Mar 27 12:05:24.202: INFO: Node has DiskPressure Mar 27 12:05:24.228: INFO: Kubelet Metrics: [] Mar 27 12:05:24.242: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:24.242: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:24.242: INFO: Pod: container-disk-hog-pod Mar 27 12:05:24.242: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8827154432 Mar 27 12:05:24.242: INFO: Pod: innocent-pod Mar 27 12:05:24.242: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:24.245: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:24.245: 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/27/23 12:05:24.245 Mar 27 12:05:26.248: INFO: Node has DiskPressure Mar 27 12:05:26.273: INFO: Kubelet Metrics: [] Mar 27 12:05:26.300: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:26.300: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:26.300: INFO: Pod: container-disk-hog-pod Mar 27 12:05:26.300: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8827154432 Mar 27 12:05:26.300: INFO: Pod: innocent-pod Mar 27 12:05:26.300: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:26.303: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:26.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/27/23 12:05:26.303 Mar 27 12:05:28.307: INFO: Node has DiskPressure Mar 27 12:05:28.333: INFO: Kubelet Metrics: [] Mar 27 12:05:28.349: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:28.349: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7714926592 Mar 27 12:05:28.349: INFO: Pod: innocent-pod Mar 27 12:05:28.349: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:28.349: INFO: Pod: container-disk-hog-pod Mar 27 12:05:28.349: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8827154432 Mar 27 12:05:28.352: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:28.352: 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/27/23 12:05:28.352 Mar 27 12:05:30.356: INFO: Node has DiskPressure Mar 27 12:05:30.380: INFO: Kubelet Metrics: [] Mar 27 12:05:30.398: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:30.398: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:30.398: INFO: Pod: innocent-pod Mar 27 12:05:30.398: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:30.398: INFO: Pod: container-disk-hog-pod Mar 27 12:05:30.398: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8827154432 Mar 27 12:05:30.401: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:30.401: 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/27/23 12:05:30.401 Mar 27 12:05:32.404: INFO: Node has DiskPressure Mar 27 12:05:32.432: INFO: Kubelet Metrics: [] Mar 27 12:05:32.457: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:32.457: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:32.457: INFO: Pod: innocent-pod Mar 27 12:05:32.457: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:32.457: INFO: Pod: container-disk-hog-pod Mar 27 12:05:32.457: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8925720576 Mar 27 12:05:32.460: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:32.460: 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/27/23 12:05:32.46 Mar 27 12:05:34.463: INFO: Node has DiskPressure Mar 27 12:05:34.489: INFO: Kubelet Metrics: [] Mar 27 12:05:34.505: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:34.505: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:34.505: INFO: Pod: innocent-pod Mar 27 12:05:34.505: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:34.505: INFO: Pod: container-disk-hog-pod Mar 27 12:05:34.505: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8925720576 Mar 27 12:05:34.508: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:34.508: 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/27/23 12:05:34.508 Mar 27 12:05:36.511: INFO: Node has DiskPressure Mar 27 12:05:36.546: INFO: Kubelet Metrics: [] Mar 27 12:05:36.561: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:36.561: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:36.561: INFO: Pod: innocent-pod Mar 27 12:05:36.561: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:36.561: INFO: Pod: container-disk-hog-pod Mar 27 12:05:36.561: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8925720576 Mar 27 12:05:36.563: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05: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/27/23 12:05:36.563 Mar 27 12:05:38.567: INFO: Node has DiskPressure Mar 27 12:05:38.586: INFO: Kubelet Metrics: [] Mar 27 12:05:38.601: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:38.601: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7528267776 Mar 27 12:05:38.601: INFO: Pod: innocent-pod Mar 27 12:05:38.601: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:38.601: INFO: Pod: container-disk-hog-pod Mar 27 12:05:38.601: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8925720576 Mar 27 12:05:38.606: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:38.606: 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/27/23 12:05:38.606 Mar 27 12:05:40.610: INFO: Node has DiskPressure Mar 27 12:05:40.633: INFO: Kubelet Metrics: [] Mar 27 12:05:40.650: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7428644864 Mar 27 12:05:40.650: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7428644864 Mar 27 12:05:40.650: INFO: Pod: innocent-pod Mar 27 12:05:40.650: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:40.650: INFO: Pod: container-disk-hog-pod Mar 27 12:05:40.650: INFO: --- summary Container: container-disk-hog-container UsedBytes: 8925720576 Mar 27 12:05:40.653: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05: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/27/23 12:05:40.653 Mar 27 12:05:42.657: INFO: Node has DiskPressure Mar 27 12:05:42.684: INFO: Kubelet Metrics: [] Mar 27 12:05:42.704: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7428644864 Mar 27 12:05:42.705: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7428644864 Mar 27 12:05:42.705: INFO: Pod: innocent-pod Mar 27 12:05:42.705: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:42.709: INFO: fetching pod container-disk-hog-pod; phase= Running Mar 27 12:05:42.710: 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/27/23 12:05:42.71 Mar 27 12:05:44.714: INFO: Node has DiskPressure Mar 27 12:05:44.740: INFO: Kubelet Metrics: [] Mar 27 12:05:44.759: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7738040320 Mar 27 12:05:44.759: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7738040320 Mar 27 12:05:44.759: INFO: Pod: innocent-pod Mar 27 12:05:44.759: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:05:44.762: INFO: fetching pod container-disk-hog-pod; phase= Failed Mar 27 12:05:44.762: 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/27/23 12:05:44.762 STEP: checking for the expected pod conditions for evicted pods - test/e2e_node/eviction_test.go:587 @ 03/27/23 12:05:44.763 STEP: making sure pressure from test has surfaced before continuing - test/e2e_node/eviction_test.go:593 @ 03/27/23 12:05:44.763 STEP: Waiting for NodeCondition: DiskPressure to no longer exist on the node - test/e2e_node/eviction_test.go:596 @ 03/27/23 12:06:04.763 Mar 27 12:06:04.780: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:04.780: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:04.780: INFO: Pod: innocent-pod Mar 27 12:06:04.780: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:06:04.808: INFO: Kubelet Metrics: [] Mar 27 12:06:06.828: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:06.828: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:06.828: INFO: Pod: innocent-pod Mar 27 12:06:06.828: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:06:06.849: INFO: Kubelet Metrics: [] Mar 27 12:06:08.866: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:08.866: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:08.866: INFO: Pod: innocent-pod Mar 27 12:06:08.866: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:06:08.885: INFO: Kubelet Metrics: [] Mar 27 12:06:10.905: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:10.905: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:10.905: INFO: Pod: innocent-pod Mar 27 12:06:10.905: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:06:10.926: INFO: Kubelet Metrics: [] Mar 27 12:06:12.943: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:12.943: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:12.943: INFO: Pod: innocent-pod Mar 27 12:06:12.943: INFO: --- summary Container: innocent-container UsedBytes: 16384 Mar 27 12:06:12.961: INFO: Kubelet Metrics: [] Mar 27 12:06:14.975: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:14.975: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420503552 Mar 27 12:06:14.995: INFO: Kubelet Metrics: [] Mar 27 12:06:17.012: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:17.012: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:17.030: INFO: Kubelet Metrics: [] Mar 27 12:06:19.046: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:19.046: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:19.069: INFO: Kubelet Metrics: [] Mar 27 12:06:21.085: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:21.085: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:21.103: INFO: Kubelet Metrics: [] Mar 27 12:06:23.120: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:23.120: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420536320 Mar 27 12:06:23.143: INFO: Kubelet Metrics: [] Mar 27 12:06:25.158: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420597760 Mar 27 12:06:25.158: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420597760 Mar 27 12:06:25.181: INFO: Kubelet Metrics: [] STEP: checking for stable, pressure-free condition without unexpected pod failures - test/e2e_node/eviction_test.go:606 @ 03/27/23 12:06:25.186 Mar 27 12:06:25.198: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16420597760 Mar 27 12:06:25.199: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16420597760 Mar 27 12:06:25.216: INFO: Kubelet Metrics: [] Mar 27 12:06:25.218: INFO: fetching pod container-disk-hog-pod; phase= Failed Mar 27 12:06:25.218: INFO: fetching pod innocent-pod; phase= Failed STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 12:06:25.218 [FAILED] priority 0 pod: innocent-pod failed Expected <v1.PodPhase>: Failed not to equal <v1.PodPhase>: Failed In [It] at: test/e2e_node/eviction_test.go:739 @ 03/27/23 12:06:25.219 < Exit [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/27/23 12:06:25.219 (15m54.746s) > Enter [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/27/23 12:06:25.219 STEP: deleting pods - test/e2e_node/eviction_test.go:631 @ 03/27/23 12:06:25.219 STEP: deleting pod: container-disk-hog-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 12:06:25.219 STEP: deleting pod: innocent-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 12:06:25.226 STEP: making sure NodeCondition DiskPressure no longer exists on the node - test/e2e_node/eviction_test.go:639 @ 03/27/23 12:06:25.234 STEP: making sure we have all the required images for testing - test/e2e_node/eviction_test.go:648 @ 03/27/23 12:06:25.236 I0327 12:06:25.236537 944 remote_runtime.go:74] "Connecting to runtime service" endpoint="unix:///run/containerd/containerd.sock" I0327 12:06:25.236750 944 remote_runtime.go:119] "Validating the CRI v1 API runtime version" I0327 12:06:25.237823 944 remote_runtime.go:126] "Validated CRI v1 runtime API" I0327 12:06:25.238043 944 remote_image.go:47] "Connecting to image service" endpoint="unix:///run/containerd/containerd.sock" I0327 12:06:25.238271 944 remote_image.go:91] "Validating the CRI v1 API image version" I0327 12:06:25.239397 944 remote_image.go:98] "Validated CRI v1 image API" I0327 12:06:25.239552 944 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] STEP: making sure NodeCondition DiskPressure doesn't exist again after pulling images - test/e2e_node/eviction_test.go:652 @ 03/27/23 12:07:19.259 STEP: making sure we can start a new pod after the test - test/e2e_node/eviction_test.go:660 @ 03/27/23 12:07:19.262 Mar 27 12:07:21.277: INFO: Summary of pod events during the test: I0327 12:07:21.279954 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 12:07:21.279987 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Created' Created container container-disk-hog-container I0327 12:07:21.280007 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Started' Started container container-disk-hog-container I0327 12:07:21.280023 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761162240, available: 7534108Ki. Container container-disk-hog-container was using 8426712Ki, request is 0, has larger consumption of ephemeral-storage. I0327 12:07:21.280044 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Killing' Stopping container container-disk-hog-container I0327 12:07:21.280060 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:07:21.280074 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", 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 I0327 12:07:21.280092 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Created' Created container innocent-container I0327 12:07:21.280108 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Started' Started container innocent-container I0327 12:07:21.280122 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761162240, available: 7286320Ki. Container innocent-container was using 16Ki, request is 0, has larger consumption of ephemeral-storage. I0327 12:07:21.280137 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Killing' Stopping container innocent-container I0327 12:07:21.280151 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:07:21.280160 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"test-admit-pod", UID:"e9c00a79-bb83-415e-aa82-75d1b5662b86", APIVersion:"v1", ResourceVersion:"1997", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0327 12:07:21.280198 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"test-admit-pod", UID:"e9c00a79-bb83-415e-aa82-75d1b5662b86", APIVersion:"v1", ResourceVersion:"1997", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0327 12:07:21.280218 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"test-admit-pod", UID:"e9c00a79-bb83-415e-aa82-75d1b5662b86", APIVersion:"v1", ResourceVersion:"1997", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod Mar 27 12:07:21.280: INFO: Summary of node events during the test: I0327 12:07:21.288929 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.288977 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 12:07:21.289006 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 12:07:21.289022 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.289091 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.289139 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.289208 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.289259 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.289309 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.289358 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.289408 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.289466 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.289525 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.289574 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.289623 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:07:21.289681 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.289732 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:07:21.289782 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim pids I0327 12:07:21.289832 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientPID I0327 12:07:21.289881 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.289930 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.289987 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.290041 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.290091 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.290148 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.290215 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.290278 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.290336 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.290386 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.290442 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.290492 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.290542 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim memory I0327 12:07:21.290591 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientMemory I0327 12:07:21.290647 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.290696 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.290746 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.290793 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.290852 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.290901 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.290956 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.291015 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.291067 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.291116 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.291136 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.291199 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.291249 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim memory I0327 12:07:21.291297 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientMemory I0327 12:07:21.291346 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.291399 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.291450 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.291498 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.291547 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.291595 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.291647 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.291695 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.291746 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.291793 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.291843 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.291891 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.291944 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.292002 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.292060 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.292109 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.292159 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.292221 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.292268 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.292317 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.292335 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.292386 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.292443 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.292498 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:07:21.292521 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.292579 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:07:21.292632 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 12:07:21.292680 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 12:07:21.292731 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.292786 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.292849 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.292899 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.292951 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.293012 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.293075 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:07:21.293130 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:07:21.293192 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:07:21.293244 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:07:21.293262 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:07:21.293278 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:07:21.293327 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:07:21.293383 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:07:21.293433 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 12:07:21.293482 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 12:07:21.293536 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 12:07:21.293588 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Created' Created container container-disk-hog-container I0327 12:07:21.293638 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Started' Started container container-disk-hog-container I0327 12:07:21.293688 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761162240, available: 7534108Ki. Container container-disk-hog-container was using 8426712Ki, request is 0, has larger consumption of ephemeral-storage. I0327 12:07:21.293740 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:"spec.containers{container-disk-hog-container}"}): type: 'Normal' reason: 'Killing' Stopping container container-disk-hog-container I0327 12:07:21.293789 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"container-disk-hog-pod", UID:"c6929947-93e4-4997-ab16-efdf0cd8518c", APIVersion:"v1", ResourceVersion:"1646", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:07:21.293838 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", 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 I0327 12:07:21.293885 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Created' Created container innocent-container I0327 12:07:21.293935 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Started' Started container innocent-container I0327 12:07:21.293993 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761162240, available: 7286320Ki. Container innocent-container was using 16Ki, request is 0, has larger consumption of ephemeral-storage. I0327 12:07:21.294051 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Killing' Stopping container innocent-container I0327 12:07:21.294102 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"innocent-pod", UID:"05b56962-2a16-4145-882d-7124abacb497", APIVersion:"v1", ResourceVersion:"1647", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:07:21.294151 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"test-admit-pod", UID:"e9c00a79-bb83-415e-aa82-75d1b5662b86", APIVersion:"v1", ResourceVersion:"1997", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0327 12:07:21.294218 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"test-admit-pod", UID:"e9c00a79-bb83-415e-aa82-75d1b5662b86", APIVersion:"v1", ResourceVersion:"1997", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0327 12:07:21.294242 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"localstorage-eviction-test-3274", Name:"test-admit-pod", UID:"e9c00a79-bb83-415e-aa82-75d1b5662b86", APIVersion:"v1", ResourceVersion:"1997", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod I0327 12:07:21.294312 944 remote_runtime.go:74] "Connecting to runtime service" endpoint="unix:///run/containerd/containerd.sock" I0327 12:07:21.294526 944 remote_runtime.go:119] "Validating the CRI v1 API runtime version" I0327 12:07:21.295630 944 remote_runtime.go:126] "Validated CRI v1 runtime API" I0327 12:07:21.295664 944 remote_image.go:47] "Connecting to image service" endpoint="unix:///run/containerd/containerd.sock" I0327 12:07:21.295825 944 remote_image.go:91] "Validating the CRI v1 API image version" I0327 12:07:21.296731 944 remote_image.go:98] "Validated CRI v1 image API" I0327 12:07:21.296770 944 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] < Exit [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/27/23 12:07:21.302 (56.083s) > Enter [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:190 @ 03/27/23 12:07:21.302 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/27/23 12:07:21.302 Mar 27 12:07:21.316: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230327T105137.service loaded active running /tmp/node-e2e-20230327T105137/kubelet --kubeconfig /tmp/node-e2e-20230327T105137/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 --container-runtime-endpoint unix:///run/containerd/containerd.sock --config /tmp/node-e2e-20230327T105137/kubelet-config --feature-gates=DisableKubeletCloudCredentialProviders=true,KubeletCredentialProviders=true --image-credential-provider-config=/tmp/node-e2e-20230327T105137/credential-provider.yaml --image-credential-provider-bin-dir=/tmp/node-e2e-20230327T105137 --kernel-memcg-notification=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.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-20230327T105137 W0327 12:07:21.353672 944 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:53394->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/27/23 12:07:21.363 W0327 12:07:21.386912 944 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 [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:190 @ 03/27/23 12:07:26.392 (5.09s) > Enter [AfterEach] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/27/23 12:07:26.392 Mar 27 12:07:26.392: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready < Exit [AfterEach] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/27/23 12:07:26.395 (3ms) > Enter [DeferCleanup (Each)] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/27/23 12:07:26.395 < Exit [DeferCleanup (Each)] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/27/23 12:07:26.395 (0s) > Enter [DeferCleanup (Each)] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/27/23 12:07:26.395 STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/27/23 12:07:26.396 STEP: Collecting events from namespace "localstorage-eviction-test-3274". - test/e2e/framework/debug/dump.go:42 @ 03/27/23 12:07:26.396 STEP: Found 15 events. - test/e2e/framework/debug/dump.go:46 @ 03/27/23 12:07:26.399 Mar 27 12:07:26.399: INFO: At 2023-03-27 11:50:29 +0000 UTC - event for container-disk-hog-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container container-disk-hog-container Mar 27 12:07:26.399: INFO: At 2023-03-27 11:50:29 +0000 UTC - event for container-disk-hog-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container container-disk-hog-container Mar 27 12:07:26.399: INFO: At 2023-03-27 11:50:29 +0000 UTC - event for container-disk-hog-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 12:07:26.399: INFO: At 2023-03-27 11:50:29 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 12:07:26.399: INFO: At 2023-03-27 11:50:29 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container innocent-container Mar 27 12:07:26.399: INFO: At 2023-03-27 11:50:29 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container innocent-container Mar 27 12:07:26.399: INFO: At 2023-03-27 12:05:10 +0000 UTC - event for container-disk-hog-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: ephemeral-storage. Threshold quantity: 7761162240, available: 7534108Ki. Container container-disk-hog-container was using 8426712Ki, request is 0, has larger consumption of ephemeral-storage. Mar 27 12:07:26.399: INFO: At 2023-03-27 12:05:10 +0000 UTC - event for container-disk-hog-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container container-disk-hog-container Mar 27 12:07:26.399: INFO: At 2023-03-27 12:05:20 +0000 UTC - event for container-disk-hog-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 12:07:26.399: INFO: At 2023-03-27 12:05:44 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: ephemeral-storage. Threshold quantity: 7761162240, available: 7286320Ki. Container innocent-container was using 16Ki, request is 0, has larger consumption of ephemeral-storage. Mar 27 12:07:26.399: INFO: At 2023-03-27 12:05:44 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container innocent-container Mar 27 12:07:26.399: INFO: At 2023-03-27 12:05:54 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 12:07:26.399: INFO: At 2023-03-27 12:07:20 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/pause:3.9" already present on machine Mar 27 12:07:26.399: INFO: At 2023-03-27 12:07:20 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container test-admit-pod Mar 27 12:07:26.399: INFO: At 2023-03-27 12:07:20 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container test-admit-pod Mar 27 12:07:26.401: INFO: POD NODE PHASE GRACE CONDITIONS Mar 27 12:07:26.401: INFO: test-admit-pod n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:07:19 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:07:20 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:07:20 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:07:19 +0000 UTC }] Mar 27 12:07:26.401: INFO: Mar 27 12:07:26.414: INFO: Logging node info for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 12:07:26.417: INFO: Node Info: &Node{ObjectMeta:{n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 948abe82-6ab4-4365-8dac-68b16530ff52 2010 0 2023-03-27 10:52:48 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 kubernetes.io/os:linux] map[volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubelet Update v1 2023-03-27 10:52:48 +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-27 12:07:21 +0000 UTC FieldsV1 {"f:status":{"f:allocatable":{"f:ephemeral-storage":{},"f:memory":{}},"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":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"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: {{2 0} {<nil>} 2 DecimalSI},ephemeral-storage: {{16656896000 0} {<nil>} 16266500Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{7812599808 0} {<nil>} 7629492Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{2 0} {<nil>} 2 DecimalSI},ephemeral-storage: {{14991206376 0} {<nil>} 14991206376 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{7550455808 0} {<nil>} 7373492Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2023-03-27 12:07:21 +0000 UTC,LastTransitionTime:2023-03-27 11:27:07 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2023-03-27 12:07:21 +0000 UTC,LastTransitionTime:2023-03-27 12:06:24 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2023-03-27 12:07:21 +0000 UTC,LastTransitionTime:2023-03-27 11:13:53 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2023-03-27 12:07:21 +0000 UTC,LastTransitionTime:2023-03-27 11:49:54 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status. AppArmor enabled,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.138.0.52,},NodeAddress{Type:Hostname,Address:n1-standard-2-cos-stable-101-17162-127-42-4f529ad8,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:61eb2b49bf4d048084409d0aa2188038,SystemUUID:61eb2b49-bf4d-0480-8440-9d0aa2188038,BootID:2e5d3b47-cbc9-4974-af3d-6a725bdc342f,KernelVersion:5.15.89+,OSImage:Container-Optimized OS from Google,ContainerRuntimeVersion:containerd://1.6.18,KubeletVersion:v1.28.0-alpha.0.9+8f15859afc9cfa,KubeProxyVersion:v1.28.0-alpha.0.9+8f15859afc9cfa,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[registry.k8s.io/e2e-test-images/perl@sha256:c613344cdd31c5055961b078f831ef9d9199fc9111efe6e81bea3f00d78bd979 registry.k8s.io/e2e-test-images/perl:5.26],SizeBytes:325397679,},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:1.3],SizeBytes:213443508,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/gluster@sha256:033a12fe65438751690b519cebd4135a3485771086bcf437212b7b886bb7956c registry.k8s.io/e2e-test-images/volume/gluster:1.3],SizeBytes:115217395,},ContainerImage{Names:[registry.k8s.io/etcd@sha256:51eae8381dcb1078289fa7b4f3df2630cdc18d09fb56f8e56b41c40e191d6c83 registry.k8s.io/etcd:3.5.7-0],SizeBytes:101639218,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/nfs@sha256:3bda73f2428522b0e342af80a0b9679e8594c2126f2b3cca39ed787589741b9e registry.k8s.io/e2e-test-images/volume/nfs:1.3],SizeBytes:95836203,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e registry.k8s.io/e2e-test-images/agnhost:2.43],SizeBytes:51706353,},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:47786458,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22 registry.k8s.io/e2e-test-images/httpd:2.4.38-4],SizeBytes:40764257,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-is@sha256:8285539c79625b192a5e33fc3d21edc1a7776fb9afe15fae3b5037a7a8020839 registry.k8s.io/e2e-test-images/node-perf/npb-is:1.2],SizeBytes:39706325,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-ep@sha256:90b5cfc5451428aad4dd6af9960640f2506804d35aa05e83c11bf0a46ac318c8 registry.k8s.io/e2e-test-images/node-perf/npb-ep:1.2],SizeBytes:39705373,},ContainerImage{Names:[gcr.io/cadvisor/cadvisor@sha256:89e6137f068ded2e9a3a012ce71260b9afc57a19305842aa1074239841a539a7 gcr.io/cadvisor/cadvisor:v0.43.0],SizeBytes:31056802,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonroot@sha256:ee9f50b3c64b174d296d91ca9f69a914ac30e59095dfb462b2b518ad28a63655 registry.k8s.io/e2e-test-images/nonroot:1.4],SizeBytes:17747885,},ContainerImage{Names:[docker.io/nfvpe/sriov-device-plugin@sha256:518499ed631ff84b43153b8f7624c1aaacb75a721038857509fe690abdf62ddb docker.io/nfvpe/sriov-device-plugin:v3.1],SizeBytes:12638340,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/sample-device-plugin@sha256:e84f6ca27c51ddedf812637dd2bcf771ad69fdca1173e5690c372370d0f93c40 registry.k8s.io/e2e-test-images/sample-device-plugin:1.3],SizeBytes:12410396,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nginx@sha256:5c99cf6a02adda929b10321dbf4ecfa00d87be9ba4fb456006237d530ab4baa1 registry.k8s.io/e2e-test-images/nginx:1.14-4],SizeBytes:6978614,},ContainerImage{Names:[registry.k8s.io/nvidia-gpu-device-plugin@sha256:4b036e8844920336fa48f36edeb7d4398f426d6a934ba022848deed2edbf09aa],SizeBytes:6819465,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/ipc-utils@sha256:647d092bada3b46c449d875adf31d71c1dd29c244e9cca6a04fddf9d6bcac136 registry.k8s.io/e2e-test-images/ipc-utils:1.3],SizeBytes:4013020,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonewprivs@sha256:8ac1264691820febacf3aea5d152cbde6d10685731ec14966a9401c6f47a68ac registry.k8s.io/e2e-test-images/nonewprivs:1.3],SizeBytes:3263463,},ContainerImage{Names:[registry.k8s.io/stress:v1],SizeBytes:1558004,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937 registry.k8s.io/e2e-test-images/busybox:1.29-4],SizeBytes:731990,},ContainerImage{Names:[registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff],SizeBytes:676941,},ContainerImage{Names:[registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097 registry.k8s.io/pause:3.9],SizeBytes:321520,},ContainerImage{Names:[registry.k8s.io/pause@sha256:3d380ca8864549e74af4b29c10f9cb0956236dfb01c40ca076fb6c37253234db registry.k8s.io/pause:3.6],SizeBytes:301773,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Mar 27 12:07:26.417: INFO: Logging kubelet events for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 12:07:26.419: INFO: Logging pods the kubelet thinks is on node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 12:07:26.422: INFO: test-admit-pod started at 2023-03-27 12:07:19 +0000 UTC (0+1 container statuses recorded) Mar 27 12:07:26.423: INFO: Container test-admit-pod ready: true, restart count 0 W0327 12:07:26.425263 944 metrics_grabber.go:111] Can't find any pods in namespace kube-system to grab metrics from Mar 27 12:07:26.450: INFO: Latency metrics for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 END STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/27/23 12:07:26.451 (55ms) < Exit [DeferCleanup (Each)] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/27/23 12:07:26.451 (56ms) > Enter [DeferCleanup (Each)] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/27/23 12:07:26.451 STEP: Destroying namespace "localstorage-eviction-test-3274" for this suite. - test/e2e/framework/framework.go:351 @ 03/27/23 12:07:26.451 < Exit [DeferCleanup (Each)] [sig-node] LocalStorageEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/27/23 12:07:26.454 (3ms)
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\]\sPriorityLocalStorageEvictionOrdering\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$'
[FAILED] priority 0 pod: guaranteed-disk-pod failed Expected <v1.PodPhase>: Failed not to equal <v1.PodPhase>: Failed In [It] at: test/e2e_node/eviction_test.go:739 @ 03/27/23 11:48:52.514from junit_cos-stable101.xml
> Enter [BeforeEach] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/27/23 11:32:50.366 STEP: Creating a kubernetes client - test/e2e/framework/framework.go:211 @ 03/27/23 11:32:50.366 STEP: Building a namespace api object, basename priority-disk-eviction-ordering-test - test/e2e/framework/framework.go:250 @ 03/27/23 11:32:50.366 Mar 27 11:32:50.370: INFO: Skipping waiting for service account < Exit [BeforeEach] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/27/23 11:32:50.37 (4ms) > Enter [BeforeEach] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/27/23 11:32:50.37 < Exit [BeforeEach] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/27/23 11:32:50.37 (0s) > Enter [BeforeEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:176 @ 03/27/23 11:32:50.37 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/27/23 11:32:50.407 Mar 27 11:32:50.422: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230327T105137.service loaded active running /tmp/node-e2e-20230327T105137/kubelet --kubeconfig /tmp/node-e2e-20230327T105137/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 --container-runtime-endpoint unix:///run/containerd/containerd.sock --config /tmp/node-e2e-20230327T105137/kubelet-config --feature-gates=DisableKubeletCloudCredentialProviders=true,KubeletCredentialProviders=true --image-credential-provider-config=/tmp/node-e2e-20230327T105137/credential-provider.yaml --image-credential-provider-bin-dir=/tmp/node-e2e-20230327T105137 --kernel-memcg-notification=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.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-20230327T105137 W0327 11:32:50.453341 944 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 STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/27/23 11:32:50.461 W0327 11:32:50.481070 944 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/27/23 11:32:55.489 (5.119s) > Enter [BeforeEach] when we run containers that should cause DiskPressure - test/e2e_node/eviction_test.go:424 @ 03/27/23 11:32:55.489 < Exit [BeforeEach] when we run containers that should cause DiskPressure - test/e2e_node/eviction_test.go:424 @ 03/27/23 11:32:55.492 (3ms) > Enter [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/27/23 11:32:55.492 STEP: setting up pods to be used by tests - test/e2e_node/eviction_test.go:555 @ 03/27/23 11:33:25.492 < Exit [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/27/23 11:33:29.523 (34.031s) > Enter [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/27/23 11:33:29.523 STEP: Waiting for node to have NodeCondition: DiskPressure - test/e2e_node/eviction_test.go:564 @ 03/27/23 11:33:29.523 Mar 27 11:33:29.554: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12056104960 Mar 27 11:33:29.554: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12056104960 Mar 27 11:33:29.554: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:29.554: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 0 Mar 27 11:33:29.554: INFO: Pod: best-effort-disk-pod Mar 27 11:33:29.554: INFO: --- summary Container: best-effort-disk-container UsedBytes: 0 Mar 27 11:33:29.554: INFO: Pod: high-priority-disk-pod Mar 27 11:33:29.554: INFO: --- summary Container: high-priority-disk-container UsedBytes: 0 Mar 27 11:33:31.581: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:31.581: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:31.581: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:31.581: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 0 Mar 27 11:33:31.581: INFO: Pod: best-effort-disk-pod Mar 27 11:33:31.581: INFO: --- summary Container: best-effort-disk-container UsedBytes: 0 Mar 27 11:33:31.581: INFO: Pod: high-priority-disk-pod Mar 27 11:33:31.581: INFO: --- summary Container: high-priority-disk-container UsedBytes: 0 Mar 27 11:33:33.604: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:33.604: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:33.604: INFO: Pod: best-effort-disk-pod Mar 27 11:33:33.604: INFO: --- summary Container: best-effort-disk-container UsedBytes: 53493760 Mar 27 11:33:33.604: INFO: Pod: high-priority-disk-pod Mar 27 11:33:33.604: INFO: --- summary Container: high-priority-disk-container UsedBytes: 53493760 Mar 27 11:33:33.604: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:33.604: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 55590912 Mar 27 11:33:35.634: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:35.635: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:35.635: INFO: Pod: high-priority-disk-pod Mar 27 11:33:35.635: INFO: --- summary Container: high-priority-disk-container UsedBytes: 53493760 Mar 27 11:33:35.635: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:35.635: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 55590912 Mar 27 11:33:35.635: INFO: Pod: best-effort-disk-pod Mar 27 11:33:35.635: INFO: --- summary Container: best-effort-disk-container UsedBytes: 53493760 Mar 27 11:33:37.658: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:37.658: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:37.658: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:37.658: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 55590912 Mar 27 11:33:37.658: INFO: Pod: best-effort-disk-pod Mar 27 11:33:37.658: INFO: --- summary Container: best-effort-disk-container UsedBytes: 53493760 Mar 27 11:33:37.658: INFO: Pod: high-priority-disk-pod Mar 27 11:33:37.658: INFO: --- summary Container: high-priority-disk-container UsedBytes: 53493760 Mar 27 11:33:39.681: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:39.681: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11938234368 Mar 27 11:33:39.681: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:39.681: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 55590912 Mar 27 11:33:39.681: INFO: Pod: best-effort-disk-pod Mar 27 11:33:39.681: INFO: --- summary Container: best-effort-disk-container UsedBytes: 53493760 Mar 27 11:33:39.681: INFO: Pod: high-priority-disk-pod Mar 27 11:33:39.681: INFO: --- summary Container: high-priority-disk-container UsedBytes: 53493760 Mar 27 11:33:41.707: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:41.707: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:41.707: INFO: Pod: high-priority-disk-pod Mar 27 11:33:41.707: INFO: --- summary Container: high-priority-disk-container UsedBytes: 53493760 Mar 27 11:33:41.707: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:41.707: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 55590912 Mar 27 11:33:41.707: INFO: Pod: best-effort-disk-pod Mar 27 11:33:41.707: INFO: --- summary Container: best-effort-disk-container UsedBytes: 53493760 Mar 27 11:33:43.732: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:43.732: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:43.732: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:43.732: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 155205632 Mar 27 11:33:43.732: INFO: Pod: best-effort-disk-pod Mar 27 11:33:43.732: INFO: --- summary Container: best-effort-disk-container UsedBytes: 152059904 Mar 27 11:33:43.732: INFO: Pod: high-priority-disk-pod Mar 27 11:33:43.732: INFO: --- summary Container: high-priority-disk-container UsedBytes: 152059904 Mar 27 11:33:45.755: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:45.755: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:45.755: INFO: Pod: best-effort-disk-pod Mar 27 11:33:45.755: INFO: --- summary Container: best-effort-disk-container UsedBytes: 152059904 Mar 27 11:33:45.755: INFO: Pod: high-priority-disk-pod Mar 27 11:33:45.755: INFO: --- summary Container: high-priority-disk-container UsedBytes: 152059904 Mar 27 11:33:45.755: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:45.755: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 155205632 Mar 27 11:33:47.785: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:47.785: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:47.785: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:47.785: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 155205632 Mar 27 11:33:47.785: INFO: Pod: best-effort-disk-pod Mar 27 11:33:47.785: INFO: --- summary Container: best-effort-disk-container UsedBytes: 152059904 Mar 27 11:33:47.785: INFO: Pod: high-priority-disk-pod Mar 27 11:33:47.785: INFO: --- summary Container: high-priority-disk-container UsedBytes: 152059904 Mar 27 11:33:49.806: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:49.806: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11640438784 Mar 27 11:33:49.806: INFO: Pod: high-priority-disk-pod Mar 27 11:33:49.806: INFO: --- summary Container: high-priority-disk-container UsedBytes: 152059904 Mar 27 11:33:49.806: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:49.806: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 155205632 Mar 27 11:33:49.806: INFO: Pod: best-effort-disk-pod Mar 27 11:33:49.806: INFO: --- summary Container: best-effort-disk-container UsedBytes: 152059904 Mar 27 11:33:51.831: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:51.831: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:51.831: INFO: Pod: best-effort-disk-pod Mar 27 11:33:51.831: INFO: --- summary Container: best-effort-disk-container UsedBytes: 152059904 Mar 27 11:33:51.831: INFO: Pod: high-priority-disk-pod Mar 27 11:33:51.831: INFO: --- summary Container: high-priority-disk-container UsedBytes: 152059904 Mar 27 11:33:51.831: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:51.831: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 155205632 Mar 27 11:33:53.858: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:53.858: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:53.858: INFO: Pod: high-priority-disk-pod Mar 27 11:33:53.858: INFO: --- summary Container: high-priority-disk-container UsedBytes: 250626048 Mar 27 11:33:53.858: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:53.858: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 253771776 Mar 27 11:33:53.858: INFO: Pod: best-effort-disk-pod Mar 27 11:33:53.858: INFO: --- summary Container: best-effort-disk-container UsedBytes: 251674624 Mar 27 11:33:55.880: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:55.880: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:55.880: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:55.880: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 253771776 Mar 27 11:33:55.880: INFO: Pod: best-effort-disk-pod Mar 27 11:33:55.880: INFO: --- summary Container: best-effort-disk-container UsedBytes: 251674624 Mar 27 11:33:55.880: INFO: Pod: high-priority-disk-pod Mar 27 11:33:55.880: INFO: --- summary Container: high-priority-disk-container UsedBytes: 250626048 Mar 27 11:33:57.904: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:57.904: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:57.904: INFO: Pod: high-priority-disk-pod Mar 27 11:33:57.904: INFO: --- summary Container: high-priority-disk-container UsedBytes: 250626048 Mar 27 11:33:57.904: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:57.904: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 253771776 Mar 27 11:33:57.904: INFO: Pod: best-effort-disk-pod Mar 27 11:33:57.904: INFO: --- summary Container: best-effort-disk-container UsedBytes: 251674624 Mar 27 11:33:59.936: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:59.936: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11343761408 Mar 27 11:33:59.936: INFO: Pod: guaranteed-disk-pod Mar 27 11:33:59.936: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 253771776 Mar 27 11:33:59.936: INFO: Pod: best-effort-disk-pod Mar 27 11:33:59.936: INFO: --- summary Container: best-effort-disk-container UsedBytes: 251674624 Mar 27 11:33:59.936: INFO: Pod: high-priority-disk-pod Mar 27 11:33:59.936: INFO: --- summary Container: high-priority-disk-container UsedBytes: 250626048 Mar 27 11:34:01.959: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:01.959: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:01.959: INFO: Pod: best-effort-disk-pod Mar 27 11:34:01.959: INFO: --- summary Container: best-effort-disk-container UsedBytes: 251674624 Mar 27 11:34:01.959: INFO: Pod: high-priority-disk-pod Mar 27 11:34:01.959: INFO: --- summary Container: high-priority-disk-container UsedBytes: 250626048 Mar 27 11:34:01.959: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:01.959: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 253771776 Mar 27 11:34:03.982: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:03.982: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:03.982: INFO: Pod: high-priority-disk-pod Mar 27 11:34:03.982: INFO: --- summary Container: high-priority-disk-container UsedBytes: 350248960 Mar 27 11:34:03.982: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:03.982: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:03.982: INFO: Pod: best-effort-disk-pod Mar 27 11:34:03.982: INFO: --- summary Container: best-effort-disk-container UsedBytes: 350248960 Mar 27 11:34:06.009: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:06.009: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:06.009: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:06.009: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:06.009: INFO: Pod: best-effort-disk-pod Mar 27 11:34:06.009: INFO: --- summary Container: best-effort-disk-container UsedBytes: 350248960 Mar 27 11:34:06.009: INFO: Pod: high-priority-disk-pod Mar 27 11:34:06.009: INFO: --- summary Container: high-priority-disk-container UsedBytes: 350248960 Mar 27 11:34:08.033: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:08.033: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:08.033: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:08.033: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:08.033: INFO: Pod: best-effort-disk-pod Mar 27 11:34:08.033: INFO: --- summary Container: best-effort-disk-container UsedBytes: 350248960 Mar 27 11:34:08.033: INFO: Pod: high-priority-disk-pod Mar 27 11:34:08.033: INFO: --- summary Container: high-priority-disk-container UsedBytes: 350248960 Mar 27 11:34:10.056: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:10.056: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11073302528 Mar 27 11:34:10.056: INFO: Pod: high-priority-disk-pod Mar 27 11:34:10.056: INFO: --- summary Container: high-priority-disk-container UsedBytes: 350248960 Mar 27 11:34:10.056: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:10.056: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:10.056: INFO: Pod: best-effort-disk-pod Mar 27 11:34:10.056: INFO: --- summary Container: best-effort-disk-container UsedBytes: 350248960 Mar 27 11:34:12.083: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:12.083: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:12.083: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:12.083: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:12.083: INFO: Pod: best-effort-disk-pod Mar 27 11:34:12.083: INFO: --- summary Container: best-effort-disk-container UsedBytes: 350248960 Mar 27 11:34:12.083: INFO: Pod: high-priority-disk-pod Mar 27 11:34:12.083: INFO: --- summary Container: high-priority-disk-container UsedBytes: 350248960 Mar 27 11:34:14.106: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:14.106: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:14.106: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:14.106: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:14.106: INFO: Pod: best-effort-disk-pod Mar 27 11:34:14.106: INFO: --- summary Container: best-effort-disk-container UsedBytes: 448815104 Mar 27 11:34:14.106: INFO: Pod: high-priority-disk-pod Mar 27 11:34:14.106: INFO: --- summary Container: high-priority-disk-container UsedBytes: 448815104 Mar 27 11:34:16.129: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:16.129: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:16.129: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:16.129: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:16.129: INFO: Pod: best-effort-disk-pod Mar 27 11:34:16.129: INFO: --- summary Container: best-effort-disk-container UsedBytes: 448815104 Mar 27 11:34:16.129: INFO: Pod: high-priority-disk-pod Mar 27 11:34:16.129: INFO: --- summary Container: high-priority-disk-container UsedBytes: 448815104 Mar 27 11:34:18.158: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:18.158: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:18.158: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:18.158: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:18.158: INFO: Pod: best-effort-disk-pod Mar 27 11:34:18.158: INFO: --- summary Container: best-effort-disk-container UsedBytes: 448815104 Mar 27 11:34:18.158: INFO: Pod: high-priority-disk-pod Mar 27 11:34:18.158: INFO: --- summary Container: high-priority-disk-container UsedBytes: 448815104 Mar 27 11:34:20.181: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:20.181: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10876170240 Mar 27 11:34:20.181: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:20.181: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:20.181: INFO: Pod: best-effort-disk-pod Mar 27 11:34:20.181: INFO: --- summary Container: best-effort-disk-container UsedBytes: 448815104 Mar 27 11:34:20.181: INFO: Pod: high-priority-disk-pod Mar 27 11:34:20.181: INFO: --- summary Container: high-priority-disk-container UsedBytes: 448815104 Mar 27 11:34:22.206: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:22.206: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:22.206: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:22.206: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:22.206: INFO: Pod: best-effort-disk-pod Mar 27 11:34:22.206: INFO: --- summary Container: best-effort-disk-container UsedBytes: 448815104 Mar 27 11:34:22.206: INFO: Pod: high-priority-disk-pod Mar 27 11:34:22.206: INFO: --- summary Container: high-priority-disk-container UsedBytes: 448815104 Mar 27 11:34:24.234: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:24.234: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:24.234: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:24.234: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:24.234: INFO: Pod: best-effort-disk-pod Mar 27 11:34:24.234: INFO: --- summary Container: best-effort-disk-container UsedBytes: 547385344 Mar 27 11:34:24.234: INFO: Pod: high-priority-disk-pod Mar 27 11:34:24.234: INFO: --- summary Container: high-priority-disk-container UsedBytes: 547385344 Mar 27 11:34:26.259: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:26.259: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:26.259: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:26.259: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:26.259: INFO: Pod: best-effort-disk-pod Mar 27 11:34:26.259: INFO: --- summary Container: best-effort-disk-container UsedBytes: 547385344 Mar 27 11:34:26.259: INFO: Pod: high-priority-disk-pod Mar 27 11:34:26.259: INFO: --- summary Container: high-priority-disk-container UsedBytes: 547385344 Mar 27 11:34:28.284: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:28.284: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:28.284: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:28.284: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:28.284: INFO: Pod: best-effort-disk-pod Mar 27 11:34:28.284: INFO: --- summary Container: best-effort-disk-container UsedBytes: 547385344 Mar 27 11:34:28.284: INFO: Pod: high-priority-disk-pod Mar 27 11:34:28.284: INFO: --- summary Container: high-priority-disk-container UsedBytes: 547385344 Mar 27 11:34:30.310: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:30.310: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10676932608 Mar 27 11:34:30.310: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:30.310: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:30.310: INFO: Pod: best-effort-disk-pod Mar 27 11:34:30.310: INFO: --- summary Container: best-effort-disk-container UsedBytes: 547385344 Mar 27 11:34:30.310: INFO: Pod: high-priority-disk-pod Mar 27 11:34:30.310: INFO: --- summary Container: high-priority-disk-container UsedBytes: 547385344 Mar 27 11:34:32.334: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:32.334: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:32.334: INFO: Pod: high-priority-disk-pod Mar 27 11:34:32.334: INFO: --- summary Container: high-priority-disk-container UsedBytes: 647004160 Mar 27 11:34:32.334: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:32.334: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:32.334: INFO: Pod: best-effort-disk-pod Mar 27 11:34:32.334: INFO: --- summary Container: best-effort-disk-container UsedBytes: 647004160 Mar 27 11:34:34.365: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:34.365: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:34.365: INFO: Pod: high-priority-disk-pod Mar 27 11:34:34.365: INFO: --- summary Container: high-priority-disk-container UsedBytes: 647004160 Mar 27 11:34:34.365: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:34.365: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:34.365: INFO: Pod: best-effort-disk-pod Mar 27 11:34:34.365: INFO: --- summary Container: best-effort-disk-container UsedBytes: 647004160 Mar 27 11:34:36.392: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:36.392: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:36.392: INFO: Pod: best-effort-disk-pod Mar 27 11:34:36.392: INFO: --- summary Container: best-effort-disk-container UsedBytes: 647004160 Mar 27 11:34:36.392: INFO: Pod: high-priority-disk-pod Mar 27 11:34:36.392: INFO: --- summary Container: high-priority-disk-container UsedBytes: 647004160 Mar 27 11:34:36.392: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:36.392: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:38.418: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:38.418: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:38.418: INFO: Pod: best-effort-disk-pod Mar 27 11:34:38.418: INFO: --- summary Container: best-effort-disk-container UsedBytes: 647004160 Mar 27 11:34:38.418: INFO: Pod: high-priority-disk-pod Mar 27 11:34:38.418: INFO: --- summary Container: high-priority-disk-container UsedBytes: 647004160 Mar 27 11:34:38.418: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:38.418: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:40.443: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:40.444: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10479792128 Mar 27 11:34:40.444: INFO: Pod: best-effort-disk-pod Mar 27 11:34:40.444: INFO: --- summary Container: best-effort-disk-container UsedBytes: 647004160 Mar 27 11:34:40.444: INFO: Pod: high-priority-disk-pod Mar 27 11:34:40.444: INFO: --- summary Container: high-priority-disk-container UsedBytes: 647004160 Mar 27 11:34:40.444: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:40.444: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:42.472: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:42.472: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:42.473: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:42.473: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:42.473: INFO: Pod: best-effort-disk-pod Mar 27 11:34:42.473: INFO: --- summary Container: best-effort-disk-container UsedBytes: 745570304 Mar 27 11:34:42.473: INFO: Pod: high-priority-disk-pod Mar 27 11:34:42.473: INFO: --- summary Container: high-priority-disk-container UsedBytes: 745570304 Mar 27 11:34:44.493: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:44.493: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:44.493: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:44.493: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:44.493: INFO: Pod: best-effort-disk-pod Mar 27 11:34:44.493: INFO: --- summary Container: best-effort-disk-container UsedBytes: 745570304 Mar 27 11:34:44.493: INFO: Pod: high-priority-disk-pod Mar 27 11:34:44.493: INFO: --- summary Container: high-priority-disk-container UsedBytes: 745570304 Mar 27 11:34:46.514: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:46.514: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:46.514: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:46.514: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:46.514: INFO: Pod: best-effort-disk-pod Mar 27 11:34:46.514: INFO: --- summary Container: best-effort-disk-container UsedBytes: 745570304 Mar 27 11:34:46.514: INFO: Pod: high-priority-disk-pod Mar 27 11:34:46.514: INFO: --- summary Container: high-priority-disk-container UsedBytes: 745570304 Mar 27 11:34:48.539: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:48.539: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:48.539: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:48.539: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:48.539: INFO: Pod: best-effort-disk-pod Mar 27 11:34:48.539: INFO: --- summary Container: best-effort-disk-container UsedBytes: 745570304 Mar 27 11:34:48.539: INFO: Pod: high-priority-disk-pod Mar 27 11:34:48.539: INFO: --- summary Container: high-priority-disk-container UsedBytes: 745570304 Mar 27 11:34:50.561: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:50.561: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10281611264 Mar 27 11:34:50.561: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:50.561: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:50.561: INFO: Pod: best-effort-disk-pod Mar 27 11:34:50.561: INFO: --- summary Container: best-effort-disk-container UsedBytes: 745570304 Mar 27 11:34:50.561: INFO: Pod: high-priority-disk-pod Mar 27 11:34:50.561: INFO: --- summary Container: high-priority-disk-container UsedBytes: 745570304 Mar 27 11:34:52.588: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:52.588: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:52.588: INFO: Pod: best-effort-disk-pod Mar 27 11:34:52.588: INFO: --- summary Container: best-effort-disk-container UsedBytes: 844136448 Mar 27 11:34:52.588: INFO: Pod: high-priority-disk-pod Mar 27 11:34:52.588: INFO: --- summary Container: high-priority-disk-container UsedBytes: 844136448 Mar 27 11:34:52.588: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:52.588: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:54.632: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:54.632: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:54.632: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:54.632: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:54.632: INFO: Pod: best-effort-disk-pod Mar 27 11:34:54.632: INFO: --- summary Container: best-effort-disk-container UsedBytes: 844136448 Mar 27 11:34:54.632: INFO: Pod: high-priority-disk-pod Mar 27 11:34:54.632: INFO: --- summary Container: high-priority-disk-container UsedBytes: 844136448 Mar 27 11:34:56.655: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:56.655: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:56.655: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:56.655: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:56.655: INFO: Pod: best-effort-disk-pod Mar 27 11:34:56.655: INFO: --- summary Container: best-effort-disk-container UsedBytes: 844136448 Mar 27 11:34:56.655: INFO: Pod: high-priority-disk-pod Mar 27 11:34:56.655: INFO: --- summary Container: high-priority-disk-container UsedBytes: 844136448 Mar 27 11:34:58.676: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:58.676: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10083430400 Mar 27 11:34:58.676: INFO: Pod: guaranteed-disk-pod Mar 27 11:34:58.676: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:34:58.676: INFO: Pod: best-effort-disk-pod Mar 27 11:34:58.676: INFO: --- summary Container: best-effort-disk-container UsedBytes: 844136448 Mar 27 11:34:58.676: INFO: Pod: high-priority-disk-pod Mar 27 11:34:58.676: INFO: --- summary Container: high-priority-disk-container UsedBytes: 844136448 Mar 27 11:35:00.701: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10083430400 Mar 27 11:35:00.701: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10083430400 Mar 27 11:35:00.701: INFO: Pod: high-priority-disk-pod Mar 27 11:35:00.701: INFO: --- summary Container: high-priority-disk-container UsedBytes: 844136448 Mar 27 11:35:00.701: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:00.701: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:00.701: INFO: Pod: best-effort-disk-pod Mar 27 11:35:00.701: INFO: --- summary Container: best-effort-disk-container UsedBytes: 844136448 Mar 27 11:35:02.724: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:02.724: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:02.724: INFO: Pod: high-priority-disk-pod Mar 27 11:35:02.724: INFO: --- summary Container: high-priority-disk-container UsedBytes: 942702592 Mar 27 11:35:02.724: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:02.724: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:02.724: INFO: Pod: best-effort-disk-pod Mar 27 11:35:02.724: INFO: --- summary Container: best-effort-disk-container UsedBytes: 942702592 Mar 27 11:35:04.747: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:04.747: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:04.747: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:04.747: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:04.747: INFO: Pod: best-effort-disk-pod Mar 27 11:35:04.747: INFO: --- summary Container: best-effort-disk-container UsedBytes: 942702592 Mar 27 11:35:04.747: INFO: Pod: high-priority-disk-pod Mar 27 11:35:04.747: INFO: --- summary Container: high-priority-disk-container UsedBytes: 942702592 Mar 27 11:35:06.784: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:06.784: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:06.785: INFO: Pod: high-priority-disk-pod Mar 27 11:35:06.785: INFO: --- summary Container: high-priority-disk-container UsedBytes: 942702592 Mar 27 11:35:06.785: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:06.785: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:06.785: INFO: Pod: best-effort-disk-pod Mar 27 11:35:06.785: INFO: --- summary Container: best-effort-disk-container UsedBytes: 942702592 Mar 27 11:35:08.807: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:08.807: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:08.807: INFO: Pod: best-effort-disk-pod Mar 27 11:35:08.807: INFO: --- summary Container: best-effort-disk-container UsedBytes: 942702592 Mar 27 11:35:08.807: INFO: Pod: high-priority-disk-pod Mar 27 11:35:08.807: INFO: --- summary Container: high-priority-disk-container UsedBytes: 942702592 Mar 27 11:35:08.807: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:08.807: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:10.831: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:10.831: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9886298112 Mar 27 11:35:10.831: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:10.831: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:10.831: INFO: Pod: best-effort-disk-pod Mar 27 11:35:10.831: INFO: --- summary Container: best-effort-disk-container UsedBytes: 942702592 Mar 27 11:35:10.831: INFO: Pod: high-priority-disk-pod Mar 27 11:35:10.831: INFO: --- summary Container: high-priority-disk-container UsedBytes: 942702592 Mar 27 11:35:12.858: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:12.858: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:12.858: INFO: Pod: high-priority-disk-pod Mar 27 11:35:12.858: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1040232448 Mar 27 11:35:12.858: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:12.858: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:12.858: INFO: Pod: best-effort-disk-pod Mar 27 11:35:12.858: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1041281024 Mar 27 11:35:14.879: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:14.879: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:14.879: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:14.879: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:14.879: INFO: Pod: best-effort-disk-pod Mar 27 11:35:14.879: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1041281024 Mar 27 11:35:14.879: INFO: Pod: high-priority-disk-pod Mar 27 11:35:14.879: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1040232448 Mar 27 11:35:16.900: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:16.900: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:16.900: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:16.900: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:16.900: INFO: Pod: best-effort-disk-pod Mar 27 11:35:16.900: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1041281024 Mar 27 11:35:16.900: INFO: Pod: high-priority-disk-pod Mar 27 11:35:16.900: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1040232448 Mar 27 11:35:18.926: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:18.926: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9690202112 Mar 27 11:35:18.926: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:18.926: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:18.926: INFO: Pod: best-effort-disk-pod Mar 27 11:35:18.926: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1041281024 Mar 27 11:35:18.926: INFO: Pod: high-priority-disk-pod Mar 27 11:35:18.926: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1040232448 Mar 27 11:35:20.947: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:20.947: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:20.947: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:20.947: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:20.947: INFO: Pod: best-effort-disk-pod Mar 27 11:35:20.947: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1041281024 Mar 27 11:35:20.947: INFO: Pod: high-priority-disk-pod Mar 27 11:35:20.947: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1040232448 Mar 27 11:35:22.970: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:22.970: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:22.970: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:22.970: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:22.970: INFO: Pod: best-effort-disk-pod Mar 27 11:35:22.970: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1138974720 Mar 27 11:35:22.970: INFO: Pod: high-priority-disk-pod Mar 27 11:35:22.970: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1138806784 Mar 27 11:35:24.998: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:24.998: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:24.998: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:24.998: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:24.998: INFO: Pod: best-effort-disk-pod Mar 27 11:35:24.998: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1138974720 Mar 27 11:35:24.998: INFO: Pod: high-priority-disk-pod Mar 27 11:35:24.998: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1138806784 Mar 27 11:35:27.019: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:27.019: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:27.019: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:27.019: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:27.019: INFO: Pod: best-effort-disk-pod Mar 27 11:35:27.019: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1138974720 Mar 27 11:35:27.019: INFO: Pod: high-priority-disk-pod Mar 27 11:35:27.019: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1138806784 Mar 27 11:35:29.042: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:29.042: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9493053440 Mar 27 11:35:29.042: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:29.042: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:29.042: INFO: Pod: best-effort-disk-pod Mar 27 11:35:29.042: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1138974720 Mar 27 11:35:29.042: INFO: Pod: high-priority-disk-pod Mar 27 11:35:29.042: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1138806784 Mar 27 11:35:31.065: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:31.065: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:31.065: INFO: Pod: high-priority-disk-pod Mar 27 11:35:31.065: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1138806784 Mar 27 11:35:31.065: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:31.065: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:31.065: INFO: Pod: best-effort-disk-pod Mar 27 11:35:31.065: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1138974720 Mar 27 11:35:33.089: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:33.089: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:33.089: INFO: Pod: high-priority-disk-pod Mar 27 11:35:33.089: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1238421504 Mar 27 11:35:33.089: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:33.089: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:33.089: INFO: Pod: best-effort-disk-pod Mar 27 11:35:33.089: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1238421504 Mar 27 11:35:35.110: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:35.110: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:35.110: INFO: Pod: high-priority-disk-pod Mar 27 11:35:35.110: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1238421504 Mar 27 11:35:35.110: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:35.110: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:35.110: INFO: Pod: best-effort-disk-pod Mar 27 11:35:35.110: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1238421504 Mar 27 11:35:37.136: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:37.136: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:37.136: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:37.136: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:37.136: INFO: Pod: best-effort-disk-pod Mar 27 11:35:37.136: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1238421504 Mar 27 11:35:37.136: INFO: Pod: high-priority-disk-pod Mar 27 11:35:37.136: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1238421504 Mar 27 11:35:39.163: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:39.163: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9294860288 Mar 27 11:35:39.163: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:39.163: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:39.163: INFO: Pod: best-effort-disk-pod Mar 27 11:35:39.163: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1238421504 Mar 27 11:35:39.163: INFO: Pod: high-priority-disk-pod Mar 27 11:35:39.163: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1238421504 Mar 27 11:35:41.184: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:41.184: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:41.184: INFO: Pod: best-effort-disk-pod Mar 27 11:35:41.184: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1238421504 Mar 27 11:35:41.184: INFO: Pod: high-priority-disk-pod Mar 27 11:35:41.184: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1238421504 Mar 27 11:35:41.184: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:41.184: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:43.211: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:43.211: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:43.211: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:43.211: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:43.211: INFO: Pod: best-effort-disk-pod Mar 27 11:35:43.211: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1336987648 Mar 27 11:35:43.211: INFO: Pod: high-priority-disk-pod Mar 27 11:35:43.211: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1336987648 Mar 27 11:35:45.233: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:45.233: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:45.233: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:45.233: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:45.233: INFO: Pod: best-effort-disk-pod Mar 27 11:35:45.233: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1336987648 Mar 27 11:35:45.233: INFO: Pod: high-priority-disk-pod Mar 27 11:35:45.233: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1336987648 Mar 27 11:35:47.254: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:47.254: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:47.254: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:47.254: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:47.254: INFO: Pod: best-effort-disk-pod Mar 27 11:35:47.254: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1336987648 Mar 27 11:35:47.254: INFO: Pod: high-priority-disk-pod Mar 27 11:35:47.254: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1336987648 Mar 27 11:35:49.280: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:49.280: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9096679424 Mar 27 11:35:49.280: INFO: Pod: high-priority-disk-pod Mar 27 11:35:49.280: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1336987648 Mar 27 11:35:49.280: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:49.280: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:49.280: INFO: Pod: best-effort-disk-pod Mar 27 11:35:49.280: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1336987648 Mar 27 11:35:51.305: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:51.305: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:51.305: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:51.305: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:51.305: INFO: Pod: best-effort-disk-pod Mar 27 11:35:51.305: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1336987648 Mar 27 11:35:51.305: INFO: Pod: high-priority-disk-pod Mar 27 11:35:51.305: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1336987648 Mar 27 11:35:53.334: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:53.334: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:53.334: INFO: Pod: high-priority-disk-pod Mar 27 11:35:53.334: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1435553792 Mar 27 11:35:53.334: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:53.334: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:53.334: INFO: Pod: best-effort-disk-pod Mar 27 11:35:53.334: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1435553792 Mar 27 11:35:55.360: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:55.360: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:55.360: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:55.360: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:55.360: INFO: Pod: best-effort-disk-pod Mar 27 11:35:55.360: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1435553792 Mar 27 11:35:55.360: INFO: Pod: high-priority-disk-pod Mar 27 11:35:55.360: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1435553792 Mar 27 11:35:57.380: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:57.380: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:57.380: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:57.380: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:57.380: INFO: Pod: best-effort-disk-pod Mar 27 11:35:57.380: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1435553792 Mar 27 11:35:57.380: INFO: Pod: high-priority-disk-pod Mar 27 11:35:57.380: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1435553792 Mar 27 11:35:59.403: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:59.403: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8898498560 Mar 27 11:35:59.403: INFO: Pod: guaranteed-disk-pod Mar 27 11:35:59.403: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:35:59.403: INFO: Pod: best-effort-disk-pod Mar 27 11:35:59.403: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1435553792 Mar 27 11:35:59.403: INFO: Pod: high-priority-disk-pod Mar 27 11:35:59.403: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1435553792 Mar 27 11:36:01.431: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:01.431: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:01.431: INFO: Pod: high-priority-disk-pod Mar 27 11:36:01.431: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1435553792 Mar 27 11:36:01.431: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:01.431: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:01.431: INFO: Pod: best-effort-disk-pod Mar 27 11:36:01.431: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1435553792 Mar 27 11:36:03.454: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:03.454: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:03.454: INFO: Pod: best-effort-disk-pod Mar 27 11:36:03.454: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1535168512 Mar 27 11:36:03.454: INFO: Pod: high-priority-disk-pod Mar 27 11:36:03.454: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1534119936 Mar 27 11:36:03.454: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:03.454: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:05.478: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:05.478: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:05.478: INFO: Pod: high-priority-disk-pod Mar 27 11:36:05.478: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1534119936 Mar 27 11:36:05.478: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:05.478: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:05.478: INFO: Pod: best-effort-disk-pod Mar 27 11:36:05.478: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1535168512 Mar 27 11:36:07.502: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:07.502: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:07.502: INFO: Pod: best-effort-disk-pod Mar 27 11:36:07.502: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1535168512 Mar 27 11:36:07.502: INFO: Pod: high-priority-disk-pod Mar 27 11:36:07.502: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1534119936 Mar 27 11:36:07.502: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:07.502: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:09.529: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:09.529: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8701366272 Mar 27 11:36:09.529: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:09.529: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:09.529: INFO: Pod: best-effort-disk-pod Mar 27 11:36:09.529: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1535168512 Mar 27 11:36:09.529: INFO: Pod: high-priority-disk-pod Mar 27 11:36:09.529: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1534119936 Mar 27 11:36:11.552: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:11.552: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:11.552: INFO: Pod: best-effort-disk-pod Mar 27 11:36:11.552: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1535168512 Mar 27 11:36:11.552: INFO: Pod: high-priority-disk-pod Mar 27 11:36:11.552: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1534119936 Mar 27 11:36:11.552: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:11.552: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:13.578: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:13.578: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:13.578: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:13.578: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:13.578: INFO: Pod: best-effort-disk-pod Mar 27 11:36:13.578: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1633734656 Mar 27 11:36:13.578: INFO: Pod: high-priority-disk-pod Mar 27 11:36:13.578: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1633734656 Mar 27 11:36:15.600: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:15.600: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:15.600: INFO: Pod: best-effort-disk-pod Mar 27 11:36:15.600: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1633734656 Mar 27 11:36:15.600: INFO: Pod: high-priority-disk-pod Mar 27 11:36:15.600: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1633734656 Mar 27 11:36:15.600: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:15.600: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:17.638: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:17.638: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:17.638: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:17.638: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:17.638: INFO: Pod: best-effort-disk-pod Mar 27 11:36:17.638: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1633734656 Mar 27 11:36:17.638: INFO: Pod: high-priority-disk-pod Mar 27 11:36:17.638: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1633734656 Mar 27 11:36:19.662: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:19.662: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8503185408 Mar 27 11:36:19.662: INFO: Pod: high-priority-disk-pod Mar 27 11:36:19.662: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1633734656 Mar 27 11:36:19.662: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:19.662: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:19.662: INFO: Pod: best-effort-disk-pod Mar 27 11:36:19.662: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1633734656 Mar 27 11:36:21.684: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:21.684: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:21.684: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:21.684: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:21.684: INFO: Pod: best-effort-disk-pod Mar 27 11:36:21.684: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1633734656 Mar 27 11:36:21.684: INFO: Pod: high-priority-disk-pod Mar 27 11:36:21.685: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1633734656 Mar 27 11:36:23.709: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:23.709: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:23.709: INFO: Pod: best-effort-disk-pod Mar 27 11:36:23.709: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1732300800 Mar 27 11:36:23.709: INFO: Pod: high-priority-disk-pod Mar 27 11:36:23.709: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1732300800 Mar 27 11:36:23.709: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:23.709: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:25.737: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:25.737: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:25.737: INFO: Pod: high-priority-disk-pod Mar 27 11:36:25.737: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1732300800 Mar 27 11:36:25.737: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:25.737: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:25.737: INFO: Pod: best-effort-disk-pod Mar 27 11:36:25.737: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1732300800 Mar 27 11:36:27.759: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:27.759: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:27.759: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:27.759: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:27.759: INFO: Pod: best-effort-disk-pod Mar 27 11:36:27.759: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1732300800 Mar 27 11:36:27.759: INFO: Pod: high-priority-disk-pod Mar 27 11:36:27.759: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1732300800 Mar 27 11:36:29.779: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:29.779: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8305004544 Mar 27 11:36:29.779: INFO: Pod: best-effort-disk-pod Mar 27 11:36:29.779: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1732300800 Mar 27 11:36:29.779: INFO: Pod: high-priority-disk-pod Mar 27 11:36:29.779: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1732300800 Mar 27 11:36:29.779: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:29.779: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:31.801: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:31.801: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:31.801: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:31.801: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:31.801: INFO: Pod: best-effort-disk-pod Mar 27 11:36:31.801: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1732300800 Mar 27 11:36:31.801: INFO: Pod: high-priority-disk-pod Mar 27 11:36:31.801: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1732300800 Mar 27 11:36:33.822: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:33.822: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:33.822: INFO: Pod: high-priority-disk-pod Mar 27 11:36:33.822: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1830866944 Mar 27 11:36:33.822: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:33.822: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:33.822: INFO: Pod: best-effort-disk-pod Mar 27 11:36:33.822: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1831915520 Mar 27 11:36:35.844: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:35.844: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:35.844: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:35.844: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:35.844: INFO: Pod: best-effort-disk-pod Mar 27 11:36:35.844: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1831915520 Mar 27 11:36:35.844: INFO: Pod: high-priority-disk-pod Mar 27 11:36:35.844: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1830866944 Mar 27 11:36:37.877: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:37.877: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:37.878: INFO: Pod: high-priority-disk-pod Mar 27 11:36:37.878: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1830866944 Mar 27 11:36:37.878: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:37.878: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:37.878: INFO: Pod: best-effort-disk-pod Mar 27 11:36:37.878: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1831915520 Mar 27 11:36:39.902: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:39.902: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8106823680 Mar 27 11:36:39.902: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:39.902: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:39.902: INFO: Pod: best-effort-disk-pod Mar 27 11:36:39.902: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1831915520 Mar 27 11:36:39.902: INFO: Pod: high-priority-disk-pod Mar 27 11:36:39.902: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1830866944 Mar 27 11:36:41.922: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:41.922: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:41.922: INFO: Pod: best-effort-disk-pod Mar 27 11:36:41.922: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1831915520 Mar 27 11:36:41.922: INFO: Pod: high-priority-disk-pod Mar 27 11:36:41.922: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1830866944 Mar 27 11:36:41.922: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:41.922: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:43.945: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:43.945: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:43.945: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:43.945: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:43.945: INFO: Pod: best-effort-disk-pod Mar 27 11:36:43.945: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1930481664 Mar 27 11:36:43.945: INFO: Pod: high-priority-disk-pod Mar 27 11:36:43.945: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1930481664 Mar 27 11:36:45.972: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:45.972: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:45.972: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:45.972: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:45.972: INFO: Pod: best-effort-disk-pod Mar 27 11:36:45.972: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1930481664 Mar 27 11:36:45.972: INFO: Pod: high-priority-disk-pod Mar 27 11:36:45.972: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1930481664 Mar 27 11:36:47.994: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:47.994: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:47.994: INFO: Pod: best-effort-disk-pod Mar 27 11:36:47.994: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1930481664 Mar 27 11:36:47.994: INFO: Pod: high-priority-disk-pod Mar 27 11:36:47.994: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1930481664 Mar 27 11:36:47.994: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:47.994: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:50.017: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:50.017: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7908642816 Mar 27 11:36:50.017: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:50.017: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:50.017: INFO: Pod: best-effort-disk-pod Mar 27 11:36:50.017: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1930481664 Mar 27 11:36:50.017: INFO: Pod: high-priority-disk-pod Mar 27 11:36:50.017: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1930481664 Mar 27 11:36:52.050: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7710445568 Mar 27 11:36:52.050: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7710445568 Mar 27 11:36:52.050: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:52.050: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:52.050: INFO: Pod: best-effort-disk-pod Mar 27 11:36:52.050: INFO: --- summary Container: best-effort-disk-container UsedBytes: 1930481664 Mar 27 11:36:52.050: INFO: Pod: high-priority-disk-pod Mar 27 11:36:52.050: INFO: --- summary Container: high-priority-disk-container UsedBytes: 1930481664 Mar 27 11:36:54.074: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7710445568 Mar 27 11:36:54.074: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7710445568 Mar 27 11:36:54.074: INFO: Pod: high-priority-disk-pod Mar 27 11:36:54.074: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2029056000 Mar 27 11:36:54.074: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:54.074: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:54.074: INFO: Pod: best-effort-disk-pod Mar 27 11:36:54.074: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2029056000 Mar 27 11:36:56.097: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12006723584 Mar 27 11:36:56.097: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12006723584 Mar 27 11:36:56.097: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:56.097: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:56.097: INFO: Pod: best-effort-disk-pod Mar 27 11:36:56.097: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2029056000 Mar 27 11:36:56.097: INFO: Pod: high-priority-disk-pod Mar 27 11:36:56.097: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2029056000 Mar 27 11:36:58.123: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12006723584 Mar 27 11:36:58.123: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12006723584 Mar 27 11:36:58.123: INFO: Pod: best-effort-disk-pod Mar 27 11:36:58.123: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2029056000 Mar 27 11:36:58.123: INFO: Pod: high-priority-disk-pod Mar 27 11:36:58.123: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2029056000 Mar 27 11:36:58.123: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:58.123: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 STEP: Waiting for evictions to occur - test/e2e_node/eviction_test.go:573 @ 03/27/23 11:36:58.126 Mar 27 11:36:58.129: INFO: Node has DiskPressure Mar 27 11:36:58.166: INFO: Kubelet Metrics: [] Mar 27 11:36:58.186: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12006723584 Mar 27 11:36:58.187: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12006723584 Mar 27 11:36:58.187: INFO: Pod: best-effort-disk-pod Mar 27 11:36:58.187: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2029056000 Mar 27 11:36:58.187: INFO: Pod: high-priority-disk-pod Mar 27 11:36:58.187: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2029056000 Mar 27 11:36:58.188: INFO: Pod: guaranteed-disk-pod Mar 27 11:36:58.188: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:36:58.191: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:36:58.191: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:36:58.191: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:36:58.191 Mar 27 11:37:00.194: INFO: Node has DiskPressure Mar 27 11:37:00.225: INFO: Kubelet Metrics: [] Mar 27 11:37:00.246: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12006723584 Mar 27 11:37:00.246: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12006723584 Mar 27 11:37:00.246: INFO: Pod: best-effort-disk-pod Mar 27 11:37:00.246: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2029056000 Mar 27 11:37:00.246: INFO: Pod: high-priority-disk-pod Mar 27 11:37:00.246: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2029056000 Mar 27 11:37:00.246: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:00.246: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:00.249: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:00.249: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:00.249: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:00.249 Mar 27 11:37:02.253: INFO: Node has DiskPressure Mar 27 11:37:02.299: INFO: Kubelet Metrics: [] Mar 27 11:37:02.326: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12006723584 Mar 27 11:37:02.326: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12006723584 Mar 27 11:37:02.326: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:02.326: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:02.326: INFO: Pod: best-effort-disk-pod Mar 27 11:37:02.326: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2127626240 Mar 27 11:37:02.326: INFO: Pod: high-priority-disk-pod Mar 27 11:37:02.326: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2126577664 Mar 27 11:37:02.329: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:02.329: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:02.329: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:02.329 Mar 27 11:37:04.333: INFO: Node has DiskPressure Mar 27 11:37:04.361: INFO: Kubelet Metrics: [] Mar 27 11:37:04.378: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 12006723584 Mar 27 11:37:04.378: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 12006723584 Mar 27 11:37:04.378: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:04.378: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:04.378: INFO: Pod: best-effort-disk-pod Mar 27 11:37:04.378: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2127626240 Mar 27 11:37:04.378: INFO: Pod: high-priority-disk-pod Mar 27 11:37:04.378: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2126577664 Mar 27 11:37:04.381: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:04.381: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:04.381: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:04.381 Mar 27 11:37:06.384: INFO: Node has DiskPressure Mar 27 11:37:06.413: INFO: Kubelet Metrics: [] Mar 27 11:37:06.432: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:06.432: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:06.433: INFO: Pod: high-priority-disk-pod Mar 27 11:37:06.433: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2126577664 Mar 27 11:37:06.433: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:06.433: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:06.433: INFO: Pod: best-effort-disk-pod Mar 27 11:37:06.433: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2127626240 Mar 27 11:37:06.436: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:06.436: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:06.436: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:06.436 Mar 27 11:37:08.439: INFO: Node has DiskPressure Mar 27 11:37:08.468: INFO: Kubelet Metrics: [] Mar 27 11:37:08.485: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:08.485: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:08.485: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:08.485: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:08.485: INFO: Pod: best-effort-disk-pod Mar 27 11:37:08.485: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2127626240 Mar 27 11:37:08.485: INFO: Pod: high-priority-disk-pod Mar 27 11:37:08.485: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2126577664 Mar 27 11:37:08.488: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:08.488: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:08.488: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:08.488 Mar 27 11:37:10.491: INFO: Node has DiskPressure Mar 27 11:37:10.517: INFO: Kubelet Metrics: [] Mar 27 11:37:10.545: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:10.545: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:10.545: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:10.545: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:10.545: INFO: Pod: best-effort-disk-pod Mar 27 11:37:10.545: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2127626240 Mar 27 11:37:10.545: INFO: Pod: high-priority-disk-pod Mar 27 11:37:10.545: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2126577664 Mar 27 11:37:10.548: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:10.548: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:10.548: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:10.548 Mar 27 11:37:12.552: INFO: Node has DiskPressure Mar 27 11:37:12.586: INFO: Kubelet Metrics: [] Mar 27 11:37:12.610: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:12.610: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:12.610: INFO: Pod: high-priority-disk-pod Mar 27 11:37:12.610: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2226200576 Mar 27 11:37:12.610: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:12.610: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:12.610: INFO: Pod: best-effort-disk-pod Mar 27 11:37:12.610: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2226200576 Mar 27 11:37:12.613: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:12.613: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:12.613: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:12.613 Mar 27 11:37:14.617: INFO: Node has DiskPressure Mar 27 11:37:14.642: INFO: Kubelet Metrics: [] Mar 27 11:37:14.660: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:14.660: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11808526336 Mar 27 11:37:14.660: INFO: Pod: high-priority-disk-pod Mar 27 11:37:14.660: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2226200576 Mar 27 11:37:14.660: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:14.660: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:14.660: INFO: Pod: best-effort-disk-pod Mar 27 11:37:14.660: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2226200576 Mar 27 11:37:14.663: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:14.663: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:14.663: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:14.663 Mar 27 11:37:16.667: INFO: Node has DiskPressure Mar 27 11:37:16.695: INFO: Kubelet Metrics: [] Mar 27 11:37:16.713: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:16.713: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:16.713: INFO: Pod: high-priority-disk-pod Mar 27 11:37:16.713: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2226200576 Mar 27 11:37:16.713: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:16.713: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:16.713: INFO: Pod: best-effort-disk-pod Mar 27 11:37:16.713: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2226200576 Mar 27 11:37:16.717: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:16.717: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:16.717: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:16.717 Mar 27 11:37:18.720: INFO: Node has DiskPressure Mar 27 11:37:18.762: INFO: Kubelet Metrics: [] Mar 27 11:37:18.780: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:18.780: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:18.780: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:18.780: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:18.780: INFO: Pod: best-effort-disk-pod Mar 27 11:37:18.780: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2226200576 Mar 27 11:37:18.780: INFO: Pod: high-priority-disk-pod Mar 27 11:37:18.780: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2226200576 Mar 27 11:37:18.784: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:18.784: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:18.784: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:18.784 Mar 27 11:37:20.789: INFO: Node has DiskPressure Mar 27 11:37:20.821: INFO: Kubelet Metrics: [] Mar 27 11:37:20.845: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:20.845: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:20.845: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:20.845: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:20.845: INFO: Pod: best-effort-disk-pod Mar 27 11:37:20.845: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2226200576 Mar 27 11:37:20.846: INFO: Pod: high-priority-disk-pod Mar 27 11:37:20.846: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2226200576 Mar 27 11:37:20.848: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:20.849: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:20.849: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:20.849 Mar 27 11:37:22.852: INFO: Node has DiskPressure Mar 27 11:37:22.878: INFO: Kubelet Metrics: [] Mar 27 11:37:22.898: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:22.898: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:22.898: INFO: Pod: high-priority-disk-pod Mar 27 11:37:22.898: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2324774912 Mar 27 11:37:22.898: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:22.898: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:22.898: INFO: Pod: best-effort-disk-pod Mar 27 11:37:22.898: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2324774912 Mar 27 11:37:22.901: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:22.901: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:22.901: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:22.901 Mar 27 11:37:24.904: INFO: Node has DiskPressure Mar 27 11:37:24.935: INFO: Kubelet Metrics: [] Mar 27 11:37:24.953: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:24.953: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11610329088 Mar 27 11:37:24.953: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:24.953: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:24.953: INFO: Pod: best-effort-disk-pod Mar 27 11:37:24.953: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2324774912 Mar 27 11:37:24.953: INFO: Pod: high-priority-disk-pod Mar 27 11:37:24.953: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2324774912 Mar 27 11:37:24.956: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:24.956: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:24.956: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:24.956 Mar 27 11:37:26.960: INFO: Node does NOT have DiskPressure Mar 27 11:37:26.989: INFO: Kubelet Metrics: [] Mar 27 11:37:27.008: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:27.008: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:27.008: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:27.008: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:27.008: INFO: Pod: best-effort-disk-pod Mar 27 11:37:27.008: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2324774912 Mar 27 11:37:27.008: INFO: Pod: high-priority-disk-pod Mar 27 11:37:27.008: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2324774912 Mar 27 11:37:27.011: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:27.011: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:27.011: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:27.011 Mar 27 11:37:29.014: INFO: Node does NOT have DiskPressure Mar 27 11:37:29.044: INFO: Kubelet Metrics: [] Mar 27 11:37:29.072: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:29.072: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:29.072: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:29.072: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:29.072: INFO: Pod: best-effort-disk-pod Mar 27 11:37:29.072: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2324774912 Mar 27 11:37:29.072: INFO: Pod: high-priority-disk-pod Mar 27 11:37:29.072: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2324774912 Mar 27 11:37:29.075: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:29.075: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:29.076: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:29.076 Mar 27 11:37:31.079: INFO: Node does NOT have DiskPressure Mar 27 11:37:31.105: INFO: Kubelet Metrics: [] Mar 27 11:37:31.126: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:31.126: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:31.126: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:31.126: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:31.126: INFO: Pod: best-effort-disk-pod Mar 27 11:37:31.126: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2324774912 Mar 27 11:37:31.126: INFO: Pod: high-priority-disk-pod Mar 27 11:37:31.126: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2324774912 Mar 27 11:37:31.129: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:31.129: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:31.130: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:31.13 Mar 27 11:37:33.132: INFO: Node does NOT have DiskPressure Mar 27 11:37:33.163: INFO: Kubelet Metrics: [] Mar 27 11:37:33.182: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:33.182: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11413180416 Mar 27 11:37:33.182: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:33.182: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:33.182: INFO: Pod: best-effort-disk-pod Mar 27 11:37:33.182: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2423345152 Mar 27 11:37:33.182: INFO: Pod: high-priority-disk-pod Mar 27 11:37:33.182: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2423345152 Mar 27 11:37:33.185: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:33.185: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:33.185: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:33.185 Mar 27 11:37:35.188: INFO: Node does NOT have DiskPressure Mar 27 11:37:35.216: INFO: Kubelet Metrics: [] Mar 27 11:37:35.234: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:35.234: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:35.234: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:35.234: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:35.234: INFO: Pod: best-effort-disk-pod Mar 27 11:37:35.234: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2423345152 Mar 27 11:37:35.234: INFO: Pod: high-priority-disk-pod Mar 27 11:37:35.234: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2423345152 Mar 27 11:37:35.237: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:35.237: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:35.237: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:35.237 Mar 27 11:37:37.241: INFO: Node does NOT have DiskPressure Mar 27 11:37:37.268: INFO: Kubelet Metrics: [] Mar 27 11:37:37.296: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:37.296: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:37.296: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:37.296: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:37.296: INFO: Pod: best-effort-disk-pod Mar 27 11:37:37.296: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2423345152 Mar 27 11:37:37.296: INFO: Pod: high-priority-disk-pod Mar 27 11:37:37.296: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2423345152 Mar 27 11:37:37.299: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:37.299: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:37.299: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:37.299 Mar 27 11:37:39.302: INFO: Node does NOT have DiskPressure Mar 27 11:37:39.330: INFO: Kubelet Metrics: [] Mar 27 11:37:39.348: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:39.348: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:39.348: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:39.348: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:39.348: INFO: Pod: best-effort-disk-pod Mar 27 11:37:39.348: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2423345152 Mar 27 11:37:39.348: INFO: Pod: high-priority-disk-pod Mar 27 11:37:39.348: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2423345152 Mar 27 11:37:39.351: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:39.351: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:39.351: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:39.351 Mar 27 11:37:41.355: INFO: Node does NOT have DiskPressure Mar 27 11:37:41.387: INFO: Kubelet Metrics: [] Mar 27 11:37:41.406: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:41.406: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:41.406: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:41.406: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:41.406: INFO: Pod: best-effort-disk-pod Mar 27 11:37:41.406: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2423345152 Mar 27 11:37:41.406: INFO: Pod: high-priority-disk-pod Mar 27 11:37:41.406: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2423345152 Mar 27 11:37:41.411: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:41.411: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:41.411: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:41.412 Mar 27 11:37:43.415: INFO: Node does NOT have DiskPressure Mar 27 11:37:43.448: INFO: Kubelet Metrics: [] Mar 27 11:37:43.465: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:43.465: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11214999552 Mar 27 11:37:43.465: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:43.465: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:43.465: INFO: Pod: best-effort-disk-pod Mar 27 11:37:43.465: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2522959872 Mar 27 11:37:43.465: INFO: Pod: high-priority-disk-pod Mar 27 11:37:43.465: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2521911296 Mar 27 11:37:43.469: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:43.469: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:43.469: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:43.469 Mar 27 11:37:45.472: INFO: Node does NOT have DiskPressure Mar 27 11:37:45.503: INFO: Kubelet Metrics: [] Mar 27 11:37:45.520: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:45.520: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:45.520: INFO: Pod: high-priority-disk-pod Mar 27 11:37:45.520: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2521911296 Mar 27 11:37:45.520: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:45.520: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:45.520: INFO: Pod: best-effort-disk-pod Mar 27 11:37:45.520: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2522959872 Mar 27 11:37:45.523: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:45.523: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:45.523: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:45.523 Mar 27 11:37:47.526: INFO: Node does NOT have DiskPressure Mar 27 11:37:47.559: INFO: Kubelet Metrics: [] Mar 27 11:37:47.578: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:47.578: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:47.578: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:47.578: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:47.578: INFO: Pod: best-effort-disk-pod Mar 27 11:37:47.578: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2522959872 Mar 27 11:37:47.578: INFO: Pod: high-priority-disk-pod Mar 27 11:37:47.578: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2521911296 Mar 27 11:37:47.582: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:47.582: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:47.582: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:47.582 Mar 27 11:37:49.586: INFO: Node does NOT have DiskPressure Mar 27 11:37:49.615: INFO: Kubelet Metrics: [] Mar 27 11:37:49.637: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:49.637: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:49.637: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:49.637: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:49.637: INFO: Pod: best-effort-disk-pod Mar 27 11:37:49.637: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2522959872 Mar 27 11:37:49.637: INFO: Pod: high-priority-disk-pod Mar 27 11:37:49.637: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2521911296 Mar 27 11:37:49.639: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:49.639: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:49.639: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:49.639 Mar 27 11:37:51.643: INFO: Node does NOT have DiskPressure Mar 27 11:37:51.667: INFO: Kubelet Metrics: [] Mar 27 11:37:51.684: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:51.684: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:51.684: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:51.684: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:51.684: INFO: Pod: best-effort-disk-pod Mar 27 11:37:51.684: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2522959872 Mar 27 11:37:51.684: INFO: Pod: high-priority-disk-pod Mar 27 11:37:51.684: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2521911296 Mar 27 11:37:51.687: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:51.687: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:51.687: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:51.687 Mar 27 11:37:53.691: INFO: Node does NOT have DiskPressure Mar 27 11:37:53.719: INFO: Kubelet Metrics: [] Mar 27 11:37:53.740: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:53.740: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11016818688 Mar 27 11:37:53.740: INFO: Pod: high-priority-disk-pod Mar 27 11:37:53.740: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2620477440 Mar 27 11:37:53.740: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:53.740: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:53.740: INFO: Pod: best-effort-disk-pod Mar 27 11:37:53.740: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2621526016 Mar 27 11:37:53.743: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:53.743: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:53.743: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:53.743 Mar 27 11:37:55.745: INFO: Node does NOT have DiskPressure Mar 27 11:37:55.776: INFO: Kubelet Metrics: [] Mar 27 11:37:55.804: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10819280896 Mar 27 11:37:55.804: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10819280896 Mar 27 11:37:55.804: INFO: Pod: high-priority-disk-pod Mar 27 11:37:55.804: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2620477440 Mar 27 11:37:55.804: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:55.804: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:55.804: INFO: Pod: best-effort-disk-pod Mar 27 11:37:55.804: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2621526016 Mar 27 11:37:55.807: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:55.807: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:55.807: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:55.807 Mar 27 11:37:57.810: INFO: Node does NOT have DiskPressure Mar 27 11:37:57.835: INFO: Kubelet Metrics: [] Mar 27 11:37:57.854: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10819280896 Mar 27 11:37:57.854: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10819280896 Mar 27 11:37:57.854: INFO: Pod: best-effort-disk-pod Mar 27 11:37:57.854: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2621526016 Mar 27 11:37:57.854: INFO: Pod: high-priority-disk-pod Mar 27 11:37:57.854: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2620477440 Mar 27 11:37:57.854: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:57.854: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:57.857: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:57.858: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:57.858: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:57.858 Mar 27 11:37:59.861: INFO: Node does NOT have DiskPressure Mar 27 11:37:59.896: INFO: Kubelet Metrics: [] Mar 27 11:37:59.916: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10819280896 Mar 27 11:37:59.916: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10819280896 Mar 27 11:37:59.916: INFO: Pod: guaranteed-disk-pod Mar 27 11:37:59.916: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:37:59.916: INFO: Pod: best-effort-disk-pod Mar 27 11:37:59.916: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2621526016 Mar 27 11:37:59.916: INFO: Pod: high-priority-disk-pod Mar 27 11:37:59.916: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2620477440 Mar 27 11:37:59.923: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:37:59.923: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:37:59.923: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:37:59.923 Mar 27 11:38:01.926: INFO: Node does NOT have DiskPressure Mar 27 11:38:01.957: INFO: Kubelet Metrics: [] Mar 27 11:38:01.979: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10819280896 Mar 27 11:38:01.979: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10819280896 Mar 27 11:38:01.979: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:01.979: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:01.979: INFO: Pod: best-effort-disk-pod Mar 27 11:38:01.979: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2621526016 Mar 27 11:38:01.979: INFO: Pod: high-priority-disk-pod Mar 27 11:38:01.979: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2620477440 Mar 27 11:38:01.983: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:01.983: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:01.983: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:01.983 Mar 27 11:38:03.987: INFO: Node does NOT have DiskPressure Mar 27 11:38:04.021: INFO: Kubelet Metrics: [] Mar 27 11:38:04.043: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10819280896 Mar 27 11:38:04.043: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10819280896 Mar 27 11:38:04.043: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:04.043: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:04.043: INFO: Pod: best-effort-disk-pod Mar 27 11:38:04.043: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2720092160 Mar 27 11:38:04.043: INFO: Pod: high-priority-disk-pod Mar 27 11:38:04.043: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2720092160 Mar 27 11:38:04.047: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:04.047: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:04.047: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:04.047 Mar 27 11:38:06.050: INFO: Node does NOT have DiskPressure Mar 27 11:38:06.075: INFO: Kubelet Metrics: [] Mar 27 11:38:06.094: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:06.094: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:06.094: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:06.094: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:06.094: INFO: Pod: best-effort-disk-pod Mar 27 11:38:06.094: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2720092160 Mar 27 11:38:06.094: INFO: Pod: high-priority-disk-pod Mar 27 11:38:06.094: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2720092160 Mar 27 11:38:06.100: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:06.100: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:06.100: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:06.1 Mar 27 11:38:08.103: INFO: Node does NOT have DiskPressure Mar 27 11:38:08.136: INFO: Kubelet Metrics: [] Mar 27 11:38:08.160: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:08.160: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:08.160: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:08.160: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:08.160: INFO: Pod: best-effort-disk-pod Mar 27 11:38:08.160: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2720092160 Mar 27 11:38:08.160: INFO: Pod: high-priority-disk-pod Mar 27 11:38:08.160: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2720092160 Mar 27 11:38:08.163: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:08.163: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:08.163: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:08.164 Mar 27 11:38:10.167: INFO: Node does NOT have DiskPressure Mar 27 11:38:10.198: INFO: Kubelet Metrics: [] Mar 27 11:38:10.219: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:10.219: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:10.219: INFO: Pod: high-priority-disk-pod Mar 27 11:38:10.219: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2720092160 Mar 27 11:38:10.219: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:10.219: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:10.219: INFO: Pod: best-effort-disk-pod Mar 27 11:38:10.219: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2720092160 Mar 27 11:38:10.222: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:10.222: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:10.222: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:10.222 Mar 27 11:38:12.225: INFO: Node does NOT have DiskPressure Mar 27 11:38:12.253: INFO: Kubelet Metrics: [] Mar 27 11:38:12.287: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:12.287: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:12.287: INFO: Pod: high-priority-disk-pod Mar 27 11:38:12.287: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2720092160 Mar 27 11:38:12.287: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:12.287: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:12.287: INFO: Pod: best-effort-disk-pod Mar 27 11:38:12.287: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2818658304 Mar 27 11:38:12.290: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:12.290: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:12.290: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:12.29 Mar 27 11:38:14.294: INFO: Node does NOT have DiskPressure Mar 27 11:38:14.332: INFO: Kubelet Metrics: [] Mar 27 11:38:14.351: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:14.351: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10621505536 Mar 27 11:38:14.351: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:14.351: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:14.351: INFO: Pod: best-effort-disk-pod Mar 27 11:38:14.351: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2818658304 Mar 27 11:38:14.351: INFO: Pod: high-priority-disk-pod Mar 27 11:38:14.351: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2818658304 Mar 27 11:38:14.354: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:14.354: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:14.354: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:14.354 Mar 27 11:38:16.357: INFO: Node does NOT have DiskPressure Mar 27 11:38:16.387: INFO: Kubelet Metrics: [] Mar 27 11:38:16.408: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:16.408: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:16.408: INFO: Pod: best-effort-disk-pod Mar 27 11:38:16.408: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2818658304 Mar 27 11:38:16.408: INFO: Pod: high-priority-disk-pod Mar 27 11:38:16.408: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2818658304 Mar 27 11:38:16.408: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:16.408: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:16.411: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:16.411: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:16.411: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:16.411 Mar 27 11:38:18.414: INFO: Node does NOT have DiskPressure Mar 27 11:38:18.441: INFO: Kubelet Metrics: [] Mar 27 11:38:18.457: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:18.457: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:18.457: INFO: Pod: high-priority-disk-pod Mar 27 11:38:18.457: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2818658304 Mar 27 11:38:18.457: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:18.457: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:18.457: INFO: Pod: best-effort-disk-pod Mar 27 11:38:18.457: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2818658304 Mar 27 11:38:18.461: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:18.461: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:18.461: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:18.461 Mar 27 11:38:20.464: INFO: Node does NOT have DiskPressure Mar 27 11:38:20.504: INFO: Kubelet Metrics: [] Mar 27 11:38:20.525: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:20.525: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:20.525: INFO: Pod: high-priority-disk-pod Mar 27 11:38:20.525: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2818658304 Mar 27 11:38:20.525: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:20.525: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:20.525: INFO: Pod: best-effort-disk-pod Mar 27 11:38:20.525: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2818658304 Mar 27 11:38:20.529: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:20.530: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:20.530: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:20.53 Mar 27 11:38:22.533: INFO: Node does NOT have DiskPressure Mar 27 11:38:22.570: INFO: Kubelet Metrics: [] Mar 27 11:38:22.597: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:22.597: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:22.597: INFO: Pod: high-priority-disk-pod Mar 27 11:38:22.597: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2917224448 Mar 27 11:38:22.597: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:22.597: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:22.597: INFO: Pod: best-effort-disk-pod Mar 27 11:38:22.597: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2917224448 Mar 27 11:38:22.601: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:22.601: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:22.601: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:22.601 Mar 27 11:38:24.605: INFO: Node does NOT have DiskPressure Mar 27 11:38:24.634: INFO: Kubelet Metrics: [] Mar 27 11:38:24.652: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:24.652: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10423324672 Mar 27 11:38:24.652: INFO: Pod: best-effort-disk-pod Mar 27 11:38:24.652: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2917224448 Mar 27 11:38:24.652: INFO: Pod: high-priority-disk-pod Mar 27 11:38:24.652: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2917224448 Mar 27 11:38:24.652: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:24.652: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:24.655: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:24.655: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:24.655: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:24.655 Mar 27 11:38:26.659: INFO: Node does NOT have DiskPressure Mar 27 11:38:26.684: INFO: Kubelet Metrics: [] Mar 27 11:38:26.705: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:26.705: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:26.705: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:26.705: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:26.705: INFO: Pod: best-effort-disk-pod Mar 27 11:38:26.705: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2917224448 Mar 27 11:38:26.705: INFO: Pod: high-priority-disk-pod Mar 27 11:38:26.705: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2917224448 Mar 27 11:38:26.708: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:26.708: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:26.708: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:26.708 Mar 27 11:38:28.711: INFO: Node does NOT have DiskPressure Mar 27 11:38:28.736: INFO: Kubelet Metrics: [] Mar 27 11:38:28.754: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:28.754: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:28.754: INFO: Pod: high-priority-disk-pod Mar 27 11:38:28.754: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2917224448 Mar 27 11:38:28.754: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:28.754: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:28.754: INFO: Pod: best-effort-disk-pod Mar 27 11:38:28.754: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2917224448 Mar 27 11:38:28.757: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:28.757: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:28.757: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:28.757 Mar 27 11:38:30.760: INFO: Node does NOT have DiskPressure Mar 27 11:38:30.793: INFO: Kubelet Metrics: [] Mar 27 11:38:30.817: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:30.817: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:30.817: INFO: Pod: high-priority-disk-pod Mar 27 11:38:30.817: INFO: --- summary Container: high-priority-disk-container UsedBytes: 2917224448 Mar 27 11:38:30.817: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:30.817: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:30.817: INFO: Pod: best-effort-disk-pod Mar 27 11:38:30.817: INFO: --- summary Container: best-effort-disk-container UsedBytes: 2917224448 Mar 27 11:38:30.820: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:30.820: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:30.820: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:30.82 Mar 27 11:38:32.823: INFO: Node does NOT have DiskPressure Mar 27 11:38:32.867: INFO: Kubelet Metrics: [] Mar 27 11:38:32.885: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:32.885: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:32.885: INFO: Pod: best-effort-disk-pod Mar 27 11:38:32.885: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3015790592 Mar 27 11:38:32.885: INFO: Pod: high-priority-disk-pod Mar 27 11:38:32.885: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3015790592 Mar 27 11:38:32.885: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:32.885: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:32.887: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:32.887: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:32.887: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:32.887 Mar 27 11:38:34.891: INFO: Node does NOT have DiskPressure Mar 27 11:38:34.915: INFO: Kubelet Metrics: [] Mar 27 11:38:34.938: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:34.938: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10226192384 Mar 27 11:38:34.938: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:34.938: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:34.938: INFO: Pod: best-effort-disk-pod Mar 27 11:38:34.938: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3015790592 Mar 27 11:38:34.938: INFO: Pod: high-priority-disk-pod Mar 27 11:38:34.938: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3015790592 Mar 27 11:38:34.941: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:34.941: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:34.941: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:34.941 Mar 27 11:38:36.945: INFO: Node does NOT have DiskPressure Mar 27 11:38:36.971: INFO: Kubelet Metrics: [] Mar 27 11:38:36.993: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:36.994: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:36.994: INFO: Pod: high-priority-disk-pod Mar 27 11:38:36.994: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3015790592 Mar 27 11:38:36.994: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:36.994: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:36.994: INFO: Pod: best-effort-disk-pod Mar 27 11:38:36.994: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3015790592 Mar 27 11:38:36.996: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:36.996: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:36.996: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:36.996 Mar 27 11:38:39.000: INFO: Node does NOT have DiskPressure Mar 27 11:38:39.027: INFO: Kubelet Metrics: [] Mar 27 11:38:39.053: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:39.053: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:39.053: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:39.053: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:39.053: INFO: Pod: best-effort-disk-pod Mar 27 11:38:39.053: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3015790592 Mar 27 11:38:39.053: INFO: Pod: high-priority-disk-pod Mar 27 11:38:39.053: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3015790592 Mar 27 11:38:39.065: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:39.065: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:39.065: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:39.066 Mar 27 11:38:41.069: INFO: Node does NOT have DiskPressure Mar 27 11:38:41.101: INFO: Kubelet Metrics: [] Mar 27 11:38:41.118: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:41.118: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:41.118: INFO: Pod: high-priority-disk-pod Mar 27 11:38:41.118: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3015790592 Mar 27 11:38:41.118: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:41.118: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:41.118: INFO: Pod: best-effort-disk-pod Mar 27 11:38:41.118: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3015790592 Mar 27 11:38:41.121: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:41.121: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:41.121: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:41.121 Mar 27 11:38:43.124: INFO: Node does NOT have DiskPressure Mar 27 11:38:43.151: INFO: Kubelet Metrics: [] Mar 27 11:38:43.170: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:43.170: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10028011520 Mar 27 11:38:43.170: INFO: Pod: high-priority-disk-pod Mar 27 11:38:43.170: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3114356736 Mar 27 11:38:43.170: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:43.170: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:43.170: INFO: Pod: best-effort-disk-pod Mar 27 11:38:43.170: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3115405312 Mar 27 11:38:43.173: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:43.173: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:43.173: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:43.173 Mar 27 11:38:45.178: INFO: Node does NOT have DiskPressure Mar 27 11:38:45.210: INFO: Kubelet Metrics: [] Mar 27 11:38:45.230: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:45.230: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:45.230: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:45.230: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:45.230: INFO: Pod: best-effort-disk-pod Mar 27 11:38:45.230: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3115405312 Mar 27 11:38:45.230: INFO: Pod: high-priority-disk-pod Mar 27 11:38:45.230: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3114356736 Mar 27 11:38:45.233: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:45.233: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:45.233: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:45.233 Mar 27 11:38:47.236: INFO: Node does NOT have DiskPressure Mar 27 11:38:47.261: INFO: Kubelet Metrics: [] Mar 27 11:38:47.281: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:47.281: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:47.281: INFO: Pod: best-effort-disk-pod Mar 27 11:38:47.281: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3115405312 Mar 27 11:38:47.281: INFO: Pod: high-priority-disk-pod Mar 27 11:38:47.281: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3114356736 Mar 27 11:38:47.281: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:47.281: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:47.285: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:47.285: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:47.285: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:47.285 Mar 27 11:38:49.288: INFO: Node does NOT have DiskPressure Mar 27 11:38:49.325: INFO: Kubelet Metrics: [] Mar 27 11:38:49.363: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:49.363: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:49.363: INFO: Pod: best-effort-disk-pod Mar 27 11:38:49.363: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3115405312 Mar 27 11:38:49.363: INFO: Pod: high-priority-disk-pod Mar 27 11:38:49.363: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3114356736 Mar 27 11:38:49.363: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:49.363: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:49.367: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:49.367: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:49.367: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:49.367 Mar 27 11:38:51.370: INFO: Node does NOT have DiskPressure Mar 27 11:38:51.406: INFO: Kubelet Metrics: [] Mar 27 11:38:51.423: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:51.423: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:51.423: INFO: Pod: best-effort-disk-pod Mar 27 11:38:51.423: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3115405312 Mar 27 11:38:51.423: INFO: Pod: high-priority-disk-pod Mar 27 11:38:51.423: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3114356736 Mar 27 11:38:51.423: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:51.423: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:51.426: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:51.426: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:51.426: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:51.426 Mar 27 11:38:53.429: INFO: Node does NOT have DiskPressure Mar 27 11:38:53.461: INFO: Kubelet Metrics: [] Mar 27 11:38:53.480: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:53.480: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9829830656 Mar 27 11:38:53.480: INFO: Pod: high-priority-disk-pod Mar 27 11:38:53.480: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3213971456 Mar 27 11:38:53.480: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:53.480: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:53.480: INFO: Pod: best-effort-disk-pod Mar 27 11:38:53.480: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3213971456 Mar 27 11:38:53.483: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:53.483: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:53.483: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:53.483 Mar 27 11:38:55.486: INFO: Node does NOT have DiskPressure Mar 27 11:38:55.512: INFO: Kubelet Metrics: [] Mar 27 11:38:55.530: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9632698368 Mar 27 11:38:55.530: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9632698368 Mar 27 11:38:55.530: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:55.530: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:55.530: INFO: Pod: best-effort-disk-pod Mar 27 11:38:55.530: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3213971456 Mar 27 11:38:55.530: INFO: Pod: high-priority-disk-pod Mar 27 11:38:55.530: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3213971456 Mar 27 11:38:55.533: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:55.533: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:55.533: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:55.533 Mar 27 11:38:57.537: INFO: Node does NOT have DiskPressure Mar 27 11:38:57.573: INFO: Kubelet Metrics: [] Mar 27 11:38:57.595: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9632698368 Mar 27 11:38:57.595: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9632698368 Mar 27 11:38:57.595: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:57.595: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:57.595: INFO: Pod: best-effort-disk-pod Mar 27 11:38:57.595: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3213971456 Mar 27 11:38:57.595: INFO: Pod: high-priority-disk-pod Mar 27 11:38:57.595: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3213971456 Mar 27 11:38:57.598: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:57.598: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:57.598: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:57.598 Mar 27 11:38:59.601: INFO: Node does NOT have DiskPressure Mar 27 11:38:59.634: INFO: Kubelet Metrics: [] Mar 27 11:38:59.652: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9632698368 Mar 27 11:38:59.652: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9632698368 Mar 27 11:38:59.652: INFO: Pod: guaranteed-disk-pod Mar 27 11:38:59.652: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:38:59.652: INFO: Pod: best-effort-disk-pod Mar 27 11:38:59.652: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3213971456 Mar 27 11:38:59.652: INFO: Pod: high-priority-disk-pod Mar 27 11:38:59.652: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3213971456 Mar 27 11:38:59.655: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:38:59.655: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:38:59.655: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:38:59.655 Mar 27 11:39:01.658: INFO: Node does NOT have DiskPressure Mar 27 11:39:01.683: INFO: Kubelet Metrics: [] Mar 27 11:39:01.705: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9632698368 Mar 27 11:39:01.705: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9632698368 Mar 27 11:39:01.705: INFO: Pod: best-effort-disk-pod Mar 27 11:39:01.705: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3213971456 Mar 27 11:39:01.705: INFO: Pod: high-priority-disk-pod Mar 27 11:39:01.705: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3213971456 Mar 27 11:39:01.705: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:01.705: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:01.708: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:01.708: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:01.708: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:01.708 Mar 27 11:39:03.712: INFO: Node does NOT have DiskPressure Mar 27 11:39:03.741: INFO: Kubelet Metrics: [] Mar 27 11:39:03.761: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9632698368 Mar 27 11:39:03.761: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9632698368 Mar 27 11:39:03.761: INFO: Pod: best-effort-disk-pod Mar 27 11:39:03.761: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3312537600 Mar 27 11:39:03.761: INFO: Pod: high-priority-disk-pod Mar 27 11:39:03.761: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3312537600 Mar 27 11:39:03.761: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:03.761: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:03.763: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:03.763: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:03.763: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:03.763 Mar 27 11:39:05.766: INFO: Node does NOT have DiskPressure Mar 27 11:39:05.793: INFO: Kubelet Metrics: [] Mar 27 11:39:05.817: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:05.817: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:05.817: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:05.817: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:05.817: INFO: Pod: best-effort-disk-pod Mar 27 11:39:05.817: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3312537600 Mar 27 11:39:05.817: INFO: Pod: high-priority-disk-pod Mar 27 11:39:05.817: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3312537600 Mar 27 11:39:05.819: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:05.819: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:05.819: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:05.819 Mar 27 11:39:07.823: INFO: Node does NOT have DiskPressure Mar 27 11:39:07.860: INFO: Kubelet Metrics: [] Mar 27 11:39:07.876: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:07.876: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:07.876: INFO: Pod: best-effort-disk-pod Mar 27 11:39:07.876: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3312537600 Mar 27 11:39:07.876: INFO: Pod: high-priority-disk-pod Mar 27 11:39:07.876: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3312537600 Mar 27 11:39:07.876: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:07.876: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:07.880: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:07.880: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:07.880: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:07.88 Mar 27 11:39:09.883: INFO: Node does NOT have DiskPressure Mar 27 11:39:09.909: INFO: Kubelet Metrics: [] Mar 27 11:39:09.931: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:09.931: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:09.931: INFO: Pod: best-effort-disk-pod Mar 27 11:39:09.931: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3312537600 Mar 27 11:39:09.931: INFO: Pod: high-priority-disk-pod Mar 27 11:39:09.931: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3312537600 Mar 27 11:39:09.931: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:09.931: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:09.934: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:09.934: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:09.934: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:09.934 Mar 27 11:39:11.938: INFO: Node does NOT have DiskPressure Mar 27 11:39:11.964: INFO: Kubelet Metrics: [] Mar 27 11:39:11.984: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:11.985: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:11.985: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:11.985: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:11.985: INFO: Pod: best-effort-disk-pod Mar 27 11:39:11.985: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3312537600 Mar 27 11:39:11.985: INFO: Pod: high-priority-disk-pod Mar 27 11:39:11.986: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3312537600 Mar 27 11:39:11.990: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:11.990: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:11.990: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:11.99 Mar 27 11:39:13.993: INFO: Node does NOT have DiskPressure Mar 27 11:39:14.022: INFO: Kubelet Metrics: [] Mar 27 11:39:14.043: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:14.043: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9434517504 Mar 27 11:39:14.043: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:14.043: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:14.043: INFO: Pod: best-effort-disk-pod Mar 27 11:39:14.043: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3411103744 Mar 27 11:39:14.043: INFO: Pod: high-priority-disk-pod Mar 27 11:39:14.043: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3411103744 Mar 27 11:39:14.050: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:14.050: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:14.050: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:14.05 Mar 27 11:39:16.053: INFO: Node does NOT have DiskPressure Mar 27 11:39:16.082: INFO: Kubelet Metrics: [] Mar 27 11:39:16.101: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:16.101: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:16.101: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:16.101: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:16.102: INFO: Pod: best-effort-disk-pod Mar 27 11:39:16.102: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3411103744 Mar 27 11:39:16.102: INFO: Pod: high-priority-disk-pod Mar 27 11:39:16.102: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3411103744 Mar 27 11:39:16.105: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:16.105: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:16.105: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:16.105 Mar 27 11:39:18.108: INFO: Node does NOT have DiskPressure Mar 27 11:39:18.134: INFO: Kubelet Metrics: [] Mar 27 11:39:18.154: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:18.155: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:18.155: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:18.155: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:18.155: INFO: Pod: best-effort-disk-pod Mar 27 11:39:18.155: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3411103744 Mar 27 11:39:18.155: INFO: Pod: high-priority-disk-pod Mar 27 11:39:18.155: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3411103744 Mar 27 11:39:18.158: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:18.158: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:18.158: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:18.158 Mar 27 11:39:20.161: INFO: Node does NOT have DiskPressure Mar 27 11:39:20.187: INFO: Kubelet Metrics: [] Mar 27 11:39:20.204: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:20.204: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:20.204: INFO: Pod: best-effort-disk-pod Mar 27 11:39:20.204: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3411103744 Mar 27 11:39:20.204: INFO: Pod: high-priority-disk-pod Mar 27 11:39:20.204: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3411103744 Mar 27 11:39:20.204: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:20.204: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:20.210: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:20.210: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:20.210: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:20.21 Mar 27 11:39:22.213: INFO: Node does NOT have DiskPressure Mar 27 11:39:22.245: INFO: Kubelet Metrics: [] Mar 27 11:39:22.263: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:22.263: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:22.263: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:22.263: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:22.263: INFO: Pod: best-effort-disk-pod Mar 27 11:39:22.263: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3411103744 Mar 27 11:39:22.263: INFO: Pod: high-priority-disk-pod Mar 27 11:39:22.263: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3411103744 Mar 27 11:39:22.267: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:22.267: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:22.267: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:22.267 Mar 27 11:39:24.270: INFO: Node does NOT have DiskPressure Mar 27 11:39:24.316: INFO: Kubelet Metrics: [] Mar 27 11:39:24.332: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:24.332: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9236336640 Mar 27 11:39:24.332: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:24.332: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:24.332: INFO: Pod: best-effort-disk-pod Mar 27 11:39:24.332: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3509669888 Mar 27 11:39:24.332: INFO: Pod: high-priority-disk-pod Mar 27 11:39:24.332: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3509669888 Mar 27 11:39:24.335: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:24.336: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:24.336: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:24.336 Mar 27 11:39:26.339: INFO: Node does NOT have DiskPressure Mar 27 11:39:26.368: INFO: Kubelet Metrics: [] Mar 27 11:39:26.387: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:26.387: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:26.387: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:26.387: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:26.387: INFO: Pod: best-effort-disk-pod Mar 27 11:39:26.387: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3509669888 Mar 27 11:39:26.387: INFO: Pod: high-priority-disk-pod Mar 27 11:39:26.387: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3509669888 Mar 27 11:39:26.390: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:26.390: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:26.390: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:26.39 Mar 27 11:39:28.393: INFO: Node does NOT have DiskPressure Mar 27 11:39:28.423: INFO: Kubelet Metrics: [] Mar 27 11:39:28.443: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:28.443: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:28.443: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:28.443: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:28.443: INFO: Pod: best-effort-disk-pod Mar 27 11:39:28.443: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3509669888 Mar 27 11:39:28.443: INFO: Pod: high-priority-disk-pod Mar 27 11:39:28.443: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3509669888 Mar 27 11:39:28.446: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:28.446: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:28.446: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:28.446 Mar 27 11:39:30.449: INFO: Node does NOT have DiskPressure Mar 27 11:39:30.479: INFO: Kubelet Metrics: [] Mar 27 11:39:30.506: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:30.506: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:30.506: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:30.506: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:30.506: INFO: Pod: best-effort-disk-pod Mar 27 11:39:30.506: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3509669888 Mar 27 11:39:30.506: INFO: Pod: high-priority-disk-pod Mar 27 11:39:30.506: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3509669888 Mar 27 11:39:30.508: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:30.508: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:30.508: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:30.508 Mar 27 11:39:32.511: INFO: Node does NOT have DiskPressure Mar 27 11:39:32.544: INFO: Kubelet Metrics: [] Mar 27 11:39:32.564: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:32.564: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:32.564: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:32.564: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:32.564: INFO: Pod: best-effort-disk-pod Mar 27 11:39:32.564: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3609284608 Mar 27 11:39:32.564: INFO: Pod: high-priority-disk-pod Mar 27 11:39:32.564: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3608236032 Mar 27 11:39:32.567: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:32.567: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:32.567: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:32.567 Mar 27 11:39:34.569: INFO: Node does NOT have DiskPressure Mar 27 11:39:34.594: INFO: Kubelet Metrics: [] Mar 27 11:39:34.620: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:34.620: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9039204352 Mar 27 11:39:34.620: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:34.620: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:34.620: INFO: Pod: best-effort-disk-pod Mar 27 11:39:34.620: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3609284608 Mar 27 11:39:34.620: INFO: Pod: high-priority-disk-pod Mar 27 11:39:34.620: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3608236032 Mar 27 11:39:34.623: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:34.623: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:34.623: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:34.623 Mar 27 11:39:36.626: INFO: Node does NOT have DiskPressure Mar 27 11:39:36.654: INFO: Kubelet Metrics: [] Mar 27 11:39:36.673: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:36.674: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:36.674: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:36.674: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:36.674: INFO: Pod: best-effort-disk-pod Mar 27 11:39:36.674: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3609284608 Mar 27 11:39:36.674: INFO: Pod: high-priority-disk-pod Mar 27 11:39:36.674: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3608236032 Mar 27 11:39:36.677: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:36.677: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:36.677: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:36.677 Mar 27 11:39:38.680: INFO: Node does NOT have DiskPressure Mar 27 11:39:38.705: INFO: Kubelet Metrics: [] Mar 27 11:39:38.725: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:38.726: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:38.726: INFO: Pod: best-effort-disk-pod Mar 27 11:39:38.726: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3609284608 Mar 27 11:39:38.726: INFO: Pod: high-priority-disk-pod Mar 27 11:39:38.726: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3608236032 Mar 27 11:39:38.726: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:38.726: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:38.729: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:38.729: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:38.729: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:38.729 Mar 27 11:39:40.732: INFO: Node does NOT have DiskPressure Mar 27 11:39:40.780: INFO: Kubelet Metrics: [] Mar 27 11:39:40.801: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:40.801: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:40.801: INFO: Pod: high-priority-disk-pod Mar 27 11:39:40.801: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3608236032 Mar 27 11:39:40.801: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:40.801: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:40.801: INFO: Pod: best-effort-disk-pod Mar 27 11:39:40.801: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3609284608 Mar 27 11:39:40.804: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:40.804: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:40.804: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:40.804 Mar 27 11:39:42.808: INFO: Node does NOT have DiskPressure Mar 27 11:39:42.832: INFO: Kubelet Metrics: [] Mar 27 11:39:42.851: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:42.851: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:42.851: INFO: Pod: best-effort-disk-pod Mar 27 11:39:42.851: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3707850752 Mar 27 11:39:42.851: INFO: Pod: high-priority-disk-pod Mar 27 11:39:42.851: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3707850752 Mar 27 11:39:42.851: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:42.851: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:42.854: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:42.854: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:42.854: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:42.854 Mar 27 11:39:44.856: INFO: Node does NOT have DiskPressure Mar 27 11:39:44.883: INFO: Kubelet Metrics: [] Mar 27 11:39:44.902: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:44.902: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8841023488 Mar 27 11:39:44.902: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:44.902: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:44.902: INFO: Pod: best-effort-disk-pod Mar 27 11:39:44.902: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3707850752 Mar 27 11:39:44.902: INFO: Pod: high-priority-disk-pod Mar 27 11:39:44.902: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3707850752 Mar 27 11:39:44.905: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:44.905: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:44.905: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:44.905 Mar 27 11:39:46.909: INFO: Node does NOT have DiskPressure Mar 27 11:39:46.940: INFO: Kubelet Metrics: [] Mar 27 11:39:46.957: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:46.957: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:46.957: INFO: Pod: best-effort-disk-pod Mar 27 11:39:46.957: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3707850752 Mar 27 11:39:46.957: INFO: Pod: high-priority-disk-pod Mar 27 11:39:46.957: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3707850752 Mar 27 11:39:46.957: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:46.957: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:46.960: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:46.961: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:46.961: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:46.961 Mar 27 11:39:48.964: INFO: Node does NOT have DiskPressure Mar 27 11:39:48.993: INFO: Kubelet Metrics: [] Mar 27 11:39:49.015: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:49.015: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:49.015: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:49.015: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:49.015: INFO: Pod: best-effort-disk-pod Mar 27 11:39:49.015: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3707850752 Mar 27 11:39:49.015: INFO: Pod: high-priority-disk-pod Mar 27 11:39:49.015: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3707850752 Mar 27 11:39:49.018: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:49.018: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:49.018: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:49.018 Mar 27 11:39:51.021: INFO: Node does NOT have DiskPressure Mar 27 11:39:51.056: INFO: Kubelet Metrics: [] Mar 27 11:39:51.084: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:51.084: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:51.084: INFO: Pod: best-effort-disk-pod Mar 27 11:39:51.084: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3707850752 Mar 27 11:39:51.084: INFO: Pod: high-priority-disk-pod Mar 27 11:39:51.084: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3707850752 Mar 27 11:39:51.084: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:51.084: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:51.087: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:51.088: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:51.088: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:51.088 Mar 27 11:39:53.091: INFO: Node does NOT have DiskPressure Mar 27 11:39:53.118: INFO: Kubelet Metrics: [] Mar 27 11:39:53.136: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:53.136: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:53.136: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:53.136: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:53.136: INFO: Pod: best-effort-disk-pod Mar 27 11:39:53.136: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3806420992 Mar 27 11:39:53.136: INFO: Pod: high-priority-disk-pod Mar 27 11:39:53.136: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3806420992 Mar 27 11:39:53.139: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:53.139: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:53.139: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:53.139 Mar 27 11:39:55.143: INFO: Node does NOT have DiskPressure Mar 27 11:39:55.167: INFO: Kubelet Metrics: [] Mar 27 11:39:55.185: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:55.185: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8642834432 Mar 27 11:39:55.185: INFO: Pod: best-effort-disk-pod Mar 27 11:39:55.185: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3806420992 Mar 27 11:39:55.185: INFO: Pod: high-priority-disk-pod Mar 27 11:39:55.185: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3806420992 Mar 27 11:39:55.185: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:55.185: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:55.187: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:55.187: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:55.187: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:55.187 Mar 27 11:39:57.190: INFO: Node does NOT have DiskPressure Mar 27 11:39:57.217: INFO: Kubelet Metrics: [] Mar 27 11:39:57.244: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8445702144 Mar 27 11:39:57.244: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8445702144 Mar 27 11:39:57.244: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:57.244: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:57.244: INFO: Pod: best-effort-disk-pod Mar 27 11:39:57.244: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3806420992 Mar 27 11:39:57.244: INFO: Pod: high-priority-disk-pod Mar 27 11:39:57.244: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3806420992 Mar 27 11:39:57.247: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:57.247: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:57.247: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:57.247 Mar 27 11:39:59.250: INFO: Node does NOT have DiskPressure Mar 27 11:39:59.277: INFO: Kubelet Metrics: [] Mar 27 11:39:59.293: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8445702144 Mar 27 11:39:59.293: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8445702144 Mar 27 11:39:59.293: INFO: Pod: best-effort-disk-pod Mar 27 11:39:59.293: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3806420992 Mar 27 11:39:59.293: INFO: Pod: high-priority-disk-pod Mar 27 11:39:59.293: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3806420992 Mar 27 11:39:59.293: INFO: Pod: guaranteed-disk-pod Mar 27 11:39:59.293: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:39:59.296: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:39:59.296: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:39:59.296: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:39:59.296 Mar 27 11:40:01.299: INFO: Node does NOT have DiskPressure Mar 27 11:40:01.329: INFO: Kubelet Metrics: [] Mar 27 11:40:01.352: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8445702144 Mar 27 11:40:01.352: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8445702144 Mar 27 11:40:01.352: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:01.352: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:01.352: INFO: Pod: best-effort-disk-pod Mar 27 11:40:01.352: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3806420992 Mar 27 11:40:01.352: INFO: Pod: high-priority-disk-pod Mar 27 11:40:01.352: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3806420992 Mar 27 11:40:01.356: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:01.356: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:01.356: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:01.356 Mar 27 11:40:03.360: INFO: Node does NOT have DiskPressure Mar 27 11:40:03.386: INFO: Kubelet Metrics: [] Mar 27 11:40:03.407: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8445702144 Mar 27 11:40:03.407: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8445702144 Mar 27 11:40:03.407: INFO: Pod: best-effort-disk-pod Mar 27 11:40:03.407: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3904987136 Mar 27 11:40:03.407: INFO: Pod: high-priority-disk-pod Mar 27 11:40:03.407: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3904987136 Mar 27 11:40:03.407: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:03.407: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:03.410: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:03.410: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:03.410: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:03.41 Mar 27 11:40:05.413: INFO: Node does NOT have DiskPressure Mar 27 11:40:05.441: INFO: Kubelet Metrics: [] Mar 27 11:40:05.460: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:05.460: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:05.460: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:05.460: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:05.460: INFO: Pod: best-effort-disk-pod Mar 27 11:40:05.460: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3904987136 Mar 27 11:40:05.460: INFO: Pod: high-priority-disk-pod Mar 27 11:40:05.460: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3904987136 Mar 27 11:40:05.463: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:05.463: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:05.463: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:05.463 Mar 27 11:40:07.466: INFO: Node does NOT have DiskPressure Mar 27 11:40:07.500: INFO: Kubelet Metrics: [] Mar 27 11:40:07.526: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:07.526: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:07.526: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:07.526: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:07.526: INFO: Pod: best-effort-disk-pod Mar 27 11:40:07.526: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3904987136 Mar 27 11:40:07.526: INFO: Pod: high-priority-disk-pod Mar 27 11:40:07.526: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3904987136 Mar 27 11:40:07.529: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:07.529: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:07.529: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:07.53 Mar 27 11:40:09.532: INFO: Node does NOT have DiskPressure Mar 27 11:40:09.559: INFO: Kubelet Metrics: [] Mar 27 11:40:09.577: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:09.577: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:09.577: INFO: Pod: best-effort-disk-pod Mar 27 11:40:09.577: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3904987136 Mar 27 11:40:09.577: INFO: Pod: high-priority-disk-pod Mar 27 11:40:09.577: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3904987136 Mar 27 11:40:09.577: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:09.577: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:09.580: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:09.580: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:09.580: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:09.58 Mar 27 11:40:11.583: INFO: Node does NOT have DiskPressure Mar 27 11:40:11.617: INFO: Kubelet Metrics: [] Mar 27 11:40:11.635: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:11.636: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:11.636: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:11.636: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:11.636: INFO: Pod: best-effort-disk-pod Mar 27 11:40:11.636: INFO: --- summary Container: best-effort-disk-container UsedBytes: 3904987136 Mar 27 11:40:11.636: INFO: Pod: high-priority-disk-pod Mar 27 11:40:11.637: INFO: --- summary Container: high-priority-disk-container UsedBytes: 3904987136 Mar 27 11:40:11.642: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:11.642: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:11.642: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:11.642 Mar 27 11:40:13.646: INFO: Node does NOT have DiskPressure Mar 27 11:40:13.676: INFO: Kubelet Metrics: [] Mar 27 11:40:13.696: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:13.696: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8247513088 Mar 27 11:40:13.696: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:13.696: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:13.696: INFO: Pod: best-effort-disk-pod Mar 27 11:40:13.696: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4003557376 Mar 27 11:40:13.696: INFO: Pod: high-priority-disk-pod Mar 27 11:40:13.696: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4003557376 Mar 27 11:40:13.700: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:13.700: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:13.700: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:13.7 Mar 27 11:40:15.703: INFO: Node does NOT have DiskPressure Mar 27 11:40:15.729: INFO: Kubelet Metrics: [] Mar 27 11:40:15.747: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:15.747: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:15.747: INFO: Pod: high-priority-disk-pod Mar 27 11:40:15.747: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4003557376 Mar 27 11:40:15.747: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:15.747: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:15.747: INFO: Pod: best-effort-disk-pod Mar 27 11:40:15.747: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4003557376 Mar 27 11:40:15.750: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:15.750: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:15.750: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:15.75 Mar 27 11:40:17.754: INFO: Node does NOT have DiskPressure Mar 27 11:40:17.795: INFO: Kubelet Metrics: [] Mar 27 11:40:17.818: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:17.818: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:17.818: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:17.818: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:17.818: INFO: Pod: best-effort-disk-pod Mar 27 11:40:17.818: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4003557376 Mar 27 11:40:17.818: INFO: Pod: high-priority-disk-pod Mar 27 11:40:17.818: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4003557376 Mar 27 11:40:17.821: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:17.821: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:17.821: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:17.821 Mar 27 11:40:19.824: INFO: Node does NOT have DiskPressure Mar 27 11:40:19.853: INFO: Kubelet Metrics: [] Mar 27 11:40:19.869: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:19.869: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:19.869: INFO: Pod: best-effort-disk-pod Mar 27 11:40:19.869: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4003557376 Mar 27 11:40:19.869: INFO: Pod: high-priority-disk-pod Mar 27 11:40:19.869: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4003557376 Mar 27 11:40:19.869: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:19.869: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:19.872: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:19.872: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:19.872: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:19.872 Mar 27 11:40:21.875: INFO: Node does NOT have DiskPressure Mar 27 11:40:21.902: INFO: Kubelet Metrics: [] Mar 27 11:40:21.922: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:21.922: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:21.922: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:21.922: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:21.922: INFO: Pod: best-effort-disk-pod Mar 27 11:40:21.922: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4003557376 Mar 27 11:40:21.922: INFO: Pod: high-priority-disk-pod Mar 27 11:40:21.922: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4003557376 Mar 27 11:40:21.925: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:21.925: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:21.925: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:21.925 Mar 27 11:40:23.928: INFO: Node does NOT have DiskPressure Mar 27 11:40:23.960: INFO: Kubelet Metrics: [] Mar 27 11:40:23.976: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:23.976: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8049332224 Mar 27 11:40:23.976: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:23.976: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:23.976: INFO: Pod: best-effort-disk-pod Mar 27 11:40:23.976: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4103172096 Mar 27 11:40:23.976: INFO: Pod: high-priority-disk-pod Mar 27 11:40:23.976: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4102123520 Mar 27 11:40:23.979: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:23.980: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:23.980: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:23.98 Mar 27 11:40:25.983: INFO: Node does NOT have DiskPressure Mar 27 11:40:26.019: INFO: Kubelet Metrics: [] Mar 27 11:40:26.037: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:26.037: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:26.037: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:26.037: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:26.037: INFO: Pod: best-effort-disk-pod Mar 27 11:40:26.037: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4103172096 Mar 27 11:40:26.037: INFO: Pod: high-priority-disk-pod Mar 27 11:40:26.037: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4102123520 Mar 27 11:40:26.039: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:26.040: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:26.040: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:26.04 Mar 27 11:40:28.042: INFO: Node does NOT have DiskPressure Mar 27 11:40:28.068: INFO: Kubelet Metrics: [] Mar 27 11:40:28.099: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:28.099: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:28.099: INFO: Pod: high-priority-disk-pod Mar 27 11:40:28.099: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4102123520 Mar 27 11:40:28.099: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:28.099: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:28.099: INFO: Pod: best-effort-disk-pod Mar 27 11:40:28.099: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4103172096 Mar 27 11:40:28.102: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:28.102: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:28.102: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:28.102 Mar 27 11:40:30.105: INFO: Node does NOT have DiskPressure Mar 27 11:40:30.142: INFO: Kubelet Metrics: [] Mar 27 11:40:30.161: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:30.161: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:30.161: INFO: Pod: best-effort-disk-pod Mar 27 11:40:30.161: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4103172096 Mar 27 11:40:30.161: INFO: Pod: high-priority-disk-pod Mar 27 11:40:30.161: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4102123520 Mar 27 11:40:30.161: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:30.161: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:30.164: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:30.164: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:30.164: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:30.164 Mar 27 11:40:32.167: INFO: Node does NOT have DiskPressure Mar 27 11:40:32.197: INFO: Kubelet Metrics: [] Mar 27 11:40:32.215: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:32.215: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:32.215: INFO: Pod: best-effort-disk-pod Mar 27 11:40:32.215: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4103172096 Mar 27 11:40:32.215: INFO: Pod: high-priority-disk-pod Mar 27 11:40:32.215: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4102123520 Mar 27 11:40:32.215: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:32.215: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:32.218: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:32.218: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:32.218: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:32.219 Mar 27 11:40:34.222: INFO: Node does NOT have DiskPressure Mar 27 11:40:34.249: INFO: Kubelet Metrics: [] Mar 27 11:40:34.281: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:34.281: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7852199936 Mar 27 11:40:34.281: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:34.281: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:34.281: INFO: Pod: best-effort-disk-pod Mar 27 11:40:34.281: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4201746432 Mar 27 11:40:34.281: INFO: Pod: high-priority-disk-pod Mar 27 11:40:34.281: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4201746432 Mar 27 11:40:34.284: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:34.284: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:34.284: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:34.284 Mar 27 11:40:36.287: INFO: Node does NOT have DiskPressure Mar 27 11:40:36.316: INFO: Kubelet Metrics: [] Mar 27 11:40:36.333: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:36.333: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:36.333: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:36.333: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:36.333: INFO: Pod: best-effort-disk-pod Mar 27 11:40:36.333: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4201746432 Mar 27 11:40:36.333: INFO: Pod: high-priority-disk-pod Mar 27 11:40:36.333: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4201746432 Mar 27 11:40:36.336: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:36.336: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:36.336: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:36.336 Mar 27 11:40:38.340: INFO: Node does NOT have DiskPressure Mar 27 11:40:38.368: INFO: Kubelet Metrics: [] Mar 27 11:40:38.385: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:38.385: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:38.385: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:38.385: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:38.385: INFO: Pod: best-effort-disk-pod Mar 27 11:40:38.385: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4201746432 Mar 27 11:40:38.385: INFO: Pod: high-priority-disk-pod Mar 27 11:40:38.385: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4201746432 Mar 27 11:40:38.388: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:38.388: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:38.388: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:38.388 Mar 27 11:40:40.392: INFO: Node does NOT have DiskPressure Mar 27 11:40:40.432: INFO: Kubelet Metrics: [] Mar 27 11:40:40.450: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:40.450: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:40.450: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:40.450: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:40.450: INFO: Pod: best-effort-disk-pod Mar 27 11:40:40.450: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4201746432 Mar 27 11:40:40.450: INFO: Pod: high-priority-disk-pod Mar 27 11:40:40.450: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4201746432 Mar 27 11:40:40.453: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:40.453: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:40.453: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:40.453 Mar 27 11:40:42.456: INFO: Node has DiskPressure Mar 27 11:40:42.489: INFO: Kubelet Metrics: [] Mar 27 11:40:42.509: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:42.509: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:42.509: INFO: Pod: best-effort-disk-pod Mar 27 11:40:42.509: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4300320768 Mar 27 11:40:42.509: INFO: Pod: high-priority-disk-pod Mar 27 11:40:42.509: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4300320768 Mar 27 11:40:42.509: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:42.509: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:42.512: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:42.512: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:42.512: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:42.512 Mar 27 11:40:44.515: INFO: Node has DiskPressure Mar 27 11:40:44.552: INFO: Kubelet Metrics: [] Mar 27 11:40:44.575: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:44.575: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:44.575: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:44.575: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:44.575: INFO: Pod: best-effort-disk-pod Mar 27 11:40:44.575: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4300320768 Mar 27 11:40:44.575: INFO: Pod: high-priority-disk-pod Mar 27 11:40:44.575: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4300320768 Mar 27 11:40:44.579: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:44.579: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:44.579: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:44.579 Mar 27 11:40:46.582: INFO: Node has DiskPressure Mar 27 11:40:46.612: INFO: Kubelet Metrics: [] Mar 27 11:40:46.630: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:46.630: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:46.630: INFO: Pod: high-priority-disk-pod Mar 27 11:40:46.630: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4300320768 Mar 27 11:40:46.630: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:46.630: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:46.630: INFO: Pod: best-effort-disk-pod Mar 27 11:40:46.630: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4300320768 Mar 27 11:40:46.633: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:46.633: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:46.633: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:46.633 Mar 27 11:40:48.636: INFO: Node has DiskPressure Mar 27 11:40:48.662: INFO: Kubelet Metrics: [] Mar 27 11:40:48.681: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:48.681: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:48.681: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:48.681: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:48.681: INFO: Pod: best-effort-disk-pod Mar 27 11:40:48.681: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4300320768 Mar 27 11:40:48.681: INFO: Pod: high-priority-disk-pod Mar 27 11:40:48.681: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4300320768 Mar 27 11:40:48.684: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:48.685: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:48.685: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:48.685 Mar 27 11:40:50.688: INFO: Node has DiskPressure Mar 27 11:40:50.720: INFO: Kubelet Metrics: [] Mar 27 11:40:50.740: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:50.740: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:50.740: INFO: Pod: best-effort-disk-pod Mar 27 11:40:50.740: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4300320768 Mar 27 11:40:50.740: INFO: Pod: high-priority-disk-pod Mar 27 11:40:50.740: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4300320768 Mar 27 11:40:50.740: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:50.740: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:50.743: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:50.743: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:50.743: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:50.743 Mar 27 11:40:52.747: INFO: Node has DiskPressure Mar 27 11:40:52.775: INFO: Kubelet Metrics: [] Mar 27 11:40:52.799: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:52.799: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7652954112 Mar 27 11:40:52.799: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:52.799: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:52.799: INFO: Pod: best-effort-disk-pod Mar 27 11:40:52.799: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4398907392 Mar 27 11:40:52.799: INFO: Pod: high-priority-disk-pod Mar 27 11:40:52.799: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4398907392 Mar 27 11:40:52.802: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:52.802: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:52.802: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:52.802 Mar 27 11:40:54.805: INFO: Node has DiskPressure Mar 27 11:40:54.831: INFO: Kubelet Metrics: [] Mar 27 11:40:54.851: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7287984128 Mar 27 11:40:54.851: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7287984128 Mar 27 11:40:54.851: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:54.851: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:54.851: INFO: Pod: best-effort-disk-pod Mar 27 11:40:54.852: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4398907392 Mar 27 11:40:54.852: INFO: Pod: high-priority-disk-pod Mar 27 11:40:54.852: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4398907392 Mar 27 11:40:54.857: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:54.857: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:54.857: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:54.857 Mar 27 11:40:56.860: INFO: Node has DiskPressure Mar 27 11:40:56.888: INFO: Kubelet Metrics: [] Mar 27 11:40:56.905: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7287984128 Mar 27 11:40:56.905: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7287984128 Mar 27 11:40:56.905: INFO: Pod: best-effort-disk-pod Mar 27 11:40:56.905: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4398907392 Mar 27 11:40:56.905: INFO: Pod: high-priority-disk-pod Mar 27 11:40:56.905: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4398907392 Mar 27 11:40:56.905: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:56.905: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:56.908: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:56.908: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:56.908: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:56.908 Mar 27 11:40:58.911: INFO: Node has DiskPressure Mar 27 11:40:58.952: INFO: Kubelet Metrics: [] Mar 27 11:40:58.973: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7287984128 Mar 27 11:40:58.973: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7287984128 Mar 27 11:40:58.973: INFO: Pod: guaranteed-disk-pod Mar 27 11:40:58.973: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:40:58.973: INFO: Pod: best-effort-disk-pod Mar 27 11:40:58.973: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4398907392 Mar 27 11:40:58.973: INFO: Pod: high-priority-disk-pod Mar 27 11:40:58.973: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4398907392 Mar 27 11:40:58.976: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:40:58.976: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:40:58.976: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:40:58.976 Mar 27 11:41:00.980: INFO: Node has DiskPressure Mar 27 11:41:01.005: INFO: Kubelet Metrics: [] Mar 27 11:41:01.027: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7287984128 Mar 27 11:41:01.027: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7287984128 Mar 27 11:41:01.027: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:01.027: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:01.027: INFO: Pod: best-effort-disk-pod Mar 27 11:41:01.027: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4398907392 Mar 27 11:41:01.027: INFO: Pod: high-priority-disk-pod Mar 27 11:41:01.027: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4398907392 Mar 27 11:41:01.031: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:41:01.031: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:01.031: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:01.031 Mar 27 11:41:03.035: INFO: Node has DiskPressure Mar 27 11:41:03.078: INFO: Kubelet Metrics: [] Mar 27 11:41:03.097: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7287984128 Mar 27 11:41:03.097: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7287984128 Mar 27 11:41:03.097: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:03.097: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:03.097: INFO: Pod: best-effort-disk-pod Mar 27 11:41:03.097: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4497481728 Mar 27 11:41:03.097: INFO: Pod: high-priority-disk-pod Mar 27 11:41:03.097: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4497481728 Mar 27 11:41:03.100: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:41:03.100: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:03.100: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:03.1 Mar 27 11:41:05.103: INFO: Node has DiskPressure Mar 27 11:41:05.130: INFO: Kubelet Metrics: [] Mar 27 11:41:05.150: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7071961088 Mar 27 11:41:05.150: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7071961088 Mar 27 11:41:05.150: INFO: Pod: best-effort-disk-pod Mar 27 11:41:05.150: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4497481728 Mar 27 11:41:05.150: INFO: Pod: high-priority-disk-pod Mar 27 11:41:05.150: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4497481728 Mar 27 11:41:05.150: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:05.150: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:05.153: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:41:05.153: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:05.153: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:05.153 Mar 27 11:41:07.157: INFO: Node has DiskPressure Mar 27 11:41:07.436: INFO: Kubelet Metrics: [] Mar 27 11:41:07.452: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7071961088 Mar 27 11:41:07.452: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7071961088 Mar 27 11:41:07.452: INFO: Pod: high-priority-disk-pod Mar 27 11:41:07.452: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4497481728 Mar 27 11:41:07.452: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:07.452: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:07.452: INFO: Pod: best-effort-disk-pod Mar 27 11:41:07.452: INFO: --- summary Container: best-effort-disk-container UsedBytes: 4497481728 Mar 27 11:41:07.455: INFO: fetching pod best-effort-disk-pod; phase= Running Mar 27 11:41:07.455: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:07.455: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:07.455 Mar 27 11:41:09.458: INFO: Node has DiskPressure Mar 27 11:41:09.482: INFO: Kubelet Metrics: [] Mar 27 11:41:09.499: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:09.500: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:09.500: INFO: Pod: high-priority-disk-pod Mar 27 11:41:09.500: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4497481728 Mar 27 11:41:09.500: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:09.500: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:09.503: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:09.503: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:09.503: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:09.503 Mar 27 11:41:11.506: INFO: Node has DiskPressure Mar 27 11:41:11.546: INFO: Kubelet Metrics: [] Mar 27 11:41:11.563: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:11.563: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:11.563: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:11.563: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:11.563: INFO: Pod: high-priority-disk-pod Mar 27 11:41:11.563: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4497481728 Mar 27 11:41:11.566: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:11.566: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:11.566: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:11.566 Mar 27 11:41:13.569: INFO: Node does NOT have DiskPressure Mar 27 11:41:13.604: INFO: Kubelet Metrics: [] Mar 27 11:41:13.622: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:13.622: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:13.622: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:13.622: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:13.623: INFO: Pod: high-priority-disk-pod Mar 27 11:41:13.623: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4596056064 Mar 27 11:41:13.626: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:13.626: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:13.626: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:13.626 Mar 27 11:41:15.629: INFO: Node does NOT have DiskPressure Mar 27 11:41:15.651: INFO: Kubelet Metrics: [] Mar 27 11:41:15.669: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:15.669: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:15.669: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:15.669: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:15.669: INFO: Pod: high-priority-disk-pod Mar 27 11:41:15.669: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4596056064 Mar 27 11:41:15.672: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:15.672: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:15.672: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:15.672 Mar 27 11:41:17.675: INFO: Node does NOT have DiskPressure Mar 27 11:41:17.701: INFO: Kubelet Metrics: [] Mar 27 11:41:17.716: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:17.716: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11549569024 Mar 27 11:41:17.716: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:17.716: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:17.716: INFO: Pod: high-priority-disk-pod Mar 27 11:41:17.716: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4596056064 Mar 27 11:41:17.719: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:17.719: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:17.719: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:17.719 Mar 27 11:41:19.723: INFO: Node does NOT have DiskPressure Mar 27 11:41:19.759: INFO: Kubelet Metrics: [] Mar 27 11:41:19.777: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:19.777: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:19.777: INFO: Pod: high-priority-disk-pod Mar 27 11:41:19.777: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4596056064 Mar 27 11:41:19.777: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:19.777: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:19.780: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:19.780: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:19.780: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:19.78 Mar 27 11:41:21.784: INFO: Node does NOT have DiskPressure Mar 27 11:41:21.809: INFO: Kubelet Metrics: [] Mar 27 11:41:21.825: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:21.825: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:21.825: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:21.825: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:21.825: INFO: Pod: high-priority-disk-pod Mar 27 11:41:21.825: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4596056064 Mar 27 11:41:21.828: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:21.828: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:21.828: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:21.828 Mar 27 11:41:23.831: INFO: Node does NOT have DiskPressure Mar 27 11:41:23.856: INFO: Kubelet Metrics: [] Mar 27 11:41:23.872: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:23.872: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:23.872: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:23.872: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:23.872: INFO: Pod: high-priority-disk-pod Mar 27 11:41:23.872: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4694622208 Mar 27 11:41:23.875: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:23.875: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:23.875: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:23.875 Mar 27 11:41:25.879: INFO: Node does NOT have DiskPressure Mar 27 11:41:25.904: INFO: Kubelet Metrics: [] Mar 27 11:41:25.922: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:25.922: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:25.922: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:25.922: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:25.922: INFO: Pod: high-priority-disk-pod Mar 27 11:41:25.922: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4694622208 Mar 27 11:41:25.926: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:25.926: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:25.926: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:25.926 Mar 27 11:41:27.928: INFO: Node does NOT have DiskPressure Mar 27 11:41:27.952: INFO: Kubelet Metrics: [] Mar 27 11:41:27.968: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:27.968: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11450998784 Mar 27 11:41:27.968: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:27.968: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:27.968: INFO: Pod: high-priority-disk-pod Mar 27 11:41:27.968: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4694622208 Mar 27 11:41:27.971: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:27.971: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:27.971: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:27.971 Mar 27 11:41:29.974: INFO: Node does NOT have DiskPressure Mar 27 11:41:29.999: INFO: Kubelet Metrics: [] Mar 27 11:41:30.016: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:30.016: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:30.016: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:30.016: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:30.016: INFO: Pod: high-priority-disk-pod Mar 27 11:41:30.016: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4694622208 Mar 27 11:41:30.019: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:30.019: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:30.019: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:30.019 Mar 27 11:41:32.022: INFO: Node does NOT have DiskPressure Mar 27 11:41:32.048: INFO: Kubelet Metrics: [] Mar 27 11:41:32.064: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:32.065: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:32.065: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:32.065: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:32.065: INFO: Pod: high-priority-disk-pod Mar 27 11:41:32.065: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4694622208 Mar 27 11:41:32.068: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:32.068: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:32.068: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:32.068 Mar 27 11:41:34.070: INFO: Node does NOT have DiskPressure Mar 27 11:41:34.092: INFO: Kubelet Metrics: [] Mar 27 11:41:34.107: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:34.107: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:34.107: INFO: Pod: high-priority-disk-pod Mar 27 11:41:34.107: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4794241024 Mar 27 11:41:34.107: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:34.107: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:34.110: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:34.110: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:34.110: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:34.11 Mar 27 11:41:36.113: INFO: Node does NOT have DiskPressure Mar 27 11:41:36.147: INFO: Kubelet Metrics: [] Mar 27 11:41:36.164: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:36.164: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:36.164: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:36.164: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:36.164: INFO: Pod: high-priority-disk-pod Mar 27 11:41:36.164: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4794241024 Mar 27 11:41:36.168: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:36.168: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:36.168: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:36.168 Mar 27 11:41:38.171: INFO: Node does NOT have DiskPressure Mar 27 11:41:38.195: INFO: Kubelet Metrics: [] Mar 27 11:41:38.213: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:38.213: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11352432640 Mar 27 11:41:38.213: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:38.213: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:38.213: INFO: Pod: high-priority-disk-pod Mar 27 11:41:38.213: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4794241024 Mar 27 11:41:38.216: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:38.216: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:38.216: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:38.217 Mar 27 11:41:40.220: INFO: Node does NOT have DiskPressure Mar 27 11:41:40.243: INFO: Kubelet Metrics: [] Mar 27 11:41:40.261: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:40.261: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:40.261: INFO: Pod: high-priority-disk-pod Mar 27 11:41:40.261: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4794241024 Mar 27 11:41:40.261: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:40.261: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:40.265: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:40.265: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:40.265: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:40.265 Mar 27 11:41:42.268: INFO: Node does NOT have DiskPressure Mar 27 11:41:42.302: INFO: Kubelet Metrics: [] Mar 27 11:41:42.317: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:42.317: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:42.317: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:42.317: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:42.317: INFO: Pod: high-priority-disk-pod Mar 27 11:41:42.317: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4892807168 Mar 27 11:41:42.320: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:42.320: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:42.320: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:42.32 Mar 27 11:41:44.323: INFO: Node does NOT have DiskPressure Mar 27 11:41:44.359: INFO: Kubelet Metrics: [] Mar 27 11:41:44.378: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:44.378: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:44.378: INFO: Pod: high-priority-disk-pod Mar 27 11:41:44.378: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4892807168 Mar 27 11:41:44.378: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:44.378: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:44.381: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:44.381: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:44.381: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:44.381 Mar 27 11:41:46.384: INFO: Node does NOT have DiskPressure Mar 27 11:41:46.407: INFO: Kubelet Metrics: [] Mar 27 11:41:46.423: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:46.423: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:46.423: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:46.423: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:46.423: INFO: Pod: high-priority-disk-pod Mar 27 11:41:46.423: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4892807168 Mar 27 11:41:46.427: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:46.427: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:46.427: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:46.427 Mar 27 11:41:48.429: INFO: Node does NOT have DiskPressure Mar 27 11:41:48.463: INFO: Kubelet Metrics: [] Mar 27 11:41:48.486: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:48.486: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11252813824 Mar 27 11:41:48.486: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:48.486: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:48.486: INFO: Pod: high-priority-disk-pod Mar 27 11:41:48.486: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4892807168 Mar 27 11:41:48.489: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:48.490: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:48.490: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:48.49 Mar 27 11:41:50.492: INFO: Node does NOT have DiskPressure Mar 27 11:41:50.518: INFO: Kubelet Metrics: [] Mar 27 11:41:50.535: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:50.535: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:50.535: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:50.535: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:50.535: INFO: Pod: high-priority-disk-pod Mar 27 11:41:50.535: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4892807168 Mar 27 11:41:50.538: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:50.538: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:50.538: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:50.538 Mar 27 11:41:52.542: INFO: Node does NOT have DiskPressure Mar 27 11:41:52.564: INFO: Kubelet Metrics: [] Mar 27 11:41:52.582: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:52.582: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:52.582: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:52.582: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:52.582: INFO: Pod: high-priority-disk-pod Mar 27 11:41:52.582: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4991373312 Mar 27 11:41:52.594: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:52.594: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:52.594: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:52.594 Mar 27 11:41:54.598: INFO: Node does NOT have DiskPressure Mar 27 11:41:54.619: INFO: Kubelet Metrics: [] Mar 27 11:41:54.639: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:54.639: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:54.639: INFO: Pod: high-priority-disk-pod Mar 27 11:41:54.639: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4991373312 Mar 27 11:41:54.639: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:54.639: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:54.641: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:54.641: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:54.641: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:54.641 Mar 27 11:41:56.644: INFO: Node does NOT have DiskPressure Mar 27 11:41:56.668: INFO: Kubelet Metrics: [] Mar 27 11:41:56.684: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:56.684: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:56.684: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:56.684: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:56.684: INFO: Pod: high-priority-disk-pod Mar 27 11:41:56.684: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4991373312 Mar 27 11:41:56.687: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:56.687: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:56.687: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:56.687 Mar 27 11:41:58.690: INFO: Node does NOT have DiskPressure Mar 27 11:41:58.713: INFO: Kubelet Metrics: [] Mar 27 11:41:58.729: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:58.729: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11154247680 Mar 27 11:41:58.729: INFO: Pod: high-priority-disk-pod Mar 27 11:41:58.730: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4991373312 Mar 27 11:41:58.730: INFO: Pod: guaranteed-disk-pod Mar 27 11:41:58.730: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:41:58.732: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:41:58.732: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:41:58.732: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:41:58.732 Mar 27 11:42:00.735: INFO: Node does NOT have DiskPressure Mar 27 11:42:00.762: INFO: Kubelet Metrics: [] Mar 27 11:42:00.778: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:00.778: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:00.778: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:00.778: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:00.778: INFO: Pod: high-priority-disk-pod Mar 27 11:42:00.778: INFO: --- summary Container: high-priority-disk-container UsedBytes: 4991373312 Mar 27 11:42:00.781: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:00.781: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:00.781: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:00.781 Mar 27 11:42:02.784: INFO: Node does NOT have DiskPressure Mar 27 11:42:02.823: INFO: Kubelet Metrics: [] Mar 27 11:42:02.840: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:02.840: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:02.840: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:02.840: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:02.840: INFO: Pod: high-priority-disk-pod Mar 27 11:42:02.840: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5089939456 Mar 27 11:42:02.844: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:02.844: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:02.844: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:02.844 Mar 27 11:42:04.847: INFO: Node does NOT have DiskPressure Mar 27 11:42:04.869: INFO: Kubelet Metrics: [] Mar 27 11:42:04.884: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:04.884: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:04.884: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:04.884: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:04.884: INFO: Pod: high-priority-disk-pod Mar 27 11:42:04.884: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5089939456 Mar 27 11:42:04.887: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:04.887: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:04.887: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:04.887 Mar 27 11:42:06.890: INFO: Node does NOT have DiskPressure Mar 27 11:42:06.915: INFO: Kubelet Metrics: [] Mar 27 11:42:06.931: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:06.931: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:06.931: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:06.931: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:06.931: INFO: Pod: high-priority-disk-pod Mar 27 11:42:06.931: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5089939456 Mar 27 11:42:06.935: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:06.935: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:06.935: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:06.935 Mar 27 11:42:08.939: INFO: Node does NOT have DiskPressure Mar 27 11:42:08.965: INFO: Kubelet Metrics: [] Mar 27 11:42:08.981: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:08.981: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 11054690304 Mar 27 11:42:08.981: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:08.981: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:08.981: INFO: Pod: high-priority-disk-pod Mar 27 11:42:08.981: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5089939456 Mar 27 11:42:08.984: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:08.984: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:08.984: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:08.984 Mar 27 11:42:10.988: INFO: Node does NOT have DiskPressure Mar 27 11:42:11.016: INFO: Kubelet Metrics: [] Mar 27 11:42:11.035: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:11.035: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:11.035: INFO: Pod: high-priority-disk-pod Mar 27 11:42:11.035: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5089939456 Mar 27 11:42:11.035: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:11.035: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:11.038: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:11.038: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:11.038: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:11.038 Mar 27 11:42:13.041: INFO: Node does NOT have DiskPressure Mar 27 11:42:13.064: INFO: Kubelet Metrics: [] Mar 27 11:42:13.080: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:13.080: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:13.080: INFO: Pod: high-priority-disk-pod Mar 27 11:42:13.080: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5189554176 Mar 27 11:42:13.080: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:13.080: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:13.083: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:13.084: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:13.084: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:13.084 Mar 27 11:42:15.087: INFO: Node does NOT have DiskPressure Mar 27 11:42:15.117: INFO: Kubelet Metrics: [] Mar 27 11:42:15.134: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:15.134: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:15.134: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:15.134: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:15.134: INFO: Pod: high-priority-disk-pod Mar 27 11:42:15.134: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5189554176 Mar 27 11:42:15.137: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:15.137: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:15.137: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:15.137 Mar 27 11:42:17.140: INFO: Node does NOT have DiskPressure Mar 27 11:42:17.163: INFO: Kubelet Metrics: [] Mar 27 11:42:17.179: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:17.179: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:17.179: INFO: Pod: high-priority-disk-pod Mar 27 11:42:17.179: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5189554176 Mar 27 11:42:17.179: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:17.179: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:17.182: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:17.182: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:17.182: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:17.182 Mar 27 11:42:19.186: INFO: Node does NOT have DiskPressure Mar 27 11:42:19.214: INFO: Kubelet Metrics: [] Mar 27 11:42:19.239: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:19.239: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10956124160 Mar 27 11:42:19.240: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:19.240: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:19.240: INFO: Pod: high-priority-disk-pod Mar 27 11:42:19.240: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5189554176 Mar 27 11:42:19.243: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:19.244: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:19.244: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:19.244 Mar 27 11:42:21.246: INFO: Node does NOT have DiskPressure Mar 27 11:42:21.277: INFO: Kubelet Metrics: [] Mar 27 11:42:21.293: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:21.293: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:21.293: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:21.293: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:21.293: INFO: Pod: high-priority-disk-pod Mar 27 11:42:21.293: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5189554176 Mar 27 11:42:21.296: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:21.296: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:21.296: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:21.296 Mar 27 11:42:23.300: INFO: Node does NOT have DiskPressure Mar 27 11:42:23.325: INFO: Kubelet Metrics: [] Mar 27 11:42:23.345: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:23.345: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:23.345: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:23.345: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:23.345: INFO: Pod: high-priority-disk-pod Mar 27 11:42:23.345: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5288120320 Mar 27 11:42:23.350: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:23.350: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:23.350: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:23.35 Mar 27 11:42:25.353: INFO: Node does NOT have DiskPressure Mar 27 11:42:25.377: INFO: Kubelet Metrics: [] Mar 27 11:42:25.400: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:25.400: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:25.400: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:25.400: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:25.400: INFO: Pod: high-priority-disk-pod Mar 27 11:42:25.400: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5288120320 Mar 27 11:42:25.403: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:25.403: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:25.403: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:25.403 Mar 27 11:42:27.407: INFO: Node does NOT have DiskPressure Mar 27 11:42:27.432: INFO: Kubelet Metrics: [] Mar 27 11:42:27.449: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:27.449: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10857558016 Mar 27 11:42:27.449: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:27.449: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:27.449: INFO: Pod: high-priority-disk-pod Mar 27 11:42:27.449: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5288120320 Mar 27 11:42:27.451: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:27.451: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:27.451: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:27.451 Mar 27 11:42:29.457: INFO: Node does NOT have DiskPressure Mar 27 11:42:29.494: INFO: Kubelet Metrics: [] Mar 27 11:42:29.511: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:29.511: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:29.511: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:29.511: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:29.511: INFO: Pod: high-priority-disk-pod Mar 27 11:42:29.511: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5288120320 Mar 27 11:42:29.514: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:29.514: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:29.514: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:29.514 Mar 27 11:42:31.517: INFO: Node does NOT have DiskPressure Mar 27 11:42:31.546: INFO: Kubelet Metrics: [] Mar 27 11:42:31.564: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:31.564: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:31.564: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:31.564: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:31.564: INFO: Pod: high-priority-disk-pod Mar 27 11:42:31.564: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5288120320 Mar 27 11:42:31.567: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:31.567: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:31.567: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:31.567 Mar 27 11:42:33.570: INFO: Node does NOT have DiskPressure Mar 27 11:42:33.593: INFO: Kubelet Metrics: [] Mar 27 11:42:33.611: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:33.611: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:33.611: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:33.611: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:33.611: INFO: Pod: high-priority-disk-pod Mar 27 11:42:33.611: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5386686464 Mar 27 11:42:33.613: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:33.613: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:33.613: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:33.613 Mar 27 11:42:35.616: INFO: Node does NOT have DiskPressure Mar 27 11:42:35.642: INFO: Kubelet Metrics: [] Mar 27 11:42:35.659: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:35.659: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:35.659: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:35.659: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:35.659: INFO: Pod: high-priority-disk-pod Mar 27 11:42:35.659: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5386686464 Mar 27 11:42:35.662: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:35.662: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:35.662: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:35.662 Mar 27 11:42:37.666: INFO: Node does NOT have DiskPressure Mar 27 11:42:37.697: INFO: Kubelet Metrics: [] Mar 27 11:42:37.720: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:37.720: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10757943296 Mar 27 11:42:37.720: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:37.720: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:37.720: INFO: Pod: high-priority-disk-pod Mar 27 11:42:37.720: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5386686464 Mar 27 11:42:37.723: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:37.723: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:37.723: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:37.724 Mar 27 11:42:39.727: INFO: Node does NOT have DiskPressure Mar 27 11:42:39.758: INFO: Kubelet Metrics: [] Mar 27 11:42:39.774: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:39.774: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:39.774: INFO: Pod: high-priority-disk-pod Mar 27 11:42:39.774: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5386686464 Mar 27 11:42:39.774: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:39.775: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:39.778: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:39.778: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:39.778: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:39.778 Mar 27 11:42:41.782: INFO: Node does NOT have DiskPressure Mar 27 11:42:41.804: INFO: Kubelet Metrics: [] Mar 27 11:42:41.820: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:41.820: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:41.820: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:41.821: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:41.821: INFO: Pod: high-priority-disk-pod Mar 27 11:42:41.821: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5386686464 Mar 27 11:42:41.824: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:41.824: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:41.824: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:41.824 Mar 27 11:42:43.827: INFO: Node does NOT have DiskPressure Mar 27 11:42:43.858: INFO: Kubelet Metrics: [] Mar 27 11:42:43.874: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:43.874: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:43.874: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:43.874: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:43.874: INFO: Pod: high-priority-disk-pod Mar 27 11:42:43.874: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5486301184 Mar 27 11:42:43.877: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:43.877: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:43.877: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:43.877 Mar 27 11:42:45.881: INFO: Node does NOT have DiskPressure Mar 27 11:42:45.905: INFO: Kubelet Metrics: [] Mar 27 11:42:45.931: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:45.931: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:45.931: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:45.931: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:45.931: INFO: Pod: high-priority-disk-pod Mar 27 11:42:45.931: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5486301184 Mar 27 11:42:45.934: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:45.934: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:45.934: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:45.934 Mar 27 11:42:47.938: INFO: Node does NOT have DiskPressure Mar 27 11:42:47.963: INFO: Kubelet Metrics: [] Mar 27 11:42:47.982: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:47.982: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10659377152 Mar 27 11:42:47.982: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:47.982: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:47.982: INFO: Pod: high-priority-disk-pod Mar 27 11:42:47.982: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5486301184 Mar 27 11:42:47.985: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:47.985: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:47.985: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:47.985 Mar 27 11:42:49.989: INFO: Node does NOT have DiskPressure Mar 27 11:42:50.016: INFO: Kubelet Metrics: [] Mar 27 11:42:50.033: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:50.033: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:50.033: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:50.033: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:50.033: INFO: Pod: high-priority-disk-pod Mar 27 11:42:50.033: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5486301184 Mar 27 11:42:50.036: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:50.036: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:50.036: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:50.036 Mar 27 11:42:52.039: INFO: Node does NOT have DiskPressure Mar 27 11:42:52.062: INFO: Kubelet Metrics: [] Mar 27 11:42:52.079: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:52.079: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:52.079: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:52.079: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:52.079: INFO: Pod: high-priority-disk-pod Mar 27 11:42:52.079: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5486301184 Mar 27 11:42:52.083: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:52.083: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:52.083: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:52.083 Mar 27 11:42:54.087: INFO: Node does NOT have DiskPressure Mar 27 11:42:54.110: INFO: Kubelet Metrics: [] Mar 27 11:42:54.127: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:54.127: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:54.127: INFO: Pod: high-priority-disk-pod Mar 27 11:42:54.127: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5584867328 Mar 27 11:42:54.127: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:54.127: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:54.131: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:54.131: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:54.131: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:54.131 Mar 27 11:42:56.135: INFO: Node does NOT have DiskPressure Mar 27 11:42:56.180: INFO: Kubelet Metrics: [] Mar 27 11:42:56.197: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:56.197: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:56.197: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:56.197: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:56.197: INFO: Pod: high-priority-disk-pod Mar 27 11:42:56.197: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5584867328 Mar 27 11:42:56.200: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:56.200: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:56.200: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:56.2 Mar 27 11:42:58.203: INFO: Node does NOT have DiskPressure Mar 27 11:42:58.225: INFO: Kubelet Metrics: [] Mar 27 11:42:58.242: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:58.243: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10559762432 Mar 27 11:42:58.243: INFO: Pod: guaranteed-disk-pod Mar 27 11:42:58.243: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:42:58.243: INFO: Pod: high-priority-disk-pod Mar 27 11:42:58.243: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5584867328 Mar 27 11:42:58.246: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:42:58.246: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:42:58.246: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:42:58.246 Mar 27 11:43:00.249: INFO: Node does NOT have DiskPressure Mar 27 11:43:00.273: INFO: Kubelet Metrics: [] Mar 27 11:43:00.290: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:00.290: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:00.290: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:00.290: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:00.290: INFO: Pod: high-priority-disk-pod Mar 27 11:43:00.290: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5584867328 Mar 27 11:43:00.294: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:00.294: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:00.294: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:00.294 Mar 27 11:43:02.297: INFO: Node does NOT have DiskPressure Mar 27 11:43:02.323: INFO: Kubelet Metrics: [] Mar 27 11:43:02.341: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:02.341: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:02.341: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:02.341: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:02.341: INFO: Pod: high-priority-disk-pod Mar 27 11:43:02.341: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5683433472 Mar 27 11:43:02.345: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:02.345: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:02.345: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:02.345 Mar 27 11:43:04.348: INFO: Node does NOT have DiskPressure Mar 27 11:43:04.378: INFO: Kubelet Metrics: [] Mar 27 11:43:04.398: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:04.398: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:04.398: INFO: Pod: high-priority-disk-pod Mar 27 11:43:04.398: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5683433472 Mar 27 11:43:04.398: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:04.398: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:04.401: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:04.401: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:04.401: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:04.401 Mar 27 11:43:06.405: INFO: Node does NOT have DiskPressure Mar 27 11:43:06.428: INFO: Kubelet Metrics: [] Mar 27 11:43:06.447: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:06.447: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:06.447: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:06.447: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:06.447: INFO: Pod: high-priority-disk-pod Mar 27 11:43:06.447: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5683433472 Mar 27 11:43:06.450: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:06.450: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:06.450: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:06.45 Mar 27 11:43:08.453: INFO: Node does NOT have DiskPressure Mar 27 11:43:08.484: INFO: Kubelet Metrics: [] Mar 27 11:43:08.500: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:08.500: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10461196288 Mar 27 11:43:08.500: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:08.500: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:08.500: INFO: Pod: high-priority-disk-pod Mar 27 11:43:08.500: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5683433472 Mar 27 11:43:08.503: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:08.503: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:08.503: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:08.503 Mar 27 11:43:10.507: INFO: Node does NOT have DiskPressure Mar 27 11:43:10.527: INFO: Kubelet Metrics: [] Mar 27 11:43:10.543: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:10.543: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:10.543: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:10.543: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:10.543: INFO: Pod: high-priority-disk-pod Mar 27 11:43:10.543: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5683433472 Mar 27 11:43:10.546: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:10.546: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:10.546: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:10.546 Mar 27 11:43:12.549: INFO: Node does NOT have DiskPressure Mar 27 11:43:12.572: INFO: Kubelet Metrics: [] Mar 27 11:43:12.602: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:12.602: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:12.602: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:12.602: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:12.602: INFO: Pod: high-priority-disk-pod Mar 27 11:43:12.602: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5783048192 Mar 27 11:43:12.605: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:12.606: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:12.606: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:12.606 Mar 27 11:43:14.609: INFO: Node does NOT have DiskPressure Mar 27 11:43:14.634: INFO: Kubelet Metrics: [] Mar 27 11:43:14.650: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:14.650: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:14.650: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:14.650: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:14.650: INFO: Pod: high-priority-disk-pod Mar 27 11:43:14.650: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5783048192 Mar 27 11:43:14.653: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:14.653: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:14.653: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:14.653 Mar 27 11:43:16.657: INFO: Node does NOT have DiskPressure Mar 27 11:43:16.682: INFO: Kubelet Metrics: [] Mar 27 11:43:16.699: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:16.699: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:16.699: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:16.699: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:16.699: INFO: Pod: high-priority-disk-pod Mar 27 11:43:16.699: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5783048192 Mar 27 11:43:16.702: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:16.702: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:16.702: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:16.702 Mar 27 11:43:18.706: INFO: Node does NOT have DiskPressure Mar 27 11:43:18.727: INFO: Kubelet Metrics: [] Mar 27 11:43:18.747: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:18.747: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10362630144 Mar 27 11:43:18.747: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:18.747: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:18.747: INFO: Pod: high-priority-disk-pod Mar 27 11:43:18.747: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5783048192 Mar 27 11:43:18.750: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:18.750: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:18.750: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:18.75 Mar 27 11:43:20.753: INFO: Node does NOT have DiskPressure Mar 27 11:43:20.778: INFO: Kubelet Metrics: [] Mar 27 11:43:20.794: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:20.794: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:20.794: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:20.794: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:20.794: INFO: Pod: high-priority-disk-pod Mar 27 11:43:20.794: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5783048192 Mar 27 11:43:20.798: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:20.798: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:20.798: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:20.798 Mar 27 11:43:22.801: INFO: Node does NOT have DiskPressure Mar 27 11:43:22.833: INFO: Kubelet Metrics: [] Mar 27 11:43:22.850: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:22.850: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:22.850: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:22.850: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:22.850: INFO: Pod: high-priority-disk-pod Mar 27 11:43:22.850: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5881614336 Mar 27 11:43:22.853: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:22.853: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:22.853: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:22.854 Mar 27 11:43:24.857: INFO: Node does NOT have DiskPressure Mar 27 11:43:24.880: INFO: Kubelet Metrics: [] Mar 27 11:43:24.897: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:24.897: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:24.897: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:24.897: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:24.897: INFO: Pod: high-priority-disk-pod Mar 27 11:43:24.897: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5881614336 Mar 27 11:43:24.900: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:24.900: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:24.900: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:24.9 Mar 27 11:43:26.903: INFO: Node does NOT have DiskPressure Mar 27 11:43:26.927: INFO: Kubelet Metrics: [] Mar 27 11:43:26.945: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:26.945: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:26.945: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:26.945: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:26.945: INFO: Pod: high-priority-disk-pod Mar 27 11:43:26.945: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5881614336 Mar 27 11:43:26.948: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:26.948: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:26.948: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:26.948 Mar 27 11:43:28.952: INFO: Node does NOT have DiskPressure Mar 27 11:43:28.976: INFO: Kubelet Metrics: [] Mar 27 11:43:28.991: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:28.991: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10263015424 Mar 27 11:43:28.991: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:28.991: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:28.991: INFO: Pod: high-priority-disk-pod Mar 27 11:43:28.991: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5881614336 Mar 27 11:43:28.995: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:28.995: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:28.995: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:28.995 Mar 27 11:43:30.998: INFO: Node does NOT have DiskPressure Mar 27 11:43:31.041: INFO: Kubelet Metrics: [] Mar 27 11:43:31.066: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:31.066: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:31.066: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:31.066: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:31.066: INFO: Pod: high-priority-disk-pod Mar 27 11:43:31.066: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5881614336 Mar 27 11:43:31.069: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:31.069: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:31.069: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:31.069 Mar 27 11:43:33.073: INFO: Node does NOT have DiskPressure Mar 27 11:43:33.099: INFO: Kubelet Metrics: [] Mar 27 11:43:33.114: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:33.114: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:33.114: INFO: Pod: high-priority-disk-pod Mar 27 11:43:33.114: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5980180480 Mar 27 11:43:33.114: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:33.114: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:33.116: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:33.116: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:33.116: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:33.116 Mar 27 11:43:35.121: INFO: Node does NOT have DiskPressure Mar 27 11:43:35.145: INFO: Kubelet Metrics: [] Mar 27 11:43:35.166: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:35.166: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:35.166: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:35.166: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:35.166: INFO: Pod: high-priority-disk-pod Mar 27 11:43:35.166: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5980180480 Mar 27 11:43:35.169: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:35.169: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:35.169: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:35.169 Mar 27 11:43:37.172: INFO: Node does NOT have DiskPressure Mar 27 11:43:37.199: INFO: Kubelet Metrics: [] Mar 27 11:43:37.215: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:37.215: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:37.215: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:37.215: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:37.215: INFO: Pod: high-priority-disk-pod Mar 27 11:43:37.215: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5980180480 Mar 27 11:43:37.219: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:37.219: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:37.219: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:37.219 Mar 27 11:43:39.222: INFO: Node does NOT have DiskPressure Mar 27 11:43:39.249: INFO: Kubelet Metrics: [] Mar 27 11:43:39.271: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:39.271: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10164449280 Mar 27 11:43:39.271: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:39.271: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:39.271: INFO: Pod: high-priority-disk-pod Mar 27 11:43:39.271: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5980180480 Mar 27 11:43:39.275: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:39.275: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:39.275: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:39.275 Mar 27 11:43:41.278: INFO: Node does NOT have DiskPressure Mar 27 11:43:41.304: INFO: Kubelet Metrics: [] Mar 27 11:43:41.320: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:41.321: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:41.321: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:41.321: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:41.321: INFO: Pod: high-priority-disk-pod Mar 27 11:43:41.321: INFO: --- summary Container: high-priority-disk-container UsedBytes: 5980180480 Mar 27 11:43:41.323: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:41.323: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:41.323: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:41.323 Mar 27 11:43:43.326: INFO: Node does NOT have DiskPressure Mar 27 11:43:43.347: INFO: Kubelet Metrics: [] Mar 27 11:43:43.361: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:43.361: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:43.361: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:43.361: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:43.361: INFO: Pod: high-priority-disk-pod Mar 27 11:43:43.361: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6079795200 Mar 27 11:43:43.364: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:43.364: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:43.364: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:43.364 Mar 27 11:43:45.367: INFO: Node does NOT have DiskPressure Mar 27 11:43:45.394: INFO: Kubelet Metrics: [] Mar 27 11:43:45.409: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:45.409: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:45.409: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:45.409: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:45.409: INFO: Pod: high-priority-disk-pod Mar 27 11:43:45.409: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6079795200 Mar 27 11:43:45.412: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:45.412: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:45.412: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:45.412 Mar 27 11:43:47.416: INFO: Node does NOT have DiskPressure Mar 27 11:43:47.438: INFO: Kubelet Metrics: [] Mar 27 11:43:47.459: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:47.459: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:47.459: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:47.459: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:47.459: INFO: Pod: high-priority-disk-pod Mar 27 11:43:47.459: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6079795200 Mar 27 11:43:47.462: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:47.462: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:47.462: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:47.462 Mar 27 11:43:49.465: INFO: Node does NOT have DiskPressure Mar 27 11:43:49.495: INFO: Kubelet Metrics: [] Mar 27 11:43:49.510: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:49.510: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 10064834560 Mar 27 11:43:49.510: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:49.510: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:49.510: INFO: Pod: high-priority-disk-pod Mar 27 11:43:49.510: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6079795200 Mar 27 11:43:49.512: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:49.513: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:49.513: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:49.513 Mar 27 11:43:51.516: INFO: Node does NOT have DiskPressure Mar 27 11:43:51.549: INFO: Kubelet Metrics: [] Mar 27 11:43:51.565: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:51.565: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:51.565: INFO: Pod: high-priority-disk-pod Mar 27 11:43:51.565: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6079795200 Mar 27 11:43:51.565: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:51.565: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:51.568: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:51.568: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:51.568: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:51.569 Mar 27 11:43:53.571: INFO: Node does NOT have DiskPressure Mar 27 11:43:53.598: INFO: Kubelet Metrics: [] Mar 27 11:43:53.614: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:53.614: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:53.614: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:53.614: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:53.614: INFO: Pod: high-priority-disk-pod Mar 27 11:43:53.614: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6178361344 Mar 27 11:43:53.617: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:53.617: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:53.617: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:53.617 Mar 27 11:43:55.620: INFO: Node does NOT have DiskPressure Mar 27 11:43:55.642: INFO: Kubelet Metrics: [] Mar 27 11:43:55.658: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:55.658: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:55.658: INFO: Pod: high-priority-disk-pod Mar 27 11:43:55.658: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6178361344 Mar 27 11:43:55.658: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:55.658: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:55.662: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:55.662: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:55.662: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:55.662 Mar 27 11:43:57.665: INFO: Node does NOT have DiskPressure Mar 27 11:43:57.694: INFO: Kubelet Metrics: [] Mar 27 11:43:57.713: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:57.713: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9966268416 Mar 27 11:43:57.713: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:57.713: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:57.713: INFO: Pod: high-priority-disk-pod Mar 27 11:43:57.713: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6178361344 Mar 27 11:43:57.716: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:57.716: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:57.716: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:57.716 Mar 27 11:43:59.719: INFO: Node does NOT have DiskPressure Mar 27 11:43:59.743: INFO: Kubelet Metrics: [] Mar 27 11:43:59.760: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9866653696 Mar 27 11:43:59.760: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9866653696 Mar 27 11:43:59.760: INFO: Pod: guaranteed-disk-pod Mar 27 11:43:59.760: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:43:59.761: INFO: Pod: high-priority-disk-pod Mar 27 11:43:59.761: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6178361344 Mar 27 11:43:59.764: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:43:59.764: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:43:59.764: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:43:59.764 Mar 27 11:44:01.767: INFO: Node does NOT have DiskPressure Mar 27 11:44:01.791: INFO: Kubelet Metrics: [] Mar 27 11:44:01.806: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:01.806: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:01.806: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:01.806: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:01.806: INFO: Pod: high-priority-disk-pod Mar 27 11:44:01.806: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6178361344 Mar 27 11:44:01.810: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:01.810: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:01.810: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:01.81 Mar 27 11:44:03.813: INFO: Node does NOT have DiskPressure Mar 27 11:44:03.838: INFO: Kubelet Metrics: [] Mar 27 11:44:03.854: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:03.854: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:03.854: INFO: Pod: high-priority-disk-pod Mar 27 11:44:03.854: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6276927488 Mar 27 11:44:03.854: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:03.854: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:03.857: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:03.857: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:03.857: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:03.857 Mar 27 11:44:05.860: INFO: Node does NOT have DiskPressure Mar 27 11:44:05.886: INFO: Kubelet Metrics: [] Mar 27 11:44:05.913: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:05.913: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:05.913: INFO: Pod: high-priority-disk-pod Mar 27 11:44:05.913: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6276927488 Mar 27 11:44:05.913: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:05.913: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:05.916: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:05.916: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:05.916: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:05.916 Mar 27 11:44:07.920: INFO: Node does NOT have DiskPressure Mar 27 11:44:07.947: INFO: Kubelet Metrics: [] Mar 27 11:44:07.962: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:07.962: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9866653696 Mar 27 11:44:07.962: INFO: Pod: high-priority-disk-pod Mar 27 11:44:07.962: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6276927488 Mar 27 11:44:07.962: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:07.962: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:07.964: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:07.964: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:07.964: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:07.965 Mar 27 11:44:09.967: INFO: Node does NOT have DiskPressure Mar 27 11:44:09.990: INFO: Kubelet Metrics: [] Mar 27 11:44:10.006: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:10.006: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:10.006: INFO: Pod: high-priority-disk-pod Mar 27 11:44:10.006: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6276927488 Mar 27 11:44:10.006: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:10.006: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:10.009: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:10.009: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:10.009: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:10.009 Mar 27 11:44:12.012: INFO: Node does NOT have DiskPressure Mar 27 11:44:12.036: INFO: Kubelet Metrics: [] Mar 27 11:44:12.053: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:12.053: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:12.053: INFO: Pod: high-priority-disk-pod Mar 27 11:44:12.053: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6276927488 Mar 27 11:44:12.053: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:12.053: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:12.056: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:12.057: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:12.057: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:12.057 Mar 27 11:44:14.059: INFO: Node does NOT have DiskPressure Mar 27 11:44:14.086: INFO: Kubelet Metrics: [] Mar 27 11:44:14.100: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:14.100: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:14.100: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:14.100: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:14.100: INFO: Pod: high-priority-disk-pod Mar 27 11:44:14.100: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6376542208 Mar 27 11:44:14.103: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:14.103: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:14.103: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:14.103 Mar 27 11:44:16.107: INFO: Node does NOT have DiskPressure Mar 27 11:44:16.141: INFO: Kubelet Metrics: [] Mar 27 11:44:16.158: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:16.158: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:16.158: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:16.158: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:16.158: INFO: Pod: high-priority-disk-pod Mar 27 11:44:16.158: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6376542208 Mar 27 11:44:16.162: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:16.162: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:16.162: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:16.162 Mar 27 11:44:18.166: INFO: Node does NOT have DiskPressure Mar 27 11:44:18.190: INFO: Kubelet Metrics: [] Mar 27 11:44:18.208: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:18.208: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9768087552 Mar 27 11:44:18.208: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:18.208: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:18.208: INFO: Pod: high-priority-disk-pod Mar 27 11:44:18.208: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6376542208 Mar 27 11:44:18.214: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:18.214: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:18.214: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:18.214 Mar 27 11:44:20.217: INFO: Node does NOT have DiskPressure Mar 27 11:44:20.241: INFO: Kubelet Metrics: [] Mar 27 11:44:20.256: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:20.256: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:20.256: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:20.256: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:20.256: INFO: Pod: high-priority-disk-pod Mar 27 11:44:20.256: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6376542208 Mar 27 11:44:20.259: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:20.259: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:20.259: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:20.259 Mar 27 11:44:22.264: INFO: Node does NOT have DiskPressure Mar 27 11:44:22.299: INFO: Kubelet Metrics: [] Mar 27 11:44:22.315: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:22.315: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:22.315: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:22.315: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:22.315: INFO: Pod: high-priority-disk-pod Mar 27 11:44:22.315: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6475108352 Mar 27 11:44:22.319: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:22.319: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:22.319: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:22.319 Mar 27 11:44:24.322: INFO: Node does NOT have DiskPressure Mar 27 11:44:24.356: INFO: Kubelet Metrics: [] Mar 27 11:44:24.383: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:24.383: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:24.384: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:24.384: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:24.384: INFO: Pod: high-priority-disk-pod Mar 27 11:44:24.384: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6475108352 Mar 27 11:44:24.389: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:24.389: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:24.389: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:24.389 Mar 27 11:44:26.392: INFO: Node does NOT have DiskPressure Mar 27 11:44:26.414: INFO: Kubelet Metrics: [] Mar 27 11:44:26.430: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:26.430: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:26.430: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:26.430: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:26.430: INFO: Pod: high-priority-disk-pod Mar 27 11:44:26.430: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6475108352 Mar 27 11:44:26.433: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:26.433: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:26.433: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:26.433 Mar 27 11:44:28.436: INFO: Node does NOT have DiskPressure Mar 27 11:44:28.462: INFO: Kubelet Metrics: [] Mar 27 11:44:28.478: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:28.478: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9669521408 Mar 27 11:44:28.478: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:28.478: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:28.478: INFO: Pod: high-priority-disk-pod Mar 27 11:44:28.478: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6475108352 Mar 27 11:44:28.481: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:28.481: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:28.481: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:28.481 Mar 27 11:44:30.484: INFO: Node does NOT have DiskPressure Mar 27 11:44:30.510: INFO: Kubelet Metrics: [] Mar 27 11:44:30.528: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:30.528: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:30.528: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:30.528: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:30.528: INFO: Pod: high-priority-disk-pod Mar 27 11:44:30.528: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6475108352 Mar 27 11:44:30.531: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:30.531: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:30.531: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:30.531 Mar 27 11:44:32.534: INFO: Node does NOT have DiskPressure Mar 27 11:44:32.564: INFO: Kubelet Metrics: [] Mar 27 11:44:32.580: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:32.580: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:32.580: INFO: Pod: high-priority-disk-pod Mar 27 11:44:32.580: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6573674496 Mar 27 11:44:32.580: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:32.580: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:32.583: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:32.583: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:32.583: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:32.583 Mar 27 11:44:34.587: INFO: Node does NOT have DiskPressure Mar 27 11:44:34.614: INFO: Kubelet Metrics: [] Mar 27 11:44:34.631: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:34.632: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:34.632: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:34.632: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:34.632: INFO: Pod: high-priority-disk-pod Mar 27 11:44:34.632: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6573674496 Mar 27 11:44:34.635: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:34.635: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:34.635: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:34.635 Mar 27 11:44:36.638: INFO: Node does NOT have DiskPressure Mar 27 11:44:36.661: INFO: Kubelet Metrics: [] Mar 27 11:44:36.679: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:36.679: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:36.679: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:36.679: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:36.679: INFO: Pod: high-priority-disk-pod Mar 27 11:44:36.679: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6573674496 Mar 27 11:44:36.683: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:36.683: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:36.683: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:36.683 Mar 27 11:44:38.686: INFO: Node does NOT have DiskPressure Mar 27 11:44:38.710: INFO: Kubelet Metrics: [] Mar 27 11:44:38.728: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:38.728: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9569906688 Mar 27 11:44:38.728: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:38.728: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:38.728: INFO: Pod: high-priority-disk-pod Mar 27 11:44:38.728: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6573674496 Mar 27 11:44:38.731: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:38.731: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:38.731: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:38.731 Mar 27 11:44:40.734: INFO: Node does NOT have DiskPressure Mar 27 11:44:40.763: INFO: Kubelet Metrics: [] Mar 27 11:44:40.779: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:40.779: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:40.779: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:40.779: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:40.779: INFO: Pod: high-priority-disk-pod Mar 27 11:44:40.779: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6573674496 Mar 27 11:44:40.782: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:40.782: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:40.782: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:40.782 Mar 27 11:44:42.786: INFO: Node does NOT have DiskPressure Mar 27 11:44:42.810: INFO: Kubelet Metrics: [] Mar 27 11:44:42.826: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:42.827: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:42.827: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:42.827: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:42.827: INFO: Pod: high-priority-disk-pod Mar 27 11:44:42.827: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6672240640 Mar 27 11:44:42.831: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:42.831: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:42.831: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:42.831 Mar 27 11:44:44.834: INFO: Node does NOT have DiskPressure Mar 27 11:44:44.859: INFO: Kubelet Metrics: [] Mar 27 11:44:44.874: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:44.874: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:44.874: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:44.874: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:44.874: INFO: Pod: high-priority-disk-pod Mar 27 11:44:44.874: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6672240640 Mar 27 11:44:44.877: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:44.877: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:44.877: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:44.877 Mar 27 11:44:46.880: INFO: Node does NOT have DiskPressure Mar 27 11:44:46.904: INFO: Kubelet Metrics: [] Mar 27 11:44:46.926: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:46.926: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:46.926: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:46.926: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:46.926: INFO: Pod: high-priority-disk-pod Mar 27 11:44:46.926: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6672240640 Mar 27 11:44:46.929: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:46.929: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:46.929: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:46.929 Mar 27 11:44:48.932: INFO: Node does NOT have DiskPressure Mar 27 11:44:48.964: INFO: Kubelet Metrics: [] Mar 27 11:44:48.979: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:48.979: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9471340544 Mar 27 11:44:48.979: INFO: Pod: high-priority-disk-pod Mar 27 11:44:48.979: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6672240640 Mar 27 11:44:48.979: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:48.979: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:48.982: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:48.982: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:48.982: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:48.982 Mar 27 11:44:50.986: INFO: Node does NOT have DiskPressure Mar 27 11:44:51.009: INFO: Kubelet Metrics: [] Mar 27 11:44:51.026: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:51.026: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:51.026: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:51.026: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:51.026: INFO: Pod: high-priority-disk-pod Mar 27 11:44:51.026: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6672240640 Mar 27 11:44:51.030: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:51.030: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:51.030: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:51.03 Mar 27 11:44:53.034: INFO: Node does NOT have DiskPressure Mar 27 11:44:53.056: INFO: Kubelet Metrics: [] Mar 27 11:44:53.073: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:53.073: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:53.073: INFO: Pod: high-priority-disk-pod Mar 27 11:44:53.073: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6770806784 Mar 27 11:44:53.073: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:53.073: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:53.076: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:53.076: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:53.076: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:53.076 Mar 27 11:44:55.079: INFO: Node does NOT have DiskPressure Mar 27 11:44:55.105: INFO: Kubelet Metrics: [] Mar 27 11:44:55.123: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:55.123: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:55.123: INFO: Pod: high-priority-disk-pod Mar 27 11:44:55.123: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6770806784 Mar 27 11:44:55.123: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:55.123: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:55.125: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:55.126: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:55.126: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:55.126 Mar 27 11:44:57.129: INFO: Node does NOT have DiskPressure Mar 27 11:44:57.156: INFO: Kubelet Metrics: [] Mar 27 11:44:57.178: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:57.178: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:57.178: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:57.178: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:57.178: INFO: Pod: high-priority-disk-pod Mar 27 11:44:57.178: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6770806784 Mar 27 11:44:57.181: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:57.181: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:57.181: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:57.181 Mar 27 11:44:59.185: INFO: Node does NOT have DiskPressure Mar 27 11:44:59.214: INFO: Kubelet Metrics: [] Mar 27 11:44:59.230: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:59.230: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9372774400 Mar 27 11:44:59.230: INFO: Pod: high-priority-disk-pod Mar 27 11:44:59.230: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6770806784 Mar 27 11:44:59.230: INFO: Pod: guaranteed-disk-pod Mar 27 11:44:59.230: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:44:59.234: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:44:59.234: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:44:59.234: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:44:59.234 Mar 27 11:45:01.238: INFO: Node does NOT have DiskPressure Mar 27 11:45:01.273: INFO: Kubelet Metrics: [] Mar 27 11:45:01.295: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:01.295: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:01.295: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:01.295: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:01.295: INFO: Pod: high-priority-disk-pod Mar 27 11:45:01.295: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6770806784 Mar 27 11:45:01.299: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:01.299: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:01.299: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:01.299 Mar 27 11:45:03.303: INFO: Node does NOT have DiskPressure Mar 27 11:45:03.328: INFO: Kubelet Metrics: [] Mar 27 11:45:03.345: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:03.345: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:03.345: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:03.345: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:03.345: INFO: Pod: high-priority-disk-pod Mar 27 11:45:03.345: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6869372928 Mar 27 11:45:03.348: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:03.348: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:03.348: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:03.348 Mar 27 11:45:05.352: INFO: Node does NOT have DiskPressure Mar 27 11:45:05.373: INFO: Kubelet Metrics: [] Mar 27 11:45:05.392: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:05.392: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:05.392: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:05.392: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:05.392: INFO: Pod: high-priority-disk-pod Mar 27 11:45:05.392: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6869372928 Mar 27 11:45:05.414: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:05.414: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:05.414: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:05.415 Mar 27 11:45:07.418: INFO: Node does NOT have DiskPressure Mar 27 11:45:07.441: INFO: Kubelet Metrics: [] Mar 27 11:45:07.457: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:07.457: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:07.457: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:07.457: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:07.457: INFO: Pod: high-priority-disk-pod Mar 27 11:45:07.457: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6869372928 Mar 27 11:45:07.460: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:07.460: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:07.460: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:07.46 Mar 27 11:45:09.463: INFO: Node does NOT have DiskPressure Mar 27 11:45:09.488: INFO: Kubelet Metrics: [] Mar 27 11:45:09.504: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:09.504: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9274208256 Mar 27 11:45:09.504: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:09.504: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:09.504: INFO: Pod: high-priority-disk-pod Mar 27 11:45:09.504: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6869372928 Mar 27 11:45:09.508: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:09.508: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:09.508: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:09.508 Mar 27 11:45:11.511: INFO: Node does NOT have DiskPressure Mar 27 11:45:11.535: INFO: Kubelet Metrics: [] Mar 27 11:45:11.553: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:11.553: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:11.553: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:11.553: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:11.553: INFO: Pod: high-priority-disk-pod Mar 27 11:45:11.553: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6869372928 Mar 27 11:45:11.556: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:11.556: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:11.556: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:11.556 Mar 27 11:45:13.559: INFO: Node does NOT have DiskPressure Mar 27 11:45:13.585: INFO: Kubelet Metrics: [] Mar 27 11:45:13.602: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:13.602: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:13.602: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:13.602: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:13.602: INFO: Pod: high-priority-disk-pod Mar 27 11:45:13.602: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6967939072 Mar 27 11:45:13.605: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:13.605: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:13.605: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:13.605 Mar 27 11:45:15.609: INFO: Node does NOT have DiskPressure Mar 27 11:45:15.659: INFO: Kubelet Metrics: [] Mar 27 11:45:15.676: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:15.676: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:15.676: INFO: Pod: high-priority-disk-pod Mar 27 11:45:15.676: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6967939072 Mar 27 11:45:15.676: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:15.676: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:15.679: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:15.679: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:15.679: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:15.679 Mar 27 11:45:17.683: INFO: Node does NOT have DiskPressure Mar 27 11:45:17.708: INFO: Kubelet Metrics: [] Mar 27 11:45:17.725: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:17.725: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9174593536 Mar 27 11:45:17.725: INFO: Pod: high-priority-disk-pod Mar 27 11:45:17.725: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6967939072 Mar 27 11:45:17.725: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:17.725: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:17.728: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:17.728: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:17.728: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:17.728 Mar 27 11:45:19.732: INFO: Node does NOT have DiskPressure Mar 27 11:45:19.754: INFO: Kubelet Metrics: [] Mar 27 11:45:19.770: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:19.770: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:19.770: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:19.770: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:19.770: INFO: Pod: high-priority-disk-pod Mar 27 11:45:19.770: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6967939072 Mar 27 11:45:19.774: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:19.774: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:19.774: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:19.774 Mar 27 11:45:21.777: INFO: Node does NOT have DiskPressure Mar 27 11:45:21.801: INFO: Kubelet Metrics: [] Mar 27 11:45:21.818: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:21.818: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:21.818: INFO: Pod: high-priority-disk-pod Mar 27 11:45:21.818: INFO: --- summary Container: high-priority-disk-container UsedBytes: 6967939072 Mar 27 11:45:21.818: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:21.818: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:21.821: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:21.821: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:21.821: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:21.821 Mar 27 11:45:23.824: INFO: Node does NOT have DiskPressure Mar 27 11:45:23.848: INFO: Kubelet Metrics: [] Mar 27 11:45:23.873: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:23.873: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:23.873: INFO: Pod: high-priority-disk-pod Mar 27 11:45:23.873: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7067553792 Mar 27 11:45:23.873: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:23.873: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:23.876: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:23.876: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:23.876: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:23.876 Mar 27 11:45:25.879: INFO: Node does NOT have DiskPressure Mar 27 11:45:25.900: INFO: Kubelet Metrics: [] Mar 27 11:45:25.915: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:25.915: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:25.915: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:25.916: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:25.916: INFO: Pod: high-priority-disk-pod Mar 27 11:45:25.916: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7067553792 Mar 27 11:45:25.918: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:25.918: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:25.918: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:25.918 Mar 27 11:45:27.922: INFO: Node does NOT have DiskPressure Mar 27 11:45:27.945: INFO: Kubelet Metrics: [] Mar 27 11:45:27.959: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:27.959: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 9076027392 Mar 27 11:45:27.959: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:27.959: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:27.959: INFO: Pod: high-priority-disk-pod Mar 27 11:45:27.959: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7067553792 Mar 27 11:45:27.962: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:27.962: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:27.962: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:27.962 Mar 27 11:45:29.965: INFO: Node does NOT have DiskPressure Mar 27 11:45:29.990: INFO: Kubelet Metrics: [] Mar 27 11:45:30.009: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:30.009: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:30.009: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:30.009: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:30.009: INFO: Pod: high-priority-disk-pod Mar 27 11:45:30.009: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7067553792 Mar 27 11:45:30.013: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:30.013: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:30.013: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:30.013 Mar 27 11:45:32.017: INFO: Node does NOT have DiskPressure Mar 27 11:45:32.043: INFO: Kubelet Metrics: [] Mar 27 11:45:32.063: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:32.063: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:32.063: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:32.063: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:32.064: INFO: Pod: high-priority-disk-pod Mar 27 11:45:32.064: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7067553792 Mar 27 11:45:32.067: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:32.067: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:32.067: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:32.067 Mar 27 11:45:34.070: INFO: Node does NOT have DiskPressure Mar 27 11:45:34.104: INFO: Kubelet Metrics: [] Mar 27 11:45:34.121: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:34.121: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:34.121: INFO: Pod: high-priority-disk-pod Mar 27 11:45:34.121: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7166124032 Mar 27 11:45:34.121: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:34.121: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:34.124: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:34.124: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:34.124: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:34.124 Mar 27 11:45:36.128: INFO: Node does NOT have DiskPressure Mar 27 11:45:36.151: INFO: Kubelet Metrics: [] Mar 27 11:45:36.167: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:36.167: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:36.167: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:36.167: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:36.167: INFO: Pod: high-priority-disk-pod Mar 27 11:45:36.167: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7166124032 Mar 27 11:45:36.170: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:36.170: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:36.170: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:36.17 Mar 27 11:45:38.174: INFO: Node does NOT have DiskPressure Mar 27 11:45:38.201: INFO: Kubelet Metrics: [] Mar 27 11:45:38.218: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:38.218: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8977457152 Mar 27 11:45:38.218: INFO: Pod: high-priority-disk-pod Mar 27 11:45:38.218: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7166124032 Mar 27 11:45:38.218: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:38.218: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:38.221: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:38.221: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:38.221: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:38.221 Mar 27 11:45:40.225: INFO: Node does NOT have DiskPressure Mar 27 11:45:40.246: INFO: Kubelet Metrics: [] Mar 27 11:45:40.264: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:40.264: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:40.264: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:40.264: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:40.264: INFO: Pod: high-priority-disk-pod Mar 27 11:45:40.264: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7166124032 Mar 27 11:45:40.267: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:40.267: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:40.267: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:40.267 Mar 27 11:45:42.271: INFO: Node does NOT have DiskPressure Mar 27 11:45:42.325: INFO: Kubelet Metrics: [] Mar 27 11:45:42.341: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:42.341: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:42.341: INFO: Pod: high-priority-disk-pod Mar 27 11:45:42.341: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7264690176 Mar 27 11:45:42.341: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:42.341: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:42.345: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:42.345: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:42.345: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:42.345 Mar 27 11:45:44.348: INFO: Node does NOT have DiskPressure Mar 27 11:45:44.369: INFO: Kubelet Metrics: [] Mar 27 11:45:44.384: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:44.384: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:44.384: INFO: Pod: high-priority-disk-pod Mar 27 11:45:44.384: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7264690176 Mar 27 11:45:44.384: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:44.384: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:44.387: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:44.387: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:44.387: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:44.387 Mar 27 11:45:46.391: INFO: Node does NOT have DiskPressure Mar 27 11:45:46.418: INFO: Kubelet Metrics: [] Mar 27 11:45:46.434: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:46.434: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:46.434: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:46.434: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:46.434: INFO: Pod: high-priority-disk-pod Mar 27 11:45:46.434: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7264690176 Mar 27 11:45:46.438: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:46.438: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:46.438: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:46.438 Mar 27 11:45:48.441: INFO: Node does NOT have DiskPressure Mar 27 11:45:48.469: INFO: Kubelet Metrics: [] Mar 27 11:45:48.484: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:48.484: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8877842432 Mar 27 11:45:48.484: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:48.484: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:48.484: INFO: Pod: high-priority-disk-pod Mar 27 11:45:48.484: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7264690176 Mar 27 11:45:48.487: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:48.487: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:48.487: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:48.487 Mar 27 11:45:50.490: INFO: Node does NOT have DiskPressure Mar 27 11:45:50.521: INFO: Kubelet Metrics: [] Mar 27 11:45:50.538: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:50.538: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:50.538: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:50.538: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:50.538: INFO: Pod: high-priority-disk-pod Mar 27 11:45:50.538: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7264690176 Mar 27 11:45:50.542: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:50.542: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:50.542: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:50.542 Mar 27 11:45:52.545: INFO: Node does NOT have DiskPressure Mar 27 11:45:52.582: INFO: Kubelet Metrics: [] Mar 27 11:45:52.603: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:52.603: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:52.603: INFO: Pod: high-priority-disk-pod Mar 27 11:45:52.603: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7364304896 Mar 27 11:45:52.603: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:52.603: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:52.606: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:52.606: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:52.606: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:52.606 Mar 27 11:45:54.609: INFO: Node does NOT have DiskPressure Mar 27 11:45:54.628: INFO: Kubelet Metrics: [] Mar 27 11:45:54.644: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:54.645: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:54.645: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:54.645: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:54.645: INFO: Pod: high-priority-disk-pod Mar 27 11:45:54.645: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7364304896 Mar 27 11:45:54.647: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:54.647: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:54.648: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:54.648 Mar 27 11:45:56.651: INFO: Node does NOT have DiskPressure Mar 27 11:45:56.678: INFO: Kubelet Metrics: [] Mar 27 11:45:56.698: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:56.698: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:56.698: INFO: Pod: high-priority-disk-pod Mar 27 11:45:56.698: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7364304896 Mar 27 11:45:56.698: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:56.698: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:56.701: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:56.702: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:56.702: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:56.702 Mar 27 11:45:58.706: INFO: Node does NOT have DiskPressure Mar 27 11:45:58.741: INFO: Kubelet Metrics: [] Mar 27 11:45:58.756: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:58.756: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8779276288 Mar 27 11:45:58.756: INFO: Pod: guaranteed-disk-pod Mar 27 11:45:58.756: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:45:58.756: INFO: Pod: high-priority-disk-pod Mar 27 11:45:58.756: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7364304896 Mar 27 11:45:58.759: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:45:58.759: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:45:58.759: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:45:58.759 Mar 27 11:46:00.763: INFO: Node does NOT have DiskPressure Mar 27 11:46:00.789: INFO: Kubelet Metrics: [] Mar 27 11:46:00.804: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:00.804: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:00.804: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:00.804: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:00.805: INFO: Pod: high-priority-disk-pod Mar 27 11:46:00.805: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7364304896 Mar 27 11:46:00.808: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:00.808: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:00.808: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:00.808 Mar 27 11:46:02.811: INFO: Node does NOT have DiskPressure Mar 27 11:46:02.833: INFO: Kubelet Metrics: [] Mar 27 11:46:02.849: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:02.849: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:02.849: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:02.849: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:02.849: INFO: Pod: high-priority-disk-pod Mar 27 11:46:02.849: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7462871040 Mar 27 11:46:02.852: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:02.852: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:02.852: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:02.852 Mar 27 11:46:04.855: INFO: Node does NOT have DiskPressure Mar 27 11:46:04.883: INFO: Kubelet Metrics: [] Mar 27 11:46:04.898: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:04.898: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:04.898: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:04.898: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:04.898: INFO: Pod: high-priority-disk-pod Mar 27 11:46:04.898: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7462871040 Mar 27 11:46:04.901: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:04.901: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:04.901: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:04.901 Mar 27 11:46:06.905: INFO: Node does NOT have DiskPressure Mar 27 11:46:06.941: INFO: Kubelet Metrics: [] Mar 27 11:46:06.958: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:06.958: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:06.958: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:06.958: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:06.958: INFO: Pod: high-priority-disk-pod Mar 27 11:46:06.958: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7462871040 Mar 27 11:46:06.962: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:06.962: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:06.962: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:06.962 Mar 27 11:46:08.965: INFO: Node does NOT have DiskPressure Mar 27 11:46:08.992: INFO: Kubelet Metrics: [] Mar 27 11:46:09.007: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:09.007: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8679661568 Mar 27 11:46:09.007: INFO: Pod: high-priority-disk-pod Mar 27 11:46:09.007: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7462871040 Mar 27 11:46:09.007: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:09.007: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:09.011: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:09.011: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:09.011: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:09.011 Mar 27 11:46:11.015: INFO: Node does NOT have DiskPressure Mar 27 11:46:11.039: INFO: Kubelet Metrics: [] Mar 27 11:46:11.056: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:11.056: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:11.056: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:11.056: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:11.056: INFO: Pod: high-priority-disk-pod Mar 27 11:46:11.056: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7462871040 Mar 27 11:46:11.059: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:11.059: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:11.059: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:11.059 Mar 27 11:46:13.062: INFO: Node does NOT have DiskPressure Mar 27 11:46:13.086: INFO: Kubelet Metrics: [] Mar 27 11:46:13.105: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:13.105: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:13.105: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:13.105: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:13.105: INFO: Pod: high-priority-disk-pod Mar 27 11:46:13.105: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7561441280 Mar 27 11:46:13.108: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:13.108: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:13.108: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:13.108 Mar 27 11:46:15.111: INFO: Node does NOT have DiskPressure Mar 27 11:46:15.132: INFO: Kubelet Metrics: [] Mar 27 11:46:15.149: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:15.150: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:15.150: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:15.150: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:15.150: INFO: Pod: high-priority-disk-pod Mar 27 11:46:15.150: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7561441280 Mar 27 11:46:15.153: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:15.153: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:15.153: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:15.153 Mar 27 11:46:17.157: INFO: Node does NOT have DiskPressure Mar 27 11:46:17.192: INFO: Kubelet Metrics: [] Mar 27 11:46:17.209: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:17.209: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:17.209: INFO: Pod: high-priority-disk-pod Mar 27 11:46:17.209: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7561441280 Mar 27 11:46:17.209: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:17.209: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:17.212: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:17.212: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:17.212: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:17.212 Mar 27 11:46:19.215: INFO: Node does NOT have DiskPressure Mar 27 11:46:19.238: INFO: Kubelet Metrics: [] Mar 27 11:46:19.257: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:19.257: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8581091328 Mar 27 11:46:19.257: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:19.257: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:19.257: INFO: Pod: high-priority-disk-pod Mar 27 11:46:19.257: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7561441280 Mar 27 11:46:19.260: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:19.260: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:19.260: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:19.26 Mar 27 11:46:21.263: INFO: Node does NOT have DiskPressure Mar 27 11:46:21.289: INFO: Kubelet Metrics: [] Mar 27 11:46:21.305: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:21.305: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:21.305: INFO: Pod: high-priority-disk-pod Mar 27 11:46:21.305: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7561441280 Mar 27 11:46:21.305: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:21.305: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:21.309: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:21.309: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:21.309: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:21.309 Mar 27 11:46:23.312: INFO: Node does NOT have DiskPressure Mar 27 11:46:23.339: INFO: Kubelet Metrics: [] Mar 27 11:46:23.356: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:23.356: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:23.356: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:23.356: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:23.356: INFO: Pod: high-priority-disk-pod Mar 27 11:46:23.356: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7660007424 Mar 27 11:46:23.359: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:23.359: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:23.359: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:23.359 Mar 27 11:46:25.363: INFO: Node does NOT have DiskPressure Mar 27 11:46:25.397: INFO: Kubelet Metrics: [] Mar 27 11:46:25.415: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:25.415: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:25.415: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:25.415: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:25.415: INFO: Pod: high-priority-disk-pod Mar 27 11:46:25.415: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7660007424 Mar 27 11:46:25.418: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:25.419: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:25.419: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:25.419 Mar 27 11:46:27.422: INFO: Node does NOT have DiskPressure Mar 27 11:46:27.449: INFO: Kubelet Metrics: [] Mar 27 11:46:27.474: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:27.474: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:27.474: INFO: Pod: high-priority-disk-pod Mar 27 11:46:27.474: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7660007424 Mar 27 11:46:27.474: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:27.474: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:27.477: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:27.477: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:27.477: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:27.477 Mar 27 11:46:29.481: INFO: Node does NOT have DiskPressure Mar 27 11:46:29.503: INFO: Kubelet Metrics: [] Mar 27 11:46:29.519: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:29.519: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8482525184 Mar 27 11:46:29.519: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:29.519: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:29.519: INFO: Pod: high-priority-disk-pod Mar 27 11:46:29.519: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7660007424 Mar 27 11:46:29.522: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:29.523: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:29.523: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:29.523 Mar 27 11:46:31.526: INFO: Node does NOT have DiskPressure Mar 27 11:46:31.548: INFO: Kubelet Metrics: [] Mar 27 11:46:31.564: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:31.564: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:31.564: INFO: Pod: high-priority-disk-pod Mar 27 11:46:31.564: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7660007424 Mar 27 11:46:31.564: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:31.564: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:31.568: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:31.568: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:31.568: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:31.568 Mar 27 11:46:33.571: INFO: Node does NOT have DiskPressure Mar 27 11:46:33.605: INFO: Kubelet Metrics: [] Mar 27 11:46:33.621: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:33.621: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:33.621: INFO: Pod: high-priority-disk-pod Mar 27 11:46:33.621: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7758573568 Mar 27 11:46:33.621: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:33.621: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:33.624: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:33.624: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:33.624: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:33.625 Mar 27 11:46:35.628: INFO: Node does NOT have DiskPressure Mar 27 11:46:35.652: INFO: Kubelet Metrics: [] Mar 27 11:46:35.668: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:35.668: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:35.668: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:35.668: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:35.668: INFO: Pod: high-priority-disk-pod Mar 27 11:46:35.668: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7758573568 Mar 27 11:46:35.671: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:35.671: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:35.671: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:35.671 Mar 27 11:46:37.675: INFO: Node does NOT have DiskPressure Mar 27 11:46:37.700: INFO: Kubelet Metrics: [] Mar 27 11:46:37.717: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:37.717: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8383959040 Mar 27 11:46:37.717: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:37.717: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:37.717: INFO: Pod: high-priority-disk-pod Mar 27 11:46:37.717: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7758573568 Mar 27 11:46:37.720: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:37.720: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:37.720: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:37.72 Mar 27 11:46:39.723: INFO: Node does NOT have DiskPressure Mar 27 11:46:39.758: INFO: Kubelet Metrics: [] Mar 27 11:46:39.780: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:39.780: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:39.780: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:39.780: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:39.780: INFO: Pod: high-priority-disk-pod Mar 27 11:46:39.780: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7758573568 Mar 27 11:46:39.783: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:39.783: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:39.783: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:39.783 Mar 27 11:46:41.786: INFO: Node does NOT have DiskPressure Mar 27 11:46:41.812: INFO: Kubelet Metrics: [] Mar 27 11:46:41.835: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:41.835: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:41.835: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:41.835: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:41.835: INFO: Pod: high-priority-disk-pod Mar 27 11:46:41.835: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7758573568 Mar 27 11:46:41.838: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:41.838: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:41.838: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:41.838 Mar 27 11:46:43.841: INFO: Node does NOT have DiskPressure Mar 27 11:46:43.863: INFO: Kubelet Metrics: [] Mar 27 11:46:43.881: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:43.881: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:43.881: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:43.881: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:43.881: INFO: Pod: high-priority-disk-pod Mar 27 11:46:43.881: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7857143808 Mar 27 11:46:43.884: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:43.884: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:43.884: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:43.884 Mar 27 11:46:45.887: INFO: Node does NOT have DiskPressure Mar 27 11:46:45.912: INFO: Kubelet Metrics: [] Mar 27 11:46:45.927: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:45.927: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:45.927: INFO: Pod: high-priority-disk-pod Mar 27 11:46:45.927: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7857143808 Mar 27 11:46:45.927: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:45.927: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:45.930: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:45.930: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:45.930: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:45.93 Mar 27 11:46:47.934: INFO: Node does NOT have DiskPressure Mar 27 11:46:47.958: INFO: Kubelet Metrics: [] Mar 27 11:46:47.973: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:47.973: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8285347840 Mar 27 11:46:47.973: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:47.973: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:47.973: INFO: Pod: high-priority-disk-pod Mar 27 11:46:47.973: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7857143808 Mar 27 11:46:47.976: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:47.976: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:47.976: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:47.976 Mar 27 11:46:49.979: INFO: Node does NOT have DiskPressure Mar 27 11:46:50.003: INFO: Kubelet Metrics: [] Mar 27 11:46:50.018: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:50.018: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:50.018: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:50.018: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:50.018: INFO: Pod: high-priority-disk-pod Mar 27 11:46:50.018: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7857143808 Mar 27 11:46:50.022: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:50.022: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:50.022: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:50.022 Mar 27 11:46:52.025: INFO: Node does NOT have DiskPressure Mar 27 11:46:52.056: INFO: Kubelet Metrics: [] Mar 27 11:46:52.075: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:52.075: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:52.075: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:52.075: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:52.075: INFO: Pod: high-priority-disk-pod Mar 27 11:46:52.075: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7857143808 Mar 27 11:46:52.078: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:52.078: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:52.078: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:52.078 Mar 27 11:46:54.081: INFO: Node does NOT have DiskPressure Mar 27 11:46:54.105: INFO: Kubelet Metrics: [] Mar 27 11:46:54.120: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:54.120: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:54.120: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:54.120: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:54.120: INFO: Pod: high-priority-disk-pod Mar 27 11:46:54.120: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7955709952 Mar 27 11:46:54.124: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:54.124: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:54.124: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:54.124 Mar 27 11:46:56.128: INFO: Node does NOT have DiskPressure Mar 27 11:46:56.151: INFO: Kubelet Metrics: [] Mar 27 11:46:56.167: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:56.167: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:56.167: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:56.167: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:56.167: INFO: Pod: high-priority-disk-pod Mar 27 11:46:56.167: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7955709952 Mar 27 11:46:56.170: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:56.170: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:56.170: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:56.17 Mar 27 11:46:58.174: INFO: Node does NOT have DiskPressure Mar 27 11:46:58.197: INFO: Kubelet Metrics: [] Mar 27 11:46:58.213: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:58.213: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8185774080 Mar 27 11:46:58.214: INFO: Pod: guaranteed-disk-pod Mar 27 11:46:58.214: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:46:58.214: INFO: Pod: high-priority-disk-pod Mar 27 11:46:58.214: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7955709952 Mar 27 11:46:58.219: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:46:58.219: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:46:58.219: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:46:58.219 Mar 27 11:47:00.222: INFO: Node does NOT have DiskPressure Mar 27 11:47:00.250: INFO: Kubelet Metrics: [] Mar 27 11:47:00.271: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:00.271: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:00.271: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:00.271: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:00.271: INFO: Pod: high-priority-disk-pod Mar 27 11:47:00.271: INFO: --- summary Container: high-priority-disk-container UsedBytes: 7955709952 Mar 27 11:47:00.275: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:00.275: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:00.275: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:00.275 Mar 27 11:47:02.278: INFO: Node does NOT have DiskPressure Mar 27 11:47:02.321: INFO: Kubelet Metrics: [] Mar 27 11:47:02.336: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:02.336: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:02.336: INFO: Pod: high-priority-disk-pod Mar 27 11:47:02.336: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8055332864 Mar 27 11:47:02.336: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:02.336: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:02.339: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:02.339: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:02.339: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:02.339 Mar 27 11:47:04.343: INFO: Node does NOT have DiskPressure Mar 27 11:47:04.370: INFO: Kubelet Metrics: [] Mar 27 11:47:04.388: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:04.388: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:04.388: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:04.388: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:04.388: INFO: Pod: high-priority-disk-pod Mar 27 11:47:04.388: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8055332864 Mar 27 11:47:04.391: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:04.391: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:04.391: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:04.391 Mar 27 11:47:06.395: INFO: Node does NOT have DiskPressure Mar 27 11:47:06.421: INFO: Kubelet Metrics: [] Mar 27 11:47:06.437: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:06.437: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:06.437: INFO: Pod: high-priority-disk-pod Mar 27 11:47:06.437: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8055332864 Mar 27 11:47:06.437: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:06.437: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:06.440: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:06.440: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:06.440: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:06.44 Mar 27 11:47:08.444: INFO: Node does NOT have DiskPressure Mar 27 11:47:08.475: INFO: Kubelet Metrics: [] Mar 27 11:47:08.497: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:08.498: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 8087203840 Mar 27 11:47:08.498: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:08.498: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:08.498: INFO: Pod: high-priority-disk-pod Mar 27 11:47:08.498: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8055332864 Mar 27 11:47:08.501: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:08.501: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:08.501: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:08.501 Mar 27 11:47:10.504: INFO: Node does NOT have DiskPressure Mar 27 11:47:10.528: INFO: Kubelet Metrics: [] Mar 27 11:47:10.548: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:10.548: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:10.548: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:10.548: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:10.548: INFO: Pod: high-priority-disk-pod Mar 27 11:47:10.548: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8055332864 Mar 27 11:47:10.551: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:10.551: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:10.551: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:10.551 Mar 27 11:47:12.554: INFO: Node does NOT have DiskPressure Mar 27 11:47:12.578: INFO: Kubelet Metrics: [] Mar 27 11:47:12.596: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:12.596: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:12.596: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:12.596: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:12.596: INFO: Pod: high-priority-disk-pod Mar 27 11:47:12.596: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8153911296 Mar 27 11:47:12.599: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:12.599: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:12.599: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:12.599 Mar 27 11:47:14.603: INFO: Node does NOT have DiskPressure Mar 27 11:47:14.628: INFO: Kubelet Metrics: [] Mar 27 11:47:14.644: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:14.644: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:14.644: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:14.644: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:14.644: INFO: Pod: high-priority-disk-pod Mar 27 11:47:14.644: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8153911296 Mar 27 11:47:14.647: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:14.647: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:14.647: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:14.647 Mar 27 11:47:16.651: INFO: Node does NOT have DiskPressure Mar 27 11:47:16.675: INFO: Kubelet Metrics: [] Mar 27 11:47:16.692: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:16.692: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:16.692: INFO: Pod: high-priority-disk-pod Mar 27 11:47:16.692: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8153911296 Mar 27 11:47:16.692: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:16.692: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:16.695: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:16.695: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:16.695: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:16.695 Mar 27 11:47:18.699: INFO: Node does NOT have DiskPressure Mar 27 11:47:18.735: INFO: Kubelet Metrics: [] Mar 27 11:47:18.750: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:18.750: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7987974144 Mar 27 11:47:18.750: INFO: Pod: high-priority-disk-pod Mar 27 11:47:18.750: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8153911296 Mar 27 11:47:18.750: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:18.750: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:18.753: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:18.753: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:18.754: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:18.754 Mar 27 11:47:20.757: INFO: Node does NOT have DiskPressure Mar 27 11:47:20.778: INFO: Kubelet Metrics: [] Mar 27 11:47:20.796: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:20.796: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:20.796: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:20.796: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:20.796: INFO: Pod: high-priority-disk-pod Mar 27 11:47:20.796: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8153911296 Mar 27 11:47:20.799: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:20.799: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:20.799: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:20.799 Mar 27 11:47:22.803: INFO: Node does NOT have DiskPressure Mar 27 11:47:22.826: INFO: Kubelet Metrics: [] Mar 27 11:47:22.847: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:22.848: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:22.848: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:22.848: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:22.848: INFO: Pod: high-priority-disk-pod Mar 27 11:47:22.848: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8252481536 Mar 27 11:47:22.851: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:22.851: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:22.851: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:22.851 Mar 27 11:47:24.854: INFO: Node does NOT have DiskPressure Mar 27 11:47:24.882: INFO: Kubelet Metrics: [] Mar 27 11:47:24.899: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:24.899: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:24.899: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:24.899: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:24.899: INFO: Pod: high-priority-disk-pod Mar 27 11:47:24.899: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8252481536 Mar 27 11:47:24.902: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:24.902: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:24.903: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:24.903 Mar 27 11:47:26.905: INFO: Node does NOT have DiskPressure Mar 27 11:47:26.927: INFO: Kubelet Metrics: [] Mar 27 11:47:26.944: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:26.944: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:26.944: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:26.944: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:26.944: INFO: Pod: high-priority-disk-pod Mar 27 11:47:26.944: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8252481536 Mar 27 11:47:26.947: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:26.947: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:26.947: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:26.947 Mar 27 11:47:28.950: INFO: Node does NOT have DiskPressure Mar 27 11:47:28.981: INFO: Kubelet Metrics: [] Mar 27 11:47:28.995: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:28.995: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7889002496 Mar 27 11:47:28.995: INFO: Pod: high-priority-disk-pod Mar 27 11:47:28.995: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8252481536 Mar 27 11:47:28.995: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:28.995: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:28.999: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:28.999: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:28.999: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:28.999 Mar 27 11:47:31.002: INFO: Node does NOT have DiskPressure Mar 27 11:47:31.029: INFO: Kubelet Metrics: [] Mar 27 11:47:31.045: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:31.045: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:31.045: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:31.045: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:31.045: INFO: Pod: high-priority-disk-pod Mar 27 11:47:31.045: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8252481536 Mar 27 11:47:31.048: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:31.048: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:31.048: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:31.048 Mar 27 11:47:33.052: INFO: Node does NOT have DiskPressure Mar 27 11:47:33.078: INFO: Kubelet Metrics: [] Mar 27 11:47:33.095: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:33.095: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:33.095: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:33.095: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:33.095: INFO: Pod: high-priority-disk-pod Mar 27 11:47:33.095: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8351051776 Mar 27 11:47:33.098: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:33.098: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:33.098: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:33.098 Mar 27 11:47:35.101: INFO: Node does NOT have DiskPressure Mar 27 11:47:35.121: INFO: Kubelet Metrics: [] Mar 27 11:47:35.137: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:35.137: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:35.137: INFO: Pod: high-priority-disk-pod Mar 27 11:47:35.137: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8351051776 Mar 27 11:47:35.137: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:35.137: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:35.140: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:35.140: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:35.140: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:35.14 Mar 27 11:47:37.143: INFO: Node does NOT have DiskPressure Mar 27 11:47:37.181: INFO: Kubelet Metrics: [] Mar 27 11:47:37.197: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:37.197: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:37.197: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:37.197: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:37.197: INFO: Pod: high-priority-disk-pod Mar 27 11:47:37.197: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8351051776 Mar 27 11:47:37.200: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:37.200: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:37.200: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:37.2 Mar 27 11:47:39.203: INFO: Node does NOT have DiskPressure Mar 27 11:47:39.226: INFO: Kubelet Metrics: [] Mar 27 11:47:39.242: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:39.242: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7790432256 Mar 27 11:47:39.242: INFO: Pod: high-priority-disk-pod Mar 27 11:47:39.242: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8351051776 Mar 27 11:47:39.242: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:39.242: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:39.246: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:39.246: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:39.246: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:39.246 Mar 27 11:47:41.249: INFO: Node does NOT have DiskPressure Mar 27 11:47:41.274: INFO: Kubelet Metrics: [] Mar 27 11:47:41.288: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:41.289: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:41.289: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:41.289: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:41.289: INFO: Pod: high-priority-disk-pod Mar 27 11:47:41.289: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8351051776 Mar 27 11:47:41.291: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:41.291: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:41.291: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:41.291 Mar 27 11:47:43.295: INFO: Node does NOT have DiskPressure Mar 27 11:47:43.320: INFO: Kubelet Metrics: [] Mar 27 11:47:43.337: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:43.337: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:43.337: INFO: Pod: high-priority-disk-pod Mar 27 11:47:43.337: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8450682880 Mar 27 11:47:43.337: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:43.337: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:43.340: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:43.340: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:43.340: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:43.34 Mar 27 11:47:45.349: INFO: Node does NOT have DiskPressure Mar 27 11:47:45.381: INFO: Kubelet Metrics: [] Mar 27 11:47:45.397: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:45.397: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:45.397: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:45.397: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:45.397: INFO: Pod: high-priority-disk-pod Mar 27 11:47:45.397: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8450682880 Mar 27 11:47:45.401: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:45.401: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:45.401: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:45.401 Mar 27 11:47:47.403: INFO: Node does NOT have DiskPressure Mar 27 11:47:47.430: INFO: Kubelet Metrics: [] Mar 27 11:47:47.444: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:47.445: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:47.445: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:47.445: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:47.445: INFO: Pod: high-priority-disk-pod Mar 27 11:47:47.445: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8450682880 Mar 27 11:47:47.447: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:47.447: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:47.447: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:47.447 Mar 27 11:47:49.451: INFO: Node does NOT have DiskPressure Mar 27 11:47:49.476: INFO: Kubelet Metrics: [] Mar 27 11:47:49.495: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:49.495: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:49.495: INFO: Pod: high-priority-disk-pod Mar 27 11:47:49.495: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8450682880 Mar 27 11:47:49.495: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:49.495: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:49.498: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:49.498: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:49.498: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:49.498 Mar 27 11:47:51.502: INFO: Node has DiskPressure Mar 27 11:47:51.524: INFO: Kubelet Metrics: [] Mar 27 11:47:51.539: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:51.539: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:51.539: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:51.539: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:51.539: INFO: Pod: high-priority-disk-pod Mar 27 11:47:51.539: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8450682880 Mar 27 11:47:51.542: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:51.542: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:51.542: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:51.542 Mar 27 11:47:53.546: INFO: Node has DiskPressure Mar 27 11:47:53.579: INFO: Kubelet Metrics: [] Mar 27 11:47:53.597: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:53.597: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7690805248 Mar 27 11:47:53.597: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:53.597: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:53.597: INFO: Pod: high-priority-disk-pod Mar 27 11:47:53.597: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8549257216 Mar 27 11:47:53.600: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:53.600: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:53.600: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:53.6 Mar 27 11:47:55.604: INFO: Node has DiskPressure Mar 27 11:47:55.630: INFO: Kubelet Metrics: [] Mar 27 11:47:55.648: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:47:55.648: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:47:55.648: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:55.648: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:55.648: INFO: Pod: high-priority-disk-pod Mar 27 11:47:55.648: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8549257216 Mar 27 11:47:55.652: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:55.652: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:55.652: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:55.652 Mar 27 11:47:57.655: INFO: Node has DiskPressure Mar 27 11:47:57.676: INFO: Kubelet Metrics: [] Mar 27 11:47:57.691: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:47:57.691: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:47:57.691: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:57.691: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:57.691: INFO: Pod: high-priority-disk-pod Mar 27 11:47:57.691: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8549257216 Mar 27 11:47:57.694: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:57.694: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:57.694: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:57.694 Mar 27 11:47:59.697: INFO: Node has DiskPressure Mar 27 11:47:59.720: INFO: Kubelet Metrics: [] Mar 27 11:47:59.746: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:47:59.746: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:47:59.746: INFO: Pod: guaranteed-disk-pod Mar 27 11:47:59.746: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:47:59.746: INFO: Pod: high-priority-disk-pod Mar 27 11:47:59.746: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8549257216 Mar 27 11:47:59.749: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:47:59.749: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:47:59.749: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:47:59.749 Mar 27 11:48:01.753: INFO: Node has DiskPressure Mar 27 11:48:01.788: INFO: Kubelet Metrics: [] Mar 27 11:48:01.809: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:01.809: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:01.809: INFO: Pod: high-priority-disk-pod Mar 27 11:48:01.809: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8549257216 Mar 27 11:48:01.809: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:01.809: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:01.812: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:01.812: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:01.812: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:01.813 Mar 27 11:48:03.816: INFO: Node has DiskPressure Mar 27 11:48:03.839: INFO: Kubelet Metrics: [] Mar 27 11:48:03.855: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:03.855: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:03.855: INFO: Pod: high-priority-disk-pod Mar 27 11:48:03.855: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8647831552 Mar 27 11:48:03.855: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:03.855: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:03.859: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:03.859: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:03.859: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:03.859 Mar 27 11:48:05.862: INFO: Node has DiskPressure Mar 27 11:48:05.886: INFO: Kubelet Metrics: [] Mar 27 11:48:05.900: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:05.900: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:05.900: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:05.900: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:05.900: INFO: Pod: high-priority-disk-pod Mar 27 11:48:05.900: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8647831552 Mar 27 11:48:05.903: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:05.903: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:05.903: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:05.903 Mar 27 11:48:07.906: INFO: Node has DiskPressure Mar 27 11:48:07.931: INFO: Kubelet Metrics: [] Mar 27 11:48:07.949: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:07.949: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:07.949: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:07.949: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:07.949: INFO: Pod: high-priority-disk-pod Mar 27 11:48:07.949: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8647831552 Mar 27 11:48:07.952: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:07.952: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:07.952: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:07.952 Mar 27 11:48:09.956: INFO: Node has DiskPressure Mar 27 11:48:09.981: INFO: Kubelet Metrics: [] Mar 27 11:48:10.001: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:10.001: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7543992320 Mar 27 11:48:10.001: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:10.001: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:10.001: INFO: Pod: high-priority-disk-pod Mar 27 11:48:10.001: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8647831552 Mar 27 11:48:10.004: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:10.004: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:10.004: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:10.004 Mar 27 11:48:12.008: INFO: Node has DiskPressure Mar 27 11:48:12.036: INFO: Kubelet Metrics: [] Mar 27 11:48:12.052: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7394033664 Mar 27 11:48:12.052: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7394033664 Mar 27 11:48:12.052: INFO: Pod: high-priority-disk-pod Mar 27 11:48:12.052: INFO: --- summary Container: high-priority-disk-container UsedBytes: 8647831552 Mar 27 11:48:12.052: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:12.052: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:12.056: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:12.056: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:12.056: INFO: fetching pod high-priority-disk-pod; phase= Running STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:12.056 Mar 27 11:48:14.059: INFO: Node has DiskPressure Mar 27 11:48:14.090: INFO: Kubelet Metrics: [] Mar 27 11:48:14.107: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 7394091008 Mar 27 11:48:14.107: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 7394091008 Mar 27 11:48:14.108: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:14.108: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:14.111: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:14.111: INFO: fetching pod guaranteed-disk-pod; phase= Running Mar 27 11:48:14.111: INFO: fetching pod high-priority-disk-pod; phase= Failed STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:14.111 STEP: checking for the expected pod conditions for evicted pods - test/e2e_node/eviction_test.go:587 @ 03/27/23 11:48:14.111 STEP: making sure pressure from test has surfaced before continuing - test/e2e_node/eviction_test.go:593 @ 03/27/23 11:48:14.111 STEP: Waiting for NodeCondition: DiskPressure to no longer exist on the node - test/e2e_node/eviction_test.go:596 @ 03/27/23 11:48:34.112 Mar 27 11:48:34.127: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:34.127: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:34.127: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:34.127: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:34.147: INFO: Kubelet Metrics: [] Mar 27 11:48:36.163: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:36.163: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:36.163: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:36.163: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:36.183: INFO: Kubelet Metrics: [] Mar 27 11:48:38.207: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:38.207: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:38.207: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:38.207: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:38.238: INFO: Kubelet Metrics: [] Mar 27 11:48:40.257: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:40.257: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:40.257: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:40.257: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:40.276: INFO: Kubelet Metrics: [] Mar 27 11:48:42.293: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:42.293: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117469184 Mar 27 11:48:42.293: INFO: Pod: guaranteed-disk-pod Mar 27 11:48:42.293: INFO: --- summary Container: guaranteed-disk-container UsedBytes: 311451648 Mar 27 11:48:42.314: INFO: Kubelet Metrics: [] Mar 27 11:48:44.329: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:44.329: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:44.345: INFO: Kubelet Metrics: [] Mar 27 11:48:46.360: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:46.360: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:46.385: INFO: Kubelet Metrics: [] Mar 27 11:48:48.400: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:48.400: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:48.417: INFO: Kubelet Metrics: [] Mar 27 11:48:50.431: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:50.431: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:50.446: INFO: Kubelet Metrics: [] Mar 27 11:48:52.462: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:52.462: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:52.479: INFO: Kubelet Metrics: [] STEP: checking for stable, pressure-free condition without unexpected pod failures - test/e2e_node/eviction_test.go:606 @ 03/27/23 11:48:52.481 Mar 27 11:48:52.495: INFO: imageFsInfo.CapacityBytes: 16656896000, imageFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:52.495: INFO: rootFsInfo.CapacityBytes: 16656896000, rootFsInfo.AvailableBytes: 16117501952 Mar 27 11:48:52.510: INFO: Kubelet Metrics: [] Mar 27 11:48:52.513: INFO: fetching pod best-effort-disk-pod; phase= Failed Mar 27 11:48:52.513: INFO: fetching pod guaranteed-disk-pod; phase= Failed Mar 27 11:48:52.513: INFO: fetching pod high-priority-disk-pod; phase= Failed STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 11:48:52.513 [FAILED] priority 0 pod: guaranteed-disk-pod failed Expected <v1.PodPhase>: Failed not to equal <v1.PodPhase>: Failed In [It] at: test/e2e_node/eviction_test.go:739 @ 03/27/23 11:48:52.514 < Exit [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/27/23 11:48:52.514 (15m22.99s) > Enter [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/27/23 11:48:52.514 STEP: deleting pods - test/e2e_node/eviction_test.go:631 @ 03/27/23 11:48:52.514 STEP: deleting pod: best-effort-disk-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 11:48:52.514 STEP: deleting pod: high-priority-disk-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 11:48:52.52 STEP: deleting pod: guaranteed-disk-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 11:48:52.526 STEP: making sure NodeCondition DiskPressure no longer exists on the node - test/e2e_node/eviction_test.go:639 @ 03/27/23 11:48:52.532 STEP: making sure we have all the required images for testing - test/e2e_node/eviction_test.go:648 @ 03/27/23 11:48:52.534 I0327 11:48:52.534067 944 remote_runtime.go:74] "Connecting to runtime service" endpoint="unix:///run/containerd/containerd.sock" I0327 11:48:52.534293 944 remote_runtime.go:119] "Validating the CRI v1 API runtime version" I0327 11:48:52.537241 944 remote_runtime.go:126] "Validated CRI v1 runtime API" I0327 11:48:52.537273 944 remote_image.go:47] "Connecting to image service" endpoint="unix:///run/containerd/containerd.sock" I0327 11:48:52.537422 944 remote_image.go:91] "Validating the CRI v1 API image version" I0327 11:48:52.538470 944 remote_image.go:98] "Validated CRI v1 image API" I0327 11:48:52.538630 944 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] STEP: making sure NodeCondition DiskPressure doesn't exist again after pulling images - test/e2e_node/eviction_test.go:652 @ 03/27/23 11:49:46.137 STEP: making sure we can start a new pod after the test - test/e2e_node/eviction_test.go:660 @ 03/27/23 11:49:46.14 Mar 27 11:49:48.155: INFO: Summary of pod events during the test: I0327 11:49:48.159224 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 11:49:48.159266 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Created' Created container best-effort-disk-container I0327 11:49:48.159284 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Started' Started container best-effort-disk-container I0327 11:49:48.159300 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7474612Ki. Container best-effort-disk-container was using 4103268Ki, request is 0, has larger consumption of ephemeral-storage. I0327 11:49:48.159319 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Killing' Stopping container best-effort-disk-container I0327 11:49:48.159339 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 11:49:48.159355 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 11:49:48.159372 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Created' Created container guaranteed-disk-container I0327 11:49:48.159387 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Started' Started container guaranteed-disk-container I0327 11:49:48.159403 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7220768Ki. I0327 11:49:48.159419 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Killing' Stopping container guaranteed-disk-container I0327 11:49:48.159434 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 11:49:48.159450 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 11:49:48.159467 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Created' Created container high-priority-disk-container I0327 11:49:48.159483 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Started' Started container high-priority-disk-container I0327 11:49:48.159498 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7511576Ki. Container high-priority-disk-container was using 8155324Ki, request is 0, has larger consumption of ephemeral-storage. I0327 11:49:48.159513 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Killing' Stopping container high-priority-disk-container I0327 11:49:48.159529 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 11:49:48.159545 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"test-admit-pod", UID:"5fc3bc32-d643-47b7-b5a2-e7eee0ca40dd", APIVersion:"v1", ResourceVersion:"1577", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0327 11:49:48.159559 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"test-admit-pod", UID:"5fc3bc32-d643-47b7-b5a2-e7eee0ca40dd", APIVersion:"v1", ResourceVersion:"1577", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0327 11:49:48.159576 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"test-admit-pod", UID:"5fc3bc32-d643-47b7-b5a2-e7eee0ca40dd", APIVersion:"v1", ResourceVersion:"1577", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod Mar 27 11:49:48.159: INFO: Summary of node events during the test: I0327 11:49:48.169903 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.169948 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.169967 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.169992 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.170130 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.170214 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.170267 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 11:49:48.170319 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.170371 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.170413 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.170467 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.170529 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.170579 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.170630 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 11:49:48.170679 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 11:49:48.170728 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.170778 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.170828 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.170877 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.170927 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.170977 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.171031 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.171096 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.171150 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.171864 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.171896 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.171915 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 11:49:48.171932 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.171988 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 11:49:48.172037 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim pids I0327 11:49:48.172101 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientPID I0327 11:49:48.172153 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.172217 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.172277 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.172326 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.172377 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.172425 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.172475 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.172524 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.172596 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.172618 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.172670 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.172719 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.172756 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim memory I0327 11:49:48.172813 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientMemory I0327 11:49:48.172866 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.172915 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.172949 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.173000 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.173059 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.173119 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.173187 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.173248 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.173301 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.173353 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.173408 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.173465 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.173491 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim memory I0327 11:49:48.173541 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientMemory I0327 11:49:48.173598 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.173621 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.173674 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.173696 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.173748 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.173773 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.173825 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.173847 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.173862 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.173913 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.173934 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.173986 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.174007 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.174057 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.174121 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.174188 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.174210 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.174227 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.174283 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 11:49:48.174304 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 11:49:48.174362 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 11:49:48.174418 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 11:49:48.174446 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 11:49:48.174506 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 11:49:48.174564 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 11:49:48.174621 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 11:49:48.174643 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 11:49:48.174696 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 11:49:48.174743 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 11:49:48.174769 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Created' Created container best-effort-disk-container I0327 11:49:48.174822 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Started' Started container best-effort-disk-container I0327 11:49:48.174846 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7474612Ki. Container best-effort-disk-container was using 4103268Ki, request is 0, has larger consumption of ephemeral-storage. I0327 11:49:48.174902 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:"spec.containers{best-effort-disk-container}"}): type: 'Normal' reason: 'Killing' Stopping container best-effort-disk-container I0327 11:49:48.174961 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"best-effort-disk-pod", UID:"09f60485-09e6-4230-a3a3-efb3a7108618", APIVersion:"v1", ResourceVersion:"1230", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 11:49:48.175015 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 11:49:48.175042 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Created' Created container guaranteed-disk-container I0327 11:49:48.175108 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Started' Started container guaranteed-disk-container I0327 11:49:48.175179 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7220768Ki. I0327 11:49:48.175201 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:"spec.containers{guaranteed-disk-container}"}): type: 'Normal' reason: 'Killing' Stopping container guaranteed-disk-container I0327 11:49:48.175259 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"guaranteed-disk-pod", UID:"acc57d52-0d4c-40e2-88d2-b11a79ad3a02", APIVersion:"v1", ResourceVersion:"1228", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 11:49:48.175282 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine I0327 11:49:48.175334 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Created' Created container high-priority-disk-container I0327 11:49:48.175356 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Started' Started container high-priority-disk-container I0327 11:49:48.175408 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7511576Ki. Container high-priority-disk-container was using 8155324Ki, request is 0, has larger consumption of ephemeral-storage. I0327 11:49:48.175467 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:"spec.containers{high-priority-disk-container}"}): type: 'Normal' reason: 'Killing' Stopping container high-priority-disk-container I0327 11:49:48.175490 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"high-priority-disk-pod", UID:"d6efb5cb-2675-485b-bad0-788b89f350c9", APIVersion:"v1", ResourceVersion:"1229", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 11:49:48.175541 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"test-admit-pod", UID:"5fc3bc32-d643-47b7-b5a2-e7eee0ca40dd", APIVersion:"v1", ResourceVersion:"1577", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0327 11:49:48.175598 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"test-admit-pod", UID:"5fc3bc32-d643-47b7-b5a2-e7eee0ca40dd", APIVersion:"v1", ResourceVersion:"1577", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0327 11:49:48.175622 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"priority-disk-eviction-ordering-test-2096", Name:"test-admit-pod", UID:"5fc3bc32-d643-47b7-b5a2-e7eee0ca40dd", APIVersion:"v1", ResourceVersion:"1577", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod I0327 11:49:48.175698 944 remote_runtime.go:74] "Connecting to runtime service" endpoint="unix:///run/containerd/containerd.sock" I0327 11:49:48.175913 944 remote_runtime.go:119] "Validating the CRI v1 API runtime version" I0327 11:49:48.176971 944 remote_runtime.go:126] "Validated CRI v1 runtime API" I0327 11:49:48.177008 944 remote_image.go:47] "Connecting to image service" endpoint="unix:///run/containerd/containerd.sock" I0327 11:49:48.177208 944 remote_image.go:91] "Validating the CRI v1 API image version" I0327 11:49:48.178061 944 remote_image.go:98] "Validated CRI v1 image API" I0327 11:49:48.178264 944 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] < Exit [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/27/23 11:49:48.182 (55.669s) > Enter [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:190 @ 03/27/23 11:49:48.182 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/27/23 11:49:48.182 Mar 27 11:49:48.197: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230327T105137.service loaded active running /tmp/node-e2e-20230327T105137/kubelet --kubeconfig /tmp/node-e2e-20230327T105137/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 --container-runtime-endpoint unix:///run/containerd/containerd.sock --config /tmp/node-e2e-20230327T105137/kubelet-config --feature-gates=DisableKubeletCloudCredentialProviders=true,KubeletCredentialProviders=true --image-credential-provider-config=/tmp/node-e2e-20230327T105137/credential-provider.yaml --image-credential-provider-bin-dir=/tmp/node-e2e-20230327T105137 --kernel-memcg-notification=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.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-20230327T105137 W0327 11:49:48.236437 944 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:42160->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/27/23 11:49:48.245 W0327 11:49:48.267237 944 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 [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/util.go:190 @ 03/27/23 11:49:53.271 (5.088s) > Enter [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/eviction_test.go:428 @ 03/27/23 11:49:53.271 < Exit [AfterEach] when we run containers that should cause DiskPressure - test/e2e_node/eviction_test.go:428 @ 03/27/23 11:49:53.273 (3ms) > Enter [AfterEach] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/27/23 11:49:53.273 Mar 27 11:49:53.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready < Exit [AfterEach] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/27/23 11:49:53.275 (2ms) > Enter [DeferCleanup (Each)] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/27/23 11:49:53.275 < Exit [DeferCleanup (Each)] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/27/23 11:49:53.275 (0s) > Enter [DeferCleanup (Each)] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/27/23 11:49:53.275 STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/27/23 11:49:53.276 STEP: Collecting events from namespace "priority-disk-eviction-ordering-test-2096". - test/e2e/framework/debug/dump.go:42 @ 03/27/23 11:49:53.276 STEP: Found 21 events. - test/e2e/framework/debug/dump.go:46 @ 03/27/23 11:49:53.28 Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for best-effort-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container best-effort-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for best-effort-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container best-effort-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for best-effort-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for guaranteed-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for guaranteed-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container guaranteed-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for guaranteed-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container guaranteed-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for high-priority-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for high-priority-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container high-priority-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:33:26 +0000 UTC - event for high-priority-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container high-priority-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:40:35 +0000 UTC - event for best-effort-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7474612Ki. Container best-effort-disk-container was using 4103268Ki, request is 0, has larger consumption of ephemeral-storage. Mar 27 11:49:53.280: INFO: At 2023-03-27 11:40:35 +0000 UTC - event for best-effort-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container best-effort-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:40:45 +0000 UTC - event for best-effort-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 11:49:53.280: INFO: At 2023-03-27 11:47:39 +0000 UTC - event for high-priority-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7511576Ki. Container high-priority-disk-container was using 8155324Ki, request is 0, has larger consumption of ephemeral-storage. Mar 27 11:49:53.280: INFO: At 2023-03-27 11:47:39 +0000 UTC - event for high-priority-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container high-priority-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:47:49 +0000 UTC - event for high-priority-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 11:49:53.280: INFO: At 2023-03-27 11:48:12 +0000 UTC - event for guaranteed-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container guaranteed-disk-container Mar 27 11:49:53.280: INFO: At 2023-03-27 11:48:12 +0000 UTC - event for guaranteed-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: ephemeral-storage. Threshold quantity: 7761047552, available: 7220768Ki. Mar 27 11:49:53.280: INFO: At 2023-03-27 11:48:22 +0000 UTC - event for guaranteed-disk-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 11:49:53.280: INFO: At 2023-03-27 11:49:47 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/pause:3.9" already present on machine Mar 27 11:49:53.280: INFO: At 2023-03-27 11:49:47 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container test-admit-pod Mar 27 11:49:53.280: INFO: At 2023-03-27 11:49:47 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container test-admit-pod Mar 27 11:49:53.282: INFO: POD NODE PHASE GRACE CONDITIONS Mar 27 11:49:53.282: INFO: test-admit-pod n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 11:49:46 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 11:49:47 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 11:49:47 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 11:49:46 +0000 UTC }] Mar 27 11:49:53.282: INFO: Mar 27 11:49:53.295: INFO: Logging node info for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 11:49:53.297: INFO: Node Info: &Node{ObjectMeta:{n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 948abe82-6ab4-4365-8dac-68b16530ff52 1591 0 2023-03-27 10:52:48 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 kubernetes.io/os:linux] map[volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubelet Update v1 2023-03-27 10:52:48 +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-27 11:49:48 +0000 UTC FieldsV1 {"f:status":{"f:allocatable":{"f:ephemeral-storage":{},"f:memory":{}},"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":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"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: {{2 0} {<nil>} 2 DecimalSI},ephemeral-storage: {{16656896000 0} {<nil>} 16266500Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{7812599808 0} {<nil>} 7629492Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{2 0} {<nil>} 2 DecimalSI},ephemeral-storage: {{14991206376 0} {<nil>} 14991206376 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{7550455808 0} {<nil>} 7373492Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2023-03-27 11:49:48 +0000 UTC,LastTransitionTime:2023-03-27 11:27:07 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2023-03-27 11:49:48 +0000 UTC,LastTransitionTime:2023-03-27 11:48:50 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2023-03-27 11:49:48 +0000 UTC,LastTransitionTime:2023-03-27 11:13:53 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2023-03-27 11:49:48 +0000 UTC,LastTransitionTime:2023-03-27 11:32:50 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status. AppArmor enabled,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.138.0.52,},NodeAddress{Type:Hostname,Address:n1-standard-2-cos-stable-101-17162-127-42-4f529ad8,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:61eb2b49bf4d048084409d0aa2188038,SystemUUID:61eb2b49-bf4d-0480-8440-9d0aa2188038,BootID:2e5d3b47-cbc9-4974-af3d-6a725bdc342f,KernelVersion:5.15.89+,OSImage:Container-Optimized OS from Google,ContainerRuntimeVersion:containerd://1.6.18,KubeletVersion:v1.28.0-alpha.0.9+8f15859afc9cfa,KubeProxyVersion:v1.28.0-alpha.0.9+8f15859afc9cfa,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[registry.k8s.io/e2e-test-images/perl@sha256:c613344cdd31c5055961b078f831ef9d9199fc9111efe6e81bea3f00d78bd979 registry.k8s.io/e2e-test-images/perl:5.26],SizeBytes:325397679,},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:1.3],SizeBytes:213443508,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/gluster@sha256:033a12fe65438751690b519cebd4135a3485771086bcf437212b7b886bb7956c registry.k8s.io/e2e-test-images/volume/gluster:1.3],SizeBytes:115217395,},ContainerImage{Names:[registry.k8s.io/etcd@sha256:51eae8381dcb1078289fa7b4f3df2630cdc18d09fb56f8e56b41c40e191d6c83 registry.k8s.io/etcd:3.5.7-0],SizeBytes:101639218,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/nfs@sha256:3bda73f2428522b0e342af80a0b9679e8594c2126f2b3cca39ed787589741b9e registry.k8s.io/e2e-test-images/volume/nfs:1.3],SizeBytes:95836203,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e registry.k8s.io/e2e-test-images/agnhost:2.43],SizeBytes:51706353,},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:47786458,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22 registry.k8s.io/e2e-test-images/httpd:2.4.38-4],SizeBytes:40764257,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-is@sha256:8285539c79625b192a5e33fc3d21edc1a7776fb9afe15fae3b5037a7a8020839 registry.k8s.io/e2e-test-images/node-perf/npb-is:1.2],SizeBytes:39706325,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-ep@sha256:90b5cfc5451428aad4dd6af9960640f2506804d35aa05e83c11bf0a46ac318c8 registry.k8s.io/e2e-test-images/node-perf/npb-ep:1.2],SizeBytes:39705373,},ContainerImage{Names:[gcr.io/cadvisor/cadvisor@sha256:89e6137f068ded2e9a3a012ce71260b9afc57a19305842aa1074239841a539a7 gcr.io/cadvisor/cadvisor:v0.43.0],SizeBytes:31056802,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonroot@sha256:ee9f50b3c64b174d296d91ca9f69a914ac30e59095dfb462b2b518ad28a63655 registry.k8s.io/e2e-test-images/nonroot:1.4],SizeBytes:17747885,},ContainerImage{Names:[docker.io/nfvpe/sriov-device-plugin@sha256:518499ed631ff84b43153b8f7624c1aaacb75a721038857509fe690abdf62ddb docker.io/nfvpe/sriov-device-plugin:v3.1],SizeBytes:12638340,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/sample-device-plugin@sha256:e84f6ca27c51ddedf812637dd2bcf771ad69fdca1173e5690c372370d0f93c40 registry.k8s.io/e2e-test-images/sample-device-plugin:1.3],SizeBytes:12410396,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nginx@sha256:5c99cf6a02adda929b10321dbf4ecfa00d87be9ba4fb456006237d530ab4baa1 registry.k8s.io/e2e-test-images/nginx:1.14-4],SizeBytes:6978614,},ContainerImage{Names:[registry.k8s.io/nvidia-gpu-device-plugin@sha256:4b036e8844920336fa48f36edeb7d4398f426d6a934ba022848deed2edbf09aa],SizeBytes:6819465,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/ipc-utils@sha256:647d092bada3b46c449d875adf31d71c1dd29c244e9cca6a04fddf9d6bcac136 registry.k8s.io/e2e-test-images/ipc-utils:1.3],SizeBytes:4013020,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonewprivs@sha256:8ac1264691820febacf3aea5d152cbde6d10685731ec14966a9401c6f47a68ac registry.k8s.io/e2e-test-images/nonewprivs:1.3],SizeBytes:3263463,},ContainerImage{Names:[registry.k8s.io/stress:v1],SizeBytes:1558004,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937 registry.k8s.io/e2e-test-images/busybox:1.29-4],SizeBytes:731990,},ContainerImage{Names:[registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff],SizeBytes:676941,},ContainerImage{Names:[registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097 registry.k8s.io/pause:3.9],SizeBytes:321520,},ContainerImage{Names:[registry.k8s.io/pause@sha256:3d380ca8864549e74af4b29c10f9cb0956236dfb01c40ca076fb6c37253234db registry.k8s.io/pause:3.6],SizeBytes:301773,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Mar 27 11:49:53.298: INFO: Logging kubelet events for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 11:49:53.300: INFO: Logging pods the kubelet thinks is on node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 11:49:53.303: INFO: test-admit-pod started at 2023-03-27 11:49:46 +0000 UTC (0+1 container statuses recorded) Mar 27 11:49:53.303: INFO: Container test-admit-pod ready: true, restart count 0 W0327 11:49:53.304970 944 metrics_grabber.go:111] Can't find any pods in namespace kube-system to grab metrics from Mar 27 11:49:53.329: INFO: Latency metrics for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 END STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/27/23 11:49:53.329 (53ms) < Exit [DeferCleanup (Each)] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/27/23 11:49:53.329 (54ms) > Enter [DeferCleanup (Each)] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/27/23 11:49:53.329 STEP: Destroying namespace "priority-disk-eviction-ordering-test-2096" for this suite. - test/e2e/framework/framework.go:351 @ 03/27/23 11:49:53.329 < Exit [DeferCleanup (Each)] [sig-node] PriorityLocalStorageEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/27/23 11:49:53.333 (3ms)
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] priority 0 pod: innocent-pod failed before priority 1 pod: fork-bomb-container-with-high-priority-pod Expected <v1.PodPhase>: Failed not to equal <v1.PodPhase>: Failed In [It] at: test/e2e_node/eviction_test.go:726 @ 03/27/23 12:09:20.589from junit_cos-stable101.xml
> Enter [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/27/23 12:07:26.456 STEP: Creating a kubernetes client - test/e2e/framework/framework.go:211 @ 03/27/23 12:07:26.457 STEP: Building a namespace api object, basename pidpressure-eviction-test - test/e2e/framework/framework.go:250 @ 03/27/23 12:07:26.457 Mar 27 12:07:26.461: INFO: Skipping waiting for service account < Exit [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - set up framework | framework.go:191 @ 03/27/23 12:07:26.461 (5ms) > Enter [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/27/23 12:07:26.461 < Exit [BeforeEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:33 @ 03/27/23 12:07:26.461 (0s) > Enter [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:176 @ 03/27/23 12:07:26.461 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/27/23 12:07:26.485 Mar 27 12:07:26.501: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230327T105137.service loaded active running /tmp/node-e2e-20230327T105137/kubelet --kubeconfig /tmp/node-e2e-20230327T105137/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 --container-runtime-endpoint unix:///run/containerd/containerd.sock --config /tmp/node-e2e-20230327T105137/kubelet-config --feature-gates=DisableKubeletCloudCredentialProviders=true,KubeletCredentialProviders=true --image-credential-provider-config=/tmp/node-e2e-20230327T105137/credential-provider.yaml --image-credential-provider-bin-dir=/tmp/node-e2e-20230327T105137 --kernel-memcg-notification=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.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-20230327T105137 W0327 12:07:26.538586 944 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:53410->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/27/23 12:07:26.548 W0327 12:07:26.577035 944 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 27 12:07:31.583: INFO: Condition Ready of node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 27 12:07:32.587: INFO: Condition Ready of node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 27 12:07:33.590: INFO: Condition Ready of node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 27 12:07:34.593: INFO: Condition Ready of node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 27 12:07:35.596: INFO: Condition Ready of node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet Mar 27 12:07:36.599: INFO: Condition Ready of node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 is false instead of true. Reason: KubeletNotReady, message: container runtime status check may not have completed yet < Exit [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:176 @ 03/27/23 12:07:37.603 (11.142s) > Enter [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:478 @ 03/27/23 12:07:37.603 < Exit [BeforeEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:478 @ 03/27/23 12:07:37.605 (2ms) > Enter [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/27/23 12:07:37.605 STEP: setting up pods to be used by tests - test/e2e_node/eviction_test.go:555 @ 03/27/23 12:08:07.612 < Exit [BeforeEach] TOP-LEVEL - test/e2e_node/eviction_test.go:549 @ 03/27/23 12:08:11.676 (34.071s) > Enter [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/27/23 12:08:11.676 STEP: Waiting for node to have NodeCondition: PIDPressure - test/e2e_node/eviction_test.go:564 @ 03/27/23 12:08:11.676 Mar 27 12:08:11.718: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 11512 Mar 27 12:08:13.792: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 16387 Mar 27 12:08:15.818: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 17910 Mar 27 12:08:17.852: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 19806 STEP: Waiting for evictions to occur - test/e2e_node/eviction_test.go:573 @ 03/27/23 12:08:17.856 Mar 27 12:08:17.860: INFO: Node has PIDPressure Mar 27 12:08:17.949: INFO: Kubelet Metrics: [] Mar 27 12:08:17.995: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 19889 Mar 27 12:08:17.999: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:17.999: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:18.000: 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/27/23 12:08:18 Mar 27 12:08:20.004: INFO: Node has PIDPressure Mar 27 12:08:20.046: INFO: Kubelet Metrics: [] Mar 27 12:08:20.079: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 21490 Mar 27 12:08:20.083: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:20.083: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:20.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/27/23 12:08:20.083 Mar 27 12:08:22.090: INFO: Node has PIDPressure Mar 27 12:08:22.137: INFO: Kubelet Metrics: [] Mar 27 12:08:22.166: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 22731 Mar 27 12:08:22.170: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:22.170: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:22.170: 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/27/23 12:08:22.17 Mar 27 12:08:24.174: INFO: Node has PIDPressure Mar 27 12:08:24.224: INFO: Kubelet Metrics: [] Mar 27 12:08:24.267: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24217 Mar 27 12:08:24.270: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:24.270: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:24.270: 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/27/23 12:08:24.27 Mar 27 12:08:26.274: INFO: Node has PIDPressure Mar 27 12:08:26.343: INFO: Kubelet Metrics: [] Mar 27 12:08:26.379: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24214 Mar 27 12:08:26.383: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:26.383: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:26.383: 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/27/23 12:08:26.383 Mar 27 12:08:28.387: INFO: Node has PIDPressure Mar 27 12:08:28.442: INFO: Kubelet Metrics: [] Mar 27 12:08:28.491: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24096 Mar 27 12:08:28.495: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:28.495: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:28.495: 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/27/23 12:08:28.495 Mar 27 12:08:30.499: INFO: Node has PIDPressure Mar 27 12:08:30.558: INFO: Kubelet Metrics: [] Mar 27 12:08:30.589: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24190 Mar 27 12:08:30.592: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:30.592: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:30.592: 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/27/23 12:08:30.592 Mar 27 12:08:32.596: INFO: Node has PIDPressure Mar 27 12:08:32.634: INFO: Kubelet Metrics: [] Mar 27 12:08:32.674: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24168 Mar 27 12:08:32.677: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:32.677: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:32.677: 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/27/23 12:08:32.677 Mar 27 12:08:34.681: INFO: Node has PIDPressure Mar 27 12:08:34.737: INFO: Kubelet Metrics: [] Mar 27 12:08:34.765: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24086 Mar 27 12:08:34.769: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:34.769: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:34.769: 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/27/23 12:08:34.769 Mar 27 12:08:36.781: INFO: Node has PIDPressure Mar 27 12:08:36.850: INFO: Kubelet Metrics: [] Mar 27 12:08:36.891: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24114 Mar 27 12:08:36.895: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:36.895: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:36.895: 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/27/23 12:08:36.895 Mar 27 12:08:38.901: INFO: Node has PIDPressure Mar 27 12:08:38.943: INFO: Kubelet Metrics: [] Mar 27 12:08:38.973: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24153 Mar 27 12:08:38.979: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:38.979: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:38.979: 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/27/23 12:08:38.979 Mar 27 12:08:40.984: INFO: Node has PIDPressure Mar 27 12:08:41.041: INFO: Kubelet Metrics: [] Mar 27 12:08:41.082: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24110 Mar 27 12:08:41.086: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:41.086: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:41.086: 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/27/23 12:08:41.089 Mar 27 12:08:43.093: INFO: Node has PIDPressure Mar 27 12:08:43.133: INFO: Kubelet Metrics: [] Mar 27 12:08:43.160: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24164 Mar 27 12:08:43.164: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:43.164: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:43.164: 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/27/23 12:08:43.164 Mar 27 12:08:45.168: INFO: Node has PIDPressure Mar 27 12:08:45.227: INFO: Kubelet Metrics: [] Mar 27 12:08:45.252: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24174 Mar 27 12:08:45.255: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:45.255: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:45.255: 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/27/23 12:08:45.255 Mar 27 12:08:47.259: INFO: Node has PIDPressure Mar 27 12:08:47.323: INFO: Kubelet Metrics: [] Mar 27 12:08:47.353: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 24200 Mar 27 12:08:47.357: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:47.358: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Running Mar 27 12:08:47.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/27/23 12:08:47.358 Mar 27 12:08:49.362: INFO: Node has PIDPressure Mar 27 12:08:49.400: INFO: Kubelet Metrics: [] Mar 27 12:08:49.432: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12154 Mar 27 12:08:49.438: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:49.438: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:08:49.438: 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/27/23 12:08:49.439 Mar 27 12:08:51.444: INFO: Node has PIDPressure Mar 27 12:08:51.486: INFO: Kubelet Metrics: [] Mar 27 12:08:51.504: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12143 Mar 27 12:08:51.508: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:51.508: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:08:51.508: 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/27/23 12:08:51.508 Mar 27 12:08:53.512: INFO: Node has PIDPressure Mar 27 12:08:53.547: INFO: Kubelet Metrics: [] Mar 27 12:08:53.575: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12204 Mar 27 12:08:53.578: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:53.578: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:08:53.578: 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/27/23 12:08:53.578 Mar 27 12:08:55.582: INFO: Node has PIDPressure Mar 27 12:08:55.629: INFO: Kubelet Metrics: [] Mar 27 12:08:55.655: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12164 Mar 27 12:08:55.659: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:55.659: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:08:55.659: 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/27/23 12:08:55.66 Mar 27 12:08:57.664: INFO: Node has PIDPressure Mar 27 12:08:57.718: INFO: Kubelet Metrics: [] Mar 27 12:08:57.742: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12175 Mar 27 12:08:57.747: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:57.747: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:08:57.748: 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/27/23 12:08:57.748 Mar 27 12:08:59.753: INFO: Node has PIDPressure Mar 27 12:08:59.781: INFO: Kubelet Metrics: [] Mar 27 12:08:59.800: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12189 Mar 27 12:08:59.805: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:08:59.806: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:08:59.806: 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/27/23 12:08:59.806 Mar 27 12:09:01.810: INFO: Node has PIDPressure Mar 27 12:09:01.856: INFO: Kubelet Metrics: [] Mar 27 12:09:01.879: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12178 Mar 27 12:09:01.884: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:01.884: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:01.884: 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/27/23 12:09:01.884 Mar 27 12:09:03.887: INFO: Node has PIDPressure Mar 27 12:09:03.925: INFO: Kubelet Metrics: [] Mar 27 12:09:03.945: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12198 Mar 27 12:09:03.948: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:03.948: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:03.948: 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/27/23 12:09:03.948 Mar 27 12:09:05.952: INFO: Node has PIDPressure Mar 27 12:09:05.985: INFO: Kubelet Metrics: [] Mar 27 12:09:06.005: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12199 Mar 27 12:09:06.009: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:06.009: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:06.010: 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/27/23 12:09:06.01 Mar 27 12:09:08.013: INFO: Node has PIDPressure Mar 27 12:09:08.068: INFO: Kubelet Metrics: [] Mar 27 12:09:08.109: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12183 Mar 27 12:09:08.115: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:08.115: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:08.115: 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/27/23 12:09:08.115 Mar 27 12:09:10.120: INFO: Node has PIDPressure Mar 27 12:09:10.165: INFO: Kubelet Metrics: [] Mar 27 12:09:10.184: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12202 Mar 27 12:09:10.187: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:10.187: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:10.187: 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/27/23 12:09:10.187 Mar 27 12:09:12.191: INFO: Node has PIDPressure Mar 27 12:09:12.223: INFO: Kubelet Metrics: [] Mar 27 12:09:12.242: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12204 Mar 27 12:09:12.245: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:12.245: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:12.245: 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/27/23 12:09:12.245 Mar 27 12:09:14.249: INFO: Node has PIDPressure Mar 27 12:09:14.286: INFO: Kubelet Metrics: [] Mar 27 12:09:14.309: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12205 Mar 27 12:09:14.313: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:14.313: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:14.313: 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/27/23 12:09:14.313 Mar 27 12:09:16.317: INFO: Node has PIDPressure Mar 27 12:09:16.362: INFO: Kubelet Metrics: [] Mar 27 12:09:16.384: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12204 Mar 27 12:09:16.388: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:16.389: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:16.389: 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/27/23 12:09:16.389 Mar 27 12:09:18.393: INFO: Node has PIDPressure Mar 27 12:09:18.429: INFO: Kubelet Metrics: [] Mar 27 12:09:18.475: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12205 Mar 27 12:09:18.481: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:18.481: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:18.481: 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/27/23 12:09:18.481 Mar 27 12:09:20.485: INFO: Node has PIDPressure Mar 27 12:09:20.557: INFO: Kubelet Metrics: [] Mar 27 12:09:20.581: INFO: Node.Rlimit.MaxPID: 4194304, Node.Rlimit.RunningProcesses: 12183 Mar 27 12:09:20.587: INFO: fetching pod fork-bomb-container-with-high-priority-pod; phase= Running Mar 27 12:09:20.587: INFO: fetching pod fork-bomb-container-with-low-priority-pod; phase= Failed Mar 27 12:09:20.588: INFO: fetching pod innocent-pod; phase= Failed STEP: checking eviction ordering and ensuring important pods don't fail - test/e2e_node/eviction_test.go:700 @ 03/27/23 12:09:20.588 [FAILED] priority 0 pod: innocent-pod failed before priority 1 pod: fork-bomb-container-with-high-priority-pod Expected <v1.PodPhase>: Failed not to equal <v1.PodPhase>: Failed In [It] at: test/e2e_node/eviction_test.go:726 @ 03/27/23 12:09:20.589 < Exit [It] should eventually evict all of the correct pods - test/e2e_node/eviction_test.go:563 @ 03/27/23 12:09:20.589 (1m8.912s) > Enter [AfterEach] TOP-LEVEL - test/e2e_node/eviction_test.go:620 @ 03/27/23 12:09:20.589 STEP: deleting pods - test/e2e_node/eviction_test.go:631 @ 03/27/23 12:09:20.589 STEP: deleting pod: fork-bomb-container-with-low-priority-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 12:09:20.589 STEP: deleting pod: innocent-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 12:09:20.598 STEP: deleting pod: fork-bomb-container-with-high-priority-pod - test/e2e_node/eviction_test.go:633 @ 03/27/23 12:09:20.607 STEP: making sure NodeCondition PIDPressure no longer exists on the node - test/e2e_node/eviction_test.go:639 @ 03/27/23 12:09:52.669 STEP: making sure we have all the required images for testing - test/e2e_node/eviction_test.go:648 @ 03/27/23 12:10:00.685 STEP: making sure NodeCondition PIDPressure doesn't exist again after pulling images - test/e2e_node/eviction_test.go:652 @ 03/27/23 12:10:00.685 STEP: making sure we can start a new pod after the test - test/e2e_node/eviction_test.go:660 @ 03/27/23 12:10:00.687 Mar 27 12:10:02.703: INFO: Summary of pod events during the test: I0327 12:10:02.709161 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", 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 I0327 12:10:02.709230 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-high-priority-container I0327 12:10:02.709250 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-high-priority-container I0327 12:10:02.709272 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: pids. Threshold quantity: 4184116, available: 4182116. I0327 12:10:02.709288 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Killing' Stopping container fork-bomb-container-with-high-priority-container I0327 12:10:02.709304 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:10:02.709320 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", 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 I0327 12:10:02.709336 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-low-priority-container I0327 12:10:02.709352 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-low-priority-container I0327 12:10:02.709369 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: pids. Threshold quantity: 4184116, available: 4174840. I0327 12:10:02.709385 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Killing' Stopping container fork-bomb-container-with-low-priority-container I0327 12:10:02.709403 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:10:02.709422 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", 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 I0327 12:10:02.709439 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Created' Created container innocent-container I0327 12:10:02.709459 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Started' Started container innocent-container I0327 12:10:02.709475 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: pids. Threshold quantity: 4184116, available: 4182109. I0327 12:10:02.709491 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Killing' Stopping container innocent-container I0327 12:10:02.709507 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:10:02.709522 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"test-admit-pod", UID:"8ef63750-a35f-4628-8f9f-f3b2e504377b", APIVersion:"v1", ResourceVersion:"2145", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0327 12:10:02.709537 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"test-admit-pod", UID:"8ef63750-a35f-4628-8f9f-f3b2e504377b", APIVersion:"v1", ResourceVersion:"2145", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0327 12:10:02.709552 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"test-admit-pod", UID:"8ef63750-a35f-4628-8f9f-f3b2e504377b", APIVersion:"v1", ResourceVersion:"2145", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Started' Started container test-admit-pod Mar 27 12:10:02.709: INFO: Summary of node events during the test: I0327 12:10:02.721915 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.721962 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.721980 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.721996 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.722010 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.722068 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.722116 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.722179 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.722244 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.722296 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.722369 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.722388 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:10:02.722453 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.722513 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:10:02.722567 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim pids I0327 12:10:02.722616 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientPID I0327 12:10:02.722667 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.722717 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.722768 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.722824 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.722875 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.722942 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.722960 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.722976 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.722992 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.723050 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.723100 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.723149 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.723214 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim memory I0327 12:10:02.723268 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientMemory I0327 12:10:02.723323 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.723381 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.723432 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.723460 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.723516 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.723570 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.723619 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.723670 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.723718 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.723769 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.723818 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.723874 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.723925 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim memory I0327 12:10:02.723975 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientMemory I0327 12:10:02.724024 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.724076 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.724124 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.724190 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.724242 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.724293 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.724341 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.724401 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.724480 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.724539 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.724592 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.724643 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.724695 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.724756 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.724813 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.724869 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.724919 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.724967 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.725026 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.725089 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.725140 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.725207 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.725259 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.725310 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:10:02.725361 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.725419 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:10:02.725487 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 12:10:02.725505 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 12:10:02.725560 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.725611 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.725668 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.725726 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.725777 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.725826 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.725875 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.725893 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.725944 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.725994 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.726045 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.726095 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:10:02.726144 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.726223 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:10:02.726281 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim ephemeral-storage I0327 12:10:02.726333 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasDiskPressure I0327 12:10:02.726384 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.726433 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.726491 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.726545 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.726595 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.726647 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.726696 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet. I0327 12:10:02.726753 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'InvalidDiskCapacity' invalid capacity 0 on image filesystem I0327 12:10:02.726793 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientMemory I0327 12:10:02.726811 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasNoDiskPressure I0327 12:10:02.726862 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasSufficientPID I0327 12:10:02.726919 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeNotReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeNotReady I0327 12:10:02.726970 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeAllocatableEnforced' Updated Node Allocatable limit across pods I0327 12:10:02.727021 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeReady I0327 12:10:02.727072 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'EvictionThresholdMet' Attempting to reclaim pids I0327 12:10:02.727130 944 util.go:244] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", UID:"n1-standard-2-cos-stable-101-17162-127-42-4f529ad8", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasInsufficientPID' Node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 status is now: NodeHasInsufficientPID I0327 12:10:02.727194 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", 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 I0327 12:10:02.727248 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-high-priority-container I0327 12:10:02.727307 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-high-priority-container I0327 12:10:02.727366 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: pids. Threshold quantity: 4184116, available: 4182116. I0327 12:10:02.727418 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:"spec.containers{fork-bomb-container-with-high-priority-container}"}): type: 'Normal' reason: 'Killing' Stopping container fork-bomb-container-with-high-priority-container I0327 12:10:02.727457 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-high-priority-pod", UID:"9fccb61e-3850-470f-84ce-cfa6f8ff8a79", APIVersion:"v1", ResourceVersion:"2061", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:10:02.727509 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", 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 I0327 12:10:02.727567 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Created' Created container fork-bomb-container-with-low-priority-container I0327 12:10:02.727592 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Started' Started container fork-bomb-container-with-low-priority-container I0327 12:10:02.727649 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: pids. Threshold quantity: 4184116, available: 4174840. I0327 12:10:02.727700 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:"spec.containers{fork-bomb-container-with-low-priority-container}"}): type: 'Normal' reason: 'Killing' Stopping container fork-bomb-container-with-low-priority-container I0327 12:10:02.727723 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"fork-bomb-container-with-low-priority-pod", UID:"9aa2036c-d0bb-4622-9fa5-40dbd5d31de0", APIVersion:"v1", ResourceVersion:"2062", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:10:02.727781 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", 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 I0327 12:10:02.727835 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Created' Created container innocent-container I0327 12:10:02.727885 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Started' Started container innocent-container I0327 12:10:02.727934 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:""}): type: 'Warning' reason: 'Evicted' The node was low on resource: pids. Threshold quantity: 4184116, available: 4182109. I0327 12:10:02.727983 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:"spec.containers{innocent-container}"}): type: 'Normal' reason: 'Killing' Stopping container innocent-container I0327 12:10:02.728035 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"innocent-pod", UID:"3c26aa68-523a-46d1-89e3-d21c1b47daa9", APIVersion:"v1", ResourceVersion:"2060", FieldPath:""}): type: 'Warning' reason: 'ExceededGracePeriod' Container runtime did not kill the pod within specified grace period. I0327 12:10:02.728085 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"test-admit-pod", UID:"8ef63750-a35f-4628-8f9f-f3b2e504377b", APIVersion:"v1", ResourceVersion:"2145", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Pulled' Container image "registry.k8s.io/pause:3.9" already present on machine I0327 12:10:02.728134 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"test-admit-pod", UID:"8ef63750-a35f-4628-8f9f-f3b2e504377b", APIVersion:"v1", ResourceVersion:"2145", FieldPath:"spec.containers{test-admit-pod}"}): type: 'Normal' reason: 'Created' Created container test-admit-pod I0327 12:10:02.728200 944 util.go:244] Event(v1.ObjectReference{Kind:"Pod", Namespace:"pidpressure-eviction-test-6651", Name:"test-admit-pod", UID:"8ef63750-a35f-4628-8f9f-f3b2e504377b", APIVersion:"v1", ResourceVersion:"2145", 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/27/23 12:10:02.728 (42.139s) > Enter [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:190 @ 03/27/23 12:10:02.728 STEP: Stopping the kubelet - test/e2e_node/util.go:200 @ 03/27/23 12:10:02.728 Mar 27 12:10:02.741: INFO: Get running kubelet with systemctl: UNIT LOAD ACTIVE SUB DESCRIPTION kubelet-20230327T105137.service loaded active running /tmp/node-e2e-20230327T105137/kubelet --kubeconfig /tmp/node-e2e-20230327T105137/kubeconfig --root-dir /var/lib/kubelet --v 4 --hostname-override n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 --container-runtime-endpoint unix:///run/containerd/containerd.sock --config /tmp/node-e2e-20230327T105137/kubelet-config --feature-gates=DisableKubeletCloudCredentialProviders=true,KubeletCredentialProviders=true --image-credential-provider-config=/tmp/node-e2e-20230327T105137/credential-provider.yaml --image-credential-provider-bin-dir=/tmp/node-e2e-20230327T105137 --kernel-memcg-notification=true --cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.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-20230327T105137 W0327 12:10:02.779888 944 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:51544->127.0.0.1:10248: read: connection reset by peer STEP: Starting the kubelet - test/e2e_node/util.go:216 @ 03/27/23 12:10:02.788 W0327 12:10:02.816591 944 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 [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/util.go:190 @ 03/27/23 12:10:07.82 (5.092s) > Enter [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:482 @ 03/27/23 12:10:07.82 < Exit [AfterEach] when we run containers that should cause PIDPressure - test/e2e_node/eviction_test.go:482 @ 03/27/23 12:10:07.822 (2ms) > Enter [AfterEach] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/node/init/init.go:33 @ 03/27/23 12:10:07.822 Mar 27 12:10:07.822: 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/27/23 12:10:07.825 (2ms) > Enter [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/27/23 12:10:07.825 < Exit [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - test/e2e/framework/metrics/init/init.go:35 @ 03/27/23 12:10:07.825 (0s) > Enter [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/27/23 12:10:07.825 STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/27/23 12:10:07.825 STEP: Collecting events from namespace "pidpressure-eviction-test-6651". - test/e2e/framework/debug/dump.go:42 @ 03/27/23 12:10:07.825 STEP: Found 21 events. - test/e2e/framework/debug/dump.go:46 @ 03/27/23 12:10:07.828 Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:08 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container fork-bomb-container-with-high-priority-container Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:08 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:08 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:08 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container fork-bomb-container-with-low-priority-container Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:08 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container fork-bomb-container-with-low-priority-container Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:09 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container fork-bomb-container-with-high-priority-container Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:09 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/e2e-test-images/busybox:1.29-4" already present on machine Mar 27 12:10:07.828: INFO: At 2023-03-27 12:08:09 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container innocent-container Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:09 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container innocent-container Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:17 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: pids. Threshold quantity: 4184116, available: 4174840. Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:17 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container fork-bomb-container-with-low-priority-container Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:27 +0000 UTC - event for fork-bomb-container-with-low-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:49 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: pids. Threshold quantity: 4184116, available: 4182109. Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:49 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container innocent-container Mar 27 12:10:07.829: INFO: At 2023-03-27 12:08:59 +0000 UTC - event for innocent-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 12:10:07.829: INFO: At 2023-03-27 12:09:20 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Killing: Stopping container fork-bomb-container-with-high-priority-container Mar 27 12:10:07.829: INFO: At 2023-03-27 12:09:20 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Evicted: The node was low on resource: pids. Threshold quantity: 4184116, available: 4182116. Mar 27 12:10:07.829: INFO: At 2023-03-27 12:09:30 +0000 UTC - event for fork-bomb-container-with-high-priority-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} ExceededGracePeriod: Container runtime did not kill the pod within specified grace period. Mar 27 12:10:07.829: INFO: At 2023-03-27 12:10:01 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Pulled: Container image "registry.k8s.io/pause:3.9" already present on machine Mar 27 12:10:07.829: INFO: At 2023-03-27 12:10:01 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Created: Created container test-admit-pod Mar 27 12:10:07.829: INFO: At 2023-03-27 12:10:01 +0000 UTC - event for test-admit-pod: {kubelet n1-standard-2-cos-stable-101-17162-127-42-4f529ad8} Started: Started container test-admit-pod Mar 27 12:10:07.831: INFO: POD NODE PHASE GRACE CONDITIONS Mar 27 12:10:07.831: INFO: test-admit-pod n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:10:00 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:10:02 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:10:02 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-03-27 12:10:00 +0000 UTC }] Mar 27 12:10:07.831: INFO: Mar 27 12:10:07.844: INFO: Logging node info for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 12:10:07.846: INFO: Node Info: &Node{ObjectMeta:{n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 948abe82-6ab4-4365-8dac-68b16530ff52 2158 0 2023-03-27 10:52:48 +0000 UTC <nil> <nil> map[beta.kubernetes.io/arch:amd64 beta.kubernetes.io/os:linux kubernetes.io/arch:amd64 kubernetes.io/hostname:n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 kubernetes.io/os:linux] map[volumes.kubernetes.io/controller-managed-attach-detach:true] [] [] [{kubelet Update v1 2023-03-27 10:52:48 +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-27 12:10:03 +0000 UTC FieldsV1 {"f:status":{"f:allocatable":{"f:ephemeral-storage":{},"f:memory":{}},"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":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{}},"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: {{2 0} {<nil>} 2 DecimalSI},ephemeral-storage: {{16656896000 0} {<nil>} 16266500Ki BinarySI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{7812599808 0} {<nil>} 7629492Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Allocatable:ResourceList{cpu: {{2 0} {<nil>} 2 DecimalSI},ephemeral-storage: {{14991206376 0} {<nil>} 14991206376 DecimalSI},hugepages-1Gi: {{0 0} {<nil>} 0 DecimalSI},hugepages-2Mi: {{0 0} {<nil>} 0 DecimalSI},memory: {{7550455808 0} {<nil>} 7373492Ki BinarySI},pods: {{110 0} {<nil>} 110 DecimalSI},},Phase:,Conditions:[]NodeCondition{NodeCondition{Type:MemoryPressure,Status:False,LastHeartbeatTime:2023-03-27 12:10:03 +0000 UTC,LastTransitionTime:2023-03-27 11:27:07 +0000 UTC,Reason:KubeletHasSufficientMemory,Message:kubelet has sufficient memory available,},NodeCondition{Type:DiskPressure,Status:False,LastHeartbeatTime:2023-03-27 12:10:03 +0000 UTC,LastTransitionTime:2023-03-27 12:06:24 +0000 UTC,Reason:KubeletHasNoDiskPressure,Message:kubelet has no disk pressure,},NodeCondition{Type:PIDPressure,Status:False,LastHeartbeatTime:2023-03-27 12:10:03 +0000 UTC,LastTransitionTime:2023-03-27 12:09:59 +0000 UTC,Reason:KubeletHasSufficientPID,Message:kubelet has sufficient PID available,},NodeCondition{Type:Ready,Status:True,LastHeartbeatTime:2023-03-27 12:10:03 +0000 UTC,LastTransitionTime:2023-03-27 12:07:37 +0000 UTC,Reason:KubeletReady,Message:kubelet is posting ready status. AppArmor enabled,},},Addresses:[]NodeAddress{NodeAddress{Type:InternalIP,Address:10.138.0.52,},NodeAddress{Type:Hostname,Address:n1-standard-2-cos-stable-101-17162-127-42-4f529ad8,},},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:10250,},},NodeInfo:NodeSystemInfo{MachineID:61eb2b49bf4d048084409d0aa2188038,SystemUUID:61eb2b49-bf4d-0480-8440-9d0aa2188038,BootID:2e5d3b47-cbc9-4974-af3d-6a725bdc342f,KernelVersion:5.15.89+,OSImage:Container-Optimized OS from Google,ContainerRuntimeVersion:containerd://1.6.18,KubeletVersion:v1.28.0-alpha.0.9+8f15859afc9cfa,KubeProxyVersion:v1.28.0-alpha.0.9+8f15859afc9cfa,OperatingSystem:linux,Architecture:amd64,},Images:[]ContainerImage{ContainerImage{Names:[registry.k8s.io/e2e-test-images/perl@sha256:c613344cdd31c5055961b078f831ef9d9199fc9111efe6e81bea3f00d78bd979 registry.k8s.io/e2e-test-images/perl:5.26],SizeBytes:325397679,},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:1.3],SizeBytes:213443508,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/gluster@sha256:033a12fe65438751690b519cebd4135a3485771086bcf437212b7b886bb7956c registry.k8s.io/e2e-test-images/volume/gluster:1.3],SizeBytes:115217395,},ContainerImage{Names:[registry.k8s.io/etcd@sha256:51eae8381dcb1078289fa7b4f3df2630cdc18d09fb56f8e56b41c40e191d6c83 registry.k8s.io/etcd:3.5.7-0],SizeBytes:101639218,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/volume/nfs@sha256:3bda73f2428522b0e342af80a0b9679e8594c2126f2b3cca39ed787589741b9e registry.k8s.io/e2e-test-images/volume/nfs:1.3],SizeBytes:95836203,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e registry.k8s.io/e2e-test-images/agnhost:2.43],SizeBytes:51706353,},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:47786458,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22 registry.k8s.io/e2e-test-images/httpd:2.4.38-4],SizeBytes:40764257,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-is@sha256:8285539c79625b192a5e33fc3d21edc1a7776fb9afe15fae3b5037a7a8020839 registry.k8s.io/e2e-test-images/node-perf/npb-is:1.2],SizeBytes:39706325,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/node-perf/npb-ep@sha256:90b5cfc5451428aad4dd6af9960640f2506804d35aa05e83c11bf0a46ac318c8 registry.k8s.io/e2e-test-images/node-perf/npb-ep:1.2],SizeBytes:39705373,},ContainerImage{Names:[gcr.io/cadvisor/cadvisor@sha256:89e6137f068ded2e9a3a012ce71260b9afc57a19305842aa1074239841a539a7 gcr.io/cadvisor/cadvisor:v0.43.0],SizeBytes:31056802,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonroot@sha256:ee9f50b3c64b174d296d91ca9f69a914ac30e59095dfb462b2b518ad28a63655 registry.k8s.io/e2e-test-images/nonroot:1.4],SizeBytes:17747885,},ContainerImage{Names:[docker.io/nfvpe/sriov-device-plugin@sha256:518499ed631ff84b43153b8f7624c1aaacb75a721038857509fe690abdf62ddb docker.io/nfvpe/sriov-device-plugin:v3.1],SizeBytes:12638340,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/sample-device-plugin@sha256:e84f6ca27c51ddedf812637dd2bcf771ad69fdca1173e5690c372370d0f93c40 registry.k8s.io/e2e-test-images/sample-device-plugin:1.3],SizeBytes:12410396,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nginx@sha256:5c99cf6a02adda929b10321dbf4ecfa00d87be9ba4fb456006237d530ab4baa1 registry.k8s.io/e2e-test-images/nginx:1.14-4],SizeBytes:6978614,},ContainerImage{Names:[registry.k8s.io/nvidia-gpu-device-plugin@sha256:4b036e8844920336fa48f36edeb7d4398f426d6a934ba022848deed2edbf09aa],SizeBytes:6819465,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/ipc-utils@sha256:647d092bada3b46c449d875adf31d71c1dd29c244e9cca6a04fddf9d6bcac136 registry.k8s.io/e2e-test-images/ipc-utils:1.3],SizeBytes:4013020,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/nonewprivs@sha256:8ac1264691820febacf3aea5d152cbde6d10685731ec14966a9401c6f47a68ac registry.k8s.io/e2e-test-images/nonewprivs:1.3],SizeBytes:3263463,},ContainerImage{Names:[registry.k8s.io/stress:v1],SizeBytes:1558004,},ContainerImage{Names:[registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937 registry.k8s.io/e2e-test-images/busybox:1.29-4],SizeBytes:731990,},ContainerImage{Names:[registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff],SizeBytes:676941,},ContainerImage{Names:[registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097 registry.k8s.io/pause:3.9],SizeBytes:321520,},ContainerImage{Names:[registry.k8s.io/pause@sha256:3d380ca8864549e74af4b29c10f9cb0956236dfb01c40ca076fb6c37253234db registry.k8s.io/pause:3.6],SizeBytes:301773,},},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} Mar 27 12:10:07.846: INFO: Logging kubelet events for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 12:10:07.848: INFO: Logging pods the kubelet thinks is on node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 Mar 27 12:10:07.851: INFO: test-admit-pod started at 2023-03-27 12:10:00 +0000 UTC (0+1 container statuses recorded) Mar 27 12:10:07.851: INFO: Container test-admit-pod ready: true, restart count 0 W0327 12:10:07.852653 944 metrics_grabber.go:111] Can't find any pods in namespace kube-system to grab metrics from Mar 27 12:10:07.875: INFO: Latency metrics for node n1-standard-2-cos-stable-101-17162-127-42-4f529ad8 END STEP: dump namespace information after failure - test/e2e/framework/framework.go:288 @ 03/27/23 12:10:07.875 (50ms) < Exit [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - dump namespaces | framework.go:209 @ 03/27/23 12:10:07.875 (50ms) > Enter [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/27/23 12:10:07.875 STEP: Destroying namespace "pidpressure-eviction-test-6651" for this suite. - test/e2e/framework/framework.go:351 @ 03/27/23 12:10:07.875 < Exit [DeferCleanup (Each)] [sig-node] PriorityPidEvictionOrdering [Slow] [Serial] [Disruptive][NodeFeature:Eviction] - tear down framework | framework.go:206 @ 03/27/23 12:10:07.879 (4ms)
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-infra-e2e-boskos-062 --zone=us-west1-b --ssh-user=prow --ssh-key=/workspace/.ssh/google_compute_engine --ginkgo-flags=--nodes=1 --focus="\[NodeFeature:Eviction\]" --timeout=300m --test_args=--container-runtime-endpoint=unix:///run/containerd/containerd.sock --container-runtime-process-name=/usr/bin/containerd --container-runtime-pid-file= --kubelet-flags="--cgroup-driver=systemd --cgroups-per-qos=true --cgroup-root=/ --runtime-cgroups=/system.slice/containerd.service" --extra-log="{\"name\": \"containerd.log\", \"journalctl\": [\"-u\", \"containerd*\"]}" --test-timeout=5h0m0s --image-config-file=/workspace/test-infra/jobs/e2e_node/containerd/image-config-serial-eviction.yaml: exit status 1
from junit_runner.xml
Filter through log files | View test history on testgrid
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] 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] 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] 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] LocalStorageSoftEviction [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 [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 [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 with AppArmor should enforce a permissive profile
E2eNode Suite [It] [sig-node] AppArmor [Feature:AppArmor][NodeFeature:AppArmor] when running with AppArmor should enforce a profile blocking writes
E2eNode Suite [It] [sig-node] AppArmor [Feature:AppArmor][NodeFeature:AppArmor] when running with AppArmor should reject an unloaded 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 Sui