diff --git a/v1.26/daocloud/PRODUCT.yaml b/v1.26/daocloud/PRODUCT.yaml new file mode 100644 index 0000000000..84c623a802 --- /dev/null +++ b/v1.26/daocloud/PRODUCT.yaml @@ -0,0 +1,10 @@ +vendor: DaoCloud +name: DaoCloud Enterprise +version: v5.0 +website_url: https://docs.daocloud.io/ +documentation_url: https://download.daocloud.io/DaoCloud_Enterprise/DaoCloud_Enterprise +product_logo_url: https://github.com/dasu23/DC-Jenkinsfile/raw/master/DaoCloud.svg +type: distribution +description: 'Daocloud helps you provide a reliable and consistent basic support environment to meet the high SLA requirements of enterprise critical applications +.' +contact_email_address: wenting.guo@daocloud.io \ No newline at end of file diff --git a/v1.26/daocloud/README.md b/v1.26/daocloud/README.md new file mode 100644 index 0000000000..61fadadcf7 --- /dev/null +++ b/v1.26/daocloud/README.md @@ -0,0 +1,41 @@ +### DaoCloud Enterprise + +DaoCloud Enterprise is a platform based on Kubernetes which developed by [DaoCloud](https://www.daocloud.io). + +### How to Reproduce + +#### Create Cluster + +First install [DaoCloud Enterprise](https://docs.daocloud.io/install/offline-install-full/), and login to the console. +After successful login, select "Clusters > create" and config the create page. +The "Clusters" page will display all the clusters created and managed by DaoCloud Enterprise. + +#### Run conformance Test by Sonobuoy + +Login to the control-plant of the cluster created by DaoCloud Enterprise. + +Start the conformance tests: + +``` +wget https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.15/sonobuoy_0.56.15_linux_amd64.tar.gz +tar -xvf sonobuoy_0.56.15_linux_amd64.tar.gz +mv sonobuoy /usr/bin +sonobuoy run --mode=certified-conformance + +```` + +Monitor the conformance tests by tracking the sonobuoy logs, and wait for the line: "no-exit was specified, sonobuoy is now blocking" + +``` +sonobuoy logs -f + +``` + +Retrieve result: + +``` +outfile=$(sonobuoy retrieve) +mkdir ./results; +tar -xzf $outfile -C ./results + +``` \ No newline at end of file diff --git a/v1.26/daocloud/e2e.log b/v1.26/daocloud/e2e.log new file mode 100644 index 0000000000..657f794a52 --- /dev/null +++ b/v1.26/daocloud/e2e.log @@ -0,0 +1,37745 @@ +I0207 07:18:21.148842 20 e2e.go:126] Starting e2e run "04171cd6-7117-486f-b21f-1298848ac71f" on Ginkgo node 1 +Feb 7 07:18:21.164: INFO: Enabling in-tree volume drivers +Running Suite: Kubernetes e2e suite - /usr/local/bin +==================================================== +Random Seed: 1675754301 - will randomize all specs + +Will run 368 of 7069 specs +------------------------------ +[SynchronizedBeforeSuite] +test/e2e/e2e.go:77 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:77 +Feb 7 07:18:21.332: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:18:21.333: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable +E0207 07:18:21.335267 20 progress.go:80] Failed to post progress update to http://localhost:8099/progress: Post "http://localhost:8099/progress": dial tcp [::1]:8099: connect: connection refused +Feb 7 07:18:21.352: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready +Feb 7 07:18:21.387: INFO: 14 / 14 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) +Feb 7 07:18:21.387: INFO: expected 5 pod replicas in namespace 'kube-system', 5 are Running and Ready. +Feb 7 07:18:21.387: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start +Feb 7 07:18:21.394: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'calico-node' (0 seconds elapsed) +Feb 7 07:18:21.394: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) +Feb 7 07:18:21.394: INFO: e2e test version: v1.26.1 +Feb 7 07:18:21.395: INFO: kube-apiserver version: v1.26.1 +[SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:77 +Feb 7 07:18:21.395: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:18:21.513: INFO: Cluster IP family: ipv4 +------------------------------ +[SynchronizedBeforeSuite] PASSED [0.181 seconds] +[SynchronizedBeforeSuite] +test/e2e/e2e.go:77 + + Begin Captured GinkgoWriter Output >> + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:77 + Feb 7 07:18:21.332: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:18:21.333: INFO: Waiting up to 30m0s for all (but 0) nodes to be schedulable + E0207 07:18:21.335267 20 progress.go:80] Failed to post progress update to http://localhost:8099/progress: Post "http://localhost:8099/progress": dial tcp [::1]:8099: connect: connection refused + Feb 7 07:18:21.352: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready + Feb 7 07:18:21.387: INFO: 14 / 14 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) + Feb 7 07:18:21.387: INFO: expected 5 pod replicas in namespace 'kube-system', 5 are Running and Ready. + Feb 7 07:18:21.387: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start + Feb 7 07:18:21.394: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'calico-node' (0 seconds elapsed) + Feb 7 07:18:21.394: INFO: 2 / 2 pods ready in namespace 'kube-system' in daemonset 'kube-proxy' (0 seconds elapsed) + Feb 7 07:18:21.394: INFO: e2e test version: v1.26.1 + Feb 7 07:18:21.395: INFO: kube-apiserver version: v1.26.1 + [SynchronizedBeforeSuite] TOP-LEVEL + test/e2e/e2e.go:77 + Feb 7 07:18:21.395: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:18:21.513: INFO: Cluster IP family: ipv4 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] ConfigMap + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:423 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:18:21.544 +Feb 7 07:18:21.544: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:18:21.546 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:18:21.588 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:18:21.592 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:423 +STEP: Creating configMap with name configmap-test-volume-6b281a9d-b81e-4c65-9f31-92844f672aca 02/07/23 07:18:21.594 +STEP: Creating a pod to test consume configMaps 02/07/23 07:18:21.597 +Feb 7 07:18:21.603: INFO: Waiting up to 5m0s for pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc" in namespace "configmap-98" to be "Succeeded or Failed" +Feb 7 07:18:21.607: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.761636ms +Feb 7 07:18:23.614: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011221853s +Feb 7 07:18:25.616: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013180341s +Feb 7 07:18:27.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008708112s +Feb 7 07:18:29.611: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 8.007962874s +Feb 7 07:18:31.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009134471s +Feb 7 07:18:33.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 12.009447887s +Feb 7 07:18:35.613: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 14.009954291s +Feb 7 07:18:37.620: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 16.01665152s +Feb 7 07:18:39.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 18.009050057s +Feb 7 07:18:41.613: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 20.010169067s +Feb 7 07:18:43.630: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 22.02664385s +Feb 7 07:18:45.613: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Running", Reason="", readiness=true. Elapsed: 24.010597611s +Feb 7 07:18:47.618: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Running", Reason="", readiness=false. Elapsed: 26.014726282s +Feb 7 07:18:49.621: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 28.01837361s +STEP: Saw pod success 02/07/23 07:18:49.621 +Feb 7 07:18:49.622: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc" satisfied condition "Succeeded or Failed" +Feb 7 07:18:49.625: INFO: Trying to get logs from node node2 pod pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc container configmap-volume-test: +STEP: delete the pod 02/07/23 07:18:49.657 +Feb 7 07:18:49.670: INFO: Waiting for pod pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc to disappear +Feb 7 07:18:49.672: INFO: Pod pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:18:49.672: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-98" for this suite. 02/07/23 07:18:49.676 +------------------------------ +• [SLOW TEST] [28.136 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:423 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:18:21.544 + Feb 7 07:18:21.544: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:18:21.546 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:18:21.588 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:18:21.592 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:423 + STEP: Creating configMap with name configmap-test-volume-6b281a9d-b81e-4c65-9f31-92844f672aca 02/07/23 07:18:21.594 + STEP: Creating a pod to test consume configMaps 02/07/23 07:18:21.597 + Feb 7 07:18:21.603: INFO: Waiting up to 5m0s for pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc" in namespace "configmap-98" to be "Succeeded or Failed" + Feb 7 07:18:21.607: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.761636ms + Feb 7 07:18:23.614: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011221853s + Feb 7 07:18:25.616: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013180341s + Feb 7 07:18:27.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008708112s + Feb 7 07:18:29.611: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 8.007962874s + Feb 7 07:18:31.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009134471s + Feb 7 07:18:33.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 12.009447887s + Feb 7 07:18:35.613: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 14.009954291s + Feb 7 07:18:37.620: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 16.01665152s + Feb 7 07:18:39.612: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 18.009050057s + Feb 7 07:18:41.613: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 20.010169067s + Feb 7 07:18:43.630: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Pending", Reason="", readiness=false. Elapsed: 22.02664385s + Feb 7 07:18:45.613: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Running", Reason="", readiness=true. Elapsed: 24.010597611s + Feb 7 07:18:47.618: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Running", Reason="", readiness=false. Elapsed: 26.014726282s + Feb 7 07:18:49.621: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 28.01837361s + STEP: Saw pod success 02/07/23 07:18:49.621 + Feb 7 07:18:49.622: INFO: Pod "pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc" satisfied condition "Succeeded or Failed" + Feb 7 07:18:49.625: INFO: Trying to get logs from node node2 pod pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc container configmap-volume-test: + STEP: delete the pod 02/07/23 07:18:49.657 + Feb 7 07:18:49.670: INFO: Waiting for pod pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc to disappear + Feb 7 07:18:49.672: INFO: Pod pod-configmaps-eafa4de7-210c-443a-9c3c-03a7fe21b9dc no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:18:49.672: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-98" for this suite. 02/07/23 07:18:49.676 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:152 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:18:49.682 +Feb 7 07:18:49.682: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 07:18:49.684 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:18:49.701 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:18:49.704 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:152 +STEP: Creating pod busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a in namespace container-probe-1626 02/07/23 07:18:49.707 +Feb 7 07:18:49.712: INFO: Waiting up to 5m0s for pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a" in namespace "container-probe-1626" to be "not pending" +Feb 7 07:18:49.713: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.684067ms +Feb 7 07:18:51.720: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008654072s +Feb 7 07:18:53.720: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007955772s +Feb 7 07:18:55.719: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Running", Reason="", readiness=true. Elapsed: 6.00690395s +Feb 7 07:18:55.719: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a" satisfied condition "not pending" +Feb 7 07:18:55.719: INFO: Started pod busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a in namespace container-probe-1626 +STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 07:18:55.719 +Feb 7 07:18:55.723: INFO: Initial restart count of pod busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a is 0 +STEP: deleting the pod 02/07/23 07:22:56.5 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 07:22:56.516: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-1626" for this suite. 02/07/23 07:22:56.522 +------------------------------ +• [SLOW TEST] [246.845 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:152 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:18:49.682 + Feb 7 07:18:49.682: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 07:18:49.684 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:18:49.701 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:18:49.704 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] should *not* be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:152 + STEP: Creating pod busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a in namespace container-probe-1626 02/07/23 07:18:49.707 + Feb 7 07:18:49.712: INFO: Waiting up to 5m0s for pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a" in namespace "container-probe-1626" to be "not pending" + Feb 7 07:18:49.713: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Pending", Reason="", readiness=false. Elapsed: 1.684067ms + Feb 7 07:18:51.720: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008654072s + Feb 7 07:18:53.720: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007955772s + Feb 7 07:18:55.719: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a": Phase="Running", Reason="", readiness=true. Elapsed: 6.00690395s + Feb 7 07:18:55.719: INFO: Pod "busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a" satisfied condition "not pending" + Feb 7 07:18:55.719: INFO: Started pod busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a in namespace container-probe-1626 + STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 07:18:55.719 + Feb 7 07:18:55.723: INFO: Initial restart count of pod busybox-529d5fa8-0635-42a0-be24-8ab51b9a8f5a is 0 + STEP: deleting the pod 02/07/23 07:22:56.5 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 07:22:56.516: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-1626" for this suite. 02/07/23 07:22:56.522 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1477 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:22:56.529 +Feb 7 07:22:56.529: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 07:22:56.53 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:22:56.539 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:22:56.541 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1477 +STEP: creating a service externalname-service with the type=ExternalName in namespace services-6255 02/07/23 07:22:56.544 +STEP: changing the ExternalName service to type=NodePort 02/07/23 07:22:56.546 +STEP: creating replication controller externalname-service in namespace services-6255 02/07/23 07:22:56.571 +I0207 07:22:56.576009 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-6255, replica count: 2 +I0207 07:22:59.627410 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:02.627852 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:05.628209 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:08.628751 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:11.629132 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:14.629426 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:17.629810 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:20.630191 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:23:23.630567 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 07:23:23.630: INFO: Creating new exec pod +Feb 7 07:23:23.638: INFO: Waiting up to 5m0s for pod "execpodgmx6v" in namespace "services-6255" to be "running" +Feb 7 07:23:23.642: INFO: Pod "execpodgmx6v": Phase="Pending", Reason="", readiness=false. Elapsed: 4.365771ms +Feb 7 07:23:25.647: INFO: Pod "execpodgmx6v": Phase="Running", Reason="", readiness=true. Elapsed: 2.009422008s +Feb 7 07:23:25.648: INFO: Pod "execpodgmx6v" satisfied condition "running" +Feb 7 07:23:26.655: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 externalname-service 80' +Feb 7 07:23:26.895: INFO: stderr: "+ nc -v -z -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Feb 7 07:23:26.895: INFO: stdout: "" +Feb 7 07:23:26.895: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 10.108.227.168 80' +Feb 7 07:23:27.063: INFO: stderr: "+ nc -v -z -w 2 10.108.227.168 80\nConnection to 10.108.227.168 80 port [tcp/http] succeeded!\n" +Feb 7 07:23:27.064: INFO: stdout: "" +Feb 7 07:23:27.064: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 30891' +Feb 7 07:23:27.197: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 30891\nConnection to 172.30.41.41 30891 port [tcp/*] succeeded!\n" +Feb 7 07:23:27.197: INFO: stdout: "" +Feb 7 07:23:27.197: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 30891' +Feb 7 07:23:27.361: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 30891\nConnection to 172.30.41.42 30891 port [tcp/*] succeeded!\n" +Feb 7 07:23:27.361: INFO: stdout: "" +Feb 7 07:23:27.361: INFO: Cleaning up the ExternalName to NodePort test service +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 07:23:27.393: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-6255" for this suite. 02/07/23 07:23:27.396 +------------------------------ +• [SLOW TEST] [30.871 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1477 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:22:56.529 + Feb 7 07:22:56.529: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 07:22:56.53 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:22:56.539 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:22:56.541 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to change the type from ExternalName to NodePort [Conformance] + test/e2e/network/service.go:1477 + STEP: creating a service externalname-service with the type=ExternalName in namespace services-6255 02/07/23 07:22:56.544 + STEP: changing the ExternalName service to type=NodePort 02/07/23 07:22:56.546 + STEP: creating replication controller externalname-service in namespace services-6255 02/07/23 07:22:56.571 + I0207 07:22:56.576009 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-6255, replica count: 2 + I0207 07:22:59.627410 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:02.627852 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:05.628209 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:08.628751 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:11.629132 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:14.629426 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:17.629810 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:20.630191 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 1 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:23:23.630567 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 07:23:23.630: INFO: Creating new exec pod + Feb 7 07:23:23.638: INFO: Waiting up to 5m0s for pod "execpodgmx6v" in namespace "services-6255" to be "running" + Feb 7 07:23:23.642: INFO: Pod "execpodgmx6v": Phase="Pending", Reason="", readiness=false. Elapsed: 4.365771ms + Feb 7 07:23:25.647: INFO: Pod "execpodgmx6v": Phase="Running", Reason="", readiness=true. Elapsed: 2.009422008s + Feb 7 07:23:25.648: INFO: Pod "execpodgmx6v" satisfied condition "running" + Feb 7 07:23:26.655: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 externalname-service 80' + Feb 7 07:23:26.895: INFO: stderr: "+ nc -v -z -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Feb 7 07:23:26.895: INFO: stdout: "" + Feb 7 07:23:26.895: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 10.108.227.168 80' + Feb 7 07:23:27.063: INFO: stderr: "+ nc -v -z -w 2 10.108.227.168 80\nConnection to 10.108.227.168 80 port [tcp/http] succeeded!\n" + Feb 7 07:23:27.064: INFO: stdout: "" + Feb 7 07:23:27.064: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 30891' + Feb 7 07:23:27.197: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 30891\nConnection to 172.30.41.41 30891 port [tcp/*] succeeded!\n" + Feb 7 07:23:27.197: INFO: stdout: "" + Feb 7 07:23:27.197: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6255 exec execpodgmx6v -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 30891' + Feb 7 07:23:27.361: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 30891\nConnection to 172.30.41.42 30891 port [tcp/*] succeeded!\n" + Feb 7 07:23:27.361: INFO: stdout: "" + Feb 7 07:23:27.361: INFO: Cleaning up the ExternalName to NodePort test service + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 07:23:27.393: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-6255" for this suite. 02/07/23 07:23:27.396 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] CronJob + should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +[BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:23:27.4 +Feb 7 07:23:27.400: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename cronjob 02/07/23 07:23:27.401 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:23:27.409 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:23:27.411 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 +[It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 +STEP: Creating a ReplaceConcurrent cronjob 02/07/23 07:23:27.413 +STEP: Ensuring a job is scheduled 02/07/23 07:23:27.419 +STEP: Ensuring exactly one is scheduled 02/07/23 07:24:01.424 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 02/07/23 07:24:01.428 +STEP: Ensuring the job is replaced with a new one 02/07/23 07:24:01.433 +STEP: Removing cronjob 02/07/23 07:25:01.439 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:01.449: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 +STEP: Destroying namespace "cronjob-1435" for this suite. 02/07/23 07:25:01.455 +------------------------------ +• [SLOW TEST] [94.062 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:23:27.4 + Feb 7 07:23:27.400: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename cronjob 02/07/23 07:23:27.401 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:23:27.409 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:23:27.411 + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 + [It] should replace jobs when ReplaceConcurrent [Conformance] + test/e2e/apps/cronjob.go:160 + STEP: Creating a ReplaceConcurrent cronjob 02/07/23 07:23:27.413 + STEP: Ensuring a job is scheduled 02/07/23 07:23:27.419 + STEP: Ensuring exactly one is scheduled 02/07/23 07:24:01.424 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 02/07/23 07:24:01.428 + STEP: Ensuring the job is replaced with a new one 02/07/23 07:24:01.433 + STEP: Removing cronjob 02/07/23 07:25:01.439 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:01.449: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 + STEP: Destroying namespace "cronjob-1435" for this suite. 02/07/23 07:25:01.455 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:99 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:01.465 +Feb 7 07:25:01.465: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 07:25:01.466 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:01.479 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:01.481 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:99 +STEP: Creating secret with name secret-test-cd071d8e-458d-4848-ad50-7349a9dfef97 02/07/23 07:25:01.493 +STEP: Creating a pod to test consume secrets 02/07/23 07:25:01.496 +Feb 7 07:25:01.500: INFO: Waiting up to 5m0s for pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131" in namespace "secrets-607" to be "Succeeded or Failed" +Feb 7 07:25:01.503: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131": Phase="Pending", Reason="", readiness=false. Elapsed: 2.402411ms +Feb 7 07:25:03.510: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01001845s +Feb 7 07:25:05.509: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008626334s +STEP: Saw pod success 02/07/23 07:25:05.509 +Feb 7 07:25:05.509: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131" satisfied condition "Succeeded or Failed" +Feb 7 07:25:05.513: INFO: Trying to get logs from node node2 pod pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131 container secret-volume-test: +STEP: delete the pod 02/07/23 07:25:05.543 +Feb 7 07:25:05.554: INFO: Waiting for pod pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131 to disappear +Feb 7 07:25:05.558: INFO: Pod pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:05.558: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-607" for this suite. 02/07/23 07:25:05.562 +STEP: Destroying namespace "secret-namespace-9385" for this suite. 02/07/23 07:25:05.568 +------------------------------ +• [4.110 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:99 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:01.465 + Feb 7 07:25:01.465: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 07:25:01.466 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:01.479 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:01.481 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:99 + STEP: Creating secret with name secret-test-cd071d8e-458d-4848-ad50-7349a9dfef97 02/07/23 07:25:01.493 + STEP: Creating a pod to test consume secrets 02/07/23 07:25:01.496 + Feb 7 07:25:01.500: INFO: Waiting up to 5m0s for pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131" in namespace "secrets-607" to be "Succeeded or Failed" + Feb 7 07:25:01.503: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131": Phase="Pending", Reason="", readiness=false. Elapsed: 2.402411ms + Feb 7 07:25:03.510: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01001845s + Feb 7 07:25:05.509: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008626334s + STEP: Saw pod success 02/07/23 07:25:05.509 + Feb 7 07:25:05.509: INFO: Pod "pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131" satisfied condition "Succeeded or Failed" + Feb 7 07:25:05.513: INFO: Trying to get logs from node node2 pod pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131 container secret-volume-test: + STEP: delete the pod 02/07/23 07:25:05.543 + Feb 7 07:25:05.554: INFO: Waiting for pod pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131 to disappear + Feb 7 07:25:05.558: INFO: Pod pod-secrets-c1844e04-534f-4708-8cde-8d64baccb131 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:05.558: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-607" for this suite. 02/07/23 07:25:05.562 + STEP: Destroying namespace "secret-namespace-9385" for this suite. 02/07/23 07:25:05.568 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:05.578 +Feb 7 07:25:05.578: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 07:25:05.579 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:05.592 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:05.595 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 +STEP: create the deployment 02/07/23 07:25:05.597 +STEP: Wait for the Deployment to create new ReplicaSet 02/07/23 07:25:05.601 +STEP: delete the deployment 02/07/23 07:25:06.109 +STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 02/07/23 07:25:06.114 +STEP: Gathering metrics 02/07/23 07:25:06.632 +Feb 7 07:25:06.651: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" +Feb 7 07:25:06.653: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 2.271205ms +Feb 7 07:25:06.653: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) +Feb 7 07:25:06.653: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" +Feb 7 07:25:06.715: INFO: For apiserver_request_total: +For apiserver_request_latency_seconds: +For apiserver_init_events_total: +For garbage_collector_attempt_to_delete_queue_latency: +For garbage_collector_attempt_to_delete_work_duration: +For garbage_collector_attempt_to_orphan_queue_latency: +For garbage_collector_attempt_to_orphan_work_duration: +For garbage_collector_dirty_processing_latency_microseconds: +For garbage_collector_event_processing_latency_microseconds: +For garbage_collector_graph_changes_queue_latency: +For garbage_collector_graph_changes_work_duration: +For garbage_collector_orphan_processing_latency_microseconds: +For namespace_queue_latency: +For namespace_queue_latency_sum: +For namespace_queue_latency_count: +For namespace_retries: +For namespace_work_duration: +For namespace_work_duration_sum: +For namespace_work_duration_count: +For function_duration_seconds: +For errors_total: +For evicted_pods_total: + +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:06.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-8624" for this suite. 02/07/23 07:25:06.719 +------------------------------ +• [1.150 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:05.578 + Feb 7 07:25:05.578: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 07:25:05.579 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:05.592 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:05.595 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance] + test/e2e/apimachinery/garbage_collector.go:550 + STEP: create the deployment 02/07/23 07:25:05.597 + STEP: Wait for the Deployment to create new ReplicaSet 02/07/23 07:25:05.601 + STEP: delete the deployment 02/07/23 07:25:06.109 + STEP: wait for deployment deletion to see if the garbage collector mistakenly deletes the rs 02/07/23 07:25:06.114 + STEP: Gathering metrics 02/07/23 07:25:06.632 + Feb 7 07:25:06.651: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" + Feb 7 07:25:06.653: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 2.271205ms + Feb 7 07:25:06.653: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) + Feb 7 07:25:06.653: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" + Feb 7 07:25:06.715: INFO: For apiserver_request_total: + For apiserver_request_latency_seconds: + For apiserver_init_events_total: + For garbage_collector_attempt_to_delete_queue_latency: + For garbage_collector_attempt_to_delete_work_duration: + For garbage_collector_attempt_to_orphan_queue_latency: + For garbage_collector_attempt_to_orphan_work_duration: + For garbage_collector_dirty_processing_latency_microseconds: + For garbage_collector_event_processing_latency_microseconds: + For garbage_collector_graph_changes_queue_latency: + For garbage_collector_graph_changes_work_duration: + For garbage_collector_orphan_processing_latency_microseconds: + For namespace_queue_latency: + For namespace_queue_latency_sum: + For namespace_queue_latency_count: + For namespace_retries: + For namespace_work_duration: + For namespace_work_duration_sum: + For namespace_work_duration_count: + For function_duration_seconds: + For errors_total: + For evicted_pods_total: + + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:06.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-8624" for this suite. 02/07/23 07:25:06.719 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-api-machinery] Watchers + should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 +[BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:06.728 +Feb 7 07:25:06.728: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename watch 02/07/23 07:25:06.73 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:06.745 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:06.752 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 +[It] should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 +STEP: creating a watch on configmaps with a certain label 02/07/23 07:25:06.754 +STEP: creating a new configmap 02/07/23 07:25:06.757 +STEP: modifying the configmap once 02/07/23 07:25:06.761 +STEP: changing the label value of the configmap 02/07/23 07:25:06.766 +STEP: Expecting to observe a delete notification for the watched object 02/07/23 07:25:06.772 +Feb 7 07:25:06.772: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3773 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:06 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 07:25:06.773: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3774 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:06 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 07:25:06.773: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3775 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:06 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: modifying the configmap a second time 02/07/23 07:25:06.773 +STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 02/07/23 07:25:06.778 +STEP: changing the label value of the configmap back 02/07/23 07:25:16.779 +STEP: modifying the configmap a third time 02/07/23 07:25:16.789 +STEP: deleting the configmap 02/07/23 07:25:16.798 +STEP: Expecting to observe an add notification for the watched object when the label value was restored 02/07/23 07:25:16.803 +Feb 7 07:25:16.804: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3832 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:16 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 07:25:16.804: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3833 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:16 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 07:25:16.804: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3834 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:16 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},Immutable:nil,} +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:16.805: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 +STEP: Destroying namespace "watch-4413" for this suite. 02/07/23 07:25:16.81 +------------------------------ +• [SLOW TEST] [10.089 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:06.728 + Feb 7 07:25:06.728: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename watch 02/07/23 07:25:06.73 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:06.745 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:06.752 + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 + [It] should observe an object deletion if it stops meeting the requirements of the selector [Conformance] + test/e2e/apimachinery/watch.go:257 + STEP: creating a watch on configmaps with a certain label 02/07/23 07:25:06.754 + STEP: creating a new configmap 02/07/23 07:25:06.757 + STEP: modifying the configmap once 02/07/23 07:25:06.761 + STEP: changing the label value of the configmap 02/07/23 07:25:06.766 + STEP: Expecting to observe a delete notification for the watched object 02/07/23 07:25:06.772 + Feb 7 07:25:06.772: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3773 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:06 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 07:25:06.773: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3774 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:06 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 07:25:06.773: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3775 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:06 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: modifying the configmap a second time 02/07/23 07:25:06.773 + STEP: Expecting not to observe a notification because the object no longer meets the selector's requirements 02/07/23 07:25:06.778 + STEP: changing the label value of the configmap back 02/07/23 07:25:16.779 + STEP: modifying the configmap a third time 02/07/23 07:25:16.789 + STEP: deleting the configmap 02/07/23 07:25:16.798 + STEP: Expecting to observe an add notification for the watched object when the label value was restored 02/07/23 07:25:16.803 + Feb 7 07:25:16.804: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3832 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:16 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 07:25:16.804: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3833 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:16 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 07:25:16.804: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-label-changed watch-4413 2d648337-6c58-4646-9e51-87d898154668 3834 0 2023-02-07 07:25:06 +0000 UTC map[watch-this-configmap:label-changed-and-restored] map[] [] [] [{e2e.test Update v1 2023-02-07 07:25:16 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 3,},BinaryData:map[string][]byte{},Immutable:nil,} + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:16.805: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 + STEP: Destroying namespace "watch-4413" for this suite. 02/07/23 07:25:16.81 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-instrumentation] Events API + should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 +[BeforeEach] [sig-instrumentation] Events API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:16.819 +Feb 7 07:25:16.819: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename events 02/07/23 07:25:16.821 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:16.834 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:16.838 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 +[It] should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 +STEP: creating a test event 02/07/23 07:25:16.842 +STEP: listing events in all namespaces 02/07/23 07:25:16.847 +STEP: listing events in test namespace 02/07/23 07:25:16.857 +STEP: listing events with field selection filtering on source 02/07/23 07:25:16.859 +STEP: listing events with field selection filtering on reportingController 02/07/23 07:25:16.862 +STEP: getting the test event 02/07/23 07:25:16.865 +STEP: patching the test event 02/07/23 07:25:16.869 +STEP: getting the test event 02/07/23 07:25:16.876 +STEP: updating the test event 02/07/23 07:25:16.879 +STEP: getting the test event 02/07/23 07:25:16.887 +STEP: deleting the test event 02/07/23 07:25:16.891 +STEP: listing events in all namespaces 02/07/23 07:25:16.898 +STEP: listing events in test namespace 02/07/23 07:25:16.906 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:16.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-instrumentation] Events API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-instrumentation] Events API + tear down framework | framework.go:193 +STEP: Destroying namespace "events-8478" for this suite. 02/07/23 07:25:16.914 +------------------------------ +• [0.101 seconds] +[sig-instrumentation] Events API +test/e2e/instrumentation/common/framework.go:23 + should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:16.819 + Feb 7 07:25:16.819: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename events 02/07/23 07:25:16.821 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:16.834 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:16.838 + [BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 + [It] should ensure that an event can be fetched, patched, deleted, and listed [Conformance] + test/e2e/instrumentation/events.go:98 + STEP: creating a test event 02/07/23 07:25:16.842 + STEP: listing events in all namespaces 02/07/23 07:25:16.847 + STEP: listing events in test namespace 02/07/23 07:25:16.857 + STEP: listing events with field selection filtering on source 02/07/23 07:25:16.859 + STEP: listing events with field selection filtering on reportingController 02/07/23 07:25:16.862 + STEP: getting the test event 02/07/23 07:25:16.865 + STEP: patching the test event 02/07/23 07:25:16.869 + STEP: getting the test event 02/07/23 07:25:16.876 + STEP: updating the test event 02/07/23 07:25:16.879 + STEP: getting the test event 02/07/23 07:25:16.887 + STEP: deleting the test event 02/07/23 07:25:16.891 + STEP: listing events in all namespaces 02/07/23 07:25:16.898 + STEP: listing events in test namespace 02/07/23 07:25:16.906 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:16.910: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-instrumentation] Events API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-instrumentation] Events API + tear down framework | framework.go:193 + STEP: Destroying namespace "events-8478" for this suite. 02/07/23 07:25:16.914 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:264 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:16.921 +Feb 7 07:25:16.921: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:25:16.923 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:16.941 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:16.946 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:25:16.964 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:25:17.42 +STEP: Deploying the webhook pod 02/07/23 07:25:17.43 +STEP: Wait for the deployment to be ready 02/07/23 07:25:17.444 +Feb 7 07:25:17.455: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:25:19.469 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:25:19.513 +Feb 7 07:25:20.513: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:264 +STEP: Registering the mutating pod webhook via the AdmissionRegistration API 02/07/23 07:25:20.52 +STEP: create a pod that should be updated by the webhook 02/07/23 07:25:20.548 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:20.600: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-2251" for this suite. 02/07/23 07:25:20.632 +STEP: Destroying namespace "webhook-2251-markers" for this suite. 02/07/23 07:25:20.638 +------------------------------ +• [3.735 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:264 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:16.921 + Feb 7 07:25:16.921: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:25:16.923 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:16.941 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:16.946 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:25:16.964 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:25:17.42 + STEP: Deploying the webhook pod 02/07/23 07:25:17.43 + STEP: Wait for the deployment to be ready 02/07/23 07:25:17.444 + Feb 7 07:25:17.455: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:25:19.469 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:25:19.513 + Feb 7 07:25:20.513: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate pod and apply defaults after mutation [Conformance] + test/e2e/apimachinery/webhook.go:264 + STEP: Registering the mutating pod webhook via the AdmissionRegistration API 02/07/23 07:25:20.52 + STEP: create a pod that should be updated by the webhook 02/07/23 07:25:20.548 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:20.600: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-2251" for this suite. 02/07/23 07:25:20.632 + STEP: Destroying namespace "webhook-2251-markers" for this suite. 02/07/23 07:25:20.638 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] DisruptionController + should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:141 +[BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:20.656 +Feb 7 07:25:20.657: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename disruption 02/07/23 07:25:20.657 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:20.673 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:20.675 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 +[It] should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:141 +STEP: Waiting for the pdb to be processed 02/07/23 07:25:20.682 +STEP: Waiting for all pods to be running 02/07/23 07:25:22.765 +Feb 7 07:25:22.778: INFO: running pods: 0 < 3 +Feb 7 07:25:24.786: INFO: running pods: 0 < 3 +Feb 7 07:25:26.785: INFO: running pods: 2 < 3 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 +Feb 7 07:25:28.789: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 +STEP: Destroying namespace "disruption-4117" for this suite. 02/07/23 07:25:28.794 +------------------------------ +• [SLOW TEST] [8.145 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:141 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:20.656 + Feb 7 07:25:20.657: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename disruption 02/07/23 07:25:20.657 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:20.673 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:20.675 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 + [It] should observe PodDisruptionBudget status updated [Conformance] + test/e2e/apps/disruption.go:141 + STEP: Waiting for the pdb to be processed 02/07/23 07:25:20.682 + STEP: Waiting for all pods to be running 02/07/23 07:25:22.765 + Feb 7 07:25:22.778: INFO: running pods: 0 < 3 + Feb 7 07:25:24.786: INFO: running pods: 0 < 3 + Feb 7 07:25:26.785: INFO: running pods: 2 < 3 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 + Feb 7 07:25:28.789: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 + STEP: Destroying namespace "disruption-4117" for this suite. 02/07/23 07:25:28.794 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:374 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:25:28.805 +Feb 7 07:25:28.805: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 07:25:28.808 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:28.82 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:28.824 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:374 +Feb 7 07:25:28.838: INFO: Creating simple daemon set daemon-set +STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 07:25:28.842 +Feb 7 07:25:28.847: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:28.847: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:29.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:29.860: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:30.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:30.857: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:31.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:31.859: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:32.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:32.860: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:33.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:33.857: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:34.862: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:34.862: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:35.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:35.859: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:36.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:36.861: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:37.858: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:37.858: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:38.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:38.861: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:39.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:39.860: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:40.863: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:40.863: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:41.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:41.860: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:42.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:42.860: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:43.862: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:43.862: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:44.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:44.859: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:45.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:45.859: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:46.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:46.861: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:47.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:47.861: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:48.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:25:48.859: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:25:49.858: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:49.858: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:50.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:50.860: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:51.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:51.860: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:52.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:52.861: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:53.862: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:53.862: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:54.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:54.862: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:55.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:55.857: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:56.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:56.861: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:57.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:57.860: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:58.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:58.857: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:25:59.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:25:59.860: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 07:26:00.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 07:26:00.857: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Update daemon pods image. 02/07/23 07:26:00.875 +STEP: Check that daemon pods images are updated. 02/07/23 07:26:00.891 +Feb 7 07:26:00.896: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. +Feb 7 07:26:00.896: INFO: Wrong image for pod: daemon-set-wtlkd. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. +Feb 7 07:26:01.907: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. +Feb 7 07:26:02.907: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. +Feb 7 07:26:03.903: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. +Feb 7 07:26:04.904: INFO: Pod daemon-set-7p4mc is not available +Feb 7 07:26:04.904: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. +Feb 7 07:26:07.907: INFO: Pod daemon-set-vkcvn is not available +STEP: Check that daemon pods are still running on every node of the cluster. 02/07/23 07:26:07.912 +Feb 7 07:26:07.920: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:26:07.920: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:26:08.936: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 07:26:08.936: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +STEP: Deleting DaemonSet "daemon-set" 02/07/23 07:26:08.958 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1666, will wait for the garbage collector to delete the pods 02/07/23 07:26:08.958 +Feb 7 07:26:09.020: INFO: Deleting DaemonSet.extensions daemon-set took: 9.483785ms +Feb 7 07:26:09.120: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.223005ms +Feb 7 07:26:11.123: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:26:11.123: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Feb 7 07:26:11.126: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"4234"},"items":null} + +Feb 7 07:26:11.129: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"4234"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:26:11.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-1666" for this suite. 02/07/23 07:26:11.147 +------------------------------ +• [SLOW TEST] [42.348 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:374 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:25:28.805 + Feb 7 07:25:28.805: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 07:25:28.808 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:25:28.82 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:25:28.824 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should update pod when spec was updated and update strategy is RollingUpdate [Conformance] + test/e2e/apps/daemon_set.go:374 + Feb 7 07:25:28.838: INFO: Creating simple daemon set daemon-set + STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 07:25:28.842 + Feb 7 07:25:28.847: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:28.847: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:29.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:29.860: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:30.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:30.857: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:31.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:31.859: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:32.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:32.860: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:33.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:33.857: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:34.862: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:34.862: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:35.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:35.859: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:36.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:36.861: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:37.858: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:37.858: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:38.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:38.861: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:39.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:39.860: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:40.863: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:40.863: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:41.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:41.860: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:42.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:42.860: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:43.862: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:43.862: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:44.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:44.859: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:45.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:45.859: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:46.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:46.861: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:47.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:47.861: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:48.859: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:25:48.859: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:25:49.858: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:49.858: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:50.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:50.860: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:51.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:51.860: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:52.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:52.861: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:53.862: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:53.862: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:54.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:54.862: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:55.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:55.857: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:56.861: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:56.861: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:57.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:57.860: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:58.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:58.857: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:25:59.860: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:25:59.860: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 07:26:00.857: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 07:26:00.857: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Update daemon pods image. 02/07/23 07:26:00.875 + STEP: Check that daemon pods images are updated. 02/07/23 07:26:00.891 + Feb 7 07:26:00.896: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. + Feb 7 07:26:00.896: INFO: Wrong image for pod: daemon-set-wtlkd. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. + Feb 7 07:26:01.907: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. + Feb 7 07:26:02.907: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. + Feb 7 07:26:03.903: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. + Feb 7 07:26:04.904: INFO: Pod daemon-set-7p4mc is not available + Feb 7 07:26:04.904: INFO: Wrong image for pod: daemon-set-dpz2f. Expected: registry.k8s.io/e2e-test-images/agnhost:2.43, got: registry.k8s.io/e2e-test-images/httpd:2.4.38-4. + Feb 7 07:26:07.907: INFO: Pod daemon-set-vkcvn is not available + STEP: Check that daemon pods are still running on every node of the cluster. 02/07/23 07:26:07.912 + Feb 7 07:26:07.920: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:26:07.920: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:26:08.936: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 07:26:08.936: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + STEP: Deleting DaemonSet "daemon-set" 02/07/23 07:26:08.958 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1666, will wait for the garbage collector to delete the pods 02/07/23 07:26:08.958 + Feb 7 07:26:09.020: INFO: Deleting DaemonSet.extensions daemon-set took: 9.483785ms + Feb 7 07:26:09.120: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.223005ms + Feb 7 07:26:11.123: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:26:11.123: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Feb 7 07:26:11.126: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"4234"},"items":null} + + Feb 7 07:26:11.129: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"4234"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:26:11.142: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-1666" for this suite. 02/07/23 07:26:11.147 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-apps] ReplicaSet + should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +[BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:26:11.155 +Feb 7 07:26:11.155: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replicaset 02/07/23 07:26:11.157 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:26:11.17 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:26:11.173 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 +[It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 +STEP: Create a Replicaset 02/07/23 07:26:11.18 +STEP: Verify that the required pods have come up. 02/07/23 07:26:11.184 +Feb 7 07:26:11.190: INFO: Pod name sample-pod: Found 0 pods out of 1 +Feb 7 07:26:16.194: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 02/07/23 07:26:16.194 +STEP: Getting /status 02/07/23 07:26:16.195 +Feb 7 07:26:16.199: INFO: Replicaset test-rs has Conditions: [] +STEP: updating the Replicaset Status 02/07/23 07:26:16.199 +Feb 7 07:26:16.210: INFO: updatedStatus.Conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the ReplicaSet status to be updated 02/07/23 07:26:16.21 +Feb 7 07:26:16.213: INFO: Observed &ReplicaSet event: ADDED +Feb 7 07:26:16.213: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.213: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.214: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.214: INFO: Found replicaset test-rs in namespace replicaset-9550 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Feb 7 07:26:16.214: INFO: Replicaset test-rs has an updated status +STEP: patching the Replicaset Status 02/07/23 07:26:16.214 +Feb 7 07:26:16.214: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Feb 7 07:26:16.219: INFO: Patched status conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} +STEP: watching for the Replicaset status to be patched 02/07/23 07:26:16.219 +Feb 7 07:26:16.222: INFO: Observed &ReplicaSet event: ADDED +Feb 7 07:26:16.222: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.222: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.223: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.223: INFO: Observed replicaset test-rs in namespace replicaset-9550 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Feb 7 07:26:16.223: INFO: Observed &ReplicaSet event: MODIFIED +Feb 7 07:26:16.223: INFO: Found replicaset test-rs in namespace replicaset-9550 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } +Feb 7 07:26:16.223: INFO: Replicaset test-rs has a patched status +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:26:16.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 +STEP: Destroying namespace "replicaset-9550" for this suite. 02/07/23 07:26:16.227 +------------------------------ +• [SLOW TEST] [5.076 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:26:11.155 + Feb 7 07:26:11.155: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replicaset 02/07/23 07:26:11.157 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:26:11.17 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:26:11.173 + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 + [It] should validate Replicaset Status endpoints [Conformance] + test/e2e/apps/replica_set.go:176 + STEP: Create a Replicaset 02/07/23 07:26:11.18 + STEP: Verify that the required pods have come up. 02/07/23 07:26:11.184 + Feb 7 07:26:11.190: INFO: Pod name sample-pod: Found 0 pods out of 1 + Feb 7 07:26:16.194: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 02/07/23 07:26:16.194 + STEP: Getting /status 02/07/23 07:26:16.195 + Feb 7 07:26:16.199: INFO: Replicaset test-rs has Conditions: [] + STEP: updating the Replicaset Status 02/07/23 07:26:16.199 + Feb 7 07:26:16.210: INFO: updatedStatus.Conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the ReplicaSet status to be updated 02/07/23 07:26:16.21 + Feb 7 07:26:16.213: INFO: Observed &ReplicaSet event: ADDED + Feb 7 07:26:16.213: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.213: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.214: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.214: INFO: Found replicaset test-rs in namespace replicaset-9550 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Feb 7 07:26:16.214: INFO: Replicaset test-rs has an updated status + STEP: patching the Replicaset Status 02/07/23 07:26:16.214 + Feb 7 07:26:16.214: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Feb 7 07:26:16.219: INFO: Patched status conditions: []v1.ReplicaSetCondition{v1.ReplicaSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} + STEP: watching for the Replicaset status to be patched 02/07/23 07:26:16.219 + Feb 7 07:26:16.222: INFO: Observed &ReplicaSet event: ADDED + Feb 7 07:26:16.222: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.222: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.223: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.223: INFO: Observed replicaset test-rs in namespace replicaset-9550 with annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Feb 7 07:26:16.223: INFO: Observed &ReplicaSet event: MODIFIED + Feb 7 07:26:16.223: INFO: Found replicaset test-rs in namespace replicaset-9550 with labels: map[name:sample-pod pod:httpd] annotations: map[] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC } + Feb 7 07:26:16.223: INFO: Replicaset test-rs has a patched status + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:26:16.223: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 + STEP: Destroying namespace "replicaset-9550" for this suite. 02/07/23 07:26:16.227 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Security Context + should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:129 +[BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:26:16.231 +Feb 7 07:26:16.231: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename security-context 02/07/23 07:26:16.232 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:26:16.244 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:26:16.248 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 +[It] should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:129 +STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 02/07/23 07:26:16.252 +Feb 7 07:26:16.262: INFO: Waiting up to 5m0s for pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404" in namespace "security-context-6874" to be "Succeeded or Failed" +Feb 7 07:26:16.267: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404": Phase="Pending", Reason="", readiness=false. Elapsed: 4.340677ms +Feb 7 07:26:18.274: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012066661s +Feb 7 07:26:20.273: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010533438s +STEP: Saw pod success 02/07/23 07:26:20.273 +Feb 7 07:26:20.273: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404" satisfied condition "Succeeded or Failed" +Feb 7 07:26:20.278: INFO: Trying to get logs from node node2 pod security-context-47c620ff-4bf7-4986-806d-8f321ffa1404 container test-container: +STEP: delete the pod 02/07/23 07:26:20.288 +Feb 7 07:26:20.304: INFO: Waiting for pod security-context-47c620ff-4bf7-4986-806d-8f321ffa1404 to disappear +Feb 7 07:26:20.306: INFO: Pod security-context-47c620ff-4bf7-4986-806d-8f321ffa1404 no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 +Feb 7 07:26:20.306: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 +STEP: Destroying namespace "security-context-6874" for this suite. 02/07/23 07:26:20.31 +------------------------------ +• [4.083 seconds] +[sig-node] Security Context +test/e2e/node/framework.go:23 + should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:26:16.231 + Feb 7 07:26:16.231: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename security-context 02/07/23 07:26:16.232 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:26:16.244 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:26:16.248 + [BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 + [It] should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:129 + STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 02/07/23 07:26:16.252 + Feb 7 07:26:16.262: INFO: Waiting up to 5m0s for pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404" in namespace "security-context-6874" to be "Succeeded or Failed" + Feb 7 07:26:16.267: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404": Phase="Pending", Reason="", readiness=false. Elapsed: 4.340677ms + Feb 7 07:26:18.274: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012066661s + Feb 7 07:26:20.273: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010533438s + STEP: Saw pod success 02/07/23 07:26:20.273 + Feb 7 07:26:20.273: INFO: Pod "security-context-47c620ff-4bf7-4986-806d-8f321ffa1404" satisfied condition "Succeeded or Failed" + Feb 7 07:26:20.278: INFO: Trying to get logs from node node2 pod security-context-47c620ff-4bf7-4986-806d-8f321ffa1404 container test-container: + STEP: delete the pod 02/07/23 07:26:20.288 + Feb 7 07:26:20.304: INFO: Waiting for pod security-context-47c620ff-4bf7-4986-806d-8f321ffa1404 to disappear + Feb 7 07:26:20.306: INFO: Pod security-context-47c620ff-4bf7-4986-806d-8f321ffa1404 no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 + Feb 7 07:26:20.306: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 + STEP: Destroying namespace "security-context-6874" for this suite. 02/07/23 07:26:20.31 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Variable Expansion + should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:297 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:26:20.314 +Feb 7 07:26:20.315: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 07:26:20.316 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:26:20.326 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:26:20.329 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:297 +STEP: creating the pod 02/07/23 07:26:20.332 +STEP: waiting for pod running 02/07/23 07:26:20.341 +Feb 7 07:26:20.341: INFO: Waiting up to 2m0s for pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" in namespace "var-expansion-9134" to be "running" +Feb 7 07:26:20.346: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Pending", Reason="", readiness=false. Elapsed: 5.215202ms +Feb 7 07:26:22.353: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012036975s +Feb 7 07:26:24.354: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013326481s +Feb 7 07:26:26.353: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Running", Reason="", readiness=true. Elapsed: 6.01229978s +Feb 7 07:26:26.353: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" satisfied condition "running" +STEP: creating a file in subpath 02/07/23 07:26:26.353 +Feb 7 07:26:26.359: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-9134 PodName:var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 07:26:26.359: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:26:26.361: INFO: ExecWithOptions: Clientset creation +Feb 7 07:26:26.361: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/var-expansion-9134/pods/var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b/exec?command=%2Fbin%2Fsh&command=-c&command=touch+%2Fvolume_mount%2Fmypath%2Ffoo%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) +STEP: test for file in mounted path 02/07/23 07:26:26.44 +Feb 7 07:26:26.551: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-9134 PodName:var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 07:26:26.551: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:26:26.552: INFO: ExecWithOptions: Clientset creation +Feb 7 07:26:26.552: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/var-expansion-9134/pods/var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b/exec?command=%2Fbin%2Fsh&command=-c&command=test+-f+%2Fsubpath_mount%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) +STEP: updating the annotation value 02/07/23 07:26:26.626 +Feb 7 07:26:27.147: INFO: Successfully updated pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" +STEP: waiting for annotated pod running 02/07/23 07:26:27.147 +Feb 7 07:26:27.147: INFO: Waiting up to 2m0s for pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" in namespace "var-expansion-9134" to be "running" +Feb 7 07:26:27.153: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Running", Reason="", readiness=true. Elapsed: 5.591852ms +Feb 7 07:26:27.153: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" satisfied condition "running" +STEP: deleting the pod gracefully 02/07/23 07:26:27.153 +Feb 7 07:26:27.153: INFO: Deleting pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" in namespace "var-expansion-9134" +Feb 7 07:26:27.206: INFO: Wait up to 5m0s for pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:01.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-9134" for this suite. 02/07/23 07:27:01.226 +------------------------------ +• [SLOW TEST] [40.920 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:297 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:26:20.314 + Feb 7 07:26:20.315: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 07:26:20.316 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:26:20.326 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:26:20.329 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should succeed in writing subpaths in container [Slow] [Conformance] + test/e2e/common/node/expansion.go:297 + STEP: creating the pod 02/07/23 07:26:20.332 + STEP: waiting for pod running 02/07/23 07:26:20.341 + Feb 7 07:26:20.341: INFO: Waiting up to 2m0s for pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" in namespace "var-expansion-9134" to be "running" + Feb 7 07:26:20.346: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Pending", Reason="", readiness=false. Elapsed: 5.215202ms + Feb 7 07:26:22.353: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012036975s + Feb 7 07:26:24.354: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013326481s + Feb 7 07:26:26.353: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Running", Reason="", readiness=true. Elapsed: 6.01229978s + Feb 7 07:26:26.353: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" satisfied condition "running" + STEP: creating a file in subpath 02/07/23 07:26:26.353 + Feb 7 07:26:26.359: INFO: ExecWithOptions {Command:[/bin/sh -c touch /volume_mount/mypath/foo/test.log] Namespace:var-expansion-9134 PodName:var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 07:26:26.359: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:26:26.361: INFO: ExecWithOptions: Clientset creation + Feb 7 07:26:26.361: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/var-expansion-9134/pods/var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b/exec?command=%2Fbin%2Fsh&command=-c&command=touch+%2Fvolume_mount%2Fmypath%2Ffoo%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) + STEP: test for file in mounted path 02/07/23 07:26:26.44 + Feb 7 07:26:26.551: INFO: ExecWithOptions {Command:[/bin/sh -c test -f /subpath_mount/test.log] Namespace:var-expansion-9134 PodName:var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b ContainerName:dapi-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 07:26:26.551: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:26:26.552: INFO: ExecWithOptions: Clientset creation + Feb 7 07:26:26.552: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/var-expansion-9134/pods/var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b/exec?command=%2Fbin%2Fsh&command=-c&command=test+-f+%2Fsubpath_mount%2Ftest.log&container=dapi-container&container=dapi-container&stderr=true&stdout=true) + STEP: updating the annotation value 02/07/23 07:26:26.626 + Feb 7 07:26:27.147: INFO: Successfully updated pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" + STEP: waiting for annotated pod running 02/07/23 07:26:27.147 + Feb 7 07:26:27.147: INFO: Waiting up to 2m0s for pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" in namespace "var-expansion-9134" to be "running" + Feb 7 07:26:27.153: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b": Phase="Running", Reason="", readiness=true. Elapsed: 5.591852ms + Feb 7 07:26:27.153: INFO: Pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" satisfied condition "running" + STEP: deleting the pod gracefully 02/07/23 07:26:27.153 + Feb 7 07:26:27.153: INFO: Deleting pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" in namespace "var-expansion-9134" + Feb 7 07:26:27.206: INFO: Wait up to 5m0s for pod "var-expansion-0851d5dc-a00f-44c0-9d66-3585e05c3d2b" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:01.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-9134" for this suite. 02/07/23 07:27:01.226 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:124 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:01.236 +Feb 7 07:27:01.236: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:27:01.238 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:01.296 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:01.302 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:124 +STEP: Creating configMap with name configmap-test-upd-61b7a4d0-6de1-4273-bf4d-2c47940a6a70 02/07/23 07:27:01.314 +STEP: Creating the pod 02/07/23 07:27:01.321 +Feb 7 07:27:01.329: INFO: Waiting up to 5m0s for pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419" in namespace "configmap-5206" to be "running and ready" +Feb 7 07:27:01.331: INFO: Pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419": Phase="Pending", Reason="", readiness=false. Elapsed: 2.399627ms +Feb 7 07:27:01.331: INFO: The phase of Pod pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:27:03.338: INFO: Pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419": Phase="Running", Reason="", readiness=true. Elapsed: 2.008847162s +Feb 7 07:27:03.338: INFO: The phase of Pod pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419 is Running (Ready = true) +Feb 7 07:27:03.338: INFO: Pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419" satisfied condition "running and ready" +STEP: Updating configmap configmap-test-upd-61b7a4d0-6de1-4273-bf4d-2c47940a6a70 02/07/23 07:27:03.351 +STEP: waiting to observe update in volume 02/07/23 07:27:03.356 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:05.378: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-5206" for this suite. 02/07/23 07:27:05.384 +------------------------------ +• [4.156 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:01.236 + Feb 7 07:27:01.236: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:27:01.238 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:01.296 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:01.302 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:124 + STEP: Creating configMap with name configmap-test-upd-61b7a4d0-6de1-4273-bf4d-2c47940a6a70 02/07/23 07:27:01.314 + STEP: Creating the pod 02/07/23 07:27:01.321 + Feb 7 07:27:01.329: INFO: Waiting up to 5m0s for pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419" in namespace "configmap-5206" to be "running and ready" + Feb 7 07:27:01.331: INFO: Pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419": Phase="Pending", Reason="", readiness=false. Elapsed: 2.399627ms + Feb 7 07:27:01.331: INFO: The phase of Pod pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:27:03.338: INFO: Pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419": Phase="Running", Reason="", readiness=true. Elapsed: 2.008847162s + Feb 7 07:27:03.338: INFO: The phase of Pod pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419 is Running (Ready = true) + Feb 7 07:27:03.338: INFO: Pod "pod-configmaps-ce344bc4-32e7-4635-a4b0-dde8abedf419" satisfied condition "running and ready" + STEP: Updating configmap configmap-test-upd-61b7a4d0-6de1-4273-bf4d-2c47940a6a70 02/07/23 07:27:03.351 + STEP: waiting to observe update in volume 02/07/23 07:27:03.356 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:05.378: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-5206" for this suite. 02/07/23 07:27:05.384 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + should be able to convert from CR v1 to CR v2 [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:149 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:05.393 +Feb 7 07:27:05.393: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-webhook 02/07/23 07:27:05.395 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:05.464 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:05.467 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 02/07/23 07:27:05.471 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 02/07/23 07:27:06.062 +STEP: Deploying the custom resource conversion webhook pod 02/07/23 07:27:06.072 +STEP: Wait for the deployment to be ready 02/07/23 07:27:06.082 +Feb 7 07:27:06.089: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:27:08.104 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:27:08.113 +Feb 7 07:27:09.113: INFO: Waiting for amount of service:e2e-test-crd-conversion-webhook endpoints to be 1 +[It] should be able to convert from CR v1 to CR v2 [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:149 +Feb 7 07:27:09.120: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Creating a v1 custom resource 02/07/23 07:27:11.76 +STEP: v2 custom resource should be converted 02/07/23 07:27:11.766 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:12.293: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-webhook-4226" for this suite. 02/07/23 07:27:12.336 +------------------------------ +• [SLOW TEST] [6.947 seconds] +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to convert from CR v1 to CR v2 [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:149 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:05.393 + Feb 7 07:27:05.393: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-webhook 02/07/23 07:27:05.395 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:05.464 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:05.467 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 02/07/23 07:27:05.471 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 02/07/23 07:27:06.062 + STEP: Deploying the custom resource conversion webhook pod 02/07/23 07:27:06.072 + STEP: Wait for the deployment to be ready 02/07/23 07:27:06.082 + Feb 7 07:27:06.089: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:27:08.104 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:27:08.113 + Feb 7 07:27:09.113: INFO: Waiting for amount of service:e2e-test-crd-conversion-webhook endpoints to be 1 + [It] should be able to convert from CR v1 to CR v2 [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:149 + Feb 7 07:27:09.120: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Creating a v1 custom resource 02/07/23 07:27:11.76 + STEP: v2 custom resource should be converted 02/07/23 07:27:11.766 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:12.293: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-webhook-4226" for this suite. 02/07/23 07:27:12.336 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:508 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:12.343 +Feb 7 07:27:12.343: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:27:12.344 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:12.353 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:12.355 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:27:12.367 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:27:12.738 +STEP: Deploying the webhook pod 02/07/23 07:27:12.743 +STEP: Wait for the deployment to be ready 02/07/23 07:27:12.752 +Feb 7 07:27:12.760: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:27:14.778 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:27:14.794 +Feb 7 07:27:15.795: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:508 +STEP: Creating a mutating webhook configuration 02/07/23 07:27:15.801 +STEP: Updating a mutating webhook configuration's rules to not include the create operation 02/07/23 07:27:15.834 +STEP: Creating a configMap that should not be mutated 02/07/23 07:27:15.845 +STEP: Patching a mutating webhook configuration's rules to include the create operation 02/07/23 07:27:15.857 +STEP: Creating a configMap that should be mutated 02/07/23 07:27:15.865 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:15.893: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-8664" for this suite. 02/07/23 07:27:15.931 +STEP: Destroying namespace "webhook-8664-markers" for this suite. 02/07/23 07:27:15.934 +------------------------------ +• [3.597 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:508 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:12.343 + Feb 7 07:27:12.343: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:27:12.344 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:12.353 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:12.355 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:27:12.367 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:27:12.738 + STEP: Deploying the webhook pod 02/07/23 07:27:12.743 + STEP: Wait for the deployment to be ready 02/07/23 07:27:12.752 + Feb 7 07:27:12.760: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:27:14.778 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:27:14.794 + Feb 7 07:27:15.795: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] patching/updating a mutating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:508 + STEP: Creating a mutating webhook configuration 02/07/23 07:27:15.801 + STEP: Updating a mutating webhook configuration's rules to not include the create operation 02/07/23 07:27:15.834 + STEP: Creating a configMap that should not be mutated 02/07/23 07:27:15.845 + STEP: Patching a mutating webhook configuration's rules to include the create operation 02/07/23 07:27:15.857 + STEP: Creating a configMap that should be mutated 02/07/23 07:27:15.865 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:15.893: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-8664" for this suite. 02/07/23 07:27:15.931 + STEP: Destroying namespace "webhook-8664-markers" for this suite. 02/07/23 07:27:15.934 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:413 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:15.94 +Feb 7 07:27:15.940: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:27:15.941 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:15.95 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:15.953 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:27:15.963 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:27:16.15 +STEP: Deploying the webhook pod 02/07/23 07:27:16.155 +STEP: Wait for the deployment to be ready 02/07/23 07:27:16.167 +Feb 7 07:27:16.178: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:27:18.189 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:27:18.197 +Feb 7 07:27:19.197: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:413 +STEP: Creating a validating webhook configuration 02/07/23 07:27:19.203 +STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:27:20.233 +STEP: Updating a validating webhook configuration's rules to not include the create operation 02/07/23 07:27:20.248 +STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:27:20.259 +STEP: Patching a validating webhook configuration's rules to include the create operation 02/07/23 07:27:20.268 +STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:27:20.277 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:20.286: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-8387" for this suite. 02/07/23 07:27:20.333 +STEP: Destroying namespace "webhook-8387-markers" for this suite. 02/07/23 07:27:20.339 +------------------------------ +• [4.409 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:413 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:15.94 + Feb 7 07:27:15.940: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:27:15.941 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:15.95 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:15.953 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:27:15.963 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:27:16.15 + STEP: Deploying the webhook pod 02/07/23 07:27:16.155 + STEP: Wait for the deployment to be ready 02/07/23 07:27:16.167 + Feb 7 07:27:16.178: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:27:18.189 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:27:18.197 + Feb 7 07:27:19.197: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] patching/updating a validating webhook should work [Conformance] + test/e2e/apimachinery/webhook.go:413 + STEP: Creating a validating webhook configuration 02/07/23 07:27:19.203 + STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:27:20.233 + STEP: Updating a validating webhook configuration's rules to not include the create operation 02/07/23 07:27:20.248 + STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:27:20.259 + STEP: Patching a validating webhook configuration's rules to include the create operation 02/07/23 07:27:20.268 + STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:27:20.277 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:20.286: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-8387" for this suite. 02/07/23 07:27:20.333 + STEP: Destroying namespace "webhook-8387-markers" for this suite. 02/07/23 07:27:20.339 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-node] Probing container + with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:72 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:20.349 +Feb 7 07:27:20.349: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 07:27:20.35 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:20.359 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:20.363 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:72 +Feb 7 07:27:20.370: INFO: Waiting up to 5m0s for pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee" in namespace "container-probe-3970" to be "running and ready" +Feb 7 07:27:20.372: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.414843ms +Feb 7 07:27:20.372: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:27:22.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 2.008698669s +Feb 7 07:27:22.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:24.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 4.009593143s +Feb 7 07:27:24.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:26.414: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 6.043665528s +Feb 7 07:27:26.414: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:28.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 8.00968742s +Feb 7 07:27:28.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:30.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 10.009601744s +Feb 7 07:27:30.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:32.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 12.008568624s +Feb 7 07:27:32.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:34.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 14.009911134s +Feb 7 07:27:34.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:36.381: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 16.011178743s +Feb 7 07:27:36.381: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:38.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 18.008876714s +Feb 7 07:27:38.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:40.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 20.008804538s +Feb 7 07:27:40.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) +Feb 7 07:27:42.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=true. Elapsed: 22.010367254s +Feb 7 07:27:42.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = true) +Feb 7 07:27:42.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee" satisfied condition "running and ready" +Feb 7 07:27:42.386: INFO: Container started at 2023-02-07 07:27:21 +0000 UTC, pod became ready at 2023-02-07 07:27:40 +0000 UTC +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:42.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-3970" for this suite. 02/07/23 07:27:42.392 +------------------------------ +• [SLOW TEST] [22.051 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:20.349 + Feb 7 07:27:20.349: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 07:27:20.35 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:20.359 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:20.363 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:72 + Feb 7 07:27:20.370: INFO: Waiting up to 5m0s for pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee" in namespace "container-probe-3970" to be "running and ready" + Feb 7 07:27:20.372: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.414843ms + Feb 7 07:27:20.372: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:27:22.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 2.008698669s + Feb 7 07:27:22.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:24.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 4.009593143s + Feb 7 07:27:24.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:26.414: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 6.043665528s + Feb 7 07:27:26.414: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:28.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 8.00968742s + Feb 7 07:27:28.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:30.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 10.009601744s + Feb 7 07:27:30.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:32.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 12.008568624s + Feb 7 07:27:32.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:34.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 14.009911134s + Feb 7 07:27:34.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:36.381: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 16.011178743s + Feb 7 07:27:36.381: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:38.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 18.008876714s + Feb 7 07:27:38.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:40.379: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=false. Elapsed: 20.008804538s + Feb 7 07:27:40.379: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = false) + Feb 7 07:27:42.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee": Phase="Running", Reason="", readiness=true. Elapsed: 22.010367254s + Feb 7 07:27:42.380: INFO: The phase of Pod test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee is Running (Ready = true) + Feb 7 07:27:42.380: INFO: Pod "test-webserver-0460016b-9e67-4c39-b9ae-e6a0fd277aee" satisfied condition "running and ready" + Feb 7 07:27:42.386: INFO: Container started at 2023-02-07 07:27:21 +0000 UTC, pod became ready at 2023-02-07 07:27:40 +0000 UTC + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:42.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-3970" for this suite. 02/07/23 07:27:42.392 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:194 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:42.401 +Feb 7 07:27:42.401: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 07:27:42.403 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:42.421 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:42.425 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:194 +Feb 7 07:27:42.440: INFO: Creating daemon "daemon-set" with a node selector +STEP: Initially, daemon pods should not be running on any nodes. 02/07/23 07:27:42.444 +Feb 7 07:27:42.447: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:42.447: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +STEP: Change node label to blue, check that daemon pod is launched. 02/07/23 07:27:42.447 +Feb 7 07:27:42.472: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:42.472: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:27:43.479: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:27:43.479: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set +STEP: Update the node label to green, and wait for daemons to be unscheduled 02/07/23 07:27:43.484 +Feb 7 07:27:43.511: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:27:43.511: INFO: Number of running nodes: 0, number of available pods: 1 in daemonset daemon-set +Feb 7 07:27:44.517: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:44.517: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +STEP: Update DaemonSet node selector to green, and change its update strategy to RollingUpdate 02/07/23 07:27:44.517 +Feb 7 07:27:44.532: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:44.533: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:27:45.539: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:45.539: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:27:46.538: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:46.539: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 07:27:47.536: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 07:27:47.536: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +STEP: Deleting DaemonSet "daemon-set" 02/07/23 07:27:47.545 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1365, will wait for the garbage collector to delete the pods 02/07/23 07:27:47.545 +Feb 7 07:27:47.609: INFO: Deleting DaemonSet.extensions daemon-set took: 9.277245ms +Feb 7 07:27:47.709: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.444071ms +Feb 7 07:27:50.513: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 07:27:50.513: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Feb 7 07:27:50.516: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"4880"},"items":null} + +Feb 7 07:27:50.518: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"4880"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:50.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-1365" for this suite. 02/07/23 07:27:50.549 +------------------------------ +• [SLOW TEST] [8.152 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:194 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:42.401 + Feb 7 07:27:42.401: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 07:27:42.403 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:42.421 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:42.425 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should run and stop complex daemon [Conformance] + test/e2e/apps/daemon_set.go:194 + Feb 7 07:27:42.440: INFO: Creating daemon "daemon-set" with a node selector + STEP: Initially, daemon pods should not be running on any nodes. 02/07/23 07:27:42.444 + Feb 7 07:27:42.447: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:42.447: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + STEP: Change node label to blue, check that daemon pod is launched. 02/07/23 07:27:42.447 + Feb 7 07:27:42.472: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:42.472: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:27:43.479: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:27:43.479: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set + STEP: Update the node label to green, and wait for daemons to be unscheduled 02/07/23 07:27:43.484 + Feb 7 07:27:43.511: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:27:43.511: INFO: Number of running nodes: 0, number of available pods: 1 in daemonset daemon-set + Feb 7 07:27:44.517: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:44.517: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + STEP: Update DaemonSet node selector to green, and change its update strategy to RollingUpdate 02/07/23 07:27:44.517 + Feb 7 07:27:44.532: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:44.533: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:27:45.539: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:45.539: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:27:46.538: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:46.539: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 07:27:47.536: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 07:27:47.536: INFO: Number of running nodes: 1, number of available pods: 1 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + STEP: Deleting DaemonSet "daemon-set" 02/07/23 07:27:47.545 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-1365, will wait for the garbage collector to delete the pods 02/07/23 07:27:47.545 + Feb 7 07:27:47.609: INFO: Deleting DaemonSet.extensions daemon-set took: 9.277245ms + Feb 7 07:27:47.709: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.444071ms + Feb 7 07:27:50.513: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 07:27:50.513: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Feb 7 07:27:50.516: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"4880"},"items":null} + + Feb 7 07:27:50.518: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"4880"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:50.545: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-1365" for this suite. 02/07/23 07:27:50.549 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-network] Proxy version v1 + should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +[BeforeEach] version v1 + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:50.554 +Feb 7 07:27:50.554: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename proxy 02/07/23 07:27:50.556 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:50.568 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:50.571 +[BeforeEach] version v1 + test/e2e/framework/metrics/init/init.go:31 +[It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 +STEP: starting an echo server on multiple ports 02/07/23 07:27:50.583 +STEP: creating replication controller proxy-service-rfgxx in namespace proxy-1349 02/07/23 07:27:50.583 +I0207 07:27:50.589541 20 runners.go:193] Created replication controller with name: proxy-service-rfgxx, namespace: proxy-1349, replica count: 1 +I0207 07:27:51.641181 20 runners.go:193] proxy-service-rfgxx Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 07:27:52.642098 20 runners.go:193] proxy-service-rfgxx Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 07:27:52.644: INFO: setup took 2.07078053s, starting test cases +STEP: running 16 cases, 20 attempts per case, 320 total attempts 02/07/23 07:27:52.645 +Feb 7 07:27:52.662: INFO: (0) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 16.153923ms) +Feb 7 07:27:52.663: INFO: (0) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 17.374287ms) +Feb 7 07:27:52.663: INFO: (0) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 17.537986ms) +Feb 7 07:27:52.665: INFO: (0) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 19.784221ms) +Feb 7 07:27:52.666: INFO: (0) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 19.909851ms) +Feb 7 07:27:52.666: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 20.206104ms) +Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 21.388004ms) +Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 22.084028ms) +Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 21.413613ms) +Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 21.614608ms) +Feb 7 07:27:52.668: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 22.473684ms) +Feb 7 07:27:52.670: INFO: (0) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 7.371462ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.218572ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.363302ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.361626ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 7.593657ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.277348ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.262259ms) +Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 7.558862ms) +Feb 7 07:27:52.681: INFO: (1) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 8.252463ms) +Feb 7 07:27:52.681: INFO: (1) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.061908ms) +Feb 7 07:27:52.686: INFO: (2) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.497804ms) +Feb 7 07:27:52.686: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 4.860247ms) +Feb 7 07:27:52.686: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 4.779895ms) +Feb 7 07:27:52.687: INFO: (2) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.201679ms) +Feb 7 07:27:52.687: INFO: (2) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 5.145589ms) +Feb 7 07:27:52.687: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 6.137175ms) +Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 5.968067ms) +Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.011514ms) +Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.227063ms) +Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 9.256049ms) +Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 9.348925ms) +Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 9.61155ms) +Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 9.379662ms) +Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 9.388266ms) +Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 9.595356ms) +Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 8.1449ms) +Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.0984ms) +Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.097134ms) +Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 8.455126ms) +Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 8.179784ms) +Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 8.212409ms) +Feb 7 07:27:52.710: INFO: (4) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 8.788321ms) +Feb 7 07:27:52.710: INFO: (4) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test (200; 6.293132ms) +Feb 7 07:27:52.719: INFO: (5) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.388623ms) +Feb 7 07:27:52.719: INFO: (5) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.363391ms) +Feb 7 07:27:52.720: INFO: (5) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.221862ms) +Feb 7 07:27:52.720: INFO: (5) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 6.715551ms) +Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.64354ms) +Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.644899ms) +Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 8.391532ms) +Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 8.411461ms) +Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 8.428556ms) +Feb 7 07:27:52.722: INFO: (5) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 10.370098ms) +Feb 7 07:27:52.729: INFO: (6) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 5.736445ms) +Feb 7 07:27:52.729: INFO: (6) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.350554ms) +Feb 7 07:27:52.729: INFO: (6) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.867273ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.56295ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 7.552177ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 7.703125ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.545779ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.482383ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 8.003855ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.905046ms) +Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.992205ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 3.826309ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 5.690501ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 5.577917ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 4.134112ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 4.850212ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.400559ms) +Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.692651ms) +Feb 7 07:27:52.738: INFO: (7) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 6.192076ms) +Feb 7 07:27:52.738: INFO: (7) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 5.934164ms) +Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.500708ms) +Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.172702ms) +Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 5.523486ms) +Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.93897ms) +Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.918503ms) +Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 7.880075ms) +Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.081389ms) +Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.019069ms) +Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.767181ms) +Feb 7 07:27:52.748: INFO: (8) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 7.012725ms) +Feb 7 07:27:52.748: INFO: (8) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.100248ms) +Feb 7 07:27:52.748: INFO: (8) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 8.296378ms) +Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 4.804807ms) +Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 4.571813ms) +Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.132264ms) +Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test (200; 6.186387ms) +Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 6.706511ms) +Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 6.655314ms) +Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.999233ms) +Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.472692ms) +Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 6.191763ms) +Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.501011ms) +Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 6.138684ms) +Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.262639ms) +Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 6.869208ms) +Feb 7 07:27:52.764: INFO: (10) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 8.72958ms) +Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 8.876304ms) +Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.43522ms) +Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.824615ms) +Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 9.216753ms) +Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 9.582714ms) +Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 9.373807ms) +Feb 7 07:27:52.768: INFO: (10) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 12.066735ms) +Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 12.727976ms) +Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 12.844507ms) +Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 12.67261ms) +Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 13.198974ms) +Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 13.425598ms) +Feb 7 07:27:52.774: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.322683ms) +Feb 7 07:27:52.777: INFO: (11) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 7.623693ms) +Feb 7 07:27:52.777: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 7.22722ms) +Feb 7 07:27:52.777: INFO: (11) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 7.938804ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.219874ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.221616ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.214379ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 7.489522ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.936102ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 7.587647ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 8.173336ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.723368ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.424693ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 8.559324ms) +Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.829541ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.07624ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 6.475395ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.605355ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.831811ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.543381ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.400643ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.761596ms) +Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 6.388795ms) +Feb 7 07:27:52.786: INFO: (12) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.860986ms) +Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 8.515951ms) +Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 8.581929ms) +Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 8.747202ms) +Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 8.463372ms) +Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.453865ms) +Feb 7 07:27:52.788: INFO: (12) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 9.989536ms) +Feb 7 07:27:52.791: INFO: (13) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 2.910339ms) +Feb 7 07:27:52.791: INFO: (13) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 4.951841ms) +Feb 7 07:27:52.793: INFO: (13) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 4.867542ms) +Feb 7 07:27:52.793: INFO: (13) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.361184ms) +Feb 7 07:27:52.793: INFO: (13) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 4.937325ms) +Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.006073ms) +Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 5.595089ms) +Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.698212ms) +Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 5.993195ms) +Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 6.307875ms) +Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 6.052722ms) +Feb 7 07:27:52.795: INFO: (13) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.862699ms) +Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.308771ms) +Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.127987ms) +Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.788484ms) +Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 13.81562ms) +Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 15.698964ms) +Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 14.988817ms) +Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 15.174541ms) +Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 15.087551ms) +Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 15.062226ms) +Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 15.181226ms) +Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 15.073825ms) +Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 15.160598ms) +Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.991507ms) +Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.81379ms) +Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.440436ms) +Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.402563ms) +Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 7.387288ms) +Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.145894ms) +Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.08607ms) +Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 8.44847ms) +Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 8.776244ms) +Feb 7 07:27:52.821: INFO: (15) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 9.263486ms) +Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 9.740647ms) +Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 9.693643ms) +Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 9.825263ms) +Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 9.959173ms) +Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 9.808159ms) +Feb 7 07:27:52.824: INFO: (16) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 2.182405ms) +Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.590549ms) +Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.737994ms) +Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.625871ms) +Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.752108ms) +Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 5.926466ms) +Feb 7 07:27:52.829: INFO: (16) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test (200; 7.245711ms) +Feb 7 07:27:52.830: INFO: (16) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 7.301854ms) +Feb 7 07:27:52.830: INFO: (16) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.706618ms) +Feb 7 07:27:52.830: INFO: (16) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.616373ms) +Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 9.689155ms) +Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 9.850512ms) +Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 9.638044ms) +Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 9.88372ms) +Feb 7 07:27:52.836: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 2.94616ms) +Feb 7 07:27:52.838: INFO: (17) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 4.896465ms) +Feb 7 07:27:52.838: INFO: (17) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 5.614315ms) +Feb 7 07:27:52.838: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 5.031398ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.400506ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 5.410935ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.793439ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.199967ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 6.62419ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 6.937518ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.916596ms) +Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 5.427475ms) +Feb 7 07:27:52.846: INFO: (18) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 5.872984ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.239377ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 6.1624ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 6.413425ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.496875ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.818934ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.744812ms) +Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 6.812557ms) +Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.491836ms) +Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.314523ms) +Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.307945ms) +Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 7.380461ms) +Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.624063ms) +Feb 7 07:27:52.850: INFO: (19) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.316583ms) +Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.731361ms) +Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 6.988034ms) +Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 6.954773ms) +Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 7.085966ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 6.98792ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.06383ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.064752ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.995619ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.277445ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.580623ms) +Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.708408ms) +Feb 7 07:27:52.857: INFO: (19) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 8.167992ms) +STEP: deleting ReplicationController proxy-service-rfgxx in namespace proxy-1349, will wait for the garbage collector to delete the pods 02/07/23 07:27:52.857 +Feb 7 07:27:52.920: INFO: Deleting ReplicationController proxy-service-rfgxx took: 10.631055ms +Feb 7 07:27:53.021: INFO: Terminating ReplicationController proxy-service-rfgxx pods took: 100.625523ms +[AfterEach] version v1 + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:55.422: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] version v1 + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] version v1 + dump namespaces | framework.go:196 +[DeferCleanup (Each)] version v1 + tear down framework | framework.go:193 +STEP: Destroying namespace "proxy-1349" for this suite. 02/07/23 07:27:55.428 +------------------------------ +• [4.879 seconds] +[sig-network] Proxy +test/e2e/network/common/framework.go:23 + version v1 + test/e2e/network/proxy.go:74 + should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] version v1 + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:50.554 + Feb 7 07:27:50.554: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename proxy 02/07/23 07:27:50.556 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:50.568 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:50.571 + [BeforeEach] version v1 + test/e2e/framework/metrics/init/init.go:31 + [It] should proxy through a service and a pod [Conformance] + test/e2e/network/proxy.go:101 + STEP: starting an echo server on multiple ports 02/07/23 07:27:50.583 + STEP: creating replication controller proxy-service-rfgxx in namespace proxy-1349 02/07/23 07:27:50.583 + I0207 07:27:50.589541 20 runners.go:193] Created replication controller with name: proxy-service-rfgxx, namespace: proxy-1349, replica count: 1 + I0207 07:27:51.641181 20 runners.go:193] proxy-service-rfgxx Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 07:27:52.642098 20 runners.go:193] proxy-service-rfgxx Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 07:27:52.644: INFO: setup took 2.07078053s, starting test cases + STEP: running 16 cases, 20 attempts per case, 320 total attempts 02/07/23 07:27:52.645 + Feb 7 07:27:52.662: INFO: (0) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 16.153923ms) + Feb 7 07:27:52.663: INFO: (0) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 17.374287ms) + Feb 7 07:27:52.663: INFO: (0) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 17.537986ms) + Feb 7 07:27:52.665: INFO: (0) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 19.784221ms) + Feb 7 07:27:52.666: INFO: (0) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 19.909851ms) + Feb 7 07:27:52.666: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 20.206104ms) + Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 21.388004ms) + Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 22.084028ms) + Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 21.413613ms) + Feb 7 07:27:52.667: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 21.614608ms) + Feb 7 07:27:52.668: INFO: (0) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 22.473684ms) + Feb 7 07:27:52.670: INFO: (0) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 7.371462ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.218572ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.363302ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.361626ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 7.593657ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.277348ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.262259ms) + Feb 7 07:27:52.680: INFO: (1) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 7.558862ms) + Feb 7 07:27:52.681: INFO: (1) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 8.252463ms) + Feb 7 07:27:52.681: INFO: (1) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.061908ms) + Feb 7 07:27:52.686: INFO: (2) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.497804ms) + Feb 7 07:27:52.686: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 4.860247ms) + Feb 7 07:27:52.686: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 4.779895ms) + Feb 7 07:27:52.687: INFO: (2) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.201679ms) + Feb 7 07:27:52.687: INFO: (2) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 5.145589ms) + Feb 7 07:27:52.687: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 6.137175ms) + Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 5.968067ms) + Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.011514ms) + Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.227063ms) + Feb 7 07:27:52.688: INFO: (2) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 9.256049ms) + Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 9.348925ms) + Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 9.61155ms) + Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 9.379662ms) + Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 9.388266ms) + Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 9.595356ms) + Feb 7 07:27:52.699: INFO: (3) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 8.1449ms) + Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.0984ms) + Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.097134ms) + Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 8.455126ms) + Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 8.179784ms) + Feb 7 07:27:52.709: INFO: (4) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 8.212409ms) + Feb 7 07:27:52.710: INFO: (4) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 8.788321ms) + Feb 7 07:27:52.710: INFO: (4) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test (200; 6.293132ms) + Feb 7 07:27:52.719: INFO: (5) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.388623ms) + Feb 7 07:27:52.719: INFO: (5) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.363391ms) + Feb 7 07:27:52.720: INFO: (5) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.221862ms) + Feb 7 07:27:52.720: INFO: (5) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 6.715551ms) + Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.64354ms) + Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.644899ms) + Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 8.391532ms) + Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 8.411461ms) + Feb 7 07:27:52.721: INFO: (5) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 8.428556ms) + Feb 7 07:27:52.722: INFO: (5) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 10.370098ms) + Feb 7 07:27:52.729: INFO: (6) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 5.736445ms) + Feb 7 07:27:52.729: INFO: (6) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.350554ms) + Feb 7 07:27:52.729: INFO: (6) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.867273ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.56295ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 7.552177ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 7.703125ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.545779ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.482383ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 8.003855ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.905046ms) + Feb 7 07:27:52.731: INFO: (6) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.992205ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 3.826309ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 5.690501ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 5.577917ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 4.134112ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 4.850212ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.400559ms) + Feb 7 07:27:52.737: INFO: (7) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.692651ms) + Feb 7 07:27:52.738: INFO: (7) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 6.192076ms) + Feb 7 07:27:52.738: INFO: (7) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 5.934164ms) + Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.500708ms) + Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.172702ms) + Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 5.523486ms) + Feb 7 07:27:52.746: INFO: (8) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.93897ms) + Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.918503ms) + Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 7.880075ms) + Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.081389ms) + Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.019069ms) + Feb 7 07:27:52.747: INFO: (8) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.767181ms) + Feb 7 07:27:52.748: INFO: (8) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 7.012725ms) + Feb 7 07:27:52.748: INFO: (8) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.100248ms) + Feb 7 07:27:52.748: INFO: (8) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 8.296378ms) + Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 4.804807ms) + Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 4.571813ms) + Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.132264ms) + Feb 7 07:27:52.753: INFO: (9) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test (200; 6.186387ms) + Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 6.706511ms) + Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 6.655314ms) + Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.999233ms) + Feb 7 07:27:52.754: INFO: (9) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.472692ms) + Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 6.191763ms) + Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.501011ms) + Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 6.138684ms) + Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.262639ms) + Feb 7 07:27:52.755: INFO: (9) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 6.869208ms) + Feb 7 07:27:52.764: INFO: (10) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 8.72958ms) + Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 8.876304ms) + Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.43522ms) + Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.824615ms) + Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 9.216753ms) + Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 9.582714ms) + Feb 7 07:27:52.765: INFO: (10) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 9.373807ms) + Feb 7 07:27:52.768: INFO: (10) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 12.066735ms) + Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 12.727976ms) + Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 12.844507ms) + Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 12.67261ms) + Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 13.198974ms) + Feb 7 07:27:52.769: INFO: (10) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 13.425598ms) + Feb 7 07:27:52.774: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.322683ms) + Feb 7 07:27:52.777: INFO: (11) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 7.623693ms) + Feb 7 07:27:52.777: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 7.22722ms) + Feb 7 07:27:52.777: INFO: (11) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 7.938804ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.219874ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.221616ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.214379ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 7.489522ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.936102ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 7.587647ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 8.173336ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.723368ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.424693ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 8.559324ms) + Feb 7 07:27:52.778: INFO: (11) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.829541ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.07624ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 6.475395ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.605355ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.831811ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.543381ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.400643ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.761596ms) + Feb 7 07:27:52.785: INFO: (12) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 6.388795ms) + Feb 7 07:27:52.786: INFO: (12) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.860986ms) + Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 8.515951ms) + Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 8.581929ms) + Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 8.747202ms) + Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 8.463372ms) + Feb 7 07:27:52.787: INFO: (12) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 8.453865ms) + Feb 7 07:27:52.788: INFO: (12) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 9.989536ms) + Feb 7 07:27:52.791: INFO: (13) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 2.910339ms) + Feb 7 07:27:52.791: INFO: (13) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 4.951841ms) + Feb 7 07:27:52.793: INFO: (13) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 4.867542ms) + Feb 7 07:27:52.793: INFO: (13) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.361184ms) + Feb 7 07:27:52.793: INFO: (13) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 4.937325ms) + Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.006073ms) + Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 5.595089ms) + Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.698212ms) + Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 5.993195ms) + Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 6.307875ms) + Feb 7 07:27:52.794: INFO: (13) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 6.052722ms) + Feb 7 07:27:52.795: INFO: (13) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.862699ms) + Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.308771ms) + Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.127987ms) + Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.788484ms) + Feb 7 07:27:52.804: INFO: (14) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 13.81562ms) + Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 15.698964ms) + Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 14.988817ms) + Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 15.174541ms) + Feb 7 07:27:52.811: INFO: (14) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 15.087551ms) + Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 15.062226ms) + Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 15.181226ms) + Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 15.073825ms) + Feb 7 07:27:52.812: INFO: (14) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 15.160598ms) + Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.991507ms) + Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.81379ms) + Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.440436ms) + Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.402563ms) + Feb 7 07:27:52.819: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 7.387288ms) + Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 8.145894ms) + Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 8.08607ms) + Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 8.44847ms) + Feb 7 07:27:52.820: INFO: (15) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 8.776244ms) + Feb 7 07:27:52.821: INFO: (15) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 9.263486ms) + Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 9.740647ms) + Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 9.693643ms) + Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 9.825263ms) + Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 9.959173ms) + Feb 7 07:27:52.822: INFO: (15) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 9.808159ms) + Feb 7 07:27:52.824: INFO: (16) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 2.182405ms) + Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.590549ms) + Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.737994ms) + Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.625871ms) + Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 5.752108ms) + Feb 7 07:27:52.828: INFO: (16) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 5.926466ms) + Feb 7 07:27:52.829: INFO: (16) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test (200; 7.245711ms) + Feb 7 07:27:52.830: INFO: (16) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 7.301854ms) + Feb 7 07:27:52.830: INFO: (16) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 7.706618ms) + Feb 7 07:27:52.830: INFO: (16) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.616373ms) + Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 9.689155ms) + Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 9.850512ms) + Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 9.638044ms) + Feb 7 07:27:52.832: INFO: (16) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 9.88372ms) + Feb 7 07:27:52.836: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 2.94616ms) + Feb 7 07:27:52.838: INFO: (17) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 4.896465ms) + Feb 7 07:27:52.838: INFO: (17) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 5.614315ms) + Feb 7 07:27:52.838: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 5.031398ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.400506ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 5.410935ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 5.793439ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.199967ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 6.62419ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 6.937518ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 5.916596ms) + Feb 7 07:27:52.839: INFO: (17) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: ... (200; 5.427475ms) + Feb 7 07:27:52.846: INFO: (18) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 5.872984ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.239377ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 6.1624ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:1080/proxy/: test<... (200; 6.413425ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.496875ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 6.818934ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 6.744812ms) + Feb 7 07:27:52.847: INFO: (18) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 6.812557ms) + Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 7.491836ms) + Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.314523ms) + Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.307945ms) + Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 7.380461ms) + Feb 7 07:27:52.848: INFO: (18) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 7.624063ms) + Feb 7 07:27:52.850: INFO: (19) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:443/proxy/: test<... (200; 6.316583ms) + Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname2/proxy/: bar (200; 6.731361ms) + Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname1/proxy/: foo (200; 6.988034ms) + Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/services/proxy-service-rfgxx:portname2/proxy/: bar (200; 6.954773ms) + Feb 7 07:27:52.855: INFO: (19) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:462/proxy/: tls qux (200; 7.085966ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname2/proxy/: tls qux (200; 6.98792ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/services/https:proxy-service-rfgxx:tlsportname1/proxy/: tls baz (200; 7.06383ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/services/http:proxy-service-rfgxx:portname1/proxy/: foo (200; 7.064752ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/proxy-service-rfgxx-g5bxz/proxy/: test (200; 6.995619ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:162/proxy/: bar (200; 7.277445ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/https:proxy-service-rfgxx-g5bxz:460/proxy/: tls baz (200; 7.580623ms) + Feb 7 07:27:52.856: INFO: (19) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:160/proxy/: foo (200; 7.708408ms) + Feb 7 07:27:52.857: INFO: (19) /api/v1/namespaces/proxy-1349/pods/http:proxy-service-rfgxx-g5bxz:1080/proxy/: ... (200; 8.167992ms) + STEP: deleting ReplicationController proxy-service-rfgxx in namespace proxy-1349, will wait for the garbage collector to delete the pods 02/07/23 07:27:52.857 + Feb 7 07:27:52.920: INFO: Deleting ReplicationController proxy-service-rfgxx took: 10.631055ms + Feb 7 07:27:53.021: INFO: Terminating ReplicationController proxy-service-rfgxx pods took: 100.625523ms + [AfterEach] version v1 + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:55.422: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] version v1 + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] version v1 + dump namespaces | framework.go:196 + [DeferCleanup (Each)] version v1 + tear down framework | framework.go:193 + STEP: Destroying namespace "proxy-1349" for this suite. 02/07/23 07:27:55.428 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:55.434 +Feb 7 07:27:55.434: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 07:27:55.435 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:55.447 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:55.449 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 +Feb 7 07:27:55.453: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:58.662: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "custom-resource-definition-1926" for this suite. 02/07/23 07:27:58.668 +------------------------------ +• [3.242 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:55.434 + Feb 7 07:27:55.434: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 07:27:55.435 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:55.447 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:55.449 + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] custom resource defaulting for requests and from storage works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:269 + Feb 7 07:27:55.453: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:58.662: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "custom-resource-definition-1926" for this suite. 02/07/23 07:27:58.668 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] PodTemplates + should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +[BeforeEach] [sig-node] PodTemplates + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:58.678 +Feb 7 07:27:58.678: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename podtemplate 02/07/23 07:27:58.68 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:58.693 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:58.697 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:31 +[It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 +STEP: Create set of pod templates 02/07/23 07:27:58.701 +Feb 7 07:27:58.709: INFO: created test-podtemplate-1 +Feb 7 07:27:58.713: INFO: created test-podtemplate-2 +Feb 7 07:27:58.717: INFO: created test-podtemplate-3 +STEP: get a list of pod templates with a label in the current namespace 02/07/23 07:27:58.717 +STEP: delete collection of pod templates 02/07/23 07:27:58.72 +Feb 7 07:27:58.720: INFO: requesting DeleteCollection of pod templates +STEP: check that the list of pod templates matches the requested quantity 02/07/23 07:27:58.73 +Feb 7 07:27:58.730: INFO: requesting list of pod templates to confirm quantity +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/node/init/init.go:32 +Feb 7 07:27:58.732: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] PodTemplates + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] PodTemplates + tear down framework | framework.go:193 +STEP: Destroying namespace "podtemplate-2496" for this suite. 02/07/23 07:27:58.736 +------------------------------ +• [0.063 seconds] +[sig-node] PodTemplates +test/e2e/common/node/framework.go:23 + should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PodTemplates + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:58.678 + Feb 7 07:27:58.678: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename podtemplate 02/07/23 07:27:58.68 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:58.693 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:58.697 + [BeforeEach] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:31 + [It] should delete a collection of pod templates [Conformance] + test/e2e/common/node/podtemplates.go:122 + STEP: Create set of pod templates 02/07/23 07:27:58.701 + Feb 7 07:27:58.709: INFO: created test-podtemplate-1 + Feb 7 07:27:58.713: INFO: created test-podtemplate-2 + Feb 7 07:27:58.717: INFO: created test-podtemplate-3 + STEP: get a list of pod templates with a label in the current namespace 02/07/23 07:27:58.717 + STEP: delete collection of pod templates 02/07/23 07:27:58.72 + Feb 7 07:27:58.720: INFO: requesting DeleteCollection of pod templates + STEP: check that the list of pod templates matches the requested quantity 02/07/23 07:27:58.73 + Feb 7 07:27:58.730: INFO: requesting list of pod templates to confirm quantity + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/node/init/init.go:32 + Feb 7 07:27:58.732: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] PodTemplates + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] PodTemplates + tear down framework | framework.go:193 + STEP: Destroying namespace "podtemplate-2496" for this suite. 02/07/23 07:27:58.736 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:261 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:27:58.743 +Feb 7 07:27:58.743: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:27:58.744 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:58.757 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:58.763 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:261 +STEP: Creating a pod to test downward API volume plugin 02/07/23 07:27:58.767 +Feb 7 07:27:58.778: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2" in namespace "projected-144" to be "Succeeded or Failed" +Feb 7 07:27:58.781: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.960719ms +Feb 7 07:28:00.788: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010700699s +Feb 7 07:28:02.788: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010798167s +STEP: Saw pod success 02/07/23 07:28:02.789 +Feb 7 07:28:02.789: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2" satisfied condition "Succeeded or Failed" +Feb 7 07:28:02.794: INFO: Trying to get logs from node node2 pod downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2 container client-container: +STEP: delete the pod 02/07/23 07:28:02.804 +Feb 7 07:28:02.816: INFO: Waiting for pod downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2 to disappear +Feb 7 07:28:02.821: INFO: Pod downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 07:28:02.821: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-144" for this suite. 02/07/23 07:28:02.824 +------------------------------ +• [4.086 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:261 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:27:58.743 + Feb 7 07:27:58.743: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:27:58.744 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:27:58.757 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:27:58.763 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:261 + STEP: Creating a pod to test downward API volume plugin 02/07/23 07:27:58.767 + Feb 7 07:27:58.778: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2" in namespace "projected-144" to be "Succeeded or Failed" + Feb 7 07:27:58.781: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.960719ms + Feb 7 07:28:00.788: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010700699s + Feb 7 07:28:02.788: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010798167s + STEP: Saw pod success 02/07/23 07:28:02.789 + Feb 7 07:28:02.789: INFO: Pod "downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2" satisfied condition "Succeeded or Failed" + Feb 7 07:28:02.794: INFO: Trying to get logs from node node2 pod downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2 container client-container: + STEP: delete the pod 02/07/23 07:28:02.804 + Feb 7 07:28:02.816: INFO: Waiting for pod downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2 to disappear + Feb 7 07:28:02.821: INFO: Pod downwardapi-volume-b3de18fb-9056-4701-a4a6-c6bb737fdca2 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 07:28:02.821: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-144" for this suite. 02/07/23 07:28:02.824 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:28:02.83 +Feb 7 07:28:02.830: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 07:28:02.832 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:28:02.841 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:28:02.844 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 +STEP: create the rc 02/07/23 07:28:02.853 +STEP: delete the rc 02/07/23 07:28:07.862 +STEP: wait for the rc to be deleted 02/07/23 07:28:07.878 +STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 02/07/23 07:28:12.883 +STEP: Gathering metrics 02/07/23 07:28:42.908 +Feb 7 07:28:42.936: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" +Feb 7 07:28:42.939: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 3.3621ms +Feb 7 07:28:42.939: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) +Feb 7 07:28:42.939: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" +Feb 7 07:28:43.016: INFO: For apiserver_request_total: +For apiserver_request_latency_seconds: +For apiserver_init_events_total: +For garbage_collector_attempt_to_delete_queue_latency: +For garbage_collector_attempt_to_delete_work_duration: +For garbage_collector_attempt_to_orphan_queue_latency: +For garbage_collector_attempt_to_orphan_work_duration: +For garbage_collector_dirty_processing_latency_microseconds: +For garbage_collector_event_processing_latency_microseconds: +For garbage_collector_graph_changes_queue_latency: +For garbage_collector_graph_changes_work_duration: +For garbage_collector_orphan_processing_latency_microseconds: +For namespace_queue_latency: +For namespace_queue_latency_sum: +For namespace_queue_latency_count: +For namespace_retries: +For namespace_work_duration: +For namespace_work_duration_sum: +For namespace_work_duration_count: +For function_duration_seconds: +For errors_total: +For evicted_pods_total: + +Feb 7 07:28:43.016: INFO: Deleting pod "simpletest.rc-2crfq" in namespace "gc-7760" +Feb 7 07:28:43.031: INFO: Deleting pod "simpletest.rc-2d4ms" in namespace "gc-7760" +Feb 7 07:28:43.040: INFO: Deleting pod "simpletest.rc-2h9dm" in namespace "gc-7760" +Feb 7 07:28:43.050: INFO: Deleting pod "simpletest.rc-2lq5d" in namespace "gc-7760" +Feb 7 07:28:43.059: INFO: Deleting pod "simpletest.rc-2m2xf" in namespace "gc-7760" +Feb 7 07:28:43.073: INFO: Deleting pod "simpletest.rc-2ppdb" in namespace "gc-7760" +Feb 7 07:28:43.082: INFO: Deleting pod "simpletest.rc-2v6kn" in namespace "gc-7760" +Feb 7 07:28:43.095: INFO: Deleting pod "simpletest.rc-2vcjk" in namespace "gc-7760" +Feb 7 07:28:43.110: INFO: Deleting pod "simpletest.rc-42kxq" in namespace "gc-7760" +Feb 7 07:28:43.120: INFO: Deleting pod "simpletest.rc-4g4d2" in namespace "gc-7760" +Feb 7 07:28:43.137: INFO: Deleting pod "simpletest.rc-4jsn6" in namespace "gc-7760" +Feb 7 07:28:43.162: INFO: Deleting pod "simpletest.rc-5cz5t" in namespace "gc-7760" +Feb 7 07:28:43.175: INFO: Deleting pod "simpletest.rc-5qsgh" in namespace "gc-7760" +Feb 7 07:28:43.188: INFO: Deleting pod "simpletest.rc-5sr8b" in namespace "gc-7760" +Feb 7 07:28:43.200: INFO: Deleting pod "simpletest.rc-5wwcp" in namespace "gc-7760" +Feb 7 07:28:43.212: INFO: Deleting pod "simpletest.rc-6446m" in namespace "gc-7760" +Feb 7 07:28:43.228: INFO: Deleting pod "simpletest.rc-6qml7" in namespace "gc-7760" +Feb 7 07:28:43.246: INFO: Deleting pod "simpletest.rc-75fgt" in namespace "gc-7760" +Feb 7 07:28:43.263: INFO: Deleting pod "simpletest.rc-7nbwl" in namespace "gc-7760" +Feb 7 07:28:43.293: INFO: Deleting pod "simpletest.rc-7s4hw" in namespace "gc-7760" +Feb 7 07:28:43.306: INFO: Deleting pod "simpletest.rc-7zh58" in namespace "gc-7760" +Feb 7 07:28:43.327: INFO: Deleting pod "simpletest.rc-82drg" in namespace "gc-7760" +Feb 7 07:28:43.341: INFO: Deleting pod "simpletest.rc-8gmdx" in namespace "gc-7760" +Feb 7 07:28:43.352: INFO: Deleting pod "simpletest.rc-8lc24" in namespace "gc-7760" +Feb 7 07:28:43.368: INFO: Deleting pod "simpletest.rc-8t65j" in namespace "gc-7760" +Feb 7 07:28:43.383: INFO: Deleting pod "simpletest.rc-9cq2z" in namespace "gc-7760" +Feb 7 07:28:43.398: INFO: Deleting pod "simpletest.rc-9cw5c" in namespace "gc-7760" +Feb 7 07:28:43.414: INFO: Deleting pod "simpletest.rc-9swgn" in namespace "gc-7760" +Feb 7 07:28:43.433: INFO: Deleting pod "simpletest.rc-b5js7" in namespace "gc-7760" +Feb 7 07:28:43.450: INFO: Deleting pod "simpletest.rc-bdlk8" in namespace "gc-7760" +Feb 7 07:28:43.458: INFO: Deleting pod "simpletest.rc-bdmz6" in namespace "gc-7760" +Feb 7 07:28:43.476: INFO: Deleting pod "simpletest.rc-bf8pg" in namespace "gc-7760" +Feb 7 07:28:43.485: INFO: Deleting pod "simpletest.rc-bp4w9" in namespace "gc-7760" +Feb 7 07:28:43.493: INFO: Deleting pod "simpletest.rc-chrwp" in namespace "gc-7760" +Feb 7 07:28:43.502: INFO: Deleting pod "simpletest.rc-cv4td" in namespace "gc-7760" +Feb 7 07:28:43.514: INFO: Deleting pod "simpletest.rc-dpm6g" in namespace "gc-7760" +Feb 7 07:28:43.523: INFO: Deleting pod "simpletest.rc-ds5ch" in namespace "gc-7760" +Feb 7 07:28:43.544: INFO: Deleting pod "simpletest.rc-dt2gw" in namespace "gc-7760" +Feb 7 07:28:43.557: INFO: Deleting pod "simpletest.rc-dwc8q" in namespace "gc-7760" +Feb 7 07:28:43.572: INFO: Deleting pod "simpletest.rc-f8d6m" in namespace "gc-7760" +Feb 7 07:28:43.586: INFO: Deleting pod "simpletest.rc-fnncr" in namespace "gc-7760" +Feb 7 07:28:43.598: INFO: Deleting pod "simpletest.rc-fxvz7" in namespace "gc-7760" +Feb 7 07:28:43.620: INFO: Deleting pod "simpletest.rc-g2vr4" in namespace "gc-7760" +Feb 7 07:28:43.635: INFO: Deleting pod "simpletest.rc-ggtrs" in namespace "gc-7760" +Feb 7 07:28:43.649: INFO: Deleting pod "simpletest.rc-gsbcl" in namespace "gc-7760" +Feb 7 07:28:43.660: INFO: Deleting pod "simpletest.rc-gxh2j" in namespace "gc-7760" +Feb 7 07:28:43.673: INFO: Deleting pod "simpletest.rc-hkp8c" in namespace "gc-7760" +Feb 7 07:28:43.690: INFO: Deleting pod "simpletest.rc-hsgx8" in namespace "gc-7760" +Feb 7 07:28:43.709: INFO: Deleting pod "simpletest.rc-j6krs" in namespace "gc-7760" +Feb 7 07:28:43.723: INFO: Deleting pod "simpletest.rc-j9h2p" in namespace "gc-7760" +Feb 7 07:28:43.734: INFO: Deleting pod "simpletest.rc-jz6hq" in namespace "gc-7760" +Feb 7 07:28:43.745: INFO: Deleting pod "simpletest.rc-k7gkb" in namespace "gc-7760" +Feb 7 07:28:43.753: INFO: Deleting pod "simpletest.rc-kjgmx" in namespace "gc-7760" +Feb 7 07:28:43.761: INFO: Deleting pod "simpletest.rc-kjsgp" in namespace "gc-7760" +Feb 7 07:28:43.769: INFO: Deleting pod "simpletest.rc-klw49" in namespace "gc-7760" +Feb 7 07:28:43.780: INFO: Deleting pod "simpletest.rc-kmgms" in namespace "gc-7760" +Feb 7 07:28:43.788: INFO: Deleting pod "simpletest.rc-kmgp5" in namespace "gc-7760" +Feb 7 07:28:43.804: INFO: Deleting pod "simpletest.rc-kmgr7" in namespace "gc-7760" +Feb 7 07:28:43.826: INFO: Deleting pod "simpletest.rc-kmkpl" in namespace "gc-7760" +Feb 7 07:28:43.839: INFO: Deleting pod "simpletest.rc-l22x6" in namespace "gc-7760" +Feb 7 07:28:43.852: INFO: Deleting pod "simpletest.rc-lkkwb" in namespace "gc-7760" +Feb 7 07:28:43.863: INFO: Deleting pod "simpletest.rc-lrhqv" in namespace "gc-7760" +Feb 7 07:28:43.878: INFO: Deleting pod "simpletest.rc-ls8jg" in namespace "gc-7760" +Feb 7 07:28:43.891: INFO: Deleting pod "simpletest.rc-lskpx" in namespace "gc-7760" +Feb 7 07:28:43.901: INFO: Deleting pod "simpletest.rc-lv7bl" in namespace "gc-7760" +Feb 7 07:28:43.915: INFO: Deleting pod "simpletest.rc-lznrs" in namespace "gc-7760" +Feb 7 07:28:43.926: INFO: Deleting pod "simpletest.rc-m4cpw" in namespace "gc-7760" +Feb 7 07:28:43.943: INFO: Deleting pod "simpletest.rc-m9s5x" in namespace "gc-7760" +Feb 7 07:28:44.003: INFO: Deleting pod "simpletest.rc-mpfnf" in namespace "gc-7760" +Feb 7 07:28:44.051: INFO: Deleting pod "simpletest.rc-mqpvf" in namespace "gc-7760" +Feb 7 07:28:44.098: INFO: Deleting pod "simpletest.rc-mvhwh" in namespace "gc-7760" +Feb 7 07:28:44.154: INFO: Deleting pod "simpletest.rc-nmkc2" in namespace "gc-7760" +Feb 7 07:28:44.217: INFO: Deleting pod "simpletest.rc-p6ds4" in namespace "gc-7760" +Feb 7 07:28:44.244: INFO: Deleting pod "simpletest.rc-pxmd2" in namespace "gc-7760" +Feb 7 07:28:44.298: INFO: Deleting pod "simpletest.rc-q5z67" in namespace "gc-7760" +Feb 7 07:28:44.343: INFO: Deleting pod "simpletest.rc-qn5l6" in namespace "gc-7760" +Feb 7 07:28:44.393: INFO: Deleting pod "simpletest.rc-smxm6" in namespace "gc-7760" +Feb 7 07:28:44.448: INFO: Deleting pod "simpletest.rc-sxlth" in namespace "gc-7760" +Feb 7 07:28:44.498: INFO: Deleting pod "simpletest.rc-t2nc4" in namespace "gc-7760" +Feb 7 07:28:44.550: INFO: Deleting pod "simpletest.rc-t68px" in namespace "gc-7760" +Feb 7 07:28:44.600: INFO: Deleting pod "simpletest.rc-tb482" in namespace "gc-7760" +Feb 7 07:28:44.648: INFO: Deleting pod "simpletest.rc-tcz2r" in namespace "gc-7760" +Feb 7 07:28:44.699: INFO: Deleting pod "simpletest.rc-tkvcm" in namespace "gc-7760" +Feb 7 07:28:44.746: INFO: Deleting pod "simpletest.rc-tq47g" in namespace "gc-7760" +Feb 7 07:28:44.798: INFO: Deleting pod "simpletest.rc-vgn58" in namespace "gc-7760" +Feb 7 07:28:44.853: INFO: Deleting pod "simpletest.rc-vlj5n" in namespace "gc-7760" +Feb 7 07:28:44.902: INFO: Deleting pod "simpletest.rc-vmdch" in namespace "gc-7760" +Feb 7 07:28:44.952: INFO: Deleting pod "simpletest.rc-vn7b7" in namespace "gc-7760" +Feb 7 07:28:45.016: INFO: Deleting pod "simpletest.rc-vsqcc" in namespace "gc-7760" +Feb 7 07:28:45.078: INFO: Deleting pod "simpletest.rc-w2nlg" in namespace "gc-7760" +Feb 7 07:28:45.116: INFO: Deleting pod "simpletest.rc-wdqrd" in namespace "gc-7760" +Feb 7 07:28:45.164: INFO: Deleting pod "simpletest.rc-wfdf9" in namespace "gc-7760" +Feb 7 07:28:45.200: INFO: Deleting pod "simpletest.rc-wpssv" in namespace "gc-7760" +Feb 7 07:28:45.254: INFO: Deleting pod "simpletest.rc-x7qs6" in namespace "gc-7760" +Feb 7 07:28:45.338: INFO: Deleting pod "simpletest.rc-xcdn8" in namespace "gc-7760" +Feb 7 07:28:45.352: INFO: Deleting pod "simpletest.rc-z46bv" in namespace "gc-7760" +Feb 7 07:28:45.403: INFO: Deleting pod "simpletest.rc-zl442" in namespace "gc-7760" +Feb 7 07:28:45.462: INFO: Deleting pod "simpletest.rc-zpsq8" in namespace "gc-7760" +Feb 7 07:28:45.499: INFO: Deleting pod "simpletest.rc-zs5lj" in namespace "gc-7760" +Feb 7 07:28:45.570: INFO: Deleting pod "simpletest.rc-zwmz2" in namespace "gc-7760" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 07:28:45.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-7760" for this suite. 02/07/23 07:28:45.638 +------------------------------ +• [SLOW TEST] [42.865 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:28:02.83 + Feb 7 07:28:02.830: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 07:28:02.832 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:28:02.841 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:28:02.844 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should orphan pods created by rc if delete options say so [Conformance] + test/e2e/apimachinery/garbage_collector.go:370 + STEP: create the rc 02/07/23 07:28:02.853 + STEP: delete the rc 02/07/23 07:28:07.862 + STEP: wait for the rc to be deleted 02/07/23 07:28:07.878 + STEP: wait for 30 seconds to see if the garbage collector mistakenly deletes the pods 02/07/23 07:28:12.883 + STEP: Gathering metrics 02/07/23 07:28:42.908 + Feb 7 07:28:42.936: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" + Feb 7 07:28:42.939: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 3.3621ms + Feb 7 07:28:42.939: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) + Feb 7 07:28:42.939: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" + Feb 7 07:28:43.016: INFO: For apiserver_request_total: + For apiserver_request_latency_seconds: + For apiserver_init_events_total: + For garbage_collector_attempt_to_delete_queue_latency: + For garbage_collector_attempt_to_delete_work_duration: + For garbage_collector_attempt_to_orphan_queue_latency: + For garbage_collector_attempt_to_orphan_work_duration: + For garbage_collector_dirty_processing_latency_microseconds: + For garbage_collector_event_processing_latency_microseconds: + For garbage_collector_graph_changes_queue_latency: + For garbage_collector_graph_changes_work_duration: + For garbage_collector_orphan_processing_latency_microseconds: + For namespace_queue_latency: + For namespace_queue_latency_sum: + For namespace_queue_latency_count: + For namespace_retries: + For namespace_work_duration: + For namespace_work_duration_sum: + For namespace_work_duration_count: + For function_duration_seconds: + For errors_total: + For evicted_pods_total: + + Feb 7 07:28:43.016: INFO: Deleting pod "simpletest.rc-2crfq" in namespace "gc-7760" + Feb 7 07:28:43.031: INFO: Deleting pod "simpletest.rc-2d4ms" in namespace "gc-7760" + Feb 7 07:28:43.040: INFO: Deleting pod "simpletest.rc-2h9dm" in namespace "gc-7760" + Feb 7 07:28:43.050: INFO: Deleting pod "simpletest.rc-2lq5d" in namespace "gc-7760" + Feb 7 07:28:43.059: INFO: Deleting pod "simpletest.rc-2m2xf" in namespace "gc-7760" + Feb 7 07:28:43.073: INFO: Deleting pod "simpletest.rc-2ppdb" in namespace "gc-7760" + Feb 7 07:28:43.082: INFO: Deleting pod "simpletest.rc-2v6kn" in namespace "gc-7760" + Feb 7 07:28:43.095: INFO: Deleting pod "simpletest.rc-2vcjk" in namespace "gc-7760" + Feb 7 07:28:43.110: INFO: Deleting pod "simpletest.rc-42kxq" in namespace "gc-7760" + Feb 7 07:28:43.120: INFO: Deleting pod "simpletest.rc-4g4d2" in namespace "gc-7760" + Feb 7 07:28:43.137: INFO: Deleting pod "simpletest.rc-4jsn6" in namespace "gc-7760" + Feb 7 07:28:43.162: INFO: Deleting pod "simpletest.rc-5cz5t" in namespace "gc-7760" + Feb 7 07:28:43.175: INFO: Deleting pod "simpletest.rc-5qsgh" in namespace "gc-7760" + Feb 7 07:28:43.188: INFO: Deleting pod "simpletest.rc-5sr8b" in namespace "gc-7760" + Feb 7 07:28:43.200: INFO: Deleting pod "simpletest.rc-5wwcp" in namespace "gc-7760" + Feb 7 07:28:43.212: INFO: Deleting pod "simpletest.rc-6446m" in namespace "gc-7760" + Feb 7 07:28:43.228: INFO: Deleting pod "simpletest.rc-6qml7" in namespace "gc-7760" + Feb 7 07:28:43.246: INFO: Deleting pod "simpletest.rc-75fgt" in namespace "gc-7760" + Feb 7 07:28:43.263: INFO: Deleting pod "simpletest.rc-7nbwl" in namespace "gc-7760" + Feb 7 07:28:43.293: INFO: Deleting pod "simpletest.rc-7s4hw" in namespace "gc-7760" + Feb 7 07:28:43.306: INFO: Deleting pod "simpletest.rc-7zh58" in namespace "gc-7760" + Feb 7 07:28:43.327: INFO: Deleting pod "simpletest.rc-82drg" in namespace "gc-7760" + Feb 7 07:28:43.341: INFO: Deleting pod "simpletest.rc-8gmdx" in namespace "gc-7760" + Feb 7 07:28:43.352: INFO: Deleting pod "simpletest.rc-8lc24" in namespace "gc-7760" + Feb 7 07:28:43.368: INFO: Deleting pod "simpletest.rc-8t65j" in namespace "gc-7760" + Feb 7 07:28:43.383: INFO: Deleting pod "simpletest.rc-9cq2z" in namespace "gc-7760" + Feb 7 07:28:43.398: INFO: Deleting pod "simpletest.rc-9cw5c" in namespace "gc-7760" + Feb 7 07:28:43.414: INFO: Deleting pod "simpletest.rc-9swgn" in namespace "gc-7760" + Feb 7 07:28:43.433: INFO: Deleting pod "simpletest.rc-b5js7" in namespace "gc-7760" + Feb 7 07:28:43.450: INFO: Deleting pod "simpletest.rc-bdlk8" in namespace "gc-7760" + Feb 7 07:28:43.458: INFO: Deleting pod "simpletest.rc-bdmz6" in namespace "gc-7760" + Feb 7 07:28:43.476: INFO: Deleting pod "simpletest.rc-bf8pg" in namespace "gc-7760" + Feb 7 07:28:43.485: INFO: Deleting pod "simpletest.rc-bp4w9" in namespace "gc-7760" + Feb 7 07:28:43.493: INFO: Deleting pod "simpletest.rc-chrwp" in namespace "gc-7760" + Feb 7 07:28:43.502: INFO: Deleting pod "simpletest.rc-cv4td" in namespace "gc-7760" + Feb 7 07:28:43.514: INFO: Deleting pod "simpletest.rc-dpm6g" in namespace "gc-7760" + Feb 7 07:28:43.523: INFO: Deleting pod "simpletest.rc-ds5ch" in namespace "gc-7760" + Feb 7 07:28:43.544: INFO: Deleting pod "simpletest.rc-dt2gw" in namespace "gc-7760" + Feb 7 07:28:43.557: INFO: Deleting pod "simpletest.rc-dwc8q" in namespace "gc-7760" + Feb 7 07:28:43.572: INFO: Deleting pod "simpletest.rc-f8d6m" in namespace "gc-7760" + Feb 7 07:28:43.586: INFO: Deleting pod "simpletest.rc-fnncr" in namespace "gc-7760" + Feb 7 07:28:43.598: INFO: Deleting pod "simpletest.rc-fxvz7" in namespace "gc-7760" + Feb 7 07:28:43.620: INFO: Deleting pod "simpletest.rc-g2vr4" in namespace "gc-7760" + Feb 7 07:28:43.635: INFO: Deleting pod "simpletest.rc-ggtrs" in namespace "gc-7760" + Feb 7 07:28:43.649: INFO: Deleting pod "simpletest.rc-gsbcl" in namespace "gc-7760" + Feb 7 07:28:43.660: INFO: Deleting pod "simpletest.rc-gxh2j" in namespace "gc-7760" + Feb 7 07:28:43.673: INFO: Deleting pod "simpletest.rc-hkp8c" in namespace "gc-7760" + Feb 7 07:28:43.690: INFO: Deleting pod "simpletest.rc-hsgx8" in namespace "gc-7760" + Feb 7 07:28:43.709: INFO: Deleting pod "simpletest.rc-j6krs" in namespace "gc-7760" + Feb 7 07:28:43.723: INFO: Deleting pod "simpletest.rc-j9h2p" in namespace "gc-7760" + Feb 7 07:28:43.734: INFO: Deleting pod "simpletest.rc-jz6hq" in namespace "gc-7760" + Feb 7 07:28:43.745: INFO: Deleting pod "simpletest.rc-k7gkb" in namespace "gc-7760" + Feb 7 07:28:43.753: INFO: Deleting pod "simpletest.rc-kjgmx" in namespace "gc-7760" + Feb 7 07:28:43.761: INFO: Deleting pod "simpletest.rc-kjsgp" in namespace "gc-7760" + Feb 7 07:28:43.769: INFO: Deleting pod "simpletest.rc-klw49" in namespace "gc-7760" + Feb 7 07:28:43.780: INFO: Deleting pod "simpletest.rc-kmgms" in namespace "gc-7760" + Feb 7 07:28:43.788: INFO: Deleting pod "simpletest.rc-kmgp5" in namespace "gc-7760" + Feb 7 07:28:43.804: INFO: Deleting pod "simpletest.rc-kmgr7" in namespace "gc-7760" + Feb 7 07:28:43.826: INFO: Deleting pod "simpletest.rc-kmkpl" in namespace "gc-7760" + Feb 7 07:28:43.839: INFO: Deleting pod "simpletest.rc-l22x6" in namespace "gc-7760" + Feb 7 07:28:43.852: INFO: Deleting pod "simpletest.rc-lkkwb" in namespace "gc-7760" + Feb 7 07:28:43.863: INFO: Deleting pod "simpletest.rc-lrhqv" in namespace "gc-7760" + Feb 7 07:28:43.878: INFO: Deleting pod "simpletest.rc-ls8jg" in namespace "gc-7760" + Feb 7 07:28:43.891: INFO: Deleting pod "simpletest.rc-lskpx" in namespace "gc-7760" + Feb 7 07:28:43.901: INFO: Deleting pod "simpletest.rc-lv7bl" in namespace "gc-7760" + Feb 7 07:28:43.915: INFO: Deleting pod "simpletest.rc-lznrs" in namespace "gc-7760" + Feb 7 07:28:43.926: INFO: Deleting pod "simpletest.rc-m4cpw" in namespace "gc-7760" + Feb 7 07:28:43.943: INFO: Deleting pod "simpletest.rc-m9s5x" in namespace "gc-7760" + Feb 7 07:28:44.003: INFO: Deleting pod "simpletest.rc-mpfnf" in namespace "gc-7760" + Feb 7 07:28:44.051: INFO: Deleting pod "simpletest.rc-mqpvf" in namespace "gc-7760" + Feb 7 07:28:44.098: INFO: Deleting pod "simpletest.rc-mvhwh" in namespace "gc-7760" + Feb 7 07:28:44.154: INFO: Deleting pod "simpletest.rc-nmkc2" in namespace "gc-7760" + Feb 7 07:28:44.217: INFO: Deleting pod "simpletest.rc-p6ds4" in namespace "gc-7760" + Feb 7 07:28:44.244: INFO: Deleting pod "simpletest.rc-pxmd2" in namespace "gc-7760" + Feb 7 07:28:44.298: INFO: Deleting pod "simpletest.rc-q5z67" in namespace "gc-7760" + Feb 7 07:28:44.343: INFO: Deleting pod "simpletest.rc-qn5l6" in namespace "gc-7760" + Feb 7 07:28:44.393: INFO: Deleting pod "simpletest.rc-smxm6" in namespace "gc-7760" + Feb 7 07:28:44.448: INFO: Deleting pod "simpletest.rc-sxlth" in namespace "gc-7760" + Feb 7 07:28:44.498: INFO: Deleting pod "simpletest.rc-t2nc4" in namespace "gc-7760" + Feb 7 07:28:44.550: INFO: Deleting pod "simpletest.rc-t68px" in namespace "gc-7760" + Feb 7 07:28:44.600: INFO: Deleting pod "simpletest.rc-tb482" in namespace "gc-7760" + Feb 7 07:28:44.648: INFO: Deleting pod "simpletest.rc-tcz2r" in namespace "gc-7760" + Feb 7 07:28:44.699: INFO: Deleting pod "simpletest.rc-tkvcm" in namespace "gc-7760" + Feb 7 07:28:44.746: INFO: Deleting pod "simpletest.rc-tq47g" in namespace "gc-7760" + Feb 7 07:28:44.798: INFO: Deleting pod "simpletest.rc-vgn58" in namespace "gc-7760" + Feb 7 07:28:44.853: INFO: Deleting pod "simpletest.rc-vlj5n" in namespace "gc-7760" + Feb 7 07:28:44.902: INFO: Deleting pod "simpletest.rc-vmdch" in namespace "gc-7760" + Feb 7 07:28:44.952: INFO: Deleting pod "simpletest.rc-vn7b7" in namespace "gc-7760" + Feb 7 07:28:45.016: INFO: Deleting pod "simpletest.rc-vsqcc" in namespace "gc-7760" + Feb 7 07:28:45.078: INFO: Deleting pod "simpletest.rc-w2nlg" in namespace "gc-7760" + Feb 7 07:28:45.116: INFO: Deleting pod "simpletest.rc-wdqrd" in namespace "gc-7760" + Feb 7 07:28:45.164: INFO: Deleting pod "simpletest.rc-wfdf9" in namespace "gc-7760" + Feb 7 07:28:45.200: INFO: Deleting pod "simpletest.rc-wpssv" in namespace "gc-7760" + Feb 7 07:28:45.254: INFO: Deleting pod "simpletest.rc-x7qs6" in namespace "gc-7760" + Feb 7 07:28:45.338: INFO: Deleting pod "simpletest.rc-xcdn8" in namespace "gc-7760" + Feb 7 07:28:45.352: INFO: Deleting pod "simpletest.rc-z46bv" in namespace "gc-7760" + Feb 7 07:28:45.403: INFO: Deleting pod "simpletest.rc-zl442" in namespace "gc-7760" + Feb 7 07:28:45.462: INFO: Deleting pod "simpletest.rc-zpsq8" in namespace "gc-7760" + Feb 7 07:28:45.499: INFO: Deleting pod "simpletest.rc-zs5lj" in namespace "gc-7760" + Feb 7 07:28:45.570: INFO: Deleting pod "simpletest.rc-zwmz2" in namespace "gc-7760" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 07:28:45.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-7760" for this suite. 02/07/23 07:28:45.638 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-node] Probing container + should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:169 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:28:45.696 +Feb 7 07:28:45.696: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 07:28:45.696 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:28:45.726 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:28:45.733 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:169 +STEP: Creating pod liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 in namespace container-probe-2987 02/07/23 07:28:45.742 +Feb 7 07:28:45.751: INFO: Waiting up to 5m0s for pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66" in namespace "container-probe-2987" to be "not pending" +Feb 7 07:28:45.754: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.935693ms +Feb 7 07:28:47.763: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011285342s +Feb 7 07:28:49.758: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 4.006528694s +Feb 7 07:28:51.759: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007753639s +Feb 7 07:28:53.760: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Running", Reason="", readiness=true. Elapsed: 8.008157224s +Feb 7 07:28:53.760: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66" satisfied condition "not pending" +Feb 7 07:28:53.760: INFO: Started pod liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 in namespace container-probe-2987 +STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 07:28:53.76 +Feb 7 07:28:53.764: INFO: Initial restart count of pod liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 is 0 +Feb 7 07:29:07.811: INFO: Restart count of pod container-probe-2987/liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 is now 1 (14.04700696s elapsed) +STEP: deleting the pod 02/07/23 07:29:07.811 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:07.822: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-2987" for this suite. 02/07/23 07:29:07.826 +------------------------------ +• [SLOW TEST] [22.135 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:169 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:28:45.696 + Feb 7 07:28:45.696: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 07:28:45.696 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:28:45.726 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:28:45.733 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:169 + STEP: Creating pod liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 in namespace container-probe-2987 02/07/23 07:28:45.742 + Feb 7 07:28:45.751: INFO: Waiting up to 5m0s for pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66" in namespace "container-probe-2987" to be "not pending" + Feb 7 07:28:45.754: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.935693ms + Feb 7 07:28:47.763: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011285342s + Feb 7 07:28:49.758: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 4.006528694s + Feb 7 07:28:51.759: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Pending", Reason="", readiness=false. Elapsed: 6.007753639s + Feb 7 07:28:53.760: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66": Phase="Running", Reason="", readiness=true. Elapsed: 8.008157224s + Feb 7 07:28:53.760: INFO: Pod "liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66" satisfied condition "not pending" + Feb 7 07:28:53.760: INFO: Started pod liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 in namespace container-probe-2987 + STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 07:28:53.76 + Feb 7 07:28:53.764: INFO: Initial restart count of pod liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 is 0 + Feb 7 07:29:07.811: INFO: Restart count of pod container-probe-2987/liveness-b50fbf5f-2b42-446d-87ff-b63ea481fa66 is now 1 (14.04700696s elapsed) + STEP: deleting the pod 02/07/23 07:29:07.811 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:07.822: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-2987" for this suite. 02/07/23 07:29:07.826 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition + getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:07.836 +Feb 7 07:29:07.837: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 07:29:07.838 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:07.852 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:07.856 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 +Feb 7 07:29:07.861: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:08.406: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "custom-resource-definition-383" for this suite. 02/07/23 07:29:08.411 +------------------------------ +• [0.579 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + Simple CustomResourceDefinition + test/e2e/apimachinery/custom_resource_definition.go:50 + getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:07.836 + Feb 7 07:29:07.837: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 07:29:07.838 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:07.852 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:07.856 + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] getting/updating/patching custom resource definition status sub-resource works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:145 + Feb 7 07:29:07.861: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:08.406: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "custom-resource-definition-383" for this suite. 02/07/23 07:29:08.411 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:249 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:08.416 +Feb 7 07:29:08.416: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 07:29:08.417 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:08.428 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:08.432 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:249 +STEP: Creating a pod to test downward API volume plugin 02/07/23 07:29:08.435 +Feb 7 07:29:08.442: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50" in namespace "downward-api-7050" to be "Succeeded or Failed" +Feb 7 07:29:08.446: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50": Phase="Pending", Reason="", readiness=false. Elapsed: 4.433237ms +Feb 7 07:29:10.451: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008470489s +Feb 7 07:29:12.456: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013639147s +STEP: Saw pod success 02/07/23 07:29:12.456 +Feb 7 07:29:12.456: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50" satisfied condition "Succeeded or Failed" +Feb 7 07:29:12.458: INFO: Trying to get logs from node node2 pod downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50 container client-container: +STEP: delete the pod 02/07/23 07:29:12.464 +Feb 7 07:29:12.477: INFO: Waiting for pod downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50 to disappear +Feb 7 07:29:12.480: INFO: Pod downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:12.480: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-7050" for this suite. 02/07/23 07:29:12.486 +------------------------------ +• [4.075 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:249 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:08.416 + Feb 7 07:29:08.416: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 07:29:08.417 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:08.428 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:08.432 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:249 + STEP: Creating a pod to test downward API volume plugin 02/07/23 07:29:08.435 + Feb 7 07:29:08.442: INFO: Waiting up to 5m0s for pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50" in namespace "downward-api-7050" to be "Succeeded or Failed" + Feb 7 07:29:08.446: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50": Phase="Pending", Reason="", readiness=false. Elapsed: 4.433237ms + Feb 7 07:29:10.451: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008470489s + Feb 7 07:29:12.456: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013639147s + STEP: Saw pod success 02/07/23 07:29:12.456 + Feb 7 07:29:12.456: INFO: Pod "downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50" satisfied condition "Succeeded or Failed" + Feb 7 07:29:12.458: INFO: Trying to get logs from node node2 pod downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50 container client-container: + STEP: delete the pod 02/07/23 07:29:12.464 + Feb 7 07:29:12.477: INFO: Waiting for pod downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50 to disappear + Feb 7 07:29:12.480: INFO: Pod downwardapi-volume-a55554be-9821-48a3-b846-0f46a9e62c50 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:12.480: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-7050" for this suite. 02/07/23 07:29:12.486 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Guestbook application + should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:394 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:12.492 +Feb 7 07:29:12.492: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 07:29:12.494 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:12.507 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:12.509 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:394 +STEP: creating all guestbook components 02/07/23 07:29:12.511 +Feb 7 07:29:12.511: INFO: apiVersion: v1 +kind: Service +metadata: + name: agnhost-replica + labels: + app: agnhost + role: replica + tier: backend +spec: + ports: + - port: 6379 + selector: + app: agnhost + role: replica + tier: backend + +Feb 7 07:29:12.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' +Feb 7 07:29:13.375: INFO: stderr: "" +Feb 7 07:29:13.375: INFO: stdout: "service/agnhost-replica created\n" +Feb 7 07:29:13.376: INFO: apiVersion: v1 +kind: Service +metadata: + name: agnhost-primary + labels: + app: agnhost + role: primary + tier: backend +spec: + ports: + - port: 6379 + targetPort: 6379 + selector: + app: agnhost + role: primary + tier: backend + +Feb 7 07:29:13.376: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' +Feb 7 07:29:13.578: INFO: stderr: "" +Feb 7 07:29:13.578: INFO: stdout: "service/agnhost-primary created\n" +Feb 7 07:29:13.578: INFO: apiVersion: v1 +kind: Service +metadata: + name: frontend + labels: + app: guestbook + tier: frontend +spec: + # if your cluster supports it, uncomment the following to automatically create + # an external load-balanced IP for the frontend service. + # type: LoadBalancer + ports: + - port: 80 + selector: + app: guestbook + tier: frontend + +Feb 7 07:29:13.578: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' +Feb 7 07:29:13.776: INFO: stderr: "" +Feb 7 07:29:13.776: INFO: stdout: "service/frontend created\n" +Feb 7 07:29:13.776: INFO: apiVersion: apps/v1 +kind: Deployment +metadata: + name: frontend +spec: + replicas: 3 + selector: + matchLabels: + app: guestbook + tier: frontend + template: + metadata: + labels: + app: guestbook + tier: frontend + spec: + containers: + - name: guestbook-frontend + image: registry.k8s.io/e2e-test-images/agnhost:2.43 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + +Feb 7 07:29:13.776: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' +Feb 7 07:29:13.991: INFO: stderr: "" +Feb 7 07:29:13.991: INFO: stdout: "deployment.apps/frontend created\n" +Feb 7 07:29:13.991: INFO: apiVersion: apps/v1 +kind: Deployment +metadata: + name: agnhost-primary +spec: + replicas: 1 + selector: + matchLabels: + app: agnhost + role: primary + tier: backend + template: + metadata: + labels: + app: agnhost + role: primary + tier: backend + spec: + containers: + - name: primary + image: registry.k8s.io/e2e-test-images/agnhost:2.43 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Feb 7 07:29:13.991: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' +Feb 7 07:29:14.198: INFO: stderr: "" +Feb 7 07:29:14.198: INFO: stdout: "deployment.apps/agnhost-primary created\n" +Feb 7 07:29:14.198: INFO: apiVersion: apps/v1 +kind: Deployment +metadata: + name: agnhost-replica +spec: + replicas: 2 + selector: + matchLabels: + app: agnhost + role: replica + tier: backend + template: + metadata: + labels: + app: agnhost + role: replica + tier: backend + spec: + containers: + - name: replica + image: registry.k8s.io/e2e-test-images/agnhost:2.43 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + +Feb 7 07:29:14.198: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' +Feb 7 07:29:14.392: INFO: stderr: "" +Feb 7 07:29:14.392: INFO: stdout: "deployment.apps/agnhost-replica created\n" +STEP: validating guestbook app 02/07/23 07:29:14.392 +Feb 7 07:29:14.392: INFO: Waiting for all frontend pods to be Running. +Feb 7 07:29:19.444: INFO: Waiting for frontend to serve content. +Feb 7 07:29:19.470: INFO: Trying to add a new entry to the guestbook. +Feb 7 07:29:19.485: INFO: Verifying that added entry can be retrieved. +STEP: using delete to clean up resources 02/07/23 07:29:19.492 +Feb 7 07:29:19.492: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' +Feb 7 07:29:19.616: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 07:29:19.616: INFO: stdout: "service \"agnhost-replica\" force deleted\n" +STEP: using delete to clean up resources 02/07/23 07:29:19.616 +Feb 7 07:29:19.616: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' +Feb 7 07:29:19.712: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 07:29:19.712: INFO: stdout: "service \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 02/07/23 07:29:19.712 +Feb 7 07:29:19.712: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' +Feb 7 07:29:19.810: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 07:29:19.810: INFO: stdout: "service \"frontend\" force deleted\n" +STEP: using delete to clean up resources 02/07/23 07:29:19.81 +Feb 7 07:29:19.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' +Feb 7 07:29:19.924: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 07:29:19.924: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" +STEP: using delete to clean up resources 02/07/23 07:29:19.924 +Feb 7 07:29:19.924: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' +Feb 7 07:29:20.018: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 07:29:20.018: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" +STEP: using delete to clean up resources 02/07/23 07:29:20.018 +Feb 7 07:29:20.018: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' +Feb 7 07:29:20.134: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 07:29:20.134: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:20.134: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-8856" for this suite. 02/07/23 07:29:20.144 +------------------------------ +• [SLOW TEST] [7.661 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Guestbook application + test/e2e/kubectl/kubectl.go:369 + should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:394 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:12.492 + Feb 7 07:29:12.492: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 07:29:12.494 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:12.507 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:12.509 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should create and stop a working application [Conformance] + test/e2e/kubectl/kubectl.go:394 + STEP: creating all guestbook components 02/07/23 07:29:12.511 + Feb 7 07:29:12.511: INFO: apiVersion: v1 + kind: Service + metadata: + name: agnhost-replica + labels: + app: agnhost + role: replica + tier: backend + spec: + ports: + - port: 6379 + selector: + app: agnhost + role: replica + tier: backend + + Feb 7 07:29:12.511: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' + Feb 7 07:29:13.375: INFO: stderr: "" + Feb 7 07:29:13.375: INFO: stdout: "service/agnhost-replica created\n" + Feb 7 07:29:13.376: INFO: apiVersion: v1 + kind: Service + metadata: + name: agnhost-primary + labels: + app: agnhost + role: primary + tier: backend + spec: + ports: + - port: 6379 + targetPort: 6379 + selector: + app: agnhost + role: primary + tier: backend + + Feb 7 07:29:13.376: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' + Feb 7 07:29:13.578: INFO: stderr: "" + Feb 7 07:29:13.578: INFO: stdout: "service/agnhost-primary created\n" + Feb 7 07:29:13.578: INFO: apiVersion: v1 + kind: Service + metadata: + name: frontend + labels: + app: guestbook + tier: frontend + spec: + # if your cluster supports it, uncomment the following to automatically create + # an external load-balanced IP for the frontend service. + # type: LoadBalancer + ports: + - port: 80 + selector: + app: guestbook + tier: frontend + + Feb 7 07:29:13.578: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' + Feb 7 07:29:13.776: INFO: stderr: "" + Feb 7 07:29:13.776: INFO: stdout: "service/frontend created\n" + Feb 7 07:29:13.776: INFO: apiVersion: apps/v1 + kind: Deployment + metadata: + name: frontend + spec: + replicas: 3 + selector: + matchLabels: + app: guestbook + tier: frontend + template: + metadata: + labels: + app: guestbook + tier: frontend + spec: + containers: + - name: guestbook-frontend + image: registry.k8s.io/e2e-test-images/agnhost:2.43 + args: [ "guestbook", "--backend-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 80 + + Feb 7 07:29:13.776: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' + Feb 7 07:29:13.991: INFO: stderr: "" + Feb 7 07:29:13.991: INFO: stdout: "deployment.apps/frontend created\n" + Feb 7 07:29:13.991: INFO: apiVersion: apps/v1 + kind: Deployment + metadata: + name: agnhost-primary + spec: + replicas: 1 + selector: + matchLabels: + app: agnhost + role: primary + tier: backend + template: + metadata: + labels: + app: agnhost + role: primary + tier: backend + spec: + containers: + - name: primary + image: registry.k8s.io/e2e-test-images/agnhost:2.43 + args: [ "guestbook", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Feb 7 07:29:13.991: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' + Feb 7 07:29:14.198: INFO: stderr: "" + Feb 7 07:29:14.198: INFO: stdout: "deployment.apps/agnhost-primary created\n" + Feb 7 07:29:14.198: INFO: apiVersion: apps/v1 + kind: Deployment + metadata: + name: agnhost-replica + spec: + replicas: 2 + selector: + matchLabels: + app: agnhost + role: replica + tier: backend + template: + metadata: + labels: + app: agnhost + role: replica + tier: backend + spec: + containers: + - name: replica + image: registry.k8s.io/e2e-test-images/agnhost:2.43 + args: [ "guestbook", "--replicaof", "agnhost-primary", "--http-port", "6379" ] + resources: + requests: + cpu: 100m + memory: 100Mi + ports: + - containerPort: 6379 + + Feb 7 07:29:14.198: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 create -f -' + Feb 7 07:29:14.392: INFO: stderr: "" + Feb 7 07:29:14.392: INFO: stdout: "deployment.apps/agnhost-replica created\n" + STEP: validating guestbook app 02/07/23 07:29:14.392 + Feb 7 07:29:14.392: INFO: Waiting for all frontend pods to be Running. + Feb 7 07:29:19.444: INFO: Waiting for frontend to serve content. + Feb 7 07:29:19.470: INFO: Trying to add a new entry to the guestbook. + Feb 7 07:29:19.485: INFO: Verifying that added entry can be retrieved. + STEP: using delete to clean up resources 02/07/23 07:29:19.492 + Feb 7 07:29:19.492: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' + Feb 7 07:29:19.616: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 07:29:19.616: INFO: stdout: "service \"agnhost-replica\" force deleted\n" + STEP: using delete to clean up resources 02/07/23 07:29:19.616 + Feb 7 07:29:19.616: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' + Feb 7 07:29:19.712: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 07:29:19.712: INFO: stdout: "service \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 02/07/23 07:29:19.712 + Feb 7 07:29:19.712: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' + Feb 7 07:29:19.810: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 07:29:19.810: INFO: stdout: "service \"frontend\" force deleted\n" + STEP: using delete to clean up resources 02/07/23 07:29:19.81 + Feb 7 07:29:19.810: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' + Feb 7 07:29:19.924: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 07:29:19.924: INFO: stdout: "deployment.apps \"frontend\" force deleted\n" + STEP: using delete to clean up resources 02/07/23 07:29:19.924 + Feb 7 07:29:19.924: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' + Feb 7 07:29:20.018: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 07:29:20.018: INFO: stdout: "deployment.apps \"agnhost-primary\" force deleted\n" + STEP: using delete to clean up resources 02/07/23 07:29:20.018 + Feb 7 07:29:20.018: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8856 delete --grace-period=0 --force -f -' + Feb 7 07:29:20.134: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 07:29:20.134: INFO: stdout: "deployment.apps \"agnhost-replica\" force deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:20.134: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-8856" for this suite. 02/07/23 07:29:20.144 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:68 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:20.153 +Feb 7 07:29:20.154: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 07:29:20.154 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:20.168 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:20.171 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:68 +STEP: Creating secret with name secret-test-0c007970-e544-422f-ad8d-645872ef9148 02/07/23 07:29:20.174 +STEP: Creating a pod to test consume secrets 02/07/23 07:29:20.186 +Feb 7 07:29:20.198: INFO: Waiting up to 5m0s for pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9" in namespace "secrets-9159" to be "Succeeded or Failed" +Feb 7 07:29:20.201: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.350214ms +Feb 7 07:29:22.208: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009718923s +Feb 7 07:29:24.208: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010327048s +STEP: Saw pod success 02/07/23 07:29:24.208 +Feb 7 07:29:24.209: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9" satisfied condition "Succeeded or Failed" +Feb 7 07:29:24.213: INFO: Trying to get logs from node node2 pod pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9 container secret-volume-test: +STEP: delete the pod 02/07/23 07:29:24.222 +Feb 7 07:29:24.233: INFO: Waiting for pod pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9 to disappear +Feb 7 07:29:24.237: INFO: Pod pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:24.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-9159" for this suite. 02/07/23 07:29:24.24 +------------------------------ +• [4.092 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:20.153 + Feb 7 07:29:20.154: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 07:29:20.154 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:20.168 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:20.171 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:68 + STEP: Creating secret with name secret-test-0c007970-e544-422f-ad8d-645872ef9148 02/07/23 07:29:20.174 + STEP: Creating a pod to test consume secrets 02/07/23 07:29:20.186 + Feb 7 07:29:20.198: INFO: Waiting up to 5m0s for pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9" in namespace "secrets-9159" to be "Succeeded or Failed" + Feb 7 07:29:20.201: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.350214ms + Feb 7 07:29:22.208: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009718923s + Feb 7 07:29:24.208: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010327048s + STEP: Saw pod success 02/07/23 07:29:24.208 + Feb 7 07:29:24.209: INFO: Pod "pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9" satisfied condition "Succeeded or Failed" + Feb 7 07:29:24.213: INFO: Trying to get logs from node node2 pod pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9 container secret-volume-test: + STEP: delete the pod 02/07/23 07:29:24.222 + Feb 7 07:29:24.233: INFO: Waiting for pod pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9 to disappear + Feb 7 07:29:24.237: INFO: Pod pod-secrets-71827ea9-8ca8-4e79-bfda-ff6d01a969b9 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:24.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-9159" for this suite. 02/07/23 07:29:24.24 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Secrets + should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:140 +[BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:24.246 +Feb 7 07:29:24.246: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 07:29:24.247 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:24.256 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:24.258 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:140 +STEP: Creating projection with secret that has name secret-emptykey-test-465e32ed-4afa-4c15-a8c7-1f75bc5bb4c4 02/07/23 07:29:24.261 +[AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:24.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-8797" for this suite. 02/07/23 07:29:24.266 +------------------------------ +• [0.024 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:140 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:24.246 + Feb 7 07:29:24.246: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 07:29:24.247 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:24.256 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:24.258 + [BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should fail to create secret due to empty secret key [Conformance] + test/e2e/common/node/secrets.go:140 + STEP: Creating projection with secret that has name secret-emptykey-test-465e32ed-4afa-4c15-a8c7-1f75bc5bb4c4 02/07/23 07:29:24.261 + [AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:24.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-8797" for this suite. 02/07/23 07:29:24.266 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:209 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:24.275 +Feb 7 07:29:24.275: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:29:24.278 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:24.297 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:24.302 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:29:24.319 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:29:24.842 +STEP: Deploying the webhook pod 02/07/23 07:29:24.853 +STEP: Wait for the deployment to be ready 02/07/23 07:29:24.868 +Feb 7 07:29:24.883: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:29:26.898 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:29:26.948 +Feb 7 07:29:27.948: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:209 +STEP: Registering the webhook via the AdmissionRegistration API 02/07/23 07:29:27.955 +STEP: create a pod 02/07/23 07:29:27.976 +Feb 7 07:29:27.981: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-7189" to be "running" +Feb 7 07:29:27.985: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.792515ms +Feb 7 07:29:29.993: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011641076s +Feb 7 07:29:29.993: INFO: Pod "to-be-attached-pod" satisfied condition "running" +STEP: 'kubectl attach' the pod, should be denied by the webhook 02/07/23 07:29:29.993 +Feb 7 07:29:29.993: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=webhook-7189 attach --namespace=webhook-7189 to-be-attached-pod -i -c=container1' +Feb 7 07:29:30.111: INFO: rc: 1 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:30.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-7189" for this suite. 02/07/23 07:29:30.146 +STEP: Destroying namespace "webhook-7189-markers" for this suite. 02/07/23 07:29:30.155 +------------------------------ +• [SLOW TEST] [5.885 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:209 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:24.275 + Feb 7 07:29:24.275: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:29:24.278 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:24.297 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:24.302 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:29:24.319 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:29:24.842 + STEP: Deploying the webhook pod 02/07/23 07:29:24.853 + STEP: Wait for the deployment to be ready 02/07/23 07:29:24.868 + Feb 7 07:29:24.883: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:29:26.898 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:29:26.948 + Feb 7 07:29:27.948: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should be able to deny attaching pod [Conformance] + test/e2e/apimachinery/webhook.go:209 + STEP: Registering the webhook via the AdmissionRegistration API 02/07/23 07:29:27.955 + STEP: create a pod 02/07/23 07:29:27.976 + Feb 7 07:29:27.981: INFO: Waiting up to 5m0s for pod "to-be-attached-pod" in namespace "webhook-7189" to be "running" + Feb 7 07:29:27.985: INFO: Pod "to-be-attached-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.792515ms + Feb 7 07:29:29.993: INFO: Pod "to-be-attached-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011641076s + Feb 7 07:29:29.993: INFO: Pod "to-be-attached-pod" satisfied condition "running" + STEP: 'kubectl attach' the pod, should be denied by the webhook 02/07/23 07:29:29.993 + Feb 7 07:29:29.993: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=webhook-7189 attach --namespace=webhook-7189 to-be-attached-pod -i -c=container1' + Feb 7 07:29:30.111: INFO: rc: 1 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:30.115: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-7189" for this suite. 02/07/23 07:29:30.146 + STEP: Destroying namespace "webhook-7189-markers" for this suite. 02/07/23 07:29:30.155 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:47 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:30.161 +Feb 7 07:29:30.161: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:29:30.167 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:30.186 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:30.189 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:47 +STEP: Creating configMap with name projected-configmap-test-volume-ec2139c4-77fe-474c-9b0b-d839086ef17c 02/07/23 07:29:30.192 +STEP: Creating a pod to test consume configMaps 02/07/23 07:29:30.195 +Feb 7 07:29:30.202: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764" in namespace "projected-1331" to be "Succeeded or Failed" +Feb 7 07:29:30.204: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764": Phase="Pending", Reason="", readiness=false. Elapsed: 2.380875ms +Feb 7 07:29:32.210: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007871183s +Feb 7 07:29:34.209: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007100737s +STEP: Saw pod success 02/07/23 07:29:34.209 +Feb 7 07:29:34.209: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764" satisfied condition "Succeeded or Failed" +Feb 7 07:29:34.213: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764 container agnhost-container: +STEP: delete the pod 02/07/23 07:29:34.219 +Feb 7 07:29:34.235: INFO: Waiting for pod pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764 to disappear +Feb 7 07:29:34.238: INFO: Pod pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:34.238: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-1331" for this suite. 02/07/23 07:29:34.241 +------------------------------ +• [4.086 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:47 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:30.161 + Feb 7 07:29:30.161: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:29:30.167 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:30.186 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:30.189 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:47 + STEP: Creating configMap with name projected-configmap-test-volume-ec2139c4-77fe-474c-9b0b-d839086ef17c 02/07/23 07:29:30.192 + STEP: Creating a pod to test consume configMaps 02/07/23 07:29:30.195 + Feb 7 07:29:30.202: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764" in namespace "projected-1331" to be "Succeeded or Failed" + Feb 7 07:29:30.204: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764": Phase="Pending", Reason="", readiness=false. Elapsed: 2.380875ms + Feb 7 07:29:32.210: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007871183s + Feb 7 07:29:34.209: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007100737s + STEP: Saw pod success 02/07/23 07:29:34.209 + Feb 7 07:29:34.209: INFO: Pod "pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764" satisfied condition "Succeeded or Failed" + Feb 7 07:29:34.213: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764 container agnhost-container: + STEP: delete the pod 02/07/23 07:29:34.219 + Feb 7 07:29:34.235: INFO: Waiting for pod pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764 to disappear + Feb 7 07:29:34.238: INFO: Pod pod-projected-configmaps-01493cf4-e531-44bd-af53-5de57fcf1764 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:34.238: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-1331" for this suite. 02/07/23 07:29:34.241 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-auth] ServiceAccounts + should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:161 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:34.249 +Feb 7 07:29:34.249: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 07:29:34.252 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:34.265 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:34.268 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:161 +Feb 7 07:29:34.289: INFO: created pod pod-service-account-defaultsa +Feb 7 07:29:34.289: INFO: pod pod-service-account-defaultsa service account token volume mount: true +Feb 7 07:29:34.298: INFO: created pod pod-service-account-mountsa +Feb 7 07:29:34.298: INFO: pod pod-service-account-mountsa service account token volume mount: true +Feb 7 07:29:34.303: INFO: created pod pod-service-account-nomountsa +Feb 7 07:29:34.303: INFO: pod pod-service-account-nomountsa service account token volume mount: false +Feb 7 07:29:34.307: INFO: created pod pod-service-account-defaultsa-mountspec +Feb 7 07:29:34.307: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true +Feb 7 07:29:34.317: INFO: created pod pod-service-account-mountsa-mountspec +Feb 7 07:29:34.317: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true +Feb 7 07:29:34.324: INFO: created pod pod-service-account-nomountsa-mountspec +Feb 7 07:29:34.324: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true +Feb 7 07:29:34.332: INFO: created pod pod-service-account-defaultsa-nomountspec +Feb 7 07:29:34.332: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false +Feb 7 07:29:34.339: INFO: created pod pod-service-account-mountsa-nomountspec +Feb 7 07:29:34.339: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false +Feb 7 07:29:34.346: INFO: created pod pod-service-account-nomountsa-nomountspec +Feb 7 07:29:34.346: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:34.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-4891" for this suite. 02/07/23 07:29:34.349 +------------------------------ +• [0.109 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:34.249 + Feb 7 07:29:34.249: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 07:29:34.252 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:34.265 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:34.268 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] should allow opting out of API token automount [Conformance] + test/e2e/auth/service_accounts.go:161 + Feb 7 07:29:34.289: INFO: created pod pod-service-account-defaultsa + Feb 7 07:29:34.289: INFO: pod pod-service-account-defaultsa service account token volume mount: true + Feb 7 07:29:34.298: INFO: created pod pod-service-account-mountsa + Feb 7 07:29:34.298: INFO: pod pod-service-account-mountsa service account token volume mount: true + Feb 7 07:29:34.303: INFO: created pod pod-service-account-nomountsa + Feb 7 07:29:34.303: INFO: pod pod-service-account-nomountsa service account token volume mount: false + Feb 7 07:29:34.307: INFO: created pod pod-service-account-defaultsa-mountspec + Feb 7 07:29:34.307: INFO: pod pod-service-account-defaultsa-mountspec service account token volume mount: true + Feb 7 07:29:34.317: INFO: created pod pod-service-account-mountsa-mountspec + Feb 7 07:29:34.317: INFO: pod pod-service-account-mountsa-mountspec service account token volume mount: true + Feb 7 07:29:34.324: INFO: created pod pod-service-account-nomountsa-mountspec + Feb 7 07:29:34.324: INFO: pod pod-service-account-nomountsa-mountspec service account token volume mount: true + Feb 7 07:29:34.332: INFO: created pod pod-service-account-defaultsa-nomountspec + Feb 7 07:29:34.332: INFO: pod pod-service-account-defaultsa-nomountspec service account token volume mount: false + Feb 7 07:29:34.339: INFO: created pod pod-service-account-mountsa-nomountspec + Feb 7 07:29:34.339: INFO: pod pod-service-account-mountsa-nomountspec service account token volume mount: false + Feb 7 07:29:34.346: INFO: created pod pod-service-account-nomountsa-nomountspec + Feb 7 07:29:34.346: INFO: pod pod-service-account-nomountsa-nomountspec service account token volume mount: false + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:34.346: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-4891" for this suite. 02/07/23 07:29:34.349 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:357 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:34.358 +Feb 7 07:29:34.358: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 07:29:34.358 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:34.38 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:34.383 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:357 +STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation 02/07/23 07:29:34.385 +Feb 7 07:29:34.387: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:29:35.950: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:29:42.028: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-9640" for this suite. 02/07/23 07:29:42.041 +------------------------------ +• [SLOW TEST] [7.692 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:357 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:34.358 + Feb 7 07:29:34.358: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 07:29:34.358 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:34.38 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:34.383 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for multiple CRDs of same group and version but different kinds [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:357 + STEP: CRs in the same group and version but different kinds (two CRDs) show up in OpenAPI documentation 02/07/23 07:29:34.385 + Feb 7 07:29:34.387: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:29:35.950: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:29:42.028: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-9640" for this suite. 02/07/23 07:29:42.041 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:29:42.05 +Feb 7 07:29:42.050: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 07:29:42.051 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:42.066 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:42.069 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 +STEP: Creating a test headless service 02/07/23 07:29:42.074 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-485.svc.cluster.local;sleep 1; done + 02/07/23 07:29:42.081 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-485.svc.cluster.local;sleep 1; done + 02/07/23 07:29:42.081 +STEP: creating a pod to probe DNS 02/07/23 07:29:42.081 +STEP: submitting the pod to kubernetes 02/07/23 07:29:42.082 +Feb 7 07:29:42.090: INFO: Waiting up to 15m0s for pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40" in namespace "dns-485" to be "running" +Feb 7 07:29:42.094: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 3.902504ms +Feb 7 07:29:44.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010905684s +Feb 7 07:29:46.102: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011864337s +Feb 7 07:29:48.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 6.010586932s +Feb 7 07:29:50.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010388827s +Feb 7 07:29:52.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009493409s +Feb 7 07:29:54.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 12.009768408s +Feb 7 07:29:56.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 14.009645063s +Feb 7 07:29:58.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 16.01007455s +Feb 7 07:30:00.102: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 18.012138978s +Feb 7 07:30:02.098: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 20.007844366s +Feb 7 07:30:04.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 22.011237114s +Feb 7 07:30:06.098: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 24.007631348s +Feb 7 07:30:08.102: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 26.012134501s +Feb 7 07:30:10.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 28.00976637s +Feb 7 07:30:12.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 30.010641787s +Feb 7 07:30:14.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 32.010181387s +Feb 7 07:30:16.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 34.010923846s +Feb 7 07:30:18.099: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 36.008700588s +Feb 7 07:30:20.099: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 38.008737221s +Feb 7 07:30:22.103: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 40.01234018s +Feb 7 07:30:24.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Running", Reason="", readiness=true. Elapsed: 42.01103475s +Feb 7 07:30:24.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40" satisfied condition "running" +STEP: retrieving the pod 02/07/23 07:30:24.101 +STEP: looking for the results for each expected name from probers 02/07/23 07:30:24.105 +Feb 7 07:30:24.109: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.113: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.117: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.121: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.124: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.129: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.132: INFO: Unable to read jessie_udp@dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) +Feb 7 07:30:24.136: INFO: Lookups using dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local wheezy_udp@dns-test-service-2.dns-485.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-485.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local jessie_udp@dns-test-service-2.dns-485.svc.cluster.local] + +Feb 7 07:30:29.175: INFO: DNS probes using dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40 succeeded + +STEP: deleting the pod 02/07/23 07:30:29.175 +STEP: deleting the test headless service 02/07/23 07:30:29.186 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 07:30:29.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-485" for this suite. 02/07/23 07:30:29.218 +------------------------------ +• [SLOW TEST] [47.172 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:29:42.05 + Feb 7 07:29:42.050: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 07:29:42.051 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:29:42.066 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:29:42.069 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should provide DNS for pods for Subdomain [Conformance] + test/e2e/network/dns.go:290 + STEP: Creating a test headless service 02/07/23 07:29:42.074 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service-2.dns-485.svc.cluster.local;sleep 1; done + 02/07/23 07:29:42.081 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +notcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service-2.dns-485.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service-2.dns-485.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service-2.dns-485.svc.cluster.local;sleep 1; done + 02/07/23 07:29:42.081 + STEP: creating a pod to probe DNS 02/07/23 07:29:42.081 + STEP: submitting the pod to kubernetes 02/07/23 07:29:42.082 + Feb 7 07:29:42.090: INFO: Waiting up to 15m0s for pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40" in namespace "dns-485" to be "running" + Feb 7 07:29:42.094: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 3.902504ms + Feb 7 07:29:44.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010905684s + Feb 7 07:29:46.102: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011864337s + Feb 7 07:29:48.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 6.010586932s + Feb 7 07:29:50.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010388827s + Feb 7 07:29:52.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 10.009493409s + Feb 7 07:29:54.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 12.009768408s + Feb 7 07:29:56.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 14.009645063s + Feb 7 07:29:58.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 16.01007455s + Feb 7 07:30:00.102: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 18.012138978s + Feb 7 07:30:02.098: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 20.007844366s + Feb 7 07:30:04.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 22.011237114s + Feb 7 07:30:06.098: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 24.007631348s + Feb 7 07:30:08.102: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 26.012134501s + Feb 7 07:30:10.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 28.00976637s + Feb 7 07:30:12.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 30.010641787s + Feb 7 07:30:14.100: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 32.010181387s + Feb 7 07:30:16.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 34.010923846s + Feb 7 07:30:18.099: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 36.008700588s + Feb 7 07:30:20.099: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 38.008737221s + Feb 7 07:30:22.103: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Pending", Reason="", readiness=false. Elapsed: 40.01234018s + Feb 7 07:30:24.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40": Phase="Running", Reason="", readiness=true. Elapsed: 42.01103475s + Feb 7 07:30:24.101: INFO: Pod "dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40" satisfied condition "running" + STEP: retrieving the pod 02/07/23 07:30:24.101 + STEP: looking for the results for each expected name from probers 02/07/23 07:30:24.105 + Feb 7 07:30:24.109: INFO: Unable to read wheezy_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.113: INFO: Unable to read wheezy_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.117: INFO: Unable to read wheezy_udp@dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.121: INFO: Unable to read wheezy_tcp@dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.124: INFO: Unable to read jessie_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.129: INFO: Unable to read jessie_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.132: INFO: Unable to read jessie_udp@dns-test-service-2.dns-485.svc.cluster.local from pod dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40: the server could not find the requested resource (get pods dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40) + Feb 7 07:30:24.136: INFO: Lookups using dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40 failed for: [wheezy_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local wheezy_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local wheezy_udp@dns-test-service-2.dns-485.svc.cluster.local wheezy_tcp@dns-test-service-2.dns-485.svc.cluster.local jessie_udp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local jessie_tcp@dns-querier-2.dns-test-service-2.dns-485.svc.cluster.local jessie_udp@dns-test-service-2.dns-485.svc.cluster.local] + + Feb 7 07:30:29.175: INFO: DNS probes using dns-485/dns-test-b27873cd-63b1-4c82-99ca-4213d8feee40 succeeded + + STEP: deleting the pod 02/07/23 07:30:29.175 + STEP: deleting the test headless service 02/07/23 07:30:29.186 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 07:30:29.215: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-485" for this suite. 02/07/23 07:30:29.218 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:101 +[BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:30:29.223 +Feb 7 07:30:29.223: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replication-controller 02/07/23 07:30:29.224 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:30:29.239 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:30:29.245 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 +[It] should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:101 +STEP: Given a ReplicationController is created 02/07/23 07:30:29.249 +STEP: When the matched label of one of its pods change 02/07/23 07:30:29.253 +Feb 7 07:30:29.257: INFO: Pod name pod-release: Found 0 pods out of 1 +Feb 7 07:30:34.261: INFO: Pod name pod-release: Found 1 pods out of 1 +STEP: Then the pod is released 02/07/23 07:30:34.279 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 +Feb 7 07:30:35.289: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 +STEP: Destroying namespace "replication-controller-8965" for this suite. 02/07/23 07:30:35.295 +------------------------------ +• [SLOW TEST] [6.080 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:101 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:30:29.223 + Feb 7 07:30:29.223: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replication-controller 02/07/23 07:30:29.224 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:30:29.239 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:30:29.245 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 + [It] should release no longer matching pods [Conformance] + test/e2e/apps/rc.go:101 + STEP: Given a ReplicationController is created 02/07/23 07:30:29.249 + STEP: When the matched label of one of its pods change 02/07/23 07:30:29.253 + Feb 7 07:30:29.257: INFO: Pod name pod-release: Found 0 pods out of 1 + Feb 7 07:30:34.261: INFO: Pod name pod-release: Found 1 pods out of 1 + STEP: Then the pod is released 02/07/23 07:30:34.279 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 + Feb 7 07:30:35.289: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 + STEP: Destroying namespace "replication-controller-8965" for this suite. 02/07/23 07:30:35.295 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-node] Secrets + should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:46 +[BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:30:35.305 +Feb 7 07:30:35.305: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 07:30:35.307 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:30:35.327 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:30:35.331 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:46 +STEP: Creating secret with name secret-test-5e6d57ea-826e-4ce9-b226-2d3366cb9bcc 02/07/23 07:30:35.337 +STEP: Creating a pod to test consume secrets 02/07/23 07:30:35.341 +Feb 7 07:30:35.350: INFO: Waiting up to 5m0s for pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d" in namespace "secrets-3150" to be "Succeeded or Failed" +Feb 7 07:30:35.354: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.523879ms +Feb 7 07:30:37.360: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010741841s +Feb 7 07:30:39.361: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011071535s +STEP: Saw pod success 02/07/23 07:30:39.361 +Feb 7 07:30:39.361: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d" satisfied condition "Succeeded or Failed" +Feb 7 07:30:39.366: INFO: Trying to get logs from node node1 pod pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d container secret-env-test: +STEP: delete the pod 02/07/23 07:30:39.394 +Feb 7 07:30:39.406: INFO: Waiting for pod pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d to disappear +Feb 7 07:30:39.409: INFO: Pod pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 07:30:39.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-3150" for this suite. 02/07/23 07:30:39.413 +------------------------------ +• [4.113 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:30:35.305 + Feb 7 07:30:35.305: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 07:30:35.307 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:30:35.327 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:30:35.331 + [BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in env vars [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:46 + STEP: Creating secret with name secret-test-5e6d57ea-826e-4ce9-b226-2d3366cb9bcc 02/07/23 07:30:35.337 + STEP: Creating a pod to test consume secrets 02/07/23 07:30:35.341 + Feb 7 07:30:35.350: INFO: Waiting up to 5m0s for pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d" in namespace "secrets-3150" to be "Succeeded or Failed" + Feb 7 07:30:35.354: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.523879ms + Feb 7 07:30:37.360: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010741841s + Feb 7 07:30:39.361: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011071535s + STEP: Saw pod success 02/07/23 07:30:39.361 + Feb 7 07:30:39.361: INFO: Pod "pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d" satisfied condition "Succeeded or Failed" + Feb 7 07:30:39.366: INFO: Trying to get logs from node node1 pod pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d container secret-env-test: + STEP: delete the pod 02/07/23 07:30:39.394 + Feb 7 07:30:39.406: INFO: Waiting for pod pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d to disappear + Feb 7 07:30:39.409: INFO: Pod pod-secrets-eb787d44-3a80-4672-899f-76247ca9c61d no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 07:30:39.409: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-3150" for this suite. 02/07/23 07:30:39.413 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:697 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:30:39.418 +Feb 7 07:30:39.419: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 07:30:39.42 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:30:39.474 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:30:39.48 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-1263 02/07/23 07:30:39.485 +[It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:697 +STEP: Creating stateful set ss in namespace statefulset-1263 02/07/23 07:30:39.493 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-1263 02/07/23 07:30:39.512 +Feb 7 07:30:39.515: INFO: Found 0 stateful pods, waiting for 1 +Feb 7 07:30:49.521: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: Confirming that stateful set scale up will not halt with unhealthy stateful pod 02/07/23 07:30:49.521 +Feb 7 07:30:49.527: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:30:49.728: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:30:49.728: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:30:49.728: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:30:49.733: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Feb 7 07:30:59.742: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:30:59.742: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:30:59.763: INFO: POD NODE PHASE GRACE CONDITIONS +Feb 7 07:30:59.763: INFO: ss-0 node1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:49 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:49 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC }] +Feb 7 07:30:59.763: INFO: +Feb 7 07:30:59.763: INFO: StatefulSet ss has not reached scale 3, at 1 +Feb 7 07:31:00.770: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.995900445s +Feb 7 07:31:01.777: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.990424022s +Feb 7 07:31:02.785: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.983299278s +Feb 7 07:31:03.792: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.975081386s +Feb 7 07:31:04.800: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.967636224s +Feb 7 07:31:05.809: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.95957419s +Feb 7 07:31:06.817: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.950948332s +Feb 7 07:31:07.824: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.943317509s +Feb 7 07:31:08.831: INFO: Verifying statefulset ss doesn't scale past 3 for another 935.878825ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-1263 02/07/23 07:31:09.831 +Feb 7 07:31:09.840: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:31:10.030: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 07:31:10.031: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:31:10.031: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:31:10.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:31:10.208: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" +Feb 7 07:31:10.208: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:31:10.208: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:31:10.208: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:31:10.389: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" +Feb 7 07:31:10.389: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:31:10.389: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-2: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:31:10.394: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false +Feb 7 07:31:20.415: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 07:31:20.415: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 07:31:20.415: INFO: Waiting for pod ss-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Scale down will not halt with unhealthy stateful pod 02/07/23 07:31:20.415 +Feb 7 07:31:20.419: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:31:20.566: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:31:20.567: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:31:20.567: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:31:20.567: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:31:20.785: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:31:20.785: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:31:20.785: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:31:20.786: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:31:21.098: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:31:21.098: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:31:21.098: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-2: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:31:21.098: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:31:21.229: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 +Feb 7 07:31:31.238: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:31:31.238: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:31:31.238: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:31:31.252: INFO: POD NODE PHASE GRACE CONDITIONS +Feb 7 07:31:31.252: INFO: ss-0 node1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:20 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:20 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC }] +Feb 7 07:31:31.252: INFO: ss-1 node2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC }] +Feb 7 07:31:31.252: INFO: ss-2 node1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC }] +Feb 7 07:31:31.252: INFO: +Feb 7 07:31:31.252: INFO: StatefulSet ss has not reached scale 0, at 3 +Feb 7 07:31:32.257: INFO: Verifying statefulset ss doesn't scale past 0 for another 8.994625855s +Feb 7 07:31:33.263: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.98995341s +Feb 7 07:31:34.269: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.98367119s +Feb 7 07:31:35.274: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.977725998s +Feb 7 07:31:36.281: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.972089179s +Feb 7 07:31:37.287: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.965567111s +Feb 7 07:31:38.293: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.958802931s +Feb 7 07:31:39.296: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.953658622s +Feb 7 07:31:40.303: INFO: Verifying statefulset ss doesn't scale past 0 for another 950.854091ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-1263 02/07/23 07:31:41.304 +Feb 7 07:31:41.311: INFO: Scaling statefulset ss to 0 +Feb 7 07:31:41.327: INFO: Waiting for statefulset status.replicas updated to 0 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 07:31:41.331: INFO: Deleting all statefulset in ns statefulset-1263 +Feb 7 07:31:41.336: INFO: Scaling statefulset ss to 0 +Feb 7 07:31:41.350: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:31:41.354: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:31:41.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-1263" for this suite. 02/07/23 07:31:41.369 +------------------------------ +• [SLOW TEST] [61.955 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:697 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:30:39.418 + Feb 7 07:30:39.419: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 07:30:39.42 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:30:39.474 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:30:39.48 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-1263 02/07/23 07:30:39.485 + [It] Burst scaling should run to completion even with unhealthy pods [Slow] [Conformance] + test/e2e/apps/statefulset.go:697 + STEP: Creating stateful set ss in namespace statefulset-1263 02/07/23 07:30:39.493 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-1263 02/07/23 07:30:39.512 + Feb 7 07:30:39.515: INFO: Found 0 stateful pods, waiting for 1 + Feb 7 07:30:49.521: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: Confirming that stateful set scale up will not halt with unhealthy stateful pod 02/07/23 07:30:49.521 + Feb 7 07:30:49.527: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:30:49.728: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:30:49.728: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:30:49.728: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:30:49.733: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Feb 7 07:30:59.742: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:30:59.742: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:30:59.763: INFO: POD NODE PHASE GRACE CONDITIONS + Feb 7 07:30:59.763: INFO: ss-0 node1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:49 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:49 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC }] + Feb 7 07:30:59.763: INFO: + Feb 7 07:30:59.763: INFO: StatefulSet ss has not reached scale 3, at 1 + Feb 7 07:31:00.770: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.995900445s + Feb 7 07:31:01.777: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.990424022s + Feb 7 07:31:02.785: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.983299278s + Feb 7 07:31:03.792: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.975081386s + Feb 7 07:31:04.800: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.967636224s + Feb 7 07:31:05.809: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.95957419s + Feb 7 07:31:06.817: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.950948332s + Feb 7 07:31:07.824: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.943317509s + Feb 7 07:31:08.831: INFO: Verifying statefulset ss doesn't scale past 3 for another 935.878825ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-1263 02/07/23 07:31:09.831 + Feb 7 07:31:09.840: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:31:10.030: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 07:31:10.031: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:31:10.031: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:31:10.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:31:10.208: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" + Feb 7 07:31:10.208: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:31:10.208: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:31:10.208: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:31:10.389: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\nmv: can't rename '/tmp/index.html': No such file or directory\n+ true\n" + Feb 7 07:31:10.389: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:31:10.389: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-2: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:31:10.394: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=false + Feb 7 07:31:20.415: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 07:31:20.415: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 07:31:20.415: INFO: Waiting for pod ss-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Scale down will not halt with unhealthy stateful pod 02/07/23 07:31:20.415 + Feb 7 07:31:20.419: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:31:20.566: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:31:20.567: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:31:20.567: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:31:20.567: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:31:20.785: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:31:20.785: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:31:20.785: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:31:20.786: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-1263 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:31:21.098: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:31:21.098: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:31:21.098: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-2: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:31:21.098: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:31:21.229: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 + Feb 7 07:31:31.238: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:31:31.238: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:31:31.238: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:31:31.252: INFO: POD NODE PHASE GRACE CONDITIONS + Feb 7 07:31:31.252: INFO: ss-0 node1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:20 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:20 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:39 +0000 UTC }] + Feb 7 07:31:31.252: INFO: ss-1 node2 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC }] + Feb 7 07:31:31.252: INFO: ss-2 node1 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:31:21 +0000 UTC ContainersNotReady containers with unready status: [webserver]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 07:30:59 +0000 UTC }] + Feb 7 07:31:31.252: INFO: + Feb 7 07:31:31.252: INFO: StatefulSet ss has not reached scale 0, at 3 + Feb 7 07:31:32.257: INFO: Verifying statefulset ss doesn't scale past 0 for another 8.994625855s + Feb 7 07:31:33.263: INFO: Verifying statefulset ss doesn't scale past 0 for another 7.98995341s + Feb 7 07:31:34.269: INFO: Verifying statefulset ss doesn't scale past 0 for another 6.98367119s + Feb 7 07:31:35.274: INFO: Verifying statefulset ss doesn't scale past 0 for another 5.977725998s + Feb 7 07:31:36.281: INFO: Verifying statefulset ss doesn't scale past 0 for another 4.972089179s + Feb 7 07:31:37.287: INFO: Verifying statefulset ss doesn't scale past 0 for another 3.965567111s + Feb 7 07:31:38.293: INFO: Verifying statefulset ss doesn't scale past 0 for another 2.958802931s + Feb 7 07:31:39.296: INFO: Verifying statefulset ss doesn't scale past 0 for another 1.953658622s + Feb 7 07:31:40.303: INFO: Verifying statefulset ss doesn't scale past 0 for another 950.854091ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-1263 02/07/23 07:31:41.304 + Feb 7 07:31:41.311: INFO: Scaling statefulset ss to 0 + Feb 7 07:31:41.327: INFO: Waiting for statefulset status.replicas updated to 0 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 07:31:41.331: INFO: Deleting all statefulset in ns statefulset-1263 + Feb 7 07:31:41.336: INFO: Scaling statefulset ss to 0 + Feb 7 07:31:41.350: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:31:41.354: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:31:41.365: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-1263" for this suite. 02/07/23 07:31:41.369 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:88 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:31:41.374 +Feb 7 07:31:41.374: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:31:41.374 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:31:41.383 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:31:41.385 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:88 +STEP: Creating projection with secret that has name projected-secret-test-map-0f339736-69ce-478f-bd49-bbaa5d689f83 02/07/23 07:31:41.387 +STEP: Creating a pod to test consume secrets 02/07/23 07:31:41.39 +Feb 7 07:31:41.396: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82" in namespace "projected-457" to be "Succeeded or Failed" +Feb 7 07:31:41.400: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82": Phase="Pending", Reason="", readiness=false. Elapsed: 4.150304ms +Feb 7 07:31:43.409: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012782926s +Feb 7 07:31:45.407: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010804393s +STEP: Saw pod success 02/07/23 07:31:45.407 +Feb 7 07:31:45.407: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82" satisfied condition "Succeeded or Failed" +Feb 7 07:31:45.412: INFO: Trying to get logs from node node2 pod pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82 container projected-secret-volume-test: +STEP: delete the pod 02/07/23 07:31:45.44 +Feb 7 07:31:45.451: INFO: Waiting for pod pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82 to disappear +Feb 7 07:31:45.455: INFO: Pod pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 07:31:45.455: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-457" for this suite. 02/07/23 07:31:45.46 +------------------------------ +• [4.094 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:88 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:31:41.374 + Feb 7 07:31:41.374: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:31:41.374 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:31:41.383 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:31:41.385 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:88 + STEP: Creating projection with secret that has name projected-secret-test-map-0f339736-69ce-478f-bd49-bbaa5d689f83 02/07/23 07:31:41.387 + STEP: Creating a pod to test consume secrets 02/07/23 07:31:41.39 + Feb 7 07:31:41.396: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82" in namespace "projected-457" to be "Succeeded or Failed" + Feb 7 07:31:41.400: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82": Phase="Pending", Reason="", readiness=false. Elapsed: 4.150304ms + Feb 7 07:31:43.409: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012782926s + Feb 7 07:31:45.407: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010804393s + STEP: Saw pod success 02/07/23 07:31:45.407 + Feb 7 07:31:45.407: INFO: Pod "pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82" satisfied condition "Succeeded or Failed" + Feb 7 07:31:45.412: INFO: Trying to get logs from node node2 pod pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82 container projected-secret-volume-test: + STEP: delete the pod 02/07/23 07:31:45.44 + Feb 7 07:31:45.451: INFO: Waiting for pod pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82 to disappear + Feb 7 07:31:45.455: INFO: Pod pod-projected-secrets-c19f2939-f003-4847-895e-7b29eb3fcc82 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 07:31:45.455: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-457" for this suite. 02/07/23 07:31:45.46 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] CronJob + should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +[BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:31:45.468 +Feb 7 07:31:45.469: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename cronjob 02/07/23 07:31:45.471 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:31:45.486 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:31:45.489 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 +[It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 +STEP: Creating a ForbidConcurrent cronjob 02/07/23 07:31:45.492 +STEP: Ensuring a job is scheduled 02/07/23 07:31:45.497 +STEP: Ensuring exactly one is scheduled 02/07/23 07:32:01.501 +STEP: Ensuring exactly one running job exists by listing jobs explicitly 02/07/23 07:32:01.506 +STEP: Ensuring no more jobs are scheduled 02/07/23 07:32:01.51 +STEP: Removing cronjob 02/07/23 07:37:01.521 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 +Feb 7 07:37:01.529: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 +STEP: Destroying namespace "cronjob-3285" for this suite. 02/07/23 07:37:01.537 +------------------------------ +• [SLOW TEST] [316.077 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:31:45.468 + Feb 7 07:31:45.469: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename cronjob 02/07/23 07:31:45.471 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:31:45.486 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:31:45.489 + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 + [It] should not schedule new jobs when ForbidConcurrent [Slow] [Conformance] + test/e2e/apps/cronjob.go:124 + STEP: Creating a ForbidConcurrent cronjob 02/07/23 07:31:45.492 + STEP: Ensuring a job is scheduled 02/07/23 07:31:45.497 + STEP: Ensuring exactly one is scheduled 02/07/23 07:32:01.501 + STEP: Ensuring exactly one running job exists by listing jobs explicitly 02/07/23 07:32:01.506 + STEP: Ensuring no more jobs are scheduled 02/07/23 07:32:01.51 + STEP: Removing cronjob 02/07/23 07:37:01.521 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 + Feb 7 07:37:01.529: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 + STEP: Destroying namespace "cronjob-3285" for this suite. 02/07/23 07:37:01.537 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-network] DNS + should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:37:01.546 +Feb 7 07:37:01.546: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 07:37:01.549 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:01.566 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:01.57 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 +STEP: Creating a test headless service 02/07/23 07:37:01.573 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 02/07/23 07:37:01.578 +STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 02/07/23 07:37:01.578 +STEP: creating a pod to probe DNS 02/07/23 07:37:01.578 +STEP: submitting the pod to kubernetes 02/07/23 07:37:01.578 +Feb 7 07:37:01.585: INFO: Waiting up to 15m0s for pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e" in namespace "dns-4304" to be "running" +Feb 7 07:37:01.588: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.842297ms +Feb 7 07:37:03.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00940718s +Feb 7 07:37:05.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 4.010019677s +Feb 7 07:37:07.594: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008485307s +Feb 7 07:37:09.594: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 8.00854461s +Feb 7 07:37:11.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 10.01093199s +Feb 7 07:37:13.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010012332s +Feb 7 07:37:15.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 14.010016867s +Feb 7 07:37:17.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 16.010581572s +Feb 7 07:37:19.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 18.009749808s +Feb 7 07:37:21.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 20.009797891s +Feb 7 07:37:23.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 22.01036689s +Feb 7 07:37:25.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009640473s +Feb 7 07:37:27.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 26.009740687s +Feb 7 07:37:29.598: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 28.012931269s +Feb 7 07:37:31.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 30.010088781s +Feb 7 07:37:33.598: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 32.012419092s +Feb 7 07:37:35.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 34.010765056s +Feb 7 07:37:37.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 36.010411435s +Feb 7 07:37:39.592: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 38.007095154s +Feb 7 07:37:41.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 40.009855021s +Feb 7 07:37:43.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Running", Reason="", readiness=true. Elapsed: 42.010298986s +Feb 7 07:37:43.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e" satisfied condition "running" +STEP: retrieving the pod 02/07/23 07:37:43.596 +STEP: looking for the results for each expected name from probers 02/07/23 07:37:43.603 +Feb 7 07:37:43.621: INFO: DNS probes using dns-4304/dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e succeeded + +STEP: deleting the pod 02/07/23 07:37:43.621 +STEP: deleting the test headless service 02/07/23 07:37:43.632 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 07:37:43.644: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-4304" for this suite. 02/07/23 07:37:43.651 +------------------------------ +• [SLOW TEST] [42.108 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:37:01.546 + Feb 7 07:37:01.546: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 07:37:01.549 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:01.566 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:01.57 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should provide DNS for pods for Hostname [Conformance] + test/e2e/network/dns.go:248 + STEP: Creating a test headless service 02/07/23 07:37:01.573 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/wheezy_hosts@dns-querier-2;sleep 1; done + 02/07/23 07:37:01.578 + STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-2.dns-test-service-2.dns-4304.svc.cluster.local;test -n "$$(getent hosts dns-querier-2)" && echo OK > /results/jessie_hosts@dns-querier-2;sleep 1; done + 02/07/23 07:37:01.578 + STEP: creating a pod to probe DNS 02/07/23 07:37:01.578 + STEP: submitting the pod to kubernetes 02/07/23 07:37:01.578 + Feb 7 07:37:01.585: INFO: Waiting up to 15m0s for pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e" in namespace "dns-4304" to be "running" + Feb 7 07:37:01.588: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.842297ms + Feb 7 07:37:03.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00940718s + Feb 7 07:37:05.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 4.010019677s + Feb 7 07:37:07.594: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 6.008485307s + Feb 7 07:37:09.594: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 8.00854461s + Feb 7 07:37:11.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 10.01093199s + Feb 7 07:37:13.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010012332s + Feb 7 07:37:15.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 14.010016867s + Feb 7 07:37:17.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 16.010581572s + Feb 7 07:37:19.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 18.009749808s + Feb 7 07:37:21.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 20.009797891s + Feb 7 07:37:23.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 22.01036689s + Feb 7 07:37:25.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009640473s + Feb 7 07:37:27.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 26.009740687s + Feb 7 07:37:29.598: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 28.012931269s + Feb 7 07:37:31.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 30.010088781s + Feb 7 07:37:33.598: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 32.012419092s + Feb 7 07:37:35.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 34.010765056s + Feb 7 07:37:37.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 36.010411435s + Feb 7 07:37:39.592: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 38.007095154s + Feb 7 07:37:41.595: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Pending", Reason="", readiness=false. Elapsed: 40.009855021s + Feb 7 07:37:43.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e": Phase="Running", Reason="", readiness=true. Elapsed: 42.010298986s + Feb 7 07:37:43.596: INFO: Pod "dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e" satisfied condition "running" + STEP: retrieving the pod 02/07/23 07:37:43.596 + STEP: looking for the results for each expected name from probers 02/07/23 07:37:43.603 + Feb 7 07:37:43.621: INFO: DNS probes using dns-4304/dns-test-b7b4cba3-b08c-4487-bc52-e63ce089f41e succeeded + + STEP: deleting the pod 02/07/23 07:37:43.621 + STEP: deleting the test headless service 02/07/23 07:37:43.632 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 07:37:43.644: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-4304" for this suite. 02/07/23 07:37:43.651 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:276 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:37:43.655 +Feb 7 07:37:43.655: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 07:37:43.656 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:43.662 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:43.664 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:276 +STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation 02/07/23 07:37:43.666 +Feb 7 07:37:43.667: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:37:45.269: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:37:51.469: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-2292" for this suite. 02/07/23 07:37:51.48 +------------------------------ +• [SLOW TEST] [7.829 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:276 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:37:43.655 + Feb 7 07:37:43.655: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 07:37:43.656 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:43.662 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:43.664 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for multiple CRDs of different groups [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:276 + STEP: CRs in different groups (two CRDs) show up in OpenAPI documentation 02/07/23 07:37:43.666 + Feb 7 07:37:43.667: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:37:45.269: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:37:51.469: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-2292" for this suite. 02/07/23 07:37:51.48 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-network] EndpointSlice + should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:353 +[BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:37:51.485 +Feb 7 07:37:51.485: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename endpointslice 02/07/23 07:37:51.486 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:51.495 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:51.499 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 +[It] should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:353 +STEP: getting /apis 02/07/23 07:37:51.504 +STEP: getting /apis/discovery.k8s.io 02/07/23 07:37:51.508 +STEP: getting /apis/discovery.k8s.iov1 02/07/23 07:37:51.51 +STEP: creating 02/07/23 07:37:51.512 +STEP: getting 02/07/23 07:37:51.53 +STEP: listing 02/07/23 07:37:51.533 +STEP: watching 02/07/23 07:37:51.537 +Feb 7 07:37:51.537: INFO: starting watch +STEP: cluster-wide listing 02/07/23 07:37:51.539 +STEP: cluster-wide watching 02/07/23 07:37:51.544 +Feb 7 07:37:51.544: INFO: starting watch +STEP: patching 02/07/23 07:37:51.546 +STEP: updating 02/07/23 07:37:51.554 +Feb 7 07:37:51.564: INFO: waiting for watch events with expected annotations +Feb 7 07:37:51.564: INFO: saw patched and updated annotations +STEP: deleting 02/07/23 07:37:51.564 +STEP: deleting a collection 02/07/23 07:37:51.575 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 +Feb 7 07:37:51.586: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 +STEP: Destroying namespace "endpointslice-2037" for this suite. 02/07/23 07:37:51.59 +------------------------------ +• [0.112 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:353 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:37:51.485 + Feb 7 07:37:51.485: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename endpointslice 02/07/23 07:37:51.486 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:51.495 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:51.499 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 + [It] should support creating EndpointSlice API operations [Conformance] + test/e2e/network/endpointslice.go:353 + STEP: getting /apis 02/07/23 07:37:51.504 + STEP: getting /apis/discovery.k8s.io 02/07/23 07:37:51.508 + STEP: getting /apis/discovery.k8s.iov1 02/07/23 07:37:51.51 + STEP: creating 02/07/23 07:37:51.512 + STEP: getting 02/07/23 07:37:51.53 + STEP: listing 02/07/23 07:37:51.533 + STEP: watching 02/07/23 07:37:51.537 + Feb 7 07:37:51.537: INFO: starting watch + STEP: cluster-wide listing 02/07/23 07:37:51.539 + STEP: cluster-wide watching 02/07/23 07:37:51.544 + Feb 7 07:37:51.544: INFO: starting watch + STEP: patching 02/07/23 07:37:51.546 + STEP: updating 02/07/23 07:37:51.554 + Feb 7 07:37:51.564: INFO: waiting for watch events with expected annotations + Feb 7 07:37:51.564: INFO: saw patched and updated annotations + STEP: deleting 02/07/23 07:37:51.564 + STEP: deleting a collection 02/07/23 07:37:51.575 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 + Feb 7 07:37:51.586: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 + STEP: Destroying namespace "endpointslice-2037" for this suite. 02/07/23 07:37:51.59 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:57 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:37:51.599 +Feb 7 07:37:51.599: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 07:37:51.602 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:51.615 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:51.62 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:57 +STEP: Creating secret with name secret-test-804db5de-0b18-4859-bb65-f85e76d046d4 02/07/23 07:37:51.625 +STEP: Creating a pod to test consume secrets 02/07/23 07:37:51.63 +Feb 7 07:37:51.638: INFO: Waiting up to 5m0s for pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024" in namespace "secrets-6392" to be "Succeeded or Failed" +Feb 7 07:37:51.646: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Pending", Reason="", readiness=false. Elapsed: 3.739411ms +Feb 7 07:37:53.656: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Running", Reason="", readiness=true. Elapsed: 2.012915622s +Feb 7 07:37:55.654: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Running", Reason="", readiness=false. Elapsed: 4.011455434s +Feb 7 07:37:57.653: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.01038077s +STEP: Saw pod success 02/07/23 07:37:57.653 +Feb 7 07:37:57.653: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024" satisfied condition "Succeeded or Failed" +Feb 7 07:37:57.659: INFO: Trying to get logs from node node2 pod pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024 container secret-volume-test: +STEP: delete the pod 02/07/23 07:37:57.688 +Feb 7 07:37:57.699: INFO: Waiting for pod pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024 to disappear +Feb 7 07:37:57.703: INFO: Pod pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 07:37:57.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-6392" for this suite. 02/07/23 07:37:57.708 +------------------------------ +• [SLOW TEST] [6.114 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:37:51.599 + Feb 7 07:37:51.599: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 07:37:51.602 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:51.615 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:51.62 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:57 + STEP: Creating secret with name secret-test-804db5de-0b18-4859-bb65-f85e76d046d4 02/07/23 07:37:51.625 + STEP: Creating a pod to test consume secrets 02/07/23 07:37:51.63 + Feb 7 07:37:51.638: INFO: Waiting up to 5m0s for pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024" in namespace "secrets-6392" to be "Succeeded or Failed" + Feb 7 07:37:51.646: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Pending", Reason="", readiness=false. Elapsed: 3.739411ms + Feb 7 07:37:53.656: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Running", Reason="", readiness=true. Elapsed: 2.012915622s + Feb 7 07:37:55.654: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Running", Reason="", readiness=false. Elapsed: 4.011455434s + Feb 7 07:37:57.653: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.01038077s + STEP: Saw pod success 02/07/23 07:37:57.653 + Feb 7 07:37:57.653: INFO: Pod "pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024" satisfied condition "Succeeded or Failed" + Feb 7 07:37:57.659: INFO: Trying to get logs from node node2 pod pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024 container secret-volume-test: + STEP: delete the pod 02/07/23 07:37:57.688 + Feb 7 07:37:57.699: INFO: Waiting for pod pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024 to disappear + Feb 7 07:37:57.703: INFO: Pod pod-secrets-aa7b6402-c0ba-404c-a701-34cb390a7024 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 07:37:57.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-6392" for this suite. 02/07/23 07:37:57.708 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:225 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:37:57.714 +Feb 7 07:37:57.714: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 07:37:57.715 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:57.729 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:57.735 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:225 +STEP: creating the pod with failed condition 02/07/23 07:37:57.741 +Feb 7 07:37:57.753: INFO: Waiting up to 2m0s for pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" in namespace "var-expansion-4903" to be "running" +Feb 7 07:37:57.758: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 5.398566ms +Feb 7 07:37:59.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012058089s +Feb 7 07:38:01.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012542431s +Feb 7 07:38:03.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 6.013247203s +Feb 7 07:38:05.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 8.011438837s +Feb 7 07:38:07.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 10.012521407s +Feb 7 07:38:09.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 12.011781543s +Feb 7 07:38:11.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 14.011937774s +Feb 7 07:38:13.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 16.012343533s +Feb 7 07:38:15.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 18.013026899s +Feb 7 07:38:17.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 20.013133752s +Feb 7 07:38:19.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 22.013503121s +Feb 7 07:38:21.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 24.011126684s +Feb 7 07:38:23.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 26.014415789s +Feb 7 07:38:25.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 28.012020541s +Feb 7 07:38:27.762: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 30.009734044s +Feb 7 07:38:29.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 32.014353462s +Feb 7 07:38:31.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 34.01343673s +Feb 7 07:38:33.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 36.013554868s +Feb 7 07:38:35.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 38.011745249s +Feb 7 07:38:37.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 40.013000392s +Feb 7 07:38:39.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 42.011390929s +Feb 7 07:38:41.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 44.011058268s +Feb 7 07:38:43.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 46.011010155s +Feb 7 07:38:45.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 48.011661808s +Feb 7 07:38:47.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 50.012268963s +Feb 7 07:38:49.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 52.012475271s +Feb 7 07:38:51.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 54.0119217s +Feb 7 07:38:53.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 56.011314267s +Feb 7 07:38:55.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 58.012185043s +Feb 7 07:38:57.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.010720535s +Feb 7 07:38:59.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.011628269s +Feb 7 07:39:01.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.012957731s +Feb 7 07:39:03.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.010766815s +Feb 7 07:39:05.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.011430668s +Feb 7 07:39:07.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.010335506s +Feb 7 07:39:09.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.010690478s +Feb 7 07:39:11.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.012766508s +Feb 7 07:39:13.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.012201855s +Feb 7 07:39:15.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.01326451s +Feb 7 07:39:17.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.011894241s +Feb 7 07:39:19.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.011520337s +Feb 7 07:39:21.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.012122593s +Feb 7 07:39:23.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.014174638s +Feb 7 07:39:25.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.011716179s +Feb 7 07:39:27.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.012034221s +Feb 7 07:39:29.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.012154357s +Feb 7 07:39:31.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.011271393s +Feb 7 07:39:33.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.014668058s +Feb 7 07:39:35.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.013369973s +Feb 7 07:39:37.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.012385081s +Feb 7 07:39:39.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.010567974s +Feb 7 07:39:41.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.011762806s +Feb 7 07:39:43.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.011365471s +Feb 7 07:39:45.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.011544521s +Feb 7 07:39:47.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.011617003s +Feb 7 07:39:49.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.012124722s +Feb 7 07:39:51.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.012714897s +Feb 7 07:39:53.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.013559454s +Feb 7 07:39:55.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.014340949s +Feb 7 07:39:57.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.012893603s +Feb 7 07:39:57.771: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.018253009s +STEP: updating the pod 02/07/23 07:39:57.771 +Feb 7 07:39:58.291: INFO: Successfully updated pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" +STEP: waiting for pod running 02/07/23 07:39:58.291 +Feb 7 07:39:58.292: INFO: Waiting up to 2m0s for pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" in namespace "var-expansion-4903" to be "running" +Feb 7 07:39:58.296: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 4.509961ms +Feb 7 07:40:00.303: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Running", Reason="", readiness=true. Elapsed: 2.011426745s +Feb 7 07:40:00.303: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" satisfied condition "running" +STEP: deleting the pod gracefully 02/07/23 07:40:00.303 +Feb 7 07:40:00.303: INFO: Deleting pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" in namespace "var-expansion-4903" +Feb 7 07:40:00.315: INFO: Wait up to 5m0s for pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 07:40:32.326: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-4903" for this suite. 02/07/23 07:40:32.332 +------------------------------ +• [SLOW TEST] [154.626 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:225 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:37:57.714 + Feb 7 07:37:57.714: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 07:37:57.715 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:37:57.729 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:37:57.735 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should verify that a failing subpath expansion can be modified during the lifecycle of a container [Slow] [Conformance] + test/e2e/common/node/expansion.go:225 + STEP: creating the pod with failed condition 02/07/23 07:37:57.741 + Feb 7 07:37:57.753: INFO: Waiting up to 2m0s for pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" in namespace "var-expansion-4903" to be "running" + Feb 7 07:37:57.758: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 5.398566ms + Feb 7 07:37:59.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012058089s + Feb 7 07:38:01.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 4.012542431s + Feb 7 07:38:03.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 6.013247203s + Feb 7 07:38:05.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 8.011438837s + Feb 7 07:38:07.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 10.012521407s + Feb 7 07:38:09.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 12.011781543s + Feb 7 07:38:11.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 14.011937774s + Feb 7 07:38:13.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 16.012343533s + Feb 7 07:38:15.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 18.013026899s + Feb 7 07:38:17.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 20.013133752s + Feb 7 07:38:19.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 22.013503121s + Feb 7 07:38:21.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 24.011126684s + Feb 7 07:38:23.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 26.014415789s + Feb 7 07:38:25.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 28.012020541s + Feb 7 07:38:27.762: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 30.009734044s + Feb 7 07:38:29.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 32.014353462s + Feb 7 07:38:31.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 34.01343673s + Feb 7 07:38:33.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 36.013554868s + Feb 7 07:38:35.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 38.011745249s + Feb 7 07:38:37.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 40.013000392s + Feb 7 07:38:39.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 42.011390929s + Feb 7 07:38:41.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 44.011058268s + Feb 7 07:38:43.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 46.011010155s + Feb 7 07:38:45.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 48.011661808s + Feb 7 07:38:47.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 50.012268963s + Feb 7 07:38:49.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 52.012475271s + Feb 7 07:38:51.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 54.0119217s + Feb 7 07:38:53.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 56.011314267s + Feb 7 07:38:55.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 58.012185043s + Feb 7 07:38:57.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.010720535s + Feb 7 07:38:59.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.011628269s + Feb 7 07:39:01.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.012957731s + Feb 7 07:39:03.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.010766815s + Feb 7 07:39:05.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.011430668s + Feb 7 07:39:07.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.010335506s + Feb 7 07:39:09.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.010690478s + Feb 7 07:39:11.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.012766508s + Feb 7 07:39:13.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.012201855s + Feb 7 07:39:15.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.01326451s + Feb 7 07:39:17.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.011894241s + Feb 7 07:39:19.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.011520337s + Feb 7 07:39:21.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.012122593s + Feb 7 07:39:23.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.014174638s + Feb 7 07:39:25.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.011716179s + Feb 7 07:39:27.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.012034221s + Feb 7 07:39:29.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.012154357s + Feb 7 07:39:31.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.011271393s + Feb 7 07:39:33.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.014668058s + Feb 7 07:39:35.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.013369973s + Feb 7 07:39:37.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.012385081s + Feb 7 07:39:39.763: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.010567974s + Feb 7 07:39:41.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.011762806s + Feb 7 07:39:43.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.011365471s + Feb 7 07:39:45.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.011544521s + Feb 7 07:39:47.764: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.011617003s + Feb 7 07:39:49.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.012124722s + Feb 7 07:39:51.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.012714897s + Feb 7 07:39:53.766: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.013559454s + Feb 7 07:39:55.767: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.014340949s + Feb 7 07:39:57.765: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.012893603s + Feb 7 07:39:57.771: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.018253009s + STEP: updating the pod 02/07/23 07:39:57.771 + Feb 7 07:39:58.291: INFO: Successfully updated pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" + STEP: waiting for pod running 02/07/23 07:39:58.291 + Feb 7 07:39:58.292: INFO: Waiting up to 2m0s for pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" in namespace "var-expansion-4903" to be "running" + Feb 7 07:39:58.296: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Pending", Reason="", readiness=false. Elapsed: 4.509961ms + Feb 7 07:40:00.303: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52": Phase="Running", Reason="", readiness=true. Elapsed: 2.011426745s + Feb 7 07:40:00.303: INFO: Pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" satisfied condition "running" + STEP: deleting the pod gracefully 02/07/23 07:40:00.303 + Feb 7 07:40:00.303: INFO: Deleting pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" in namespace "var-expansion-4903" + Feb 7 07:40:00.315: INFO: Wait up to 5m0s for pod "var-expansion-71e34fbe-95e4-4d41-9aca-6abc76e75d52" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 07:40:32.326: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-4903" for this suite. 02/07/23 07:40:32.332 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:221 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:40:32.342 +Feb 7 07:40:32.343: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 07:40:32.344 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:32.357 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:32.36 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:221 +STEP: Creating a pod to test downward API volume plugin 02/07/23 07:40:32.364 +Feb 7 07:40:32.374: INFO: Waiting up to 5m0s for pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d" in namespace "downward-api-5973" to be "Succeeded or Failed" +Feb 7 07:40:32.379: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.862221ms +Feb 7 07:40:34.384: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010063646s +Feb 7 07:40:36.386: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012314192s +STEP: Saw pod success 02/07/23 07:40:36.386 +Feb 7 07:40:36.387: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d" satisfied condition "Succeeded or Failed" +Feb 7 07:40:36.392: INFO: Trying to get logs from node node2 pod downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d container client-container: +STEP: delete the pod 02/07/23 07:40:36.419 +Feb 7 07:40:36.435: INFO: Waiting for pod downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d to disappear +Feb 7 07:40:36.439: INFO: Pod downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 07:40:36.439: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-5973" for this suite. 02/07/23 07:40:36.442 +------------------------------ +• [4.105 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:221 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:40:32.342 + Feb 7 07:40:32.343: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 07:40:32.344 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:32.357 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:32.36 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:221 + STEP: Creating a pod to test downward API volume plugin 02/07/23 07:40:32.364 + Feb 7 07:40:32.374: INFO: Waiting up to 5m0s for pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d" in namespace "downward-api-5973" to be "Succeeded or Failed" + Feb 7 07:40:32.379: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.862221ms + Feb 7 07:40:34.384: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010063646s + Feb 7 07:40:36.386: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012314192s + STEP: Saw pod success 02/07/23 07:40:36.386 + Feb 7 07:40:36.387: INFO: Pod "downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d" satisfied condition "Succeeded or Failed" + Feb 7 07:40:36.392: INFO: Trying to get logs from node node2 pod downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d container client-container: + STEP: delete the pod 02/07/23 07:40:36.419 + Feb 7 07:40:36.435: INFO: Waiting for pod downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d to disappear + Feb 7 07:40:36.439: INFO: Pod downwardapi-volume-2981a94c-5f65-40a9-83c0-fa88646dd48d no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 07:40:36.439: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-5973" for this suite. 02/07/23 07:40:36.442 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] ConfigMap + should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:45 +[BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:40:36.454 +Feb 7 07:40:36.454: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:40:36.457 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:36.471 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:36.474 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:45 +STEP: Creating configMap configmap-1331/configmap-test-015e66e0-05bc-49cd-87d2-a66e8ce8dec1 02/07/23 07:40:36.477 +STEP: Creating a pod to test consume configMaps 02/07/23 07:40:36.48 +Feb 7 07:40:36.486: INFO: Waiting up to 5m0s for pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5" in namespace "configmap-1331" to be "Succeeded or Failed" +Feb 7 07:40:36.490: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5": Phase="Pending", Reason="", readiness=false. Elapsed: 3.956534ms +Feb 7 07:40:38.497: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011276464s +Feb 7 07:40:40.498: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012116275s +STEP: Saw pod success 02/07/23 07:40:40.498 +Feb 7 07:40:40.498: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5" satisfied condition "Succeeded or Failed" +Feb 7 07:40:40.502: INFO: Trying to get logs from node node2 pod pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5 container env-test: +STEP: delete the pod 02/07/23 07:40:40.513 +Feb 7 07:40:40.526: INFO: Waiting for pod pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5 to disappear +Feb 7 07:40:40.529: INFO: Pod pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5 no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:40:40.529: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-1331" for this suite. 02/07/23 07:40:40.533 +------------------------------ +• [4.085 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:40:36.454 + Feb 7 07:40:36.454: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:40:36.457 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:36.471 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:36.474 + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable via environment variable [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:45 + STEP: Creating configMap configmap-1331/configmap-test-015e66e0-05bc-49cd-87d2-a66e8ce8dec1 02/07/23 07:40:36.477 + STEP: Creating a pod to test consume configMaps 02/07/23 07:40:36.48 + Feb 7 07:40:36.486: INFO: Waiting up to 5m0s for pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5" in namespace "configmap-1331" to be "Succeeded or Failed" + Feb 7 07:40:36.490: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5": Phase="Pending", Reason="", readiness=false. Elapsed: 3.956534ms + Feb 7 07:40:38.497: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011276464s + Feb 7 07:40:40.498: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012116275s + STEP: Saw pod success 02/07/23 07:40:40.498 + Feb 7 07:40:40.498: INFO: Pod "pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5" satisfied condition "Succeeded or Failed" + Feb 7 07:40:40.502: INFO: Trying to get logs from node node2 pod pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5 container env-test: + STEP: delete the pod 02/07/23 07:40:40.513 + Feb 7 07:40:40.526: INFO: Waiting for pod pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5 to disappear + Feb 7 07:40:40.529: INFO: Pod pod-configmaps-2b0bd1c1-ec10-4163-abea-35d82271b2c5 no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:40:40.529: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-1331" for this suite. 02/07/23 07:40:40.533 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] server version + should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +[BeforeEach] [sig-api-machinery] server version + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:40:40.54 +Feb 7 07:40:40.540: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename server-version 02/07/23 07:40:40.542 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:40.555 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:40.558 +[BeforeEach] [sig-api-machinery] server version + test/e2e/framework/metrics/init/init.go:31 +[It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 +STEP: Request ServerVersion 02/07/23 07:40:40.561 +STEP: Confirm major version 02/07/23 07:40:40.562 +Feb 7 07:40:40.562: INFO: Major version: 1 +STEP: Confirm minor version 02/07/23 07:40:40.562 +Feb 7 07:40:40.562: INFO: cleanMinorVersion: 26 +Feb 7 07:40:40.562: INFO: Minor version: 26 +[AfterEach] [sig-api-machinery] server version + test/e2e/framework/node/init/init.go:32 +Feb 7 07:40:40.562: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] server version + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] server version + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] server version + tear down framework | framework.go:193 +STEP: Destroying namespace "server-version-4105" for this suite. 02/07/23 07:40:40.565 +------------------------------ +• [0.031 seconds] +[sig-api-machinery] server version +test/e2e/apimachinery/framework.go:23 + should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] server version + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:40:40.54 + Feb 7 07:40:40.540: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename server-version 02/07/23 07:40:40.542 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:40.555 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:40.558 + [BeforeEach] [sig-api-machinery] server version + test/e2e/framework/metrics/init/init.go:31 + [It] should find the server version [Conformance] + test/e2e/apimachinery/server_version.go:39 + STEP: Request ServerVersion 02/07/23 07:40:40.561 + STEP: Confirm major version 02/07/23 07:40:40.562 + Feb 7 07:40:40.562: INFO: Major version: 1 + STEP: Confirm minor version 02/07/23 07:40:40.562 + Feb 7 07:40:40.562: INFO: cleanMinorVersion: 26 + Feb 7 07:40:40.562: INFO: Minor version: 26 + [AfterEach] [sig-api-machinery] server version + test/e2e/framework/node/init/init.go:32 + Feb 7 07:40:40.562: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] server version + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] server version + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] server version + tear down framework | framework.go:193 + STEP: Destroying namespace "server-version-4105" for this suite. 02/07/23 07:40:40.565 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] + validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:130 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:40:40.574 +Feb 7 07:40:40.574: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-preemption 02/07/23 07:40:40.575 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:40.585 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:40.588 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 +Feb 7 07:40:40.603: INFO: Waiting up to 1m0s for all nodes to be ready +Feb 7 07:41:40.636: INFO: Waiting for terminating namespaces to be deleted... +[It] validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:130 +STEP: Create pods that use 4/5 of node resources. 02/07/23 07:41:40.64 +Feb 7 07:41:40.667: INFO: Created pod: pod0-0-sched-preemption-low-priority +Feb 7 07:41:40.674: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Feb 7 07:41:40.688: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Feb 7 07:41:40.707: INFO: Created pod: pod1-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 02/07/23 07:41:40.707 +Feb 7 07:41:40.708: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-4686" to be "running" +Feb 7 07:41:40.712: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.279704ms +Feb 7 07:41:42.718: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.010849785s +Feb 7 07:41:42.718: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Feb 7 07:41:42.718: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-4686" to be "running" +Feb 7 07:41:42.723: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.06149ms +Feb 7 07:41:42.723: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Feb 7 07:41:42.723: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-4686" to be "running" +Feb 7 07:41:42.727: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.888487ms +Feb 7 07:41:42.727: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Feb 7 07:41:42.727: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-4686" to be "running" +Feb 7 07:41:42.730: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.673961ms +Feb 7 07:41:42.730: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" +STEP: Run a high priority pod that has same requirements as that of lower priority pod 02/07/23 07:41:42.73 +Feb 7 07:41:42.736: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-4686" to be "running" +Feb 7 07:41:42.738: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.255409ms +Feb 7 07:41:44.745: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00906995s +Feb 7 07:41:46.745: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008710036s +Feb 7 07:41:48.746: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.010307291s +Feb 7 07:41:48.746: INFO: Pod "preemptor-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:41:48.767: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-preemption-4686" for this suite. 02/07/23 07:41:48.805 +------------------------------ +• [SLOW TEST] [68.238 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:130 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:40:40.574 + Feb 7 07:40:40.574: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-preemption 02/07/23 07:40:40.575 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:40:40.585 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:40:40.588 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 + Feb 7 07:40:40.603: INFO: Waiting up to 1m0s for all nodes to be ready + Feb 7 07:41:40.636: INFO: Waiting for terminating namespaces to be deleted... + [It] validates basic preemption works [Conformance] + test/e2e/scheduling/preemption.go:130 + STEP: Create pods that use 4/5 of node resources. 02/07/23 07:41:40.64 + Feb 7 07:41:40.667: INFO: Created pod: pod0-0-sched-preemption-low-priority + Feb 7 07:41:40.674: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Feb 7 07:41:40.688: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Feb 7 07:41:40.707: INFO: Created pod: pod1-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 02/07/23 07:41:40.707 + Feb 7 07:41:40.708: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-4686" to be "running" + Feb 7 07:41:40.712: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 4.279704ms + Feb 7 07:41:42.718: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.010849785s + Feb 7 07:41:42.718: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Feb 7 07:41:42.718: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-4686" to be "running" + Feb 7 07:41:42.723: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.06149ms + Feb 7 07:41:42.723: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Feb 7 07:41:42.723: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-4686" to be "running" + Feb 7 07:41:42.727: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.888487ms + Feb 7 07:41:42.727: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Feb 7 07:41:42.727: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-4686" to be "running" + Feb 7 07:41:42.730: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.673961ms + Feb 7 07:41:42.730: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" + STEP: Run a high priority pod that has same requirements as that of lower priority pod 02/07/23 07:41:42.73 + Feb 7 07:41:42.736: INFO: Waiting up to 2m0s for pod "preemptor-pod" in namespace "sched-preemption-4686" to be "running" + Feb 7 07:41:42.738: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.255409ms + Feb 7 07:41:44.745: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00906995s + Feb 7 07:41:46.745: INFO: Pod "preemptor-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.008710036s + Feb 7 07:41:48.746: INFO: Pod "preemptor-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.010307291s + Feb 7 07:41:48.746: INFO: Pod "preemptor-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:41:48.767: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-preemption-4686" for this suite. 02/07/23 07:41:48.805 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +[BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:41:48.813 +Feb 7 07:41:48.813: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename subpath 02/07/23 07:41:48.815 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:41:48.833 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:41:48.836 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 02/07/23 07:41:48.84 +[It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 +STEP: Creating pod pod-subpath-test-downwardapi-rh9t 02/07/23 07:41:48.847 +STEP: Creating a pod to test atomic-volume-subpath 02/07/23 07:41:48.847 +Feb 7 07:41:48.857: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-rh9t" in namespace "subpath-2589" to be "Succeeded or Failed" +Feb 7 07:41:48.860: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Pending", Reason="", readiness=false. Elapsed: 2.815902ms +Feb 7 07:41:50.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 2.009776324s +Feb 7 07:41:52.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 4.010053346s +Feb 7 07:41:54.869: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 6.012191548s +Feb 7 07:41:56.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 8.008786074s +Feb 7 07:41:58.865: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 10.008356846s +Feb 7 07:42:00.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 12.009980523s +Feb 7 07:42:02.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 14.00961712s +Feb 7 07:42:04.872: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 16.014650106s +Feb 7 07:42:06.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 18.009112011s +Feb 7 07:42:08.868: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 20.010780684s +Feb 7 07:42:10.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=false. Elapsed: 22.009598435s +Feb 7 07:42:12.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.008841746s +STEP: Saw pod success 02/07/23 07:42:12.866 +Feb 7 07:42:12.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t" satisfied condition "Succeeded or Failed" +Feb 7 07:42:12.870: INFO: Trying to get logs from node node2 pod pod-subpath-test-downwardapi-rh9t container test-container-subpath-downwardapi-rh9t: +STEP: delete the pod 02/07/23 07:42:12.89 +Feb 7 07:42:12.903: INFO: Waiting for pod pod-subpath-test-downwardapi-rh9t to disappear +Feb 7 07:42:12.910: INFO: Pod pod-subpath-test-downwardapi-rh9t no longer exists +STEP: Deleting pod pod-subpath-test-downwardapi-rh9t 02/07/23 07:42:12.91 +Feb 7 07:42:12.910: INFO: Deleting pod "pod-subpath-test-downwardapi-rh9t" in namespace "subpath-2589" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:12.916: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 +STEP: Destroying namespace "subpath-2589" for this suite. 02/07/23 07:42:12.919 +------------------------------ +• [SLOW TEST] [24.111 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:41:48.813 + Feb 7 07:41:48.813: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename subpath 02/07/23 07:41:48.815 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:41:48.833 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:41:48.836 + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 02/07/23 07:41:48.84 + [It] should support subpaths with downward pod [Conformance] + test/e2e/storage/subpath.go:92 + STEP: Creating pod pod-subpath-test-downwardapi-rh9t 02/07/23 07:41:48.847 + STEP: Creating a pod to test atomic-volume-subpath 02/07/23 07:41:48.847 + Feb 7 07:41:48.857: INFO: Waiting up to 5m0s for pod "pod-subpath-test-downwardapi-rh9t" in namespace "subpath-2589" to be "Succeeded or Failed" + Feb 7 07:41:48.860: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Pending", Reason="", readiness=false. Elapsed: 2.815902ms + Feb 7 07:41:50.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 2.009776324s + Feb 7 07:41:52.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 4.010053346s + Feb 7 07:41:54.869: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 6.012191548s + Feb 7 07:41:56.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 8.008786074s + Feb 7 07:41:58.865: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 10.008356846s + Feb 7 07:42:00.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 12.009980523s + Feb 7 07:42:02.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 14.00961712s + Feb 7 07:42:04.872: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 16.014650106s + Feb 7 07:42:06.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 18.009112011s + Feb 7 07:42:08.868: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=true. Elapsed: 20.010780684s + Feb 7 07:42:10.867: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Running", Reason="", readiness=false. Elapsed: 22.009598435s + Feb 7 07:42:12.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.008841746s + STEP: Saw pod success 02/07/23 07:42:12.866 + Feb 7 07:42:12.866: INFO: Pod "pod-subpath-test-downwardapi-rh9t" satisfied condition "Succeeded or Failed" + Feb 7 07:42:12.870: INFO: Trying to get logs from node node2 pod pod-subpath-test-downwardapi-rh9t container test-container-subpath-downwardapi-rh9t: + STEP: delete the pod 02/07/23 07:42:12.89 + Feb 7 07:42:12.903: INFO: Waiting for pod pod-subpath-test-downwardapi-rh9t to disappear + Feb 7 07:42:12.910: INFO: Pod pod-subpath-test-downwardapi-rh9t no longer exists + STEP: Deleting pod pod-subpath-test-downwardapi-rh9t 02/07/23 07:42:12.91 + Feb 7 07:42:12.910: INFO: Deleting pod "pod-subpath-test-downwardapi-rh9t" in namespace "subpath-2589" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:12.916: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 + STEP: Destroying namespace "subpath-2589" for this suite. 02/07/23 07:42:12.919 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-network] Services + should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1438 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:12.924 +Feb 7 07:42:12.924: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 07:42:12.925 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:12.941 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:12.945 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1438 +STEP: creating a service externalname-service with the type=ExternalName in namespace services-4575 02/07/23 07:42:12.948 +STEP: changing the ExternalName service to type=ClusterIP 02/07/23 07:42:12.952 +STEP: creating replication controller externalname-service in namespace services-4575 02/07/23 07:42:13.009 +I0207 07:42:13.016072 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-4575, replica count: 2 +I0207 07:42:16.067925 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 07:42:16.067: INFO: Creating new exec pod +Feb 7 07:42:16.077: INFO: Waiting up to 5m0s for pod "execpodqr5cv" in namespace "services-4575" to be "running" +Feb 7 07:42:16.081: INFO: Pod "execpodqr5cv": Phase="Pending", Reason="", readiness=false. Elapsed: 4.100215ms +Feb 7 07:42:18.089: INFO: Pod "execpodqr5cv": Phase="Running", Reason="", readiness=true. Elapsed: 2.01204663s +Feb 7 07:42:18.089: INFO: Pod "execpodqr5cv" satisfied condition "running" +Feb 7 07:42:19.090: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4575 exec execpodqr5cv -- /bin/sh -x -c nc -v -z -w 2 externalname-service 80' +Feb 7 07:42:19.289: INFO: stderr: "+ nc -v -z -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" +Feb 7 07:42:19.289: INFO: stdout: "" +Feb 7 07:42:19.290: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4575 exec execpodqr5cv -- /bin/sh -x -c nc -v -z -w 2 10.99.200.97 80' +Feb 7 07:42:19.480: INFO: stderr: "+ nc -v -z -w 2 10.99.200.97 80\nConnection to 10.99.200.97 80 port [tcp/http] succeeded!\n" +Feb 7 07:42:19.481: INFO: stdout: "" +Feb 7 07:42:19.481: INFO: Cleaning up the ExternalName to ClusterIP test service +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:19.503: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-4575" for this suite. 02/07/23 07:42:19.507 +------------------------------ +• [SLOW TEST] [6.589 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1438 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:12.924 + Feb 7 07:42:12.924: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 07:42:12.925 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:12.941 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:12.945 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to change the type from ExternalName to ClusterIP [Conformance] + test/e2e/network/service.go:1438 + STEP: creating a service externalname-service with the type=ExternalName in namespace services-4575 02/07/23 07:42:12.948 + STEP: changing the ExternalName service to type=ClusterIP 02/07/23 07:42:12.952 + STEP: creating replication controller externalname-service in namespace services-4575 02/07/23 07:42:13.009 + I0207 07:42:13.016072 20 runners.go:193] Created replication controller with name: externalname-service, namespace: services-4575, replica count: 2 + I0207 07:42:16.067925 20 runners.go:193] externalname-service Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 07:42:16.067: INFO: Creating new exec pod + Feb 7 07:42:16.077: INFO: Waiting up to 5m0s for pod "execpodqr5cv" in namespace "services-4575" to be "running" + Feb 7 07:42:16.081: INFO: Pod "execpodqr5cv": Phase="Pending", Reason="", readiness=false. Elapsed: 4.100215ms + Feb 7 07:42:18.089: INFO: Pod "execpodqr5cv": Phase="Running", Reason="", readiness=true. Elapsed: 2.01204663s + Feb 7 07:42:18.089: INFO: Pod "execpodqr5cv" satisfied condition "running" + Feb 7 07:42:19.090: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4575 exec execpodqr5cv -- /bin/sh -x -c nc -v -z -w 2 externalname-service 80' + Feb 7 07:42:19.289: INFO: stderr: "+ nc -v -z -w 2 externalname-service 80\nConnection to externalname-service 80 port [tcp/http] succeeded!\n" + Feb 7 07:42:19.289: INFO: stdout: "" + Feb 7 07:42:19.290: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4575 exec execpodqr5cv -- /bin/sh -x -c nc -v -z -w 2 10.99.200.97 80' + Feb 7 07:42:19.480: INFO: stderr: "+ nc -v -z -w 2 10.99.200.97 80\nConnection to 10.99.200.97 80 port [tcp/http] succeeded!\n" + Feb 7 07:42:19.481: INFO: stdout: "" + Feb 7 07:42:19.481: INFO: Cleaning up the ExternalName to ClusterIP test service + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:19.503: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-4575" for this suite. 02/07/23 07:42:19.507 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:130 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:19.513 +Feb 7 07:42:19.513: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:42:19.514 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:19.523 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:19.525 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:130 +STEP: Creating the pod 02/07/23 07:42:19.528 +Feb 7 07:42:19.533: INFO: Waiting up to 5m0s for pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36" in namespace "projected-1176" to be "running and ready" +Feb 7 07:42:19.536: INFO: Pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36": Phase="Pending", Reason="", readiness=false. Elapsed: 2.086126ms +Feb 7 07:42:19.536: INFO: The phase of Pod labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:42:21.543: INFO: Pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36": Phase="Running", Reason="", readiness=true. Elapsed: 2.0091568s +Feb 7 07:42:21.543: INFO: The phase of Pod labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36 is Running (Ready = true) +Feb 7 07:42:21.543: INFO: Pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36" satisfied condition "running and ready" +Feb 7 07:42:22.078: INFO: Successfully updated pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:26.112: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-1176" for this suite. 02/07/23 07:42:26.116 +------------------------------ +• [SLOW TEST] [6.615 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:130 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:19.513 + Feb 7 07:42:19.513: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:42:19.514 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:19.523 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:19.525 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:130 + STEP: Creating the pod 02/07/23 07:42:19.528 + Feb 7 07:42:19.533: INFO: Waiting up to 5m0s for pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36" in namespace "projected-1176" to be "running and ready" + Feb 7 07:42:19.536: INFO: Pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36": Phase="Pending", Reason="", readiness=false. Elapsed: 2.086126ms + Feb 7 07:42:19.536: INFO: The phase of Pod labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:42:21.543: INFO: Pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36": Phase="Running", Reason="", readiness=true. Elapsed: 2.0091568s + Feb 7 07:42:21.543: INFO: The phase of Pod labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36 is Running (Ready = true) + Feb 7 07:42:21.543: INFO: Pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36" satisfied condition "running and ready" + Feb 7 07:42:22.078: INFO: Successfully updated pod "labelsupdateccf19643-661f-47ca-9f33-4b1cf8045e36" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:26.112: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-1176" for this suite. 02/07/23 07:42:26.116 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] Sysctls [LinuxOnly] [NodeConformance] + should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:26.129 +Feb 7 07:42:26.129: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sysctl 02/07/23 07:42:26.13 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:26.144 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:26.148 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 +[It] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 +STEP: Creating a pod with one valid and two invalid sysctls 02/07/23 07:42:26.154 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:26.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "sysctl-6284" for this suite. 02/07/23 07:42:26.164 +------------------------------ +• [0.040 seconds] +[sig-node] Sysctls [LinuxOnly] [NodeConformance] +test/e2e/common/node/framework.go:23 + should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:26.129 + Feb 7 07:42:26.129: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sysctl 02/07/23 07:42:26.13 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:26.144 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:26.148 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 + [It] should reject invalid sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:123 + STEP: Creating a pod with one valid and two invalid sysctls 02/07/23 07:42:26.154 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:26.160: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "sysctl-6284" for this suite. 02/07/23 07:42:26.164 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:848 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:26.169 +Feb 7 07:42:26.170: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 07:42:26.171 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:26.18 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:26.182 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-4413 02/07/23 07:42:26.183 +[It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:848 +STEP: Creating statefulset ss in namespace statefulset-4413 02/07/23 07:42:26.186 +Feb 7 07:42:26.195: INFO: Found 0 stateful pods, waiting for 1 +Feb 7 07:42:36.200: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: getting scale subresource 02/07/23 07:42:36.207 +STEP: updating a scale subresource 02/07/23 07:42:36.21 +STEP: verifying the statefulset Spec.Replicas was modified 02/07/23 07:42:36.238 +STEP: Patch a scale subresource 02/07/23 07:42:36.242 +STEP: verifying the statefulset Spec.Replicas was modified 02/07/23 07:42:36.253 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 07:42:36.259: INFO: Deleting all statefulset in ns statefulset-4413 +Feb 7 07:42:36.261: INFO: Scaling statefulset ss to 0 +Feb 7 07:42:46.285: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:42:46.289: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:46.307: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-4413" for this suite. 02/07/23 07:42:46.311 +------------------------------ +• [SLOW TEST] [20.191 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:848 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:26.169 + Feb 7 07:42:26.170: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 07:42:26.171 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:26.18 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:26.182 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-4413 02/07/23 07:42:26.183 + [It] should have a working scale subresource [Conformance] + test/e2e/apps/statefulset.go:848 + STEP: Creating statefulset ss in namespace statefulset-4413 02/07/23 07:42:26.186 + Feb 7 07:42:26.195: INFO: Found 0 stateful pods, waiting for 1 + Feb 7 07:42:36.200: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: getting scale subresource 02/07/23 07:42:36.207 + STEP: updating a scale subresource 02/07/23 07:42:36.21 + STEP: verifying the statefulset Spec.Replicas was modified 02/07/23 07:42:36.238 + STEP: Patch a scale subresource 02/07/23 07:42:36.242 + STEP: verifying the statefulset Spec.Replicas was modified 02/07/23 07:42:36.253 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 07:42:36.259: INFO: Deleting all statefulset in ns statefulset-4413 + Feb 7 07:42:36.261: INFO: Scaling statefulset ss to 0 + Feb 7 07:42:46.285: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:42:46.289: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:46.307: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-4413" for this suite. 02/07/23 07:42:46.311 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-node] Kubelet when scheduling an agnhost Pod with hostAliases + should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 +[BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:46.362 +Feb 7 07:42:46.362: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubelet-test 02/07/23 07:42:46.365 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:46.382 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:46.387 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[It] should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 +STEP: Waiting for pod completion 02/07/23 07:42:46.396 +Feb 7 07:42:46.396: INFO: Waiting up to 3m0s for pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f" in namespace "kubelet-test-7342" to be "completed" +Feb 7 07:42:46.398: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.400688ms +Feb 7 07:42:48.406: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009966211s +Feb 7 07:42:50.407: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011812422s +Feb 7 07:42:50.408: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f" satisfied condition "completed" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:50.423: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 +STEP: Destroying namespace "kubelet-test-7342" for this suite. 02/07/23 07:42:50.427 +------------------------------ +• [4.073 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling an agnhost Pod with hostAliases + test/e2e/common/node/kubelet.go:140 + should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:46.362 + Feb 7 07:42:46.362: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubelet-test 02/07/23 07:42:46.365 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:46.382 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:46.387 + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [It] should write entries to /etc/hosts [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:148 + STEP: Waiting for pod completion 02/07/23 07:42:46.396 + Feb 7 07:42:46.396: INFO: Waiting up to 3m0s for pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f" in namespace "kubelet-test-7342" to be "completed" + Feb 7 07:42:46.398: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.400688ms + Feb 7 07:42:48.406: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009966211s + Feb 7 07:42:50.407: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011812422s + Feb 7 07:42:50.408: INFO: Pod "agnhost-host-aliases590172ed-e6a9-444e-a9d7-ed1a330a259f" satisfied condition "completed" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:50.423: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 + STEP: Destroying namespace "kubelet-test-7342" for this suite. 02/07/23 07:42:50.427 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:99 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:50.437 +Feb 7 07:42:50.437: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:42:50.439 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:50.453 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:50.457 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:99 +STEP: Creating configMap with name configmap-test-volume-map-3b4a6e2f-5851-42f0-b7cd-f4b7ba256528 02/07/23 07:42:50.46 +STEP: Creating a pod to test consume configMaps 02/07/23 07:42:50.464 +Feb 7 07:42:50.473: INFO: Waiting up to 5m0s for pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338" in namespace "configmap-9916" to be "Succeeded or Failed" +Feb 7 07:42:50.481: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338": Phase="Pending", Reason="", readiness=false. Elapsed: 7.143506ms +Feb 7 07:42:52.488: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338": Phase="Pending", Reason="", readiness=false. Elapsed: 2.014280222s +Feb 7 07:42:54.488: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014405053s +STEP: Saw pod success 02/07/23 07:42:54.488 +Feb 7 07:42:54.488: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338" satisfied condition "Succeeded or Failed" +Feb 7 07:42:54.492: INFO: Trying to get logs from node node2 pod pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338 container agnhost-container: +STEP: delete the pod 02/07/23 07:42:54.501 +Feb 7 07:42:54.511: INFO: Waiting for pod pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338 to disappear +Feb 7 07:42:54.517: INFO: Pod pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:54.517: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-9916" for this suite. 02/07/23 07:42:54.521 +------------------------------ +• [4.093 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:99 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:50.437 + Feb 7 07:42:50.437: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:42:50.439 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:50.453 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:50.457 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:99 + STEP: Creating configMap with name configmap-test-volume-map-3b4a6e2f-5851-42f0-b7cd-f4b7ba256528 02/07/23 07:42:50.46 + STEP: Creating a pod to test consume configMaps 02/07/23 07:42:50.464 + Feb 7 07:42:50.473: INFO: Waiting up to 5m0s for pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338" in namespace "configmap-9916" to be "Succeeded or Failed" + Feb 7 07:42:50.481: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338": Phase="Pending", Reason="", readiness=false. Elapsed: 7.143506ms + Feb 7 07:42:52.488: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338": Phase="Pending", Reason="", readiness=false. Elapsed: 2.014280222s + Feb 7 07:42:54.488: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014405053s + STEP: Saw pod success 02/07/23 07:42:54.488 + Feb 7 07:42:54.488: INFO: Pod "pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338" satisfied condition "Succeeded or Failed" + Feb 7 07:42:54.492: INFO: Trying to get logs from node node2 pod pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338 container agnhost-container: + STEP: delete the pod 02/07/23 07:42:54.501 + Feb 7 07:42:54.511: INFO: Waiting for pod pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338 to disappear + Feb 7 07:42:54.517: INFO: Pod pod-configmaps-734167d4-b666-4c50-87d0-540ce55e2338 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:54.517: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-9916" for this suite. 02/07/23 07:42:54.521 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:308 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:54.531 +Feb 7 07:42:54.531: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:42:54.54 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:54.569 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:54.574 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:42:54.598 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:42:55.104 +STEP: Deploying the webhook pod 02/07/23 07:42:55.116 +STEP: Wait for the deployment to be ready 02/07/23 07:42:55.131 +Feb 7 07:42:55.142: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:42:57.16 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:42:57.187 +Feb 7 07:42:58.187: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:308 +STEP: Registering the crd webhook via the AdmissionRegistration API 02/07/23 07:42:58.193 +STEP: Creating a custom resource definition that should be denied by the webhook 02/07/23 07:42:58.219 +Feb 7 07:42:58.220: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:42:58.252: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-1813" for this suite. 02/07/23 07:42:58.29 +STEP: Destroying namespace "webhook-1813-markers" for this suite. 02/07/23 07:42:58.296 +------------------------------ +• [3.775 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:308 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:54.531 + Feb 7 07:42:54.531: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:42:54.54 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:54.569 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:54.574 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:42:54.598 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:42:55.104 + STEP: Deploying the webhook pod 02/07/23 07:42:55.116 + STEP: Wait for the deployment to be ready 02/07/23 07:42:55.131 + Feb 7 07:42:55.142: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:42:57.16 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:42:57.187 + Feb 7 07:42:58.187: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should deny crd creation [Conformance] + test/e2e/apimachinery/webhook.go:308 + STEP: Registering the crd webhook via the AdmissionRegistration API 02/07/23 07:42:58.193 + STEP: Creating a custom resource definition that should be denied by the webhook 02/07/23 07:42:58.219 + Feb 7 07:42:58.220: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:42:58.252: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-1813" for this suite. 02/07/23 07:42:58.29 + STEP: Destroying namespace "webhook-1813-markers" for this suite. 02/07/23 07:42:58.296 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] DisruptionController + should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:347 +[BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:42:58.307 +Feb 7 07:42:58.307: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename disruption 02/07/23 07:42:58.308 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:58.317 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:58.32 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 +[It] should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:347 +STEP: Creating a pdb that targets all three pods in a test replica set 02/07/23 07:42:58.322 +STEP: Waiting for the pdb to be processed 02/07/23 07:42:58.326 +STEP: First trying to evict a pod which shouldn't be evictable 02/07/23 07:43:00.339 +STEP: Waiting for all pods to be running 02/07/23 07:43:00.34 +Feb 7 07:43:00.343: INFO: pods: 0 < 3 +STEP: locating a running pod 02/07/23 07:43:02.352 +STEP: Updating the pdb to allow a pod to be evicted 02/07/23 07:43:02.367 +STEP: Waiting for the pdb to be processed 02/07/23 07:43:02.375 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 02/07/23 07:43:04.386 +STEP: Waiting for all pods to be running 02/07/23 07:43:04.386 +STEP: Waiting for the pdb to observed all healthy pods 02/07/23 07:43:04.393 +STEP: Patching the pdb to disallow a pod to be evicted 02/07/23 07:43:04.422 +STEP: Waiting for the pdb to be processed 02/07/23 07:43:04.44 +STEP: Waiting for all pods to be running 02/07/23 07:43:04.444 +Feb 7 07:43:04.446: INFO: running pods: 2 < 3 +STEP: locating a running pod 02/07/23 07:43:06.454 +STEP: Deleting the pdb to allow a pod to be evicted 02/07/23 07:43:06.468 +STEP: Waiting for the pdb to be deleted 02/07/23 07:43:06.477 +STEP: Trying to evict the same pod we tried earlier which should now be evictable 02/07/23 07:43:06.481 +STEP: Waiting for all pods to be running 02/07/23 07:43:06.481 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 +Feb 7 07:43:06.508: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 +STEP: Destroying namespace "disruption-8471" for this suite. 02/07/23 07:43:06.515 +------------------------------ +• [SLOW TEST] [8.213 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:347 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:42:58.307 + Feb 7 07:42:58.307: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename disruption 02/07/23 07:42:58.308 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:42:58.317 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:42:58.32 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 + [It] should block an eviction until the PDB is updated to allow it [Conformance] + test/e2e/apps/disruption.go:347 + STEP: Creating a pdb that targets all three pods in a test replica set 02/07/23 07:42:58.322 + STEP: Waiting for the pdb to be processed 02/07/23 07:42:58.326 + STEP: First trying to evict a pod which shouldn't be evictable 02/07/23 07:43:00.339 + STEP: Waiting for all pods to be running 02/07/23 07:43:00.34 + Feb 7 07:43:00.343: INFO: pods: 0 < 3 + STEP: locating a running pod 02/07/23 07:43:02.352 + STEP: Updating the pdb to allow a pod to be evicted 02/07/23 07:43:02.367 + STEP: Waiting for the pdb to be processed 02/07/23 07:43:02.375 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 02/07/23 07:43:04.386 + STEP: Waiting for all pods to be running 02/07/23 07:43:04.386 + STEP: Waiting for the pdb to observed all healthy pods 02/07/23 07:43:04.393 + STEP: Patching the pdb to disallow a pod to be evicted 02/07/23 07:43:04.422 + STEP: Waiting for the pdb to be processed 02/07/23 07:43:04.44 + STEP: Waiting for all pods to be running 02/07/23 07:43:04.444 + Feb 7 07:43:04.446: INFO: running pods: 2 < 3 + STEP: locating a running pod 02/07/23 07:43:06.454 + STEP: Deleting the pdb to allow a pod to be evicted 02/07/23 07:43:06.468 + STEP: Waiting for the pdb to be deleted 02/07/23 07:43:06.477 + STEP: Trying to evict the same pod we tried earlier which should now be evictable 02/07/23 07:43:06.481 + STEP: Waiting for all pods to be running 02/07/23 07:43:06.481 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 + Feb 7 07:43:06.508: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 + STEP: Destroying namespace "disruption-8471" for this suite. 02/07/23 07:43:06.515 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-apps] Deployment + should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:43:06.521 +Feb 7 07:43:06.521: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 07:43:06.523 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:06.532 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:06.534 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 +STEP: creating a Deployment 02/07/23 07:43:06.538 +STEP: waiting for Deployment to be created 02/07/23 07:43:06.54 +STEP: waiting for all Replicas to be Ready 02/07/23 07:43:06.542 +Feb 7 07:43:06.543: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.543: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.548: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.548: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.557: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.557: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.574: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:06.574: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] +Feb 7 07:43:08.003: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Feb 7 07:43:08.003: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment-static:true] +Feb 7 07:43:08.506: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment-static:true] +STEP: patching the Deployment 02/07/23 07:43:08.506 +W0207 07:43:08.523913 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Feb 7 07:43:08.531: INFO: observed event type ADDED +STEP: waiting for Replicas to scale 02/07/23 07:43:08.531 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.536: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.536: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.545: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.545: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:08.555: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:08.555: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:08.561: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:08.561: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:10.585: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:10.585: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:10.650: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +STEP: listing Deployments 02/07/23 07:43:10.65 +Feb 7 07:43:10.654: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] +STEP: updating the Deployment 02/07/23 07:43:10.654 +Feb 7 07:43:10.675: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +STEP: fetching the DeploymentStatus 02/07/23 07:43:10.675 +Feb 7 07:43:10.688: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:10.688: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:10.695: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:10.704: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:10.710: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:12.026: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:12.061: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:12.085: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:12.101: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] +Feb 7 07:43:13.551: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] +STEP: patching the DeploymentStatus 02/07/23 07:43:13.567 +STEP: fetching the DeploymentStatus 02/07/23 07:43:13.574 +Feb 7 07:43:13.579: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 +Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 +STEP: deleting the Deployment 02/07/23 07:43:13.58 +Feb 7 07:43:13.586: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.587: INFO: observed event type MODIFIED +Feb 7 07:43:13.588: INFO: observed event type MODIFIED +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 07:43:13.591: INFO: Log out all the ReplicaSets if there is no deployment created +Feb 7 07:43:13.595: INFO: ReplicaSet "test-deployment-7b7876f9d6": +&ReplicaSet{ObjectMeta:{test-deployment-7b7876f9d6 deployment-8315 1035c2be-ca70-4feb-8873-00b27cbf4170 10910 2 2023-02-07 07:43:10 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:3] [{apps/v1 Deployment test-deployment 209d6917-5191-479c-9dd5-c3c15d773987 0xc00422b6b7 0xc00422b6b8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"209d6917-5191-479c-9dd5-c3c15d773987\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 7b7876f9d6,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00422b740 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:2,AvailableReplicas:2,Conditions:[]ReplicaSetCondition{},},} + +Feb 7 07:43:13.599: INFO: pod: "test-deployment-7b7876f9d6-lj8rc": +&Pod{ObjectMeta:{test-deployment-7b7876f9d6-lj8rc test-deployment-7b7876f9d6- deployment-8315 2a9d3746-06ed-42af-a9f0-cbfb73924367 10909 0 2023-02-07 07:43:12 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[cni.projectcalico.org/containerID:33d6d6adadb539257b661709926c52da2baa5de33acaae5a0b389026abaa5d9b cni.projectcalico.org/podIP:192.168.134.157/32 cni.projectcalico.org/podIPs:192.168.134.157/32] [{apps/v1 ReplicaSet test-deployment-7b7876f9d6 1035c2be-ca70-4feb-8873-00b27cbf4170 0xc00422bbb7 0xc00422bbb8}] [] [{calico Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kube-controller-manager Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1035c2be-ca70-4feb-8873-00b27cbf4170\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.157\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hvjqm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hvjqm,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.157,StartTime:2023-02-07 07:43:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:13 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://672b6afeac67ec10382c64fe0be541f46c2674bf512a5617222d1848ece5e55d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.157,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Feb 7 07:43:13.600: INFO: pod: "test-deployment-7b7876f9d6-rbgrx": +&Pod{ObjectMeta:{test-deployment-7b7876f9d6-rbgrx test-deployment-7b7876f9d6- deployment-8315 a181b3c6-da1b-46ac-8171-9aded709e714 10875 0 2023-02-07 07:43:10 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[cni.projectcalico.org/containerID:ca3a4c534e1e7328935c438731cf9ed26be258b8bd5a06a6875ae180d2414eb7 cni.projectcalico.org/podIP:192.168.136.51/32 cni.projectcalico.org/podIPs:192.168.136.51/32] [{apps/v1 ReplicaSet test-deployment-7b7876f9d6 1035c2be-ca70-4feb-8873-00b27cbf4170 0xc00422bdc7 0xc00422bdc8}] [] [{kube-controller-manager Update v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1035c2be-ca70-4feb-8873-00b27cbf4170\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:43:11 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.51\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-t7rzj,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-t7rzj,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.51,StartTime:2023-02-07 07:43:10 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:11 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://bbe9f9de191652ebfd6d954dd53c504eaf8fbcee0690ef30b3aaac794ff65f0b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.51,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Feb 7 07:43:13.602: INFO: ReplicaSet "test-deployment-7df74c55ff": +&ReplicaSet{ObjectMeta:{test-deployment-7df74c55ff deployment-8315 ae293353-2729-4ee4-adb8-847aa8c2913b 10918 4 2023-02-07 07:43:08 +0000 UTC map[pod-template-hash:7df74c55ff test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-deployment 209d6917-5191-479c-9dd5-c3c15d773987 0xc00422b7a7 0xc00422b7a8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"209d6917-5191-479c-9dd5-c3c15d773987\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 7df74c55ff,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7df74c55ff test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/pause:3.9 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00422b830 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:4,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + +Feb 7 07:43:13.613: INFO: pod: "test-deployment-7df74c55ff-4vwvs": +&Pod{ObjectMeta:{test-deployment-7df74c55ff-4vwvs test-deployment-7df74c55ff- deployment-8315 a3c68f99-d5ed-4ab5-a486-00ac108cda1e 10914 0 2023-02-07 07:43:08 +0000 UTC 2023-02-07 07:43:14 +0000 UTC 0xc0049ab188 map[pod-template-hash:7df74c55ff test-deployment-static:true] map[cni.projectcalico.org/containerID:eb2113ec826592c1d7e51b12bb437eff3df1a59399640a9185045ac0e667abe9 cni.projectcalico.org/podIP:192.168.134.189/32 cni.projectcalico.org/podIPs:192.168.134.189/32] [{apps/v1 ReplicaSet test-deployment-7df74c55ff ae293353-2729-4ee4-adb8-847aa8c2913b 0xc0049ab1b7 0xc0049ab1b8}] [] [{kube-controller-manager Update v1 2023-02-07 07:43:08 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ae293353-2729-4ee4-adb8-847aa8c2913b\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:43:09 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.189\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-js5kf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-js5kf,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:08 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:08 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.189,StartTime:2023-02-07 07:43:08 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:09 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:k8s.m.daocloud.io/pause:3.9,ImageID:k8s.m.daocloud.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097,ContainerID:containerd://87a233b2e08d6645e07e588c4542306e4eeb0c02d6a4f0d1f2ef9f3e9ae7d11c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.189,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Feb 7 07:43:13.614: INFO: pod: "test-deployment-7df74c55ff-62pvf": +&Pod{ObjectMeta:{test-deployment-7df74c55ff-62pvf test-deployment-7df74c55ff- deployment-8315 df7ed1f5-3761-4b91-a860-b87a5c7b0a20 10879 0 2023-02-07 07:43:10 +0000 UTC 2023-02-07 07:43:13 +0000 UTC 0xc0049ab3a0 map[pod-template-hash:7df74c55ff test-deployment-static:true] map[cni.projectcalico.org/containerID:2281e72e29242d4d650d1f1a982c97577753c47bbce1dc4d294715bc301aeb99 cni.projectcalico.org/podIP:192.168.136.59/32 cni.projectcalico.org/podIPs:192.168.136.59/32] [{apps/v1 ReplicaSet test-deployment-7df74c55ff ae293353-2729-4ee4-adb8-847aa8c2913b 0xc0049ab3d7 0xc0049ab3d8}] [] [{kube-controller-manager Update v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ae293353-2729-4ee4-adb8-847aa8c2913b\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:43:11 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.59\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-fl25w,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-fl25w,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:11 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:11 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.59,StartTime:2023-02-07 07:43:10 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:11 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/pause:3.9,ImageID:registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097,ContainerID:containerd://ac4bc7cef2f4d5e478ab2fb7dd6e4a4fbb3318fcccc2efb63b7ed2db42247b4e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.59,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + +Feb 7 07:43:13.614: INFO: ReplicaSet "test-deployment-f4dbc4647": +&ReplicaSet{ObjectMeta:{test-deployment-f4dbc4647 deployment-8315 f063510e-c1f3-4826-98f0-16722385b71a 10776 3 2023-02-07 07:43:06 +0000 UTC map[pod-template-hash:f4dbc4647 test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment 209d6917-5191-479c-9dd5-c3c15d773987 0xc00422b897 0xc00422b898}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"209d6917-5191-479c-9dd5-c3c15d773987\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: f4dbc4647,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:f4dbc4647 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00422b920 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 07:43:13.620: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-8315" for this suite. 02/07/23 07:43:13.622 +------------------------------ +• [SLOW TEST] [7.105 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:43:06.521 + Feb 7 07:43:06.521: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 07:43:06.523 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:06.532 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:06.534 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] should run the lifecycle of a Deployment [Conformance] + test/e2e/apps/deployment.go:185 + STEP: creating a Deployment 02/07/23 07:43:06.538 + STEP: waiting for Deployment to be created 02/07/23 07:43:06.54 + STEP: waiting for all Replicas to be Ready 02/07/23 07:43:06.542 + Feb 7 07:43:06.543: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.543: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.548: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.548: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.557: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.557: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.574: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:06.574: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 and labels map[test-deployment-static:true] + Feb 7 07:43:08.003: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Feb 7 07:43:08.003: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment-static:true] + Feb 7 07:43:08.506: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment-static:true] + STEP: patching the Deployment 02/07/23 07:43:08.506 + W0207 07:43:08.523913 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Feb 7 07:43:08.531: INFO: observed event type ADDED + STEP: waiting for Replicas to scale 02/07/23 07:43:08.531 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 0 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.533: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.536: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.536: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.545: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.545: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:08.555: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:08.555: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:08.561: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:08.561: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:10.585: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:10.585: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:10.650: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + STEP: listing Deployments 02/07/23 07:43:10.65 + Feb 7 07:43:10.654: INFO: Found test-deployment with labels: map[test-deployment:patched test-deployment-static:true] + STEP: updating the Deployment 02/07/23 07:43:10.654 + Feb 7 07:43:10.675: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + STEP: fetching the DeploymentStatus 02/07/23 07:43:10.675 + Feb 7 07:43:10.688: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:10.688: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:10.695: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:10.704: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:10.710: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:12.026: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:12.061: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:12.085: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:12.101: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 and labels map[test-deployment:updated test-deployment-static:true] + Feb 7 07:43:13.551: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 and labels map[test-deployment:updated test-deployment-static:true] + STEP: patching the DeploymentStatus 02/07/23 07:43:13.567 + STEP: fetching the DeploymentStatus 02/07/23 07:43:13.574 + Feb 7 07:43:13.579: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 1 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 2 + Feb 7 07:43:13.580: INFO: observed Deployment test-deployment in namespace deployment-8315 with ReadyReplicas 3 + STEP: deleting the Deployment 02/07/23 07:43:13.58 + Feb 7 07:43:13.586: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.587: INFO: observed event type MODIFIED + Feb 7 07:43:13.588: INFO: observed event type MODIFIED + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 07:43:13.591: INFO: Log out all the ReplicaSets if there is no deployment created + Feb 7 07:43:13.595: INFO: ReplicaSet "test-deployment-7b7876f9d6": + &ReplicaSet{ObjectMeta:{test-deployment-7b7876f9d6 deployment-8315 1035c2be-ca70-4feb-8873-00b27cbf4170 10910 2 2023-02-07 07:43:10 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:3] [{apps/v1 Deployment test-deployment 209d6917-5191-479c-9dd5-c3c15d773987 0xc00422b6b7 0xc00422b6b8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"209d6917-5191-479c-9dd5-c3c15d773987\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 7b7876f9d6,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00422b740 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:2,AvailableReplicas:2,Conditions:[]ReplicaSetCondition{},},} + + Feb 7 07:43:13.599: INFO: pod: "test-deployment-7b7876f9d6-lj8rc": + &Pod{ObjectMeta:{test-deployment-7b7876f9d6-lj8rc test-deployment-7b7876f9d6- deployment-8315 2a9d3746-06ed-42af-a9f0-cbfb73924367 10909 0 2023-02-07 07:43:12 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[cni.projectcalico.org/containerID:33d6d6adadb539257b661709926c52da2baa5de33acaae5a0b389026abaa5d9b cni.projectcalico.org/podIP:192.168.134.157/32 cni.projectcalico.org/podIPs:192.168.134.157/32] [{apps/v1 ReplicaSet test-deployment-7b7876f9d6 1035c2be-ca70-4feb-8873-00b27cbf4170 0xc00422bbb7 0xc00422bbb8}] [] [{calico Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kube-controller-manager Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1035c2be-ca70-4feb-8873-00b27cbf4170\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.157\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hvjqm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hvjqm,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:13 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.157,StartTime:2023-02-07 07:43:12 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:13 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://672b6afeac67ec10382c64fe0be541f46c2674bf512a5617222d1848ece5e55d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.157,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Feb 7 07:43:13.600: INFO: pod: "test-deployment-7b7876f9d6-rbgrx": + &Pod{ObjectMeta:{test-deployment-7b7876f9d6-rbgrx test-deployment-7b7876f9d6- deployment-8315 a181b3c6-da1b-46ac-8171-9aded709e714 10875 0 2023-02-07 07:43:10 +0000 UTC map[pod-template-hash:7b7876f9d6 test-deployment-static:true] map[cni.projectcalico.org/containerID:ca3a4c534e1e7328935c438731cf9ed26be258b8bd5a06a6875ae180d2414eb7 cni.projectcalico.org/podIP:192.168.136.51/32 cni.projectcalico.org/podIPs:192.168.136.51/32] [{apps/v1 ReplicaSet test-deployment-7b7876f9d6 1035c2be-ca70-4feb-8873-00b27cbf4170 0xc00422bdc7 0xc00422bdc8}] [] [{kube-controller-manager Update v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"1035c2be-ca70-4feb-8873-00b27cbf4170\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:43:11 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.51\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-t7rzj,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-t7rzj,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:12 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.51,StartTime:2023-02-07 07:43:10 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:11 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://bbe9f9de191652ebfd6d954dd53c504eaf8fbcee0690ef30b3aaac794ff65f0b,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.51,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Feb 7 07:43:13.602: INFO: ReplicaSet "test-deployment-7df74c55ff": + &ReplicaSet{ObjectMeta:{test-deployment-7df74c55ff deployment-8315 ae293353-2729-4ee4-adb8-847aa8c2913b 10918 4 2023-02-07 07:43:08 +0000 UTC map[pod-template-hash:7df74c55ff test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-deployment 209d6917-5191-479c-9dd5-c3c15d773987 0xc00422b7a7 0xc00422b7a8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"209d6917-5191-479c-9dd5-c3c15d773987\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:43:13 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: 7df74c55ff,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:7df74c55ff test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/pause:3.9 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00422b830 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:4,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + + Feb 7 07:43:13.613: INFO: pod: "test-deployment-7df74c55ff-4vwvs": + &Pod{ObjectMeta:{test-deployment-7df74c55ff-4vwvs test-deployment-7df74c55ff- deployment-8315 a3c68f99-d5ed-4ab5-a486-00ac108cda1e 10914 0 2023-02-07 07:43:08 +0000 UTC 2023-02-07 07:43:14 +0000 UTC 0xc0049ab188 map[pod-template-hash:7df74c55ff test-deployment-static:true] map[cni.projectcalico.org/containerID:eb2113ec826592c1d7e51b12bb437eff3df1a59399640a9185045ac0e667abe9 cni.projectcalico.org/podIP:192.168.134.189/32 cni.projectcalico.org/podIPs:192.168.134.189/32] [{apps/v1 ReplicaSet test-deployment-7df74c55ff ae293353-2729-4ee4-adb8-847aa8c2913b 0xc0049ab1b7 0xc0049ab1b8}] [] [{kube-controller-manager Update v1 2023-02-07 07:43:08 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ae293353-2729-4ee4-adb8-847aa8c2913b\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:43:09 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.189\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-js5kf,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-js5kf,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:08 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:08 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.189,StartTime:2023-02-07 07:43:08 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:09 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:k8s.m.daocloud.io/pause:3.9,ImageID:k8s.m.daocloud.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097,ContainerID:containerd://87a233b2e08d6645e07e588c4542306e4eeb0c02d6a4f0d1f2ef9f3e9ae7d11c,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.189,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Feb 7 07:43:13.614: INFO: pod: "test-deployment-7df74c55ff-62pvf": + &Pod{ObjectMeta:{test-deployment-7df74c55ff-62pvf test-deployment-7df74c55ff- deployment-8315 df7ed1f5-3761-4b91-a860-b87a5c7b0a20 10879 0 2023-02-07 07:43:10 +0000 UTC 2023-02-07 07:43:13 +0000 UTC 0xc0049ab3a0 map[pod-template-hash:7df74c55ff test-deployment-static:true] map[cni.projectcalico.org/containerID:2281e72e29242d4d650d1f1a982c97577753c47bbce1dc4d294715bc301aeb99 cni.projectcalico.org/podIP:192.168.136.59/32 cni.projectcalico.org/podIPs:192.168.136.59/32] [{apps/v1 ReplicaSet test-deployment-7df74c55ff ae293353-2729-4ee4-adb8-847aa8c2913b 0xc0049ab3d7 0xc0049ab3d8}] [] [{kube-controller-manager Update v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ae293353-2729-4ee4-adb8-847aa8c2913b\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:43:11 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:43:12 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.59\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-fl25w,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:test-deployment,Image:registry.k8s.io/pause:3.9,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-fl25w,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*1,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:11 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:11 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:43:10 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.59,StartTime:2023-02-07 07:43:10 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:test-deployment,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:43:11 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/pause:3.9,ImageID:registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097,ContainerID:containerd://ac4bc7cef2f4d5e478ab2fb7dd6e4a4fbb3318fcccc2efb63b7ed2db42247b4e,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.59,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + + Feb 7 07:43:13.614: INFO: ReplicaSet "test-deployment-f4dbc4647": + &ReplicaSet{ObjectMeta:{test-deployment-f4dbc4647 deployment-8315 f063510e-c1f3-4826-98f0-16722385b71a 10776 3 2023-02-07 07:43:06 +0000 UTC map[pod-template-hash:f4dbc4647 test-deployment-static:true] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment 209d6917-5191-479c-9dd5-c3c15d773987 0xc00422b897 0xc00422b898}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"209d6917-5191-479c-9dd5-c3c15d773987\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:pod-template-hash":{},"f:test-deployment-static":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"test-deployment\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:43:10 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{pod-template-hash: f4dbc4647,test-deployment-static: true,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[pod-template-hash:f4dbc4647 test-deployment-static:true] map[] [] [] []} {[] [] [{test-deployment registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00422b920 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 07:43:13.620: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-8315" for this suite. 02/07/23 07:43:13.622 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should get and update a ReplicationController scale [Conformance] + test/e2e/apps/rc.go:402 +[BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:43:13.627 +Feb 7 07:43:13.627: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replication-controller 02/07/23 07:43:13.628 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:13.637 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:13.64 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 +[It] should get and update a ReplicationController scale [Conformance] + test/e2e/apps/rc.go:402 +STEP: Creating ReplicationController "e2e-rc-d62l2" 02/07/23 07:43:13.643 +Feb 7 07:43:13.648: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas +Feb 7 07:43:14.691: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas +Feb 7 07:43:14.700: INFO: Found 1 replicas for "e2e-rc-d62l2" replication controller +STEP: Getting scale subresource for ReplicationController "e2e-rc-d62l2" 02/07/23 07:43:14.7 +STEP: Updating a scale subresource 02/07/23 07:43:14.705 +STEP: Verifying replicas where modified for replication controller "e2e-rc-d62l2" 02/07/23 07:43:14.715 +Feb 7 07:43:14.716: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas +Feb 7 07:43:15.720: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas +Feb 7 07:43:15.725: INFO: Found 2 replicas for "e2e-rc-d62l2" replication controller +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 +Feb 7 07:43:15.725: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 +STEP: Destroying namespace "replication-controller-1842" for this suite. 02/07/23 07:43:15.73 +------------------------------ +• [2.109 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should get and update a ReplicationController scale [Conformance] + test/e2e/apps/rc.go:402 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:43:13.627 + Feb 7 07:43:13.627: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replication-controller 02/07/23 07:43:13.628 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:13.637 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:13.64 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 + [It] should get and update a ReplicationController scale [Conformance] + test/e2e/apps/rc.go:402 + STEP: Creating ReplicationController "e2e-rc-d62l2" 02/07/23 07:43:13.643 + Feb 7 07:43:13.648: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas + Feb 7 07:43:14.691: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas + Feb 7 07:43:14.700: INFO: Found 1 replicas for "e2e-rc-d62l2" replication controller + STEP: Getting scale subresource for ReplicationController "e2e-rc-d62l2" 02/07/23 07:43:14.7 + STEP: Updating a scale subresource 02/07/23 07:43:14.705 + STEP: Verifying replicas where modified for replication controller "e2e-rc-d62l2" 02/07/23 07:43:14.715 + Feb 7 07:43:14.716: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas + Feb 7 07:43:15.720: INFO: Get Replication Controller "e2e-rc-d62l2" to confirm replicas + Feb 7 07:43:15.725: INFO: Found 2 replicas for "e2e-rc-d62l2" replication controller + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 + Feb 7 07:43:15.725: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 + STEP: Destroying namespace "replication-controller-1842" for this suite. 02/07/23 07:43:15.73 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:109 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:43:15.737 +Feb 7 07:43:15.738: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:43:15.739 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:15.752 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:15.758 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:109 +STEP: Creating configMap with name configmap-test-volume-map-8402c32b-ccce-425d-8b89-16049a076bbf 02/07/23 07:43:15.761 +STEP: Creating a pod to test consume configMaps 02/07/23 07:43:15.764 +Feb 7 07:43:15.769: INFO: Waiting up to 5m0s for pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2" in namespace "configmap-6405" to be "Succeeded or Failed" +Feb 7 07:43:15.771: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.316571ms +Feb 7 07:43:17.778: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008737514s +Feb 7 07:43:19.779: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Running", Reason="", readiness=false. Elapsed: 4.009930311s +Feb 7 07:43:21.779: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009899044s +STEP: Saw pod success 02/07/23 07:43:21.779 +Feb 7 07:43:21.779: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2" satisfied condition "Succeeded or Failed" +Feb 7 07:43:21.784: INFO: Trying to get logs from node node2 pod pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2 container agnhost-container: +STEP: delete the pod 02/07/23 07:43:21.796 +Feb 7 07:43:21.809: INFO: Waiting for pod pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2 to disappear +Feb 7 07:43:21.820: INFO: Pod pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:43:21.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-6405" for this suite. 02/07/23 07:43:21.825 +------------------------------ +• [SLOW TEST] [6.094 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:109 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:43:15.737 + Feb 7 07:43:15.738: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:43:15.739 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:15.752 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:15.758 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:109 + STEP: Creating configMap with name configmap-test-volume-map-8402c32b-ccce-425d-8b89-16049a076bbf 02/07/23 07:43:15.761 + STEP: Creating a pod to test consume configMaps 02/07/23 07:43:15.764 + Feb 7 07:43:15.769: INFO: Waiting up to 5m0s for pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2" in namespace "configmap-6405" to be "Succeeded or Failed" + Feb 7 07:43:15.771: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.316571ms + Feb 7 07:43:17.778: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Running", Reason="", readiness=true. Elapsed: 2.008737514s + Feb 7 07:43:19.779: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Running", Reason="", readiness=false. Elapsed: 4.009930311s + Feb 7 07:43:21.779: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009899044s + STEP: Saw pod success 02/07/23 07:43:21.779 + Feb 7 07:43:21.779: INFO: Pod "pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2" satisfied condition "Succeeded or Failed" + Feb 7 07:43:21.784: INFO: Trying to get logs from node node2 pod pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2 container agnhost-container: + STEP: delete the pod 02/07/23 07:43:21.796 + Feb 7 07:43:21.809: INFO: Waiting for pod pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2 to disappear + Feb 7 07:43:21.820: INFO: Pod pod-configmaps-7ce4e3df-a4c8-40e4-b0fe-1a4abf1bc4b2 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:43:21.820: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-6405" for this suite. 02/07/23 07:43:21.825 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] CronJob + should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +[BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:43:21.832 +Feb 7 07:43:21.832: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename cronjob 02/07/23 07:43:21.833 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:21.844 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:21.848 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 +[It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 +STEP: Creating a suspended cronjob 02/07/23 07:43:21.851 +STEP: Ensuring no jobs are scheduled 02/07/23 07:43:21.856 +STEP: Ensuring no job exists by listing jobs explicitly 02/07/23 07:48:21.866 +STEP: Removing cronjob 02/07/23 07:48:21.872 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 +Feb 7 07:48:21.880: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 +STEP: Destroying namespace "cronjob-8774" for this suite. 02/07/23 07:48:21.886 +------------------------------ +• [SLOW TEST] [300.061 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:43:21.832 + Feb 7 07:43:21.832: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename cronjob 02/07/23 07:43:21.833 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:43:21.844 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:43:21.848 + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 + [It] should not schedule jobs when suspended [Slow] [Conformance] + test/e2e/apps/cronjob.go:96 + STEP: Creating a suspended cronjob 02/07/23 07:43:21.851 + STEP: Ensuring no jobs are scheduled 02/07/23 07:43:21.856 + STEP: Ensuring no job exists by listing jobs explicitly 02/07/23 07:48:21.866 + STEP: Removing cronjob 02/07/23 07:48:21.872 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 + Feb 7 07:48:21.880: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 + STEP: Destroying namespace "cronjob-8774" for this suite. 02/07/23 07:48:21.886 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-node] RuntimeClass + should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 +[BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:48:21.894 +Feb 7 07:48:21.894: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename runtimeclass 02/07/23 07:48:21.896 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:21.913 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:21.921 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 +[It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 +Feb 7 07:48:21.935: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-4469 to be scheduled +Feb 7 07:48:21.939: INFO: 1 pods are not scheduled: [runtimeclass-4469/test-runtimeclass-runtimeclass-4469-preconfigured-handler-8c26p(30192c93-bcbd-45b0-b7b9-0e858979f9c7)] +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 +Feb 7 07:48:23.954: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 +STEP: Destroying namespace "runtimeclass-4469" for this suite. 02/07/23 07:48:23.96 +------------------------------ +• [2.073 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:48:21.894 + Feb 7 07:48:21.894: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename runtimeclass 02/07/23 07:48:21.896 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:21.913 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:21.921 + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 + [It] should schedule a Pod requesting a RuntimeClass without PodOverhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:104 + Feb 7 07:48:21.935: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-4469 to be scheduled + Feb 7 07:48:21.939: INFO: 1 pods are not scheduled: [runtimeclass-4469/test-runtimeclass-runtimeclass-4469-preconfigured-handler-8c26p(30192c93-bcbd-45b0-b7b9-0e858979f9c7)] + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 + Feb 7 07:48:23.954: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 + STEP: Destroying namespace "runtimeclass-4469" for this suite. 02/07/23 07:48:23.96 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:74 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:48:23.969 +Feb 7 07:48:23.969: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:48:23.971 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:23.989 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:23.992 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:74 +STEP: Creating configMap with name configmap-test-volume-e57ac505-8459-4aef-9407-888181248cf9 02/07/23 07:48:23.997 +STEP: Creating a pod to test consume configMaps 02/07/23 07:48:24.001 +Feb 7 07:48:24.007: INFO: Waiting up to 5m0s for pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773" in namespace "configmap-8221" to be "Succeeded or Failed" +Feb 7 07:48:24.010: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773": Phase="Pending", Reason="", readiness=false. Elapsed: 2.962408ms +Feb 7 07:48:26.017: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010034989s +Feb 7 07:48:28.016: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009702576s +STEP: Saw pod success 02/07/23 07:48:28.016 +Feb 7 07:48:28.017: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773" satisfied condition "Succeeded or Failed" +Feb 7 07:48:28.023: INFO: Trying to get logs from node node2 pod pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773 container agnhost-container: +STEP: delete the pod 02/07/23 07:48:28.056 +Feb 7 07:48:28.072: INFO: Waiting for pod pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773 to disappear +Feb 7 07:48:28.076: INFO: Pod pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:48:28.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-8221" for this suite. 02/07/23 07:48:28.081 +------------------------------ +• [4.118 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:74 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:48:23.969 + Feb 7 07:48:23.969: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:48:23.971 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:23.989 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:23.992 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:74 + STEP: Creating configMap with name configmap-test-volume-e57ac505-8459-4aef-9407-888181248cf9 02/07/23 07:48:23.997 + STEP: Creating a pod to test consume configMaps 02/07/23 07:48:24.001 + Feb 7 07:48:24.007: INFO: Waiting up to 5m0s for pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773" in namespace "configmap-8221" to be "Succeeded or Failed" + Feb 7 07:48:24.010: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773": Phase="Pending", Reason="", readiness=false. Elapsed: 2.962408ms + Feb 7 07:48:26.017: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010034989s + Feb 7 07:48:28.016: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009702576s + STEP: Saw pod success 02/07/23 07:48:28.016 + Feb 7 07:48:28.017: INFO: Pod "pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773" satisfied condition "Succeeded or Failed" + Feb 7 07:48:28.023: INFO: Trying to get logs from node node2 pod pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773 container agnhost-container: + STEP: delete the pod 02/07/23 07:48:28.056 + Feb 7 07:48:28.072: INFO: Waiting for pod pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773 to disappear + Feb 7 07:48:28.076: INFO: Pod pod-configmaps-84b960a4-6c24-4567-abfc-b79942449773 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:48:28.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-8221" for this suite. 02/07/23 07:48:28.081 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-api-machinery] Watchers + should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 +[BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:48:28.087 +Feb 7 07:48:28.087: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename watch 02/07/23 07:48:28.088 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:28.099 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:28.102 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 +STEP: creating a new configmap 02/07/23 07:48:28.125 +STEP: modifying the configmap once 02/07/23 07:48:28.13 +STEP: modifying the configmap a second time 02/07/23 07:48:28.149 +STEP: deleting the configmap 02/07/23 07:48:28.155 +STEP: creating a watch on configmaps from the resource version returned by the first update 02/07/23 07:48:28.159 +STEP: Expecting to observe notifications for all changes to the configmap after the first update 02/07/23 07:48:28.16 +Feb 7 07:48:28.160: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4049 6ed2ddca-ff53-4d54-b084-d435376855cb 11656 0 2023-02-07 07:48:28 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-02-07 07:48:28 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 07:48:28.161: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4049 6ed2ddca-ff53-4d54-b084-d435376855cb 11657 0 2023-02-07 07:48:28 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-02-07 07:48:28 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 +Feb 7 07:48:28.161: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 +STEP: Destroying namespace "watch-4049" for this suite. 02/07/23 07:48:28.164 +------------------------------ +• [0.082 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:48:28.087 + Feb 7 07:48:28.087: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename watch 02/07/23 07:48:28.088 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:28.099 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:28.102 + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to start watching from a specific resource version [Conformance] + test/e2e/apimachinery/watch.go:142 + STEP: creating a new configmap 02/07/23 07:48:28.125 + STEP: modifying the configmap once 02/07/23 07:48:28.13 + STEP: modifying the configmap a second time 02/07/23 07:48:28.149 + STEP: deleting the configmap 02/07/23 07:48:28.155 + STEP: creating a watch on configmaps from the resource version returned by the first update 02/07/23 07:48:28.159 + STEP: Expecting to observe notifications for all changes to the configmap after the first update 02/07/23 07:48:28.16 + Feb 7 07:48:28.160: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4049 6ed2ddca-ff53-4d54-b084-d435376855cb 11656 0 2023-02-07 07:48:28 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-02-07 07:48:28 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 07:48:28.161: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-resource-version watch-4049 6ed2ddca-ff53-4d54-b084-d435376855cb 11657 0 2023-02-07 07:48:28 +0000 UTC map[watch-this-configmap:from-resource-version] map[] [] [] [{e2e.test Update v1 2023-02-07 07:48:28 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 + Feb 7 07:48:28.161: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 + STEP: Destroying namespace "watch-4049" for this suite. 02/07/23 07:48:28.164 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:151 +[BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:48:28.171 +Feb 7 07:48:28.172: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 07:48:28.175 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:28.186 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:28.189 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 +STEP: create the container to handle the HTTPGet hook request. 02/07/23 07:48:28.195 +Feb 7 07:48:28.202: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-6741" to be "running and ready" +Feb 7 07:48:28.205: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.294584ms +Feb 7 07:48:28.205: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:48:30.213: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.010918697s +Feb 7 07:48:30.213: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Feb 7 07:48:30.213: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:151 +STEP: create the pod with lifecycle hook 02/07/23 07:48:30.218 +Feb 7 07:48:30.224: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-6741" to be "running and ready" +Feb 7 07:48:30.227: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.584563ms +Feb 7 07:48:30.228: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:48:32.236: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.012030358s +Feb 7 07:48:32.236: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) +Feb 7 07:48:32.236: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 02/07/23 07:48:32.241 +Feb 7 07:48:32.252: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Feb 7 07:48:32.257: INFO: Pod pod-with-prestop-exec-hook still exists +Feb 7 07:48:34.258: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Feb 7 07:48:34.265: INFO: Pod pod-with-prestop-exec-hook still exists +Feb 7 07:48:36.257: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear +Feb 7 07:48:36.263: INFO: Pod pod-with-prestop-exec-hook no longer exists +STEP: check prestop hook 02/07/23 07:48:36.263 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 +Feb 7 07:48:36.274: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 +STEP: Destroying namespace "container-lifecycle-hook-6741" for this suite. 02/07/23 07:48:36.279 +------------------------------ +• [SLOW TEST] [8.119 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:151 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:48:28.171 + Feb 7 07:48:28.172: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 07:48:28.175 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:28.186 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:28.189 + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 + STEP: create the container to handle the HTTPGet hook request. 02/07/23 07:48:28.195 + Feb 7 07:48:28.202: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-6741" to be "running and ready" + Feb 7 07:48:28.205: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.294584ms + Feb 7 07:48:28.205: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:48:30.213: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.010918697s + Feb 7 07:48:30.213: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Feb 7 07:48:30.213: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute prestop exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:151 + STEP: create the pod with lifecycle hook 02/07/23 07:48:30.218 + Feb 7 07:48:30.224: INFO: Waiting up to 5m0s for pod "pod-with-prestop-exec-hook" in namespace "container-lifecycle-hook-6741" to be "running and ready" + Feb 7 07:48:30.227: INFO: Pod "pod-with-prestop-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 3.584563ms + Feb 7 07:48:30.228: INFO: The phase of Pod pod-with-prestop-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:48:32.236: INFO: Pod "pod-with-prestop-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.012030358s + Feb 7 07:48:32.236: INFO: The phase of Pod pod-with-prestop-exec-hook is Running (Ready = true) + Feb 7 07:48:32.236: INFO: Pod "pod-with-prestop-exec-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 02/07/23 07:48:32.241 + Feb 7 07:48:32.252: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Feb 7 07:48:32.257: INFO: Pod pod-with-prestop-exec-hook still exists + Feb 7 07:48:34.258: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Feb 7 07:48:34.265: INFO: Pod pod-with-prestop-exec-hook still exists + Feb 7 07:48:36.257: INFO: Waiting for pod pod-with-prestop-exec-hook to disappear + Feb 7 07:48:36.263: INFO: Pod pod-with-prestop-exec-hook no longer exists + STEP: check prestop hook 02/07/23 07:48:36.263 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 + Feb 7 07:48:36.274: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 + STEP: Destroying namespace "container-lifecycle-hook-6741" for this suite. 02/07/23 07:48:36.279 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:587 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:48:36.29 +Feb 7 07:48:36.290: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 07:48:36.292 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:36.306 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:36.309 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-8917 02/07/23 07:48:36.312 +[It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:587 +STEP: Initializing watcher for selector baz=blah,foo=bar 02/07/23 07:48:36.317 +STEP: Creating stateful set ss in namespace statefulset-8917 02/07/23 07:48:36.322 +STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-8917 02/07/23 07:48:36.326 +Feb 7 07:48:36.330: INFO: Found 0 stateful pods, waiting for 1 +Feb 7 07:48:46.338: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: Confirming that stateful set scale up will halt with unhealthy stateful pod 02/07/23 07:48:46.338 +Feb 7 07:48:46.345: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:48:46.583: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:48:46.583: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:48:46.583: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:48:46.588: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true +Feb 7 07:48:56.594: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:48:56.594: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:48:56.619: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.999999298s +Feb 7 07:48:57.624: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.995670616s +Feb 7 07:48:58.629: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.99009752s +Feb 7 07:48:59.634: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.985367586s +Feb 7 07:49:00.639: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.981008203s +Feb 7 07:49:01.646: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.974947678s +Feb 7 07:49:02.653: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.96892391s +Feb 7 07:49:03.660: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.961238512s +Feb 7 07:49:04.668: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.953980069s +Feb 7 07:49:05.676: INFO: Verifying statefulset ss doesn't scale past 1 for another 946.36195ms +STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-8917 02/07/23 07:49:06.678 +Feb 7 07:49:06.685: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:49:06.862: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 07:49:06.862: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:49:06.862: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:49:06.866: INFO: Found 1 stateful pods, waiting for 3 +Feb 7 07:49:16.873: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 07:49:16.873: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 07:49:16.873: INFO: Waiting for pod ss-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Verifying that stateful set ss was scaled up in order 02/07/23 07:49:16.873 +STEP: Scale down will halt with unhealthy stateful pod 02/07/23 07:49:16.873 +Feb 7 07:49:16.884: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:49:17.072: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:49:17.072: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:49:17.072: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:49:17.072: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:49:17.281: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:49:17.281: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:49:17.281: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:49:17.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 07:49:17.484: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 07:49:17.484: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 07:49:17.484: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-2: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 07:49:17.484: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:49:17.489: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 +Feb 7 07:49:27.501: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:49:27.501: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:49:27.501: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false +Feb 7 07:49:27.520: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999393s +Feb 7 07:49:28.527: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.99379131s +Feb 7 07:49:29.533: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.986852312s +Feb 7 07:49:30.543: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.980781519s +Feb 7 07:49:31.551: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.970351214s +Feb 7 07:49:32.558: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.963049624s +Feb 7 07:49:33.567: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.955304097s +Feb 7 07:49:34.575: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.946873421s +Feb 7 07:49:35.582: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.938537649s +Feb 7 07:49:36.590: INFO: Verifying statefulset ss doesn't scale past 3 for another 930.863646ms +STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-8917 02/07/23 07:49:37.591 +Feb 7 07:49:37.600: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:49:37.798: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 07:49:37.798: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:49:37.798: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:49:37.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:49:37.994: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 07:49:37.994: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:49:37.994: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:49:37.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 07:49:38.158: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 07:49:38.158: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 07:49:38.158: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-2: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 07:49:38.158: INFO: Scaling statefulset ss to 0 +STEP: Verifying that stateful set ss was scaled down in reverse order 02/07/23 07:49:48.181 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 07:49:48.181: INFO: Deleting all statefulset in ns statefulset-8917 +Feb 7 07:49:48.186: INFO: Scaling statefulset ss to 0 +Feb 7 07:49:48.201: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:49:48.205: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:49:48.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-8917" for this suite. 02/07/23 07:49:48.229 +------------------------------ +• [SLOW TEST] [71.944 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:587 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:48:36.29 + Feb 7 07:48:36.290: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 07:48:36.292 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:48:36.306 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:48:36.309 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-8917 02/07/23 07:48:36.312 + [It] Scaling should happen in predictable order and halt if any stateful pod is unhealthy [Slow] [Conformance] + test/e2e/apps/statefulset.go:587 + STEP: Initializing watcher for selector baz=blah,foo=bar 02/07/23 07:48:36.317 + STEP: Creating stateful set ss in namespace statefulset-8917 02/07/23 07:48:36.322 + STEP: Waiting until all stateful set ss replicas will be running in namespace statefulset-8917 02/07/23 07:48:36.326 + Feb 7 07:48:36.330: INFO: Found 0 stateful pods, waiting for 1 + Feb 7 07:48:46.338: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: Confirming that stateful set scale up will halt with unhealthy stateful pod 02/07/23 07:48:46.338 + Feb 7 07:48:46.345: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:48:46.583: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:48:46.583: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:48:46.583: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:48:46.588: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=true + Feb 7 07:48:56.594: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:48:56.594: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:48:56.619: INFO: Verifying statefulset ss doesn't scale past 1 for another 9.999999298s + Feb 7 07:48:57.624: INFO: Verifying statefulset ss doesn't scale past 1 for another 8.995670616s + Feb 7 07:48:58.629: INFO: Verifying statefulset ss doesn't scale past 1 for another 7.99009752s + Feb 7 07:48:59.634: INFO: Verifying statefulset ss doesn't scale past 1 for another 6.985367586s + Feb 7 07:49:00.639: INFO: Verifying statefulset ss doesn't scale past 1 for another 5.981008203s + Feb 7 07:49:01.646: INFO: Verifying statefulset ss doesn't scale past 1 for another 4.974947678s + Feb 7 07:49:02.653: INFO: Verifying statefulset ss doesn't scale past 1 for another 3.96892391s + Feb 7 07:49:03.660: INFO: Verifying statefulset ss doesn't scale past 1 for another 2.961238512s + Feb 7 07:49:04.668: INFO: Verifying statefulset ss doesn't scale past 1 for another 1.953980069s + Feb 7 07:49:05.676: INFO: Verifying statefulset ss doesn't scale past 1 for another 946.36195ms + STEP: Scaling up stateful set ss to 3 replicas and waiting until all of them will be running in namespace statefulset-8917 02/07/23 07:49:06.678 + Feb 7 07:49:06.685: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:49:06.862: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 07:49:06.862: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:49:06.862: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:49:06.866: INFO: Found 1 stateful pods, waiting for 3 + Feb 7 07:49:16.873: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 07:49:16.873: INFO: Waiting for pod ss-1 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 07:49:16.873: INFO: Waiting for pod ss-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Verifying that stateful set ss was scaled up in order 02/07/23 07:49:16.873 + STEP: Scale down will halt with unhealthy stateful pod 02/07/23 07:49:16.873 + Feb 7 07:49:16.884: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:49:17.072: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:49:17.072: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:49:17.072: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-0: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:49:17.072: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:49:17.281: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:49:17.281: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:49:17.281: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:49:17.281: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-2 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 07:49:17.484: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 07:49:17.484: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 07:49:17.484: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss-2: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 07:49:17.484: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:49:17.489: INFO: Waiting for stateful set status.readyReplicas to become 0, currently 3 + Feb 7 07:49:27.501: INFO: Waiting for pod ss-0 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:49:27.501: INFO: Waiting for pod ss-1 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:49:27.501: INFO: Waiting for pod ss-2 to enter Running - Ready=false, currently Running - Ready=false + Feb 7 07:49:27.520: INFO: Verifying statefulset ss doesn't scale past 3 for another 9.999999393s + Feb 7 07:49:28.527: INFO: Verifying statefulset ss doesn't scale past 3 for another 8.99379131s + Feb 7 07:49:29.533: INFO: Verifying statefulset ss doesn't scale past 3 for another 7.986852312s + Feb 7 07:49:30.543: INFO: Verifying statefulset ss doesn't scale past 3 for another 6.980781519s + Feb 7 07:49:31.551: INFO: Verifying statefulset ss doesn't scale past 3 for another 5.970351214s + Feb 7 07:49:32.558: INFO: Verifying statefulset ss doesn't scale past 3 for another 4.963049624s + Feb 7 07:49:33.567: INFO: Verifying statefulset ss doesn't scale past 3 for another 3.955304097s + Feb 7 07:49:34.575: INFO: Verifying statefulset ss doesn't scale past 3 for another 2.946873421s + Feb 7 07:49:35.582: INFO: Verifying statefulset ss doesn't scale past 3 for another 1.938537649s + Feb 7 07:49:36.590: INFO: Verifying statefulset ss doesn't scale past 3 for another 930.863646ms + STEP: Scaling down stateful set ss to 0 replicas and waiting until none of pods will run in namespacestatefulset-8917 02/07/23 07:49:37.591 + Feb 7 07:49:37.600: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-0 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:49:37.798: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 07:49:37.798: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:49:37.798: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-0: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:49:37.798: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:49:37.994: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 07:49:37.994: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:49:37.994: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:49:37.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-8917 exec ss-2 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 07:49:38.158: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 07:49:38.158: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 07:49:38.158: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss-2: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 07:49:38.158: INFO: Scaling statefulset ss to 0 + STEP: Verifying that stateful set ss was scaled down in reverse order 02/07/23 07:49:48.181 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 07:49:48.181: INFO: Deleting all statefulset in ns statefulset-8917 + Feb 7 07:49:48.186: INFO: Scaling statefulset ss to 0 + Feb 7 07:49:48.201: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:49:48.205: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:49:48.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-8917" for this suite. 02/07/23 07:49:48.229 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:221 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:49:48.236 +Feb 7 07:49:48.236: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:49:48.238 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:49:48.247 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:49:48.251 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:221 +STEP: Creating a pod to test downward API volume plugin 02/07/23 07:49:48.253 +Feb 7 07:49:48.260: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b" in namespace "projected-6129" to be "Succeeded or Failed" +Feb 7 07:49:48.263: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.638717ms +Feb 7 07:49:50.270: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009430765s +Feb 7 07:49:52.269: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009079685s +STEP: Saw pod success 02/07/23 07:49:52.269 +Feb 7 07:49:52.270: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b" satisfied condition "Succeeded or Failed" +Feb 7 07:49:52.276: INFO: Trying to get logs from node node2 pod downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b container client-container: +STEP: delete the pod 02/07/23 07:49:52.287 +Feb 7 07:49:52.302: INFO: Waiting for pod downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b to disappear +Feb 7 07:49:52.305: INFO: Pod downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 07:49:52.305: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-6129" for this suite. 02/07/23 07:49:52.31 +------------------------------ +• [4.079 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:221 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:49:48.236 + Feb 7 07:49:48.236: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:49:48.238 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:49:48.247 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:49:48.251 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide container's cpu request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:221 + STEP: Creating a pod to test downward API volume plugin 02/07/23 07:49:48.253 + Feb 7 07:49:48.260: INFO: Waiting up to 5m0s for pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b" in namespace "projected-6129" to be "Succeeded or Failed" + Feb 7 07:49:48.263: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.638717ms + Feb 7 07:49:50.270: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009430765s + Feb 7 07:49:52.269: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009079685s + STEP: Saw pod success 02/07/23 07:49:52.269 + Feb 7 07:49:52.270: INFO: Pod "downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b" satisfied condition "Succeeded or Failed" + Feb 7 07:49:52.276: INFO: Trying to get logs from node node2 pod downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b container client-container: + STEP: delete the pod 02/07/23 07:49:52.287 + Feb 7 07:49:52.302: INFO: Waiting for pod downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b to disappear + Feb 7 07:49:52.305: INFO: Pod downwardapi-volume-7d53e9ad-75bc-43cb-9d8b-6bda8b88071b no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 07:49:52.305: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-6129" for this suite. 02/07/23 07:49:52.31 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl run pod + should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1713 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:49:52.318 +Feb 7 07:49:52.318: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 07:49:52.319 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:49:52.329 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:49:52.332 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[BeforeEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1700 +[It] should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1713 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 07:49:52.392 +Feb 7 07:49:52.392: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6798 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-4' +Feb 7 07:49:52.543: INFO: stderr: "" +Feb 7 07:49:52.543: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod was created 02/07/23 07:49:52.543 +[AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1704 +Feb 7 07:49:52.546: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6798 delete pods e2e-test-httpd-pod' +Feb 7 07:49:54.582: INFO: stderr: "" +Feb 7 07:49:54.582: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 07:49:54.582: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-6798" for this suite. 02/07/23 07:49:54.587 +------------------------------ +• [2.275 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl run pod + test/e2e/kubectl/kubectl.go:1697 + should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1713 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:49:52.318 + Feb 7 07:49:52.318: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 07:49:52.319 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:49:52.329 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:49:52.332 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [BeforeEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1700 + [It] should create a pod from an image when restart is Never [Conformance] + test/e2e/kubectl/kubectl.go:1713 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 07:49:52.392 + Feb 7 07:49:52.392: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6798 run e2e-test-httpd-pod --restart=Never --pod-running-timeout=2m0s --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-4' + Feb 7 07:49:52.543: INFO: stderr: "" + Feb 7 07:49:52.543: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod was created 02/07/23 07:49:52.543 + [AfterEach] Kubectl run pod + test/e2e/kubectl/kubectl.go:1704 + Feb 7 07:49:52.546: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6798 delete pods e2e-test-httpd-pod' + Feb 7 07:49:54.582: INFO: stderr: "" + Feb 7 07:49:54.582: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 07:49:54.582: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-6798" for this suite. 02/07/23 07:49:54.587 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] InitContainer [NodeConformance] + should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:334 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:49:54.594 +Feb 7 07:49:54.594: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename init-container 02/07/23 07:49:54.596 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:49:54.609 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:49:54.615 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 +[It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:334 +STEP: creating the pod 02/07/23 07:49:54.618 +Feb 7 07:49:54.619: INFO: PodSpec: initContainers in spec.initContainers +Feb 7 07:50:38.764: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-5f1c1446-df8f-4162-a880-195503b340fc", GenerateName:"", Namespace:"init-container-3602", SelfLink:"", UID:"b34838d0-0c1a-4617-9b24-7204623f6195", ResourceVersion:"12291", Generation:0, CreationTimestamp:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"619064131"}, Annotations:map[string]string{"cni.projectcalico.org/containerID":"81b64b2ded6026aa60aa4b245f4affdca9c638612065435dc94ba1e05701bdd0", "cni.projectcalico.org/podIP":"192.168.136.28/32", "cni.projectcalico.org/podIPs":"192.168.136.28/32"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001258e70), Subresource:""}, v1.ManagedFieldsEntry{Manager:"calico", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.February, 7, 7, 49, 55, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001258ea0), Subresource:"status"}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.February, 7, 7, 50, 38, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001258ee8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-d8w9s", VolumeSource:v1.VolumeSource{HostPath:(*v1.HostPathVolumeSource)(nil), EmptyDir:(*v1.EmptyDirVolumeSource)(nil), GCEPersistentDisk:(*v1.GCEPersistentDiskVolumeSource)(nil), AWSElasticBlockStore:(*v1.AWSElasticBlockStoreVolumeSource)(nil), GitRepo:(*v1.GitRepoVolumeSource)(nil), Secret:(*v1.SecretVolumeSource)(nil), NFS:(*v1.NFSVolumeSource)(nil), ISCSI:(*v1.ISCSIVolumeSource)(nil), Glusterfs:(*v1.GlusterfsVolumeSource)(nil), PersistentVolumeClaim:(*v1.PersistentVolumeClaimVolumeSource)(nil), RBD:(*v1.RBDVolumeSource)(nil), FlexVolume:(*v1.FlexVolumeSource)(nil), Cinder:(*v1.CinderVolumeSource)(nil), CephFS:(*v1.CephFSVolumeSource)(nil), Flocker:(*v1.FlockerVolumeSource)(nil), DownwardAPI:(*v1.DownwardAPIVolumeSource)(nil), FC:(*v1.FCVolumeSource)(nil), AzureFile:(*v1.AzureFileVolumeSource)(nil), ConfigMap:(*v1.ConfigMapVolumeSource)(nil), VsphereVolume:(*v1.VsphereVirtualDiskVolumeSource)(nil), Quobyte:(*v1.QuobyteVolumeSource)(nil), AzureDisk:(*v1.AzureDiskVolumeSource)(nil), PhotonPersistentDisk:(*v1.PhotonPersistentDiskVolumeSource)(nil), Projected:(*v1.ProjectedVolumeSource)(0xc000e9fd00), PortworxVolume:(*v1.PortworxVolumeSource)(nil), ScaleIO:(*v1.ScaleIOVolumeSource)(nil), StorageOS:(*v1.StorageOSVolumeSource)(nil), CSI:(*v1.CSIVolumeSource)(nil), Ephemeral:(*v1.EphemeralVolumeSource)(nil)}}}, InitContainers:[]v1.Container{v1.Container{Name:"init1", Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", Command:[]string{"/bin/false"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-d8w9s", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}, v1.Container{Name:"init2", Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", Command:[]string{"/bin/true"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-d8w9s", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, Containers:[]v1.Container{v1.Container{Name:"run1", Image:"registry.k8s.io/pause:3.9", Command:[]string(nil), Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:100, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"100m", Format:"DecimalSI"}}, Requests:v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:100, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"100m", Format:"DecimalSI"}}, Claims:[]v1.ResourceClaim(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-d8w9s", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Always", TerminationGracePeriodSeconds:(*int64)(0xc004ae22b8), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"node2", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc000cbe690), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration{v1.Toleration{Key:"node.kubernetes.io/not-ready", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc004ae2570)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc004ae25b0)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc004ae25b8), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc004ae25bc), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc003ea97b0), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil), SchedulingGates:[]v1.PodSchedulingGate(nil), ResourceClaims:[]v1.PodResourceClaim(nil)}, Status:v1.PodStatus{Phase:"Pending", Conditions:[]v1.PodCondition{v1.PodCondition{Type:"Initialized", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"ContainersNotInitialized", Message:"containers with incomplete status: [init1 init2]"}, v1.PodCondition{Type:"Ready", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"ContainersReady", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"PodScheduled", Status:"True", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"172.30.41.42", PodIP:"192.168.136.28", PodIPs:[]v1.PodIP{v1.PodIP{IP:"192.168.136.28"}}, StartTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc000cbe770)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc000cbe7e0)}, Ready:false, RestartCount:3, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", ImageID:"registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937", ContainerID:"containerd://2da1b3250405b7c70c0e2c7cfc774c329d47567157c4894eca8ee4df9a99390a", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc000e9fd80), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, Ready:false, RestartCount:0, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc000e9fd60), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, Ready:false, RestartCount:0, Image:"registry.k8s.io/pause:3.9", ImageID:"", ContainerID:"", Started:(*bool)(0xc004ae272f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:50:38.766: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "init-container-3602" for this suite. 02/07/23 07:50:38.771 +------------------------------ +• [SLOW TEST] [44.182 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:334 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:49:54.594 + Feb 7 07:49:54.594: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename init-container 02/07/23 07:49:54.596 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:49:54.609 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:49:54.615 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 + [It] should not start app containers if init containers fail on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:334 + STEP: creating the pod 02/07/23 07:49:54.618 + Feb 7 07:49:54.619: INFO: PodSpec: initContainers in spec.initContainers + Feb 7 07:50:38.764: INFO: init container has failed twice: &v1.Pod{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"pod-init-5f1c1446-df8f-4162-a880-195503b340fc", GenerateName:"", Namespace:"init-container-3602", SelfLink:"", UID:"b34838d0-0c1a-4617-9b24-7204623f6195", ResourceVersion:"12291", Generation:0, CreationTimestamp:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), DeletionTimestamp:, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"name":"foo", "time":"619064131"}, Annotations:map[string]string{"cni.projectcalico.org/containerID":"81b64b2ded6026aa60aa4b245f4affdca9c638612065435dc94ba1e05701bdd0", "cni.projectcalico.org/podIP":"192.168.136.28/32", "cni.projectcalico.org/podIPs":"192.168.136.28/32"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"e2e.test", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001258e70), Subresource:""}, v1.ManagedFieldsEntry{Manager:"calico", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.February, 7, 7, 49, 55, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001258ea0), Subresource:"status"}, v1.ManagedFieldsEntry{Manager:"kubelet", Operation:"Update", APIVersion:"v1", Time:time.Date(2023, time.February, 7, 7, 50, 38, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001258ee8), Subresource:"status"}}}, Spec:v1.PodSpec{Volumes:[]v1.Volume{v1.Volume{Name:"kube-api-access-d8w9s", VolumeSource:v1.VolumeSource{HostPath:(*v1.HostPathVolumeSource)(nil), EmptyDir:(*v1.EmptyDirVolumeSource)(nil), GCEPersistentDisk:(*v1.GCEPersistentDiskVolumeSource)(nil), AWSElasticBlockStore:(*v1.AWSElasticBlockStoreVolumeSource)(nil), GitRepo:(*v1.GitRepoVolumeSource)(nil), Secret:(*v1.SecretVolumeSource)(nil), NFS:(*v1.NFSVolumeSource)(nil), ISCSI:(*v1.ISCSIVolumeSource)(nil), Glusterfs:(*v1.GlusterfsVolumeSource)(nil), PersistentVolumeClaim:(*v1.PersistentVolumeClaimVolumeSource)(nil), RBD:(*v1.RBDVolumeSource)(nil), FlexVolume:(*v1.FlexVolumeSource)(nil), Cinder:(*v1.CinderVolumeSource)(nil), CephFS:(*v1.CephFSVolumeSource)(nil), Flocker:(*v1.FlockerVolumeSource)(nil), DownwardAPI:(*v1.DownwardAPIVolumeSource)(nil), FC:(*v1.FCVolumeSource)(nil), AzureFile:(*v1.AzureFileVolumeSource)(nil), ConfigMap:(*v1.ConfigMapVolumeSource)(nil), VsphereVolume:(*v1.VsphereVirtualDiskVolumeSource)(nil), Quobyte:(*v1.QuobyteVolumeSource)(nil), AzureDisk:(*v1.AzureDiskVolumeSource)(nil), PhotonPersistentDisk:(*v1.PhotonPersistentDiskVolumeSource)(nil), Projected:(*v1.ProjectedVolumeSource)(0xc000e9fd00), PortworxVolume:(*v1.PortworxVolumeSource)(nil), ScaleIO:(*v1.ScaleIOVolumeSource)(nil), StorageOS:(*v1.StorageOSVolumeSource)(nil), CSI:(*v1.CSIVolumeSource)(nil), Ephemeral:(*v1.EphemeralVolumeSource)(nil)}}}, InitContainers:[]v1.Container{v1.Container{Name:"init1", Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", Command:[]string{"/bin/false"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-d8w9s", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}, v1.Container{Name:"init2", Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", Command:[]string{"/bin/true"}, Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList(nil), Requests:v1.ResourceList(nil), Claims:[]v1.ResourceClaim(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-d8w9s", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, Containers:[]v1.Container{v1.Container{Name:"run1", Image:"registry.k8s.io/pause:3.9", Command:[]string(nil), Args:[]string(nil), WorkingDir:"", Ports:[]v1.ContainerPort(nil), EnvFrom:[]v1.EnvFromSource(nil), Env:[]v1.EnvVar(nil), Resources:v1.ResourceRequirements{Limits:v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:100, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"100m", Format:"DecimalSI"}}, Requests:v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:100, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"100m", Format:"DecimalSI"}}, Claims:[]v1.ResourceClaim(nil)}, VolumeMounts:[]v1.VolumeMount{v1.VolumeMount{Name:"kube-api-access-d8w9s", ReadOnly:true, MountPath:"/var/run/secrets/kubernetes.io/serviceaccount", SubPath:"", MountPropagation:(*v1.MountPropagationMode)(nil), SubPathExpr:""}}, VolumeDevices:[]v1.VolumeDevice(nil), LivenessProbe:(*v1.Probe)(nil), ReadinessProbe:(*v1.Probe)(nil), StartupProbe:(*v1.Probe)(nil), Lifecycle:(*v1.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*v1.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]v1.EphemeralContainer(nil), RestartPolicy:"Always", TerminationGracePeriodSeconds:(*int64)(0xc004ae22b8), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"default", DeprecatedServiceAccount:"default", AutomountServiceAccountToken:(*bool)(nil), NodeName:"node2", HostNetwork:false, HostPID:false, HostIPC:false, ShareProcessNamespace:(*bool)(nil), SecurityContext:(*v1.PodSecurityContext)(0xc000cbe690), ImagePullSecrets:[]v1.LocalObjectReference(nil), Hostname:"", Subdomain:"", Affinity:(*v1.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]v1.Toleration{v1.Toleration{Key:"node.kubernetes.io/not-ready", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc004ae2570)}, v1.Toleration{Key:"node.kubernetes.io/unreachable", Operator:"Exists", Value:"", Effect:"NoExecute", TolerationSeconds:(*int64)(0xc004ae25b0)}}, HostAliases:[]v1.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(0xc004ae25b8), DNSConfig:(*v1.PodDNSConfig)(nil), ReadinessGates:[]v1.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), EnableServiceLinks:(*bool)(0xc004ae25bc), PreemptionPolicy:(*v1.PreemptionPolicy)(0xc003ea97b0), Overhead:v1.ResourceList(nil), TopologySpreadConstraints:[]v1.TopologySpreadConstraint(nil), SetHostnameAsFQDN:(*bool)(nil), OS:(*v1.PodOS)(nil), HostUsers:(*bool)(nil), SchedulingGates:[]v1.PodSchedulingGate(nil), ResourceClaims:[]v1.PodResourceClaim(nil)}, Status:v1.PodStatus{Phase:"Pending", Conditions:[]v1.PodCondition{v1.PodCondition{Type:"Initialized", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"ContainersNotInitialized", Message:"containers with incomplete status: [init1 init2]"}, v1.PodCondition{Type:"Ready", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"ContainersReady", Status:"False", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"ContainersNotReady", Message:"containers with unready status: [run1]"}, v1.PodCondition{Type:"PodScheduled", Status:"True", LastProbeTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), Reason:"", Message:""}}, Message:"", Reason:"", NominatedNodeName:"", HostIP:"172.30.41.42", PodIP:"192.168.136.28", PodIPs:[]v1.PodIP{v1.PodIP{IP:"192.168.136.28"}}, StartTime:time.Date(2023, time.February, 7, 7, 49, 54, 0, time.Local), InitContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"init1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc000cbe770)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(0xc000cbe7e0)}, Ready:false, RestartCount:3, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", ImageID:"registry.k8s.io/e2e-test-images/busybox@sha256:2e0f836850e09b8b7cc937681d6194537a09fbd5f6b9e08f4d646a85128e8937", ContainerID:"containerd://2da1b3250405b7c70c0e2c7cfc774c329d47567157c4894eca8ee4df9a99390a", Started:(*bool)(nil)}, v1.ContainerStatus{Name:"init2", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc000e9fd80), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, Ready:false, RestartCount:0, Image:"registry.k8s.io/e2e-test-images/busybox:1.29-4", ImageID:"", ContainerID:"", Started:(*bool)(nil)}}, ContainerStatuses:[]v1.ContainerStatus{v1.ContainerStatus{Name:"run1", State:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(0xc000e9fd60), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, LastTerminationState:v1.ContainerState{Waiting:(*v1.ContainerStateWaiting)(nil), Running:(*v1.ContainerStateRunning)(nil), Terminated:(*v1.ContainerStateTerminated)(nil)}, Ready:false, RestartCount:0, Image:"registry.k8s.io/pause:3.9", ImageID:"", ContainerID:"", Started:(*bool)(0xc004ae272f)}}, QOSClass:"Burstable", EphemeralContainerStatuses:[]v1.ContainerStatus(nil)}} + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:50:38.766: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "init-container-3602" for this suite. 02/07/23 07:50:38.771 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:53 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:50:38.777 +Feb 7 07:50:38.777: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 07:50:38.777 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:38.791 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:38.795 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:53 +STEP: Creating a pod to test downward API volume plugin 02/07/23 07:50:38.798 +Feb 7 07:50:38.808: INFO: Waiting up to 5m0s for pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9" in namespace "downward-api-981" to be "Succeeded or Failed" +Feb 7 07:50:38.810: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9": Phase="Pending", Reason="", readiness=false. Elapsed: 1.884868ms +Feb 7 07:50:40.815: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007584785s +Feb 7 07:50:42.816: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008042687s +STEP: Saw pod success 02/07/23 07:50:42.816 +Feb 7 07:50:42.816: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9" satisfied condition "Succeeded or Failed" +Feb 7 07:50:42.822: INFO: Trying to get logs from node node2 pod downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9 container client-container: +STEP: delete the pod 02/07/23 07:50:42.828 +Feb 7 07:50:42.838: INFO: Waiting for pod downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9 to disappear +Feb 7 07:50:42.841: INFO: Pod downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 07:50:42.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-981" for this suite. 02/07/23 07:50:42.844 +------------------------------ +• [4.119 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:53 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:50:38.777 + Feb 7 07:50:38.777: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 07:50:38.777 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:38.791 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:38.795 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:53 + STEP: Creating a pod to test downward API volume plugin 02/07/23 07:50:38.798 + Feb 7 07:50:38.808: INFO: Waiting up to 5m0s for pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9" in namespace "downward-api-981" to be "Succeeded or Failed" + Feb 7 07:50:38.810: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9": Phase="Pending", Reason="", readiness=false. Elapsed: 1.884868ms + Feb 7 07:50:40.815: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007584785s + Feb 7 07:50:42.816: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008042687s + STEP: Saw pod success 02/07/23 07:50:42.816 + Feb 7 07:50:42.816: INFO: Pod "downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9" satisfied condition "Succeeded or Failed" + Feb 7 07:50:42.822: INFO: Trying to get logs from node node2 pod downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9 container client-container: + STEP: delete the pod 02/07/23 07:50:42.828 + Feb 7 07:50:42.838: INFO: Waiting for pod downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9 to disappear + Feb 7 07:50:42.841: INFO: Pod downwardapi-volume-34a1f2d1-d291-4b0e-94a2-aae3828609a9 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 07:50:42.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-981" for this suite. 02/07/23 07:50:42.844 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-storage] CSIStorageCapacity + should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +[BeforeEach] [sig-storage] CSIStorageCapacity + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:50:42.898 +Feb 7 07:50:42.898: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename csistoragecapacity 02/07/23 07:50:42.9 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:42.915 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:42.918 +[BeforeEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/metrics/init/init.go:31 +[It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 +STEP: getting /apis 02/07/23 07:50:42.92 +STEP: getting /apis/storage.k8s.io 02/07/23 07:50:42.923 +STEP: getting /apis/storage.k8s.io/v1 02/07/23 07:50:42.924 +STEP: creating 02/07/23 07:50:42.925 +STEP: watching 02/07/23 07:50:42.934 +Feb 7 07:50:42.934: INFO: starting watch +STEP: getting 02/07/23 07:50:42.939 +STEP: listing in namespace 02/07/23 07:50:42.941 +STEP: listing across namespaces 02/07/23 07:50:42.944 +STEP: patching 02/07/23 07:50:42.945 +STEP: updating 02/07/23 07:50:42.949 +Feb 7 07:50:42.952: INFO: waiting for watch events with expected annotations in namespace +Feb 7 07:50:42.952: INFO: waiting for watch events with expected annotations across namespace +STEP: deleting 02/07/23 07:50:42.952 +STEP: deleting a collection 02/07/23 07:50:42.958 +[AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/node/init/init.go:32 +Feb 7 07:50:42.966: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] CSIStorageCapacity + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] CSIStorageCapacity + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] CSIStorageCapacity + tear down framework | framework.go:193 +STEP: Destroying namespace "csistoragecapacity-1222" for this suite. 02/07/23 07:50:42.969 +------------------------------ +• [0.075 seconds] +[sig-storage] CSIStorageCapacity +test/e2e/storage/utils/framework.go:23 + should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] CSIStorageCapacity + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:50:42.898 + Feb 7 07:50:42.898: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename csistoragecapacity 02/07/23 07:50:42.9 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:42.915 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:42.918 + [BeforeEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/metrics/init/init.go:31 + [It] should support CSIStorageCapacities API operations [Conformance] + test/e2e/storage/csistoragecapacity.go:49 + STEP: getting /apis 02/07/23 07:50:42.92 + STEP: getting /apis/storage.k8s.io 02/07/23 07:50:42.923 + STEP: getting /apis/storage.k8s.io/v1 02/07/23 07:50:42.924 + STEP: creating 02/07/23 07:50:42.925 + STEP: watching 02/07/23 07:50:42.934 + Feb 7 07:50:42.934: INFO: starting watch + STEP: getting 02/07/23 07:50:42.939 + STEP: listing in namespace 02/07/23 07:50:42.941 + STEP: listing across namespaces 02/07/23 07:50:42.944 + STEP: patching 02/07/23 07:50:42.945 + STEP: updating 02/07/23 07:50:42.949 + Feb 7 07:50:42.952: INFO: waiting for watch events with expected annotations in namespace + Feb 7 07:50:42.952: INFO: waiting for watch events with expected annotations across namespace + STEP: deleting 02/07/23 07:50:42.952 + STEP: deleting a collection 02/07/23 07:50:42.958 + [AfterEach] [sig-storage] CSIStorageCapacity + test/e2e/framework/node/init/init.go:32 + Feb 7 07:50:42.966: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] CSIStorageCapacity + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] CSIStorageCapacity + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] CSIStorageCapacity + tear down framework | framework.go:193 + STEP: Destroying namespace "csistoragecapacity-1222" for this suite. 02/07/23 07:50:42.969 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Ephemeral Containers [NodeConformance] + will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 +[BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:50:42.976 +Feb 7 07:50:42.977: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename ephemeral-containers-test 02/07/23 07:50:42.978 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:42.989 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:42.991 +[BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/common/node/ephemeral_containers.go:38 +[It] will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 +STEP: creating a target pod 02/07/23 07:50:42.993 +Feb 7 07:50:42.999: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-8352" to be "running and ready" +Feb 7 07:50:43.001: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.755756ms +Feb 7 07:50:43.001: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:50:45.008: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009618348s +Feb 7 07:50:45.008: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) +Feb 7 07:50:45.008: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" +STEP: adding an ephemeral container 02/07/23 07:50:45.014 +Feb 7 07:50:45.034: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-8352" to be "container debugger running" +Feb 7 07:50:45.038: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.05181ms +Feb 7 07:50:47.044: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010284988s +Feb 7 07:50:49.043: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.009163198s +Feb 7 07:50:49.043: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" +STEP: checking pod container endpoints 02/07/23 07:50:49.043 +Feb 7 07:50:49.043: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-8352 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 07:50:49.043: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:50:49.045: INFO: ExecWithOptions: Clientset creation +Feb 7 07:50:49.045: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/ephemeral-containers-test-8352/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) +Feb 7 07:50:49.126: INFO: Exec stderr: "" +[AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:50:49.136: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Ephemeral Containers [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Ephemeral Containers [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "ephemeral-containers-test-8352" for this suite. 02/07/23 07:50:49.141 +------------------------------ +• [SLOW TEST] [6.172 seconds] +[sig-node] Ephemeral Containers [NodeConformance] +test/e2e/common/node/framework.go:23 + will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:50:42.976 + Feb 7 07:50:42.977: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename ephemeral-containers-test 02/07/23 07:50:42.978 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:42.989 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:42.991 + [BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/common/node/ephemeral_containers.go:38 + [It] will start an ephemeral container in an existing pod [Conformance] + test/e2e/common/node/ephemeral_containers.go:45 + STEP: creating a target pod 02/07/23 07:50:42.993 + Feb 7 07:50:42.999: INFO: Waiting up to 5m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-8352" to be "running and ready" + Feb 7 07:50:43.001: INFO: Pod "ephemeral-containers-target-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.755756ms + Feb 7 07:50:43.001: INFO: The phase of Pod ephemeral-containers-target-pod is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:50:45.008: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009618348s + Feb 7 07:50:45.008: INFO: The phase of Pod ephemeral-containers-target-pod is Running (Ready = true) + Feb 7 07:50:45.008: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "running and ready" + STEP: adding an ephemeral container 02/07/23 07:50:45.014 + Feb 7 07:50:45.034: INFO: Waiting up to 1m0s for pod "ephemeral-containers-target-pod" in namespace "ephemeral-containers-test-8352" to be "container debugger running" + Feb 7 07:50:45.038: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.05181ms + Feb 7 07:50:47.044: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010284988s + Feb 7 07:50:49.043: INFO: Pod "ephemeral-containers-target-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.009163198s + Feb 7 07:50:49.043: INFO: Pod "ephemeral-containers-target-pod" satisfied condition "container debugger running" + STEP: checking pod container endpoints 02/07/23 07:50:49.043 + Feb 7 07:50:49.043: INFO: ExecWithOptions {Command:[/bin/echo marco] Namespace:ephemeral-containers-test-8352 PodName:ephemeral-containers-target-pod ContainerName:debugger Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 07:50:49.043: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:50:49.045: INFO: ExecWithOptions: Clientset creation + Feb 7 07:50:49.045: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/ephemeral-containers-test-8352/pods/ephemeral-containers-target-pod/exec?command=%2Fbin%2Fecho&command=marco&container=debugger&container=debugger&stderr=true&stdout=true) + Feb 7 07:50:49.126: INFO: Exec stderr: "" + [AfterEach] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:50:49.136: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Ephemeral Containers [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Ephemeral Containers [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Ephemeral Containers [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "ephemeral-containers-test-8352" for this suite. 02/07/23 07:50:49.141 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] Pods + should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:398 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:50:49.149 +Feb 7 07:50:49.149: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 07:50:49.152 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:49.172 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:49.176 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:398 +STEP: creating the pod 02/07/23 07:50:49.181 +STEP: submitting the pod to kubernetes 02/07/23 07:50:49.181 +Feb 7 07:50:49.187: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" in namespace "pods-246" to be "running and ready" +Feb 7 07:50:49.193: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Pending", Reason="", readiness=false. Elapsed: 5.309982ms +Feb 7 07:50:49.193: INFO: The phase of Pod pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:50:51.202: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=true. Elapsed: 2.014400024s +Feb 7 07:50:51.202: INFO: The phase of Pod pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97 is Running (Ready = true) +Feb 7 07:50:51.202: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 02/07/23 07:50:51.208 +STEP: updating the pod 02/07/23 07:50:51.213 +Feb 7 07:50:51.729: INFO: Successfully updated pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" +Feb 7 07:50:51.729: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" in namespace "pods-246" to be "terminated with reason DeadlineExceeded" +Feb 7 07:50:51.735: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=true. Elapsed: 5.440832ms +Feb 7 07:50:53.741: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=true. Elapsed: 2.011431975s +Feb 7 07:50:55.742: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=false. Elapsed: 4.012050633s +Feb 7 07:50:57.744: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 6.014278403s +Feb 7 07:50:57.744: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" satisfied condition "terminated with reason DeadlineExceeded" +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 07:50:57.744: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-246" for this suite. 02/07/23 07:50:57.748 +------------------------------ +• [SLOW TEST] [8.605 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:398 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:50:49.149 + Feb 7 07:50:49.149: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 07:50:49.152 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:49.172 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:49.176 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:398 + STEP: creating the pod 02/07/23 07:50:49.181 + STEP: submitting the pod to kubernetes 02/07/23 07:50:49.181 + Feb 7 07:50:49.187: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" in namespace "pods-246" to be "running and ready" + Feb 7 07:50:49.193: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Pending", Reason="", readiness=false. Elapsed: 5.309982ms + Feb 7 07:50:49.193: INFO: The phase of Pod pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:50:51.202: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=true. Elapsed: 2.014400024s + Feb 7 07:50:51.202: INFO: The phase of Pod pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97 is Running (Ready = true) + Feb 7 07:50:51.202: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 02/07/23 07:50:51.208 + STEP: updating the pod 02/07/23 07:50:51.213 + Feb 7 07:50:51.729: INFO: Successfully updated pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" + Feb 7 07:50:51.729: INFO: Waiting up to 5m0s for pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" in namespace "pods-246" to be "terminated with reason DeadlineExceeded" + Feb 7 07:50:51.735: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=true. Elapsed: 5.440832ms + Feb 7 07:50:53.741: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=true. Elapsed: 2.011431975s + Feb 7 07:50:55.742: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Running", Reason="", readiness=false. Elapsed: 4.012050633s + Feb 7 07:50:57.744: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97": Phase="Failed", Reason="DeadlineExceeded", readiness=false. Elapsed: 6.014278403s + Feb 7 07:50:57.744: INFO: Pod "pod-update-activedeadlineseconds-78a6dbe7-87fb-49bd-a44c-352c18a6be97" satisfied condition "terminated with reason DeadlineExceeded" + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 07:50:57.744: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-246" for this suite. 02/07/23 07:50:57.748 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] RuntimeClass + should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 +[BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:50:57.756 +Feb 7 07:50:57.756: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename runtimeclass 02/07/23 07:50:57.757 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:57.771 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:57.773 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 +[It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 +Feb 7 07:50:57.787: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-6919 to be scheduled +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 +Feb 7 07:50:57.798: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 +STEP: Destroying namespace "runtimeclass-6919" for this suite. 02/07/23 07:50:57.801 +------------------------------ +• [0.050 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:50:57.756 + Feb 7 07:50:57.756: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename runtimeclass 02/07/23 07:50:57.757 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:57.771 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:57.773 + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 + [It] should schedule a Pod requesting a RuntimeClass and initialize its Overhead [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:129 + Feb 7 07:50:57.787: INFO: Waiting up to 1m20s for at least 1 pods in namespace runtimeclass-6919 to be scheduled + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 + Feb 7 07:50:57.798: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 + STEP: Destroying namespace "runtimeclass-6919" for this suite. 02/07/23 07:50:57.801 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] Projected configMap + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:375 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:50:57.806 +Feb 7 07:50:57.806: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:50:57.807 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:57.815 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:57.817 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:375 +STEP: Creating configMap with name projected-configmap-test-volume-973a6de6-163b-418c-92d6-1961b9616dca 02/07/23 07:50:57.819 +STEP: Creating a pod to test consume configMaps 02/07/23 07:50:57.822 +Feb 7 07:50:57.829: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604" in namespace "projected-3603" to be "Succeeded or Failed" +Feb 7 07:50:57.832: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Pending", Reason="", readiness=false. Elapsed: 3.460658ms +Feb 7 07:50:59.847: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Running", Reason="", readiness=true. Elapsed: 2.018395013s +Feb 7 07:51:01.845: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Running", Reason="", readiness=false. Elapsed: 4.016681334s +Feb 7 07:51:03.847: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.018241143s +STEP: Saw pod success 02/07/23 07:51:03.847 +Feb 7 07:51:03.847: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604" satisfied condition "Succeeded or Failed" +Feb 7 07:51:03.853: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604 container projected-configmap-volume-test: +STEP: delete the pod 02/07/23 07:51:03.865 +Feb 7 07:51:03.881: INFO: Waiting for pod pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604 to disappear +Feb 7 07:51:03.885: INFO: Pod pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:03.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-3603" for this suite. 02/07/23 07:51:03.89 +------------------------------ +• [SLOW TEST] [6.093 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:375 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:50:57.806 + Feb 7 07:50:57.806: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:50:57.807 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:50:57.815 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:50:57.817 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:375 + STEP: Creating configMap with name projected-configmap-test-volume-973a6de6-163b-418c-92d6-1961b9616dca 02/07/23 07:50:57.819 + STEP: Creating a pod to test consume configMaps 02/07/23 07:50:57.822 + Feb 7 07:50:57.829: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604" in namespace "projected-3603" to be "Succeeded or Failed" + Feb 7 07:50:57.832: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Pending", Reason="", readiness=false. Elapsed: 3.460658ms + Feb 7 07:50:59.847: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Running", Reason="", readiness=true. Elapsed: 2.018395013s + Feb 7 07:51:01.845: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Running", Reason="", readiness=false. Elapsed: 4.016681334s + Feb 7 07:51:03.847: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.018241143s + STEP: Saw pod success 02/07/23 07:51:03.847 + Feb 7 07:51:03.847: INFO: Pod "pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604" satisfied condition "Succeeded or Failed" + Feb 7 07:51:03.853: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604 container projected-configmap-volume-test: + STEP: delete the pod 02/07/23 07:51:03.865 + Feb 7 07:51:03.881: INFO: Waiting for pod pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604 to disappear + Feb 7 07:51:03.885: INFO: Pod pod-projected-configmaps-047bc2c1-4376-496f-8b83-1b39cb048604 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:03.885: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-3603" for this suite. 02/07/23 07:51:03.89 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] + test/e2e/apimachinery/webhook.go:277 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:03.9 +Feb 7 07:51:03.901: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:51:03.903 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:03.937 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:03.941 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:51:03.961 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:51:04.123 +STEP: Deploying the webhook pod 02/07/23 07:51:04.135 +STEP: Wait for the deployment to be ready 02/07/23 07:51:04.151 +Feb 7 07:51:04.158: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created +STEP: Deploying the webhook service 02/07/23 07:51:06.176 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:51:06.192 +Feb 7 07:51:07.192: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] + test/e2e/apimachinery/webhook.go:277 +STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 02/07/23 07:51:07.199 +STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 02/07/23 07:51:07.227 +STEP: Creating a dummy validating-webhook-configuration object 02/07/23 07:51:07.254 +STEP: Deleting the validating-webhook-configuration, which should be possible to remove 02/07/23 07:51:07.268 +STEP: Creating a dummy mutating-webhook-configuration object 02/07/23 07:51:07.274 +STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 02/07/23 07:51:07.287 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:07.303: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-9814" for this suite. 02/07/23 07:51:07.344 +STEP: Destroying namespace "webhook-9814-markers" for this suite. 02/07/23 07:51:07.349 +------------------------------ +• [3.454 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] + test/e2e/apimachinery/webhook.go:277 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:03.9 + Feb 7 07:51:03.901: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:51:03.903 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:03.937 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:03.941 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:51:03.961 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:51:04.123 + STEP: Deploying the webhook pod 02/07/23 07:51:04.135 + STEP: Wait for the deployment to be ready 02/07/23 07:51:04.151 + Feb 7 07:51:04.158: INFO: new replicaset for deployment "sample-webhook-deployment" is yet to be created + STEP: Deploying the webhook service 02/07/23 07:51:06.176 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:51:06.192 + Feb 7 07:51:07.192: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance] + test/e2e/apimachinery/webhook.go:277 + STEP: Registering a validating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 02/07/23 07:51:07.199 + STEP: Registering a mutating webhook on ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects, via the AdmissionRegistration API 02/07/23 07:51:07.227 + STEP: Creating a dummy validating-webhook-configuration object 02/07/23 07:51:07.254 + STEP: Deleting the validating-webhook-configuration, which should be possible to remove 02/07/23 07:51:07.268 + STEP: Creating a dummy mutating-webhook-configuration object 02/07/23 07:51:07.274 + STEP: Deleting the mutating-webhook-configuration, which should be possible to remove 02/07/23 07:51:07.287 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:07.303: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-9814" for this suite. 02/07/23 07:51:07.344 + STEP: Destroying namespace "webhook-9814-markers" for this suite. 02/07/23 07:51:07.349 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:582 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:07.355 +Feb 7 07:51:07.355: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 07:51:07.356 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:07.365 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:07.368 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 07:51:07.379 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:51:07.775 +STEP: Deploying the webhook pod 02/07/23 07:51:07.783 +STEP: Wait for the deployment to be ready 02/07/23 07:51:07.797 +Feb 7 07:51:07.805: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:51:09.824 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:51:09.841 +Feb 7 07:51:10.841: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:582 +STEP: Listing all of the created validation webhooks 02/07/23 07:51:10.914 +STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:51:11.968 +STEP: Deleting the collection of validation webhooks 02/07/23 07:51:12.002 +STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:51:12.031 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:12.038: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-2133" for this suite. 02/07/23 07:51:12.068 +STEP: Destroying namespace "webhook-2133-markers" for this suite. 02/07/23 07:51:12.075 +------------------------------ +• [4.728 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:582 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:07.355 + Feb 7 07:51:07.355: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 07:51:07.356 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:07.365 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:07.368 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 07:51:07.379 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 07:51:07.775 + STEP: Deploying the webhook pod 02/07/23 07:51:07.783 + STEP: Wait for the deployment to be ready 02/07/23 07:51:07.797 + Feb 7 07:51:07.805: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:51:09.824 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:51:09.841 + Feb 7 07:51:10.841: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] listing validating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:582 + STEP: Listing all of the created validation webhooks 02/07/23 07:51:10.914 + STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:51:11.968 + STEP: Deleting the collection of validation webhooks 02/07/23 07:51:12.002 + STEP: Creating a configMap that does not comply to the validation webhook rules 02/07/23 07:51:12.031 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:12.038: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-2133" for this suite. 02/07/23 07:51:12.068 + STEP: Destroying namespace "webhook-2133-markers" for this suite. 02/07/23 07:51:12.075 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + should be able to convert a non homogeneous list of CRs [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:184 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:12.084 +Feb 7 07:51:12.084: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-webhook 02/07/23 07:51:12.086 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:12.094 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:12.097 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 +STEP: Setting up server cert 02/07/23 07:51:12.101 +STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 02/07/23 07:51:12.557 +STEP: Deploying the custom resource conversion webhook pod 02/07/23 07:51:12.563 +STEP: Wait for the deployment to be ready 02/07/23 07:51:12.578 +Feb 7 07:51:12.589: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 07:51:14.607 +STEP: Verifying the service has paired with the endpoint 02/07/23 07:51:14.621 +Feb 7 07:51:15.621: INFO: Waiting for amount of service:e2e-test-crd-conversion-webhook endpoints to be 1 +[It] should be able to convert a non homogeneous list of CRs [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:184 +Feb 7 07:51:15.625: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Creating a v1 custom resource 02/07/23 07:51:18.241 +STEP: Create a v2 custom resource 02/07/23 07:51:18.264 +STEP: List CRs in v1 02/07/23 07:51:18.271 +STEP: List CRs in v2 02/07/23 07:51:18.328 +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:18.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-webhook-3141" for this suite. 02/07/23 07:51:18.901 +------------------------------ +• [SLOW TEST] [6.824 seconds] +[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to convert a non homogeneous list of CRs [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:184 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:12.084 + Feb 7 07:51:12.084: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-webhook 02/07/23 07:51:12.086 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:12.094 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:12.097 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:128 + STEP: Setting up server cert 02/07/23 07:51:12.101 + STEP: Create role binding to let cr conversion webhook read extension-apiserver-authentication 02/07/23 07:51:12.557 + STEP: Deploying the custom resource conversion webhook pod 02/07/23 07:51:12.563 + STEP: Wait for the deployment to be ready 02/07/23 07:51:12.578 + Feb 7 07:51:12.589: INFO: deployment "sample-crd-conversion-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 07:51:14.607 + STEP: Verifying the service has paired with the endpoint 02/07/23 07:51:14.621 + Feb 7 07:51:15.621: INFO: Waiting for amount of service:e2e-test-crd-conversion-webhook endpoints to be 1 + [It] should be able to convert a non homogeneous list of CRs [Conformance] + test/e2e/apimachinery/crd_conversion_webhook.go:184 + Feb 7 07:51:15.625: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Creating a v1 custom resource 02/07/23 07:51:18.241 + STEP: Create a v2 custom resource 02/07/23 07:51:18.264 + STEP: List CRs in v1 02/07/23 07:51:18.271 + STEP: List CRs in v2 02/07/23 07:51:18.328 + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:18.857: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/crd_conversion_webhook.go:139 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-webhook-3141" for this suite. 02/07/23 07:51:18.901 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:18.91 +Feb 7 07:51:18.910: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 07:51:18.912 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:18.922 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:18.925 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 +Feb 7 07:51:18.928: INFO: Creating simple deployment test-new-deployment +Feb 7 07:51:18.939: INFO: deployment "test-new-deployment" doesn't have the required revision set +STEP: getting scale subresource 02/07/23 07:51:20.963 +STEP: updating a scale subresource 02/07/23 07:51:20.969 +STEP: verifying the deployment Spec.Replicas was modified 02/07/23 07:51:20.979 +STEP: Patch a scale subresource 02/07/23 07:51:20.991 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 07:51:21.020: INFO: Deployment "test-new-deployment": +&Deployment{ObjectMeta:{test-new-deployment deployment-29 24e30a76-bfd3-4863-8590-8fa2d5462bc2 12803 3 2023-02-07 07:51:18 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 FieldsV1 {"f:spec":{"f:replicas":{}}} scale} {e2e.test Update apps/v1 2023-02-07 07:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*4,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004935038 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-02-07 07:51:20 +0000 UTC,LastTransitionTime:2023-02-07 07:51:20 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-7f5969cbc7" has successfully progressed.,LastUpdateTime:2023-02-07 07:51:20 +0000 UTC,LastTransitionTime:2023-02-07 07:51:18 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Feb 7 07:51:21.027: INFO: New ReplicaSet "test-new-deployment-7f5969cbc7" of Deployment "test-new-deployment": +&ReplicaSet{ObjectMeta:{test-new-deployment-7f5969cbc7 deployment-29 11d00967-2801-4bcc-bb38-45e8489578d3 12809 2 2023-02-07 07:51:18 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment 24e30a76-bfd3-4863-8590-8fa2d5462bc2 0xc004935487 0xc004935488}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"24e30a76-bfd3-4863-8590-8fa2d5462bc2\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:51:21 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 7f5969cbc7,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004935518 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Feb 7 07:51:21.032: INFO: Pod "test-new-deployment-7f5969cbc7-8xh2h" is not available: +&Pod{ObjectMeta:{test-new-deployment-7f5969cbc7-8xh2h test-new-deployment-7f5969cbc7- deployment-29 23073929-d439-4336-9126-f3e8c0f90968 12813 0 2023-02-07 07:51:21 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet test-new-deployment-7f5969cbc7 11d00967-2801-4bcc-bb38-45e8489578d3 0xc004935927 0xc004935928}] [] [{kube-controller-manager Update v1 2023-02-07 07:51:21 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11d00967-2801-4bcc-bb38-45e8489578d3\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-7vttr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7vttr,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 07:51:21.033: INFO: Pod "test-new-deployment-7f5969cbc7-hw5dj" is available: +&Pod{ObjectMeta:{test-new-deployment-7f5969cbc7-hw5dj test-new-deployment-7f5969cbc7- deployment-29 9c018289-bae7-4471-b21b-74d273fdb83d 12794 0 2023-02-07 07:51:18 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:3fe5174f200d9d44dca427593e4d86e81d9d824803bdce94635a3d105a4ef0f4 cni.projectcalico.org/podIP:192.168.136.33/32 cni.projectcalico.org/podIPs:192.168.136.33/32] [{apps/v1 ReplicaSet test-new-deployment-7f5969cbc7 11d00967-2801-4bcc-bb38-45e8489578d3 0xc004935a67 0xc004935a68}] [] [{kube-controller-manager Update v1 2023-02-07 07:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11d00967-2801-4bcc-bb38-45e8489578d3\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:51:19 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:51:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.33\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-sshpq,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-sshpq,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.33,StartTime:2023-02-07 07:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:51:19 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://356869a64953dc227e83f401531cdedbfca09dc7a66725b893a3d72fd3d020c4,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.33,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 07:51:21.033: INFO: Pod "test-new-deployment-7f5969cbc7-qcbcn" is not available: +&Pod{ObjectMeta:{test-new-deployment-7f5969cbc7-qcbcn test-new-deployment-7f5969cbc7- deployment-29 507518cb-8d6f-45f9-8776-ed2c3eb9c3d8 12810 0 2023-02-07 07:51:20 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet test-new-deployment-7f5969cbc7 11d00967-2801-4bcc-bb38-45e8489578d3 0xc004935c87 0xc004935c88}] [] [{kube-controller-manager Update v1 2023-02-07 07:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11d00967-2801-4bcc-bb38-45e8489578d3\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 07:51:21 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-scdcv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-scdcv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 07:51:21 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:21.033: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-29" for this suite. 02/07/23 07:51:21.039 +------------------------------ +• [2.137 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:18.91 + Feb 7 07:51:18.910: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 07:51:18.912 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:18.922 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:18.925 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] Deployment should have a working scale subresource [Conformance] + test/e2e/apps/deployment.go:150 + Feb 7 07:51:18.928: INFO: Creating simple deployment test-new-deployment + Feb 7 07:51:18.939: INFO: deployment "test-new-deployment" doesn't have the required revision set + STEP: getting scale subresource 02/07/23 07:51:20.963 + STEP: updating a scale subresource 02/07/23 07:51:20.969 + STEP: verifying the deployment Spec.Replicas was modified 02/07/23 07:51:20.979 + STEP: Patch a scale subresource 02/07/23 07:51:20.991 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 07:51:21.020: INFO: Deployment "test-new-deployment": + &Deployment{ObjectMeta:{test-new-deployment deployment-29 24e30a76-bfd3-4863-8590-8fa2d5462bc2 12803 3 2023-02-07 07:51:18 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 FieldsV1 {"f:spec":{"f:replicas":{}}} scale} {e2e.test Update apps/v1 2023-02-07 07:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*4,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004935038 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-02-07 07:51:20 +0000 UTC,LastTransitionTime:2023-02-07 07:51:20 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-new-deployment-7f5969cbc7" has successfully progressed.,LastUpdateTime:2023-02-07 07:51:20 +0000 UTC,LastTransitionTime:2023-02-07 07:51:18 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Feb 7 07:51:21.027: INFO: New ReplicaSet "test-new-deployment-7f5969cbc7" of Deployment "test-new-deployment": + &ReplicaSet{ObjectMeta:{test-new-deployment-7f5969cbc7 deployment-29 11d00967-2801-4bcc-bb38-45e8489578d3 12809 2 2023-02-07 07:51:18 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[deployment.kubernetes.io/desired-replicas:2 deployment.kubernetes.io/max-replicas:3 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-new-deployment 24e30a76-bfd3-4863-8590-8fa2d5462bc2 0xc004935487 0xc004935488}] [] [{kube-controller-manager Update apps/v1 2023-02-07 07:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"24e30a76-bfd3-4863-8590-8fa2d5462bc2\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 07:51:21 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*2,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 7f5969cbc7,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004935518 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:2,FullyLabeledReplicas:2,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Feb 7 07:51:21.032: INFO: Pod "test-new-deployment-7f5969cbc7-8xh2h" is not available: + &Pod{ObjectMeta:{test-new-deployment-7f5969cbc7-8xh2h test-new-deployment-7f5969cbc7- deployment-29 23073929-d439-4336-9126-f3e8c0f90968 12813 0 2023-02-07 07:51:21 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet test-new-deployment-7f5969cbc7 11d00967-2801-4bcc-bb38-45e8489578d3 0xc004935927 0xc004935928}] [] [{kube-controller-manager Update v1 2023-02-07 07:51:21 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11d00967-2801-4bcc-bb38-45e8489578d3\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-7vttr,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-7vttr,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 07:51:21.033: INFO: Pod "test-new-deployment-7f5969cbc7-hw5dj" is available: + &Pod{ObjectMeta:{test-new-deployment-7f5969cbc7-hw5dj test-new-deployment-7f5969cbc7- deployment-29 9c018289-bae7-4471-b21b-74d273fdb83d 12794 0 2023-02-07 07:51:18 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:3fe5174f200d9d44dca427593e4d86e81d9d824803bdce94635a3d105a4ef0f4 cni.projectcalico.org/podIP:192.168.136.33/32 cni.projectcalico.org/podIPs:192.168.136.33/32] [{apps/v1 ReplicaSet test-new-deployment-7f5969cbc7 11d00967-2801-4bcc-bb38-45e8489578d3 0xc004935a67 0xc004935a68}] [] [{kube-controller-manager Update v1 2023-02-07 07:51:18 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11d00967-2801-4bcc-bb38-45e8489578d3\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 07:51:19 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 07:51:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.33\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-sshpq,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-sshpq,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:19 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:18 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.33,StartTime:2023-02-07 07:51:18 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 07:51:19 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://356869a64953dc227e83f401531cdedbfca09dc7a66725b893a3d72fd3d020c4,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.33,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 07:51:21.033: INFO: Pod "test-new-deployment-7f5969cbc7-qcbcn" is not available: + &Pod{ObjectMeta:{test-new-deployment-7f5969cbc7-qcbcn test-new-deployment-7f5969cbc7- deployment-29 507518cb-8d6f-45f9-8776-ed2c3eb9c3d8 12810 0 2023-02-07 07:51:20 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet test-new-deployment-7f5969cbc7 11d00967-2801-4bcc-bb38-45e8489578d3 0xc004935c87 0xc004935c88}] [] [{kube-controller-manager Update v1 2023-02-07 07:51:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"11d00967-2801-4bcc-bb38-45e8489578d3\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 07:51:21 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-scdcv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-scdcv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 07:51:21 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 07:51:21 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:21.033: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-29" for this suite. 02/07/23 07:51:21.039 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-cli] Kubectl client Kubectl cluster-info + should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1250 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:21.048 +Feb 7 07:51:21.048: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 07:51:21.049 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:21.061 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:21.066 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1250 +STEP: validating cluster-info 02/07/23 07:51:21.069 +Feb 7 07:51:21.069: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4993 cluster-info' +Feb 7 07:51:21.172: INFO: stderr: "" +Feb 7 07:51:21.172: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://10.96.0.1:443\x1b[0m\n\nTo further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:21.172: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-4993" for this suite. 02/07/23 07:51:21.177 +------------------------------ +• [0.136 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl cluster-info + test/e2e/kubectl/kubectl.go:1244 + should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1250 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:21.048 + Feb 7 07:51:21.048: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 07:51:21.049 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:21.061 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:21.066 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should check if Kubernetes control plane services is included in cluster-info [Conformance] + test/e2e/kubectl/kubectl.go:1250 + STEP: validating cluster-info 02/07/23 07:51:21.069 + Feb 7 07:51:21.069: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4993 cluster-info' + Feb 7 07:51:21.172: INFO: stderr: "" + Feb 7 07:51:21.172: INFO: stdout: "\x1b[0;32mKubernetes control plane\x1b[0m is running at \x1b[0;33mhttps://10.96.0.1:443\x1b[0m\n\nTo further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:21.172: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-4993" for this suite. 02/07/23 07:51:21.177 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:977 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:21.186 +Feb 7 07:51:21.187: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 07:51:21.188 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:21.206 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:21.21 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-694 02/07/23 07:51:21.214 +[It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:977 +STEP: Creating statefulset ss in namespace statefulset-694 02/07/23 07:51:21.221 +Feb 7 07:51:21.230: INFO: Found 0 stateful pods, waiting for 1 +Feb 7 07:51:31.237: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: Patch Statefulset to include a label 02/07/23 07:51:31.247 +STEP: Getting /status 02/07/23 07:51:31.258 +Feb 7 07:51:31.264: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) +STEP: updating the StatefulSet Status 02/07/23 07:51:31.264 +Feb 7 07:51:31.277: INFO: updatedStatus.Conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the statefulset status to be updated 02/07/23 07:51:31.277 +Feb 7 07:51:31.280: INFO: Observed &StatefulSet event: ADDED +Feb 7 07:51:31.280: INFO: Found Statefulset ss in namespace statefulset-694 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Feb 7 07:51:31.280: INFO: Statefulset ss has an updated status +STEP: patching the Statefulset Status 02/07/23 07:51:31.28 +Feb 7 07:51:31.280: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Feb 7 07:51:31.286: INFO: Patched status conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} +STEP: watching for the Statefulset status to be patched 02/07/23 07:51:31.286 +Feb 7 07:51:31.290: INFO: Observed &StatefulSet event: ADDED +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 07:51:31.290: INFO: Deleting all statefulset in ns statefulset-694 +Feb 7 07:51:31.293: INFO: Scaling statefulset ss to 0 +Feb 7 07:51:41.311: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 07:51:41.316: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:41.332: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-694" for this suite. 02/07/23 07:51:41.336 +------------------------------ +• [SLOW TEST] [20.155 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:977 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:21.186 + Feb 7 07:51:21.187: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 07:51:21.188 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:21.206 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:21.21 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-694 02/07/23 07:51:21.214 + [It] should validate Statefulset Status endpoints [Conformance] + test/e2e/apps/statefulset.go:977 + STEP: Creating statefulset ss in namespace statefulset-694 02/07/23 07:51:21.221 + Feb 7 07:51:21.230: INFO: Found 0 stateful pods, waiting for 1 + Feb 7 07:51:31.237: INFO: Waiting for pod ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: Patch Statefulset to include a label 02/07/23 07:51:31.247 + STEP: Getting /status 02/07/23 07:51:31.258 + Feb 7 07:51:31.264: INFO: StatefulSet ss has Conditions: []v1.StatefulSetCondition(nil) + STEP: updating the StatefulSet Status 02/07/23 07:51:31.264 + Feb 7 07:51:31.277: INFO: updatedStatus.Conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the statefulset status to be updated 02/07/23 07:51:31.277 + Feb 7 07:51:31.280: INFO: Observed &StatefulSet event: ADDED + Feb 7 07:51:31.280: INFO: Found Statefulset ss in namespace statefulset-694 with labels: map[e2e:testing] annotations: map[] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Feb 7 07:51:31.280: INFO: Statefulset ss has an updated status + STEP: patching the Statefulset Status 02/07/23 07:51:31.28 + Feb 7 07:51:31.280: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Feb 7 07:51:31.286: INFO: Patched status conditions: []v1.StatefulSetCondition{v1.StatefulSetCondition{Type:"StatusPatched", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} + STEP: watching for the Statefulset status to be patched 02/07/23 07:51:31.286 + Feb 7 07:51:31.290: INFO: Observed &StatefulSet event: ADDED + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 07:51:31.290: INFO: Deleting all statefulset in ns statefulset-694 + Feb 7 07:51:31.293: INFO: Scaling statefulset ss to 0 + Feb 7 07:51:41.311: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 07:51:41.316: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:41.332: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-694" for this suite. 02/07/23 07:51:41.336 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:443 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:41.343 +Feb 7 07:51:41.343: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-pred 02/07/23 07:51:41.344 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:41.358 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:41.362 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 +Feb 7 07:51:41.364: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Feb 7 07:51:41.371: INFO: Waiting for terminating namespaces to be deleted... +Feb 7 07:51:41.374: INFO: +Logging pods the apiserver thinks is on node node1 before test +Feb 7 07:51:41.383: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container calico-node ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container coredns ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container autoscaler ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container etcd ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container kube-apiserver ready: true, restart count 1 +Feb 7 07:51:41.383: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container kube-controller-manager ready: true, restart count 1 +Feb 7 07:51:41.383: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container kube-scheduler ready: true, restart count 1 +Feb 7 07:51:41.383: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 07:51:41.383: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: Container systemd-logs ready: true, restart count 0 +Feb 7 07:51:41.383: INFO: +Logging pods the apiserver thinks is on node node2 before test +Feb 7 07:51:41.394: INFO: calico-kube-controllers-5c4f88bff6-qjnbl from kube-system started at 2023-02-07 07:02:33 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container calico-kube-controllers ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container calico-node ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: coredns-7759f8769f-s9gfd from kube-system started at 2023-02-07 07:04:27 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container coredns ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: metrics-server-575c65464c-kkc9d from kube-system started at 2023-02-07 07:03:25 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container metrics-server ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container nginx-proxy ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: local-path-provisioner-84d5b97df7-6m8k6 from local-path-storage started at 2023-02-07 07:02:49 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container local-path-provisioner ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container kube-sonobuoy ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container e2e ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 07:51:41.394: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 07:51:41.394: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:443 +STEP: Trying to schedule Pod with nonempty NodeSelector. 02/07/23 07:51:41.394 +STEP: Considering event: +Type = [Warning], Name = [restricted-pod.17417b7a44816f86], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 node(s) didn't match Pod's node affinity/selector. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling..] 02/07/23 07:51:41.429 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:42.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-pred-5541" for this suite. 02/07/23 07:51:42.436 +------------------------------ +• [1.102 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:443 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:41.343 + Feb 7 07:51:41.343: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-pred 02/07/23 07:51:41.344 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:41.358 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:41.362 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 + Feb 7 07:51:41.364: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Feb 7 07:51:41.371: INFO: Waiting for terminating namespaces to be deleted... + Feb 7 07:51:41.374: INFO: + Logging pods the apiserver thinks is on node node1 before test + Feb 7 07:51:41.383: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container calico-node ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container coredns ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container autoscaler ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container etcd ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container kube-apiserver ready: true, restart count 1 + Feb 7 07:51:41.383: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container kube-controller-manager ready: true, restart count 1 + Feb 7 07:51:41.383: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container kube-scheduler ready: true, restart count 1 + Feb 7 07:51:41.383: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 07:51:41.383: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: Container systemd-logs ready: true, restart count 0 + Feb 7 07:51:41.383: INFO: + Logging pods the apiserver thinks is on node node2 before test + Feb 7 07:51:41.394: INFO: calico-kube-controllers-5c4f88bff6-qjnbl from kube-system started at 2023-02-07 07:02:33 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container calico-kube-controllers ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container calico-node ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: coredns-7759f8769f-s9gfd from kube-system started at 2023-02-07 07:04:27 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container coredns ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: metrics-server-575c65464c-kkc9d from kube-system started at 2023-02-07 07:03:25 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container metrics-server ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container nginx-proxy ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: local-path-provisioner-84d5b97df7-6m8k6 from local-path-storage started at 2023-02-07 07:02:49 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container local-path-provisioner ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container kube-sonobuoy ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container e2e ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 07:51:41.394: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 07:51:41.394: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that NodeSelector is respected if not matching [Conformance] + test/e2e/scheduling/predicates.go:443 + STEP: Trying to schedule Pod with nonempty NodeSelector. 02/07/23 07:51:41.394 + STEP: Considering event: + Type = [Warning], Name = [restricted-pod.17417b7a44816f86], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 node(s) didn't match Pod's node affinity/selector. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling..] 02/07/23 07:51:41.429 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:42.430: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-pred-5541" for this suite. 02/07/23 07:51:42.436 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:177 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:42.447 +Feb 7 07:51:42.447: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 07:51:42.449 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:42.463 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:42.468 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:177 +STEP: Creating a pod to test emptydir 0666 on node default medium 02/07/23 07:51:42.473 +Feb 7 07:51:42.481: INFO: Waiting up to 5m0s for pod "pod-094ab785-e08a-4665-8eca-12d80e842220" in namespace "emptydir-9906" to be "Succeeded or Failed" +Feb 7 07:51:42.487: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220": Phase="Pending", Reason="", readiness=false. Elapsed: 5.524618ms +Feb 7 07:51:44.495: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013589618s +Feb 7 07:51:46.491: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009718044s +STEP: Saw pod success 02/07/23 07:51:46.491 +Feb 7 07:51:46.491: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220" satisfied condition "Succeeded or Failed" +Feb 7 07:51:46.494: INFO: Trying to get logs from node node2 pod pod-094ab785-e08a-4665-8eca-12d80e842220 container test-container: +STEP: delete the pod 02/07/23 07:51:46.501 +Feb 7 07:51:46.509: INFO: Waiting for pod pod-094ab785-e08a-4665-8eca-12d80e842220 to disappear +Feb 7 07:51:46.518: INFO: Pod pod-094ab785-e08a-4665-8eca-12d80e842220 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 07:51:46.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-9906" for this suite. 02/07/23 07:51:46.523 +------------------------------ +• [4.080 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:177 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:42.447 + Feb 7 07:51:42.447: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 07:51:42.449 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:42.463 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:42.468 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:177 + STEP: Creating a pod to test emptydir 0666 on node default medium 02/07/23 07:51:42.473 + Feb 7 07:51:42.481: INFO: Waiting up to 5m0s for pod "pod-094ab785-e08a-4665-8eca-12d80e842220" in namespace "emptydir-9906" to be "Succeeded or Failed" + Feb 7 07:51:42.487: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220": Phase="Pending", Reason="", readiness=false. Elapsed: 5.524618ms + Feb 7 07:51:44.495: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013589618s + Feb 7 07:51:46.491: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009718044s + STEP: Saw pod success 02/07/23 07:51:46.491 + Feb 7 07:51:46.491: INFO: Pod "pod-094ab785-e08a-4665-8eca-12d80e842220" satisfied condition "Succeeded or Failed" + Feb 7 07:51:46.494: INFO: Trying to get logs from node node2 pod pod-094ab785-e08a-4665-8eca-12d80e842220 container test-container: + STEP: delete the pod 02/07/23 07:51:46.501 + Feb 7 07:51:46.509: INFO: Waiting for pod pod-094ab785-e08a-4665-8eca-12d80e842220 to disappear + Feb 7 07:51:46.518: INFO: Pod pod-094ab785-e08a-4665-8eca-12d80e842220 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 07:51:46.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-9906" for this suite. 02/07/23 07:51:46.523 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:309 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:51:46.529 +Feb 7 07:51:46.529: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 07:51:46.531 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:46.546 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:46.555 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:309 +STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation 02/07/23 07:51:46.561 +Feb 7 07:51:46.562: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 02/07/23 07:51:52.904 +Feb 7 07:51:52.905: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:51:54.501: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 07:52:00.705: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-6770" for this suite. 02/07/23 07:52:00.717 +------------------------------ +• [SLOW TEST] [14.197 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:309 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:51:46.529 + Feb 7 07:51:46.529: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 07:51:46.531 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:51:46.546 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:51:46.555 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for multiple CRDs of same group but different versions [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:309 + STEP: CRs in the same group but different versions (one multiversion CRD) show up in OpenAPI documentation 02/07/23 07:51:46.561 + Feb 7 07:51:46.562: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: CRs in the same group but different versions (two CRDs) show up in OpenAPI documentation 02/07/23 07:51:52.904 + Feb 7 07:51:52.905: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:51:54.501: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 07:52:00.705: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-6770" for this suite. 02/07/23 07:52:00.717 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-apps] Job + should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:703 +[BeforeEach] [sig-apps] Job + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:52:00.726 +Feb 7 07:52:00.726: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename job 02/07/23 07:52:00.728 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:00.744 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:00.748 +[BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 +[It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:703 +STEP: Creating a suspended job 02/07/23 07:52:00.752 +STEP: Patching the Job 02/07/23 07:52:00.755 +STEP: Watching for Job to be patched 02/07/23 07:52:00.769 +Feb 7 07:52:00.770: INFO: Event ADDED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42] and annotations: map[batch.kubernetes.io/job-tracking:] +Feb 7 07:52:00.771: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42] and annotations: map[batch.kubernetes.io/job-tracking:] +Feb 7 07:52:00.771: INFO: Event MODIFIED found for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking:] +STEP: Updating the job 02/07/23 07:52:00.771 +STEP: Watching for Job to be updated 02/07/23 07:52:00.777 +Feb 7 07:52:00.779: INFO: Event MODIFIED found for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Feb 7 07:52:00.779: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} +STEP: Listing all Jobs with LabelSelector 02/07/23 07:52:00.779 +Feb 7 07:52:00.782: INFO: Job: e2e-nmc42 as labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] +STEP: Waiting for job to complete 02/07/23 07:52:00.782 +STEP: Delete a job collection with a labelselector 02/07/23 07:52:08.789 +STEP: Watching for Job to be deleted 02/07/23 07:52:08.796 +Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +Feb 7 07:52:08.800: INFO: Event DELETED found for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] +STEP: Relist jobs to confirm deletion 02/07/23 07:52:08.8 +[AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 +Feb 7 07:52:08.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 +STEP: Destroying namespace "job-8826" for this suite. 02/07/23 07:52:08.811 +------------------------------ +• [SLOW TEST] [8.089 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:703 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:52:00.726 + Feb 7 07:52:00.726: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename job 02/07/23 07:52:00.728 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:00.744 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:00.748 + [BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 + [It] should manage the lifecycle of a job [Conformance] + test/e2e/apps/job.go:703 + STEP: Creating a suspended job 02/07/23 07:52:00.752 + STEP: Patching the Job 02/07/23 07:52:00.755 + STEP: Watching for Job to be patched 02/07/23 07:52:00.769 + Feb 7 07:52:00.770: INFO: Event ADDED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42] and annotations: map[batch.kubernetes.io/job-tracking:] + Feb 7 07:52:00.771: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42] and annotations: map[batch.kubernetes.io/job-tracking:] + Feb 7 07:52:00.771: INFO: Event MODIFIED found for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking:] + STEP: Updating the job 02/07/23 07:52:00.771 + STEP: Watching for Job to be updated 02/07/23 07:52:00.777 + Feb 7 07:52:00.779: INFO: Event MODIFIED found for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Feb 7 07:52:00.779: INFO: Found Job annotations: map[string]string{"batch.kubernetes.io/job-tracking":"", "updated":"true"} + STEP: Listing all Jobs with LabelSelector 02/07/23 07:52:00.779 + Feb 7 07:52:00.782: INFO: Job: e2e-nmc42 as labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] + STEP: Waiting for job to complete 02/07/23 07:52:00.782 + STEP: Delete a job collection with a labelselector 02/07/23 07:52:08.789 + STEP: Watching for Job to be deleted 02/07/23 07:52:08.796 + Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Feb 7 07:52:08.799: INFO: Event MODIFIED observed for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + Feb 7 07:52:08.800: INFO: Event DELETED found for Job e2e-nmc42 in namespace job-8826 with labels: map[e2e-job-label:e2e-nmc42 e2e-nmc42:patched] and annotations: map[batch.kubernetes.io/job-tracking: updated:true] + STEP: Relist jobs to confirm deletion 02/07/23 07:52:08.8 + [AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 + Feb 7 07:52:08.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 + STEP: Destroying namespace "job-8826" for this suite. 02/07/23 07:52:08.811 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicaSet + should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 +[BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:52:08.816 +Feb 7 07:52:08.816: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replicaset 02/07/23 07:52:08.817 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:08.832 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:08.834 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 +[It] should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 +STEP: Given a Pod with a 'name' label pod-adoption-release is created 02/07/23 07:52:08.836 +Feb 7 07:52:08.841: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-9863" to be "running and ready" +Feb 7 07:52:08.843: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 2.111304ms +Feb 7 07:52:08.843: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:52:10.851: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 2.010118108s +Feb 7 07:52:10.851: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) +Feb 7 07:52:10.851: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" +STEP: When a replicaset with a matching selector is created 02/07/23 07:52:10.854 +STEP: Then the orphan pod is adopted 02/07/23 07:52:10.859 +STEP: When the matched label of one of its pods change 02/07/23 07:52:11.869 +Feb 7 07:52:11.874: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 +STEP: Then the pod is released 02/07/23 07:52:11.889 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:52:12.902: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 +STEP: Destroying namespace "replicaset-9863" for this suite. 02/07/23 07:52:12.905 +------------------------------ +• [4.097 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:52:08.816 + Feb 7 07:52:08.816: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replicaset 02/07/23 07:52:08.817 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:08.832 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:08.834 + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 + [It] should adopt matching pods on creation and release no longer matching pods [Conformance] + test/e2e/apps/replica_set.go:131 + STEP: Given a Pod with a 'name' label pod-adoption-release is created 02/07/23 07:52:08.836 + Feb 7 07:52:08.841: INFO: Waiting up to 5m0s for pod "pod-adoption-release" in namespace "replicaset-9863" to be "running and ready" + Feb 7 07:52:08.843: INFO: Pod "pod-adoption-release": Phase="Pending", Reason="", readiness=false. Elapsed: 2.111304ms + Feb 7 07:52:08.843: INFO: The phase of Pod pod-adoption-release is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:52:10.851: INFO: Pod "pod-adoption-release": Phase="Running", Reason="", readiness=true. Elapsed: 2.010118108s + Feb 7 07:52:10.851: INFO: The phase of Pod pod-adoption-release is Running (Ready = true) + Feb 7 07:52:10.851: INFO: Pod "pod-adoption-release" satisfied condition "running and ready" + STEP: When a replicaset with a matching selector is created 02/07/23 07:52:10.854 + STEP: Then the orphan pod is adopted 02/07/23 07:52:10.859 + STEP: When the matched label of one of its pods change 02/07/23 07:52:11.869 + Feb 7 07:52:11.874: INFO: Pod name pod-adoption-release: Found 1 pods out of 1 + STEP: Then the pod is released 02/07/23 07:52:11.889 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:52:12.902: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 + STEP: Destroying namespace "replicaset-9863" for this suite. 02/07/23 07:52:12.905 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:117 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:52:12.915 +Feb 7 07:52:12.915: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 07:52:12.916 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:12.932 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:12.935 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:117 +STEP: Creating a pod to test emptydir 0777 on tmpfs 02/07/23 07:52:12.937 +Feb 7 07:52:12.943: INFO: Waiting up to 5m0s for pod "pod-dd374007-8006-4890-9b78-27048513f373" in namespace "emptydir-7839" to be "Succeeded or Failed" +Feb 7 07:52:12.946: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373": Phase="Pending", Reason="", readiness=false. Elapsed: 2.694508ms +Feb 7 07:52:14.951: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007849965s +Feb 7 07:52:16.952: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009278456s +STEP: Saw pod success 02/07/23 07:52:16.952 +Feb 7 07:52:16.953: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373" satisfied condition "Succeeded or Failed" +Feb 7 07:52:16.958: INFO: Trying to get logs from node node1 pod pod-dd374007-8006-4890-9b78-27048513f373 container test-container: +STEP: delete the pod 02/07/23 07:52:16.989 +Feb 7 07:52:17.004: INFO: Waiting for pod pod-dd374007-8006-4890-9b78-27048513f373 to disappear +Feb 7 07:52:17.009: INFO: Pod pod-dd374007-8006-4890-9b78-27048513f373 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 07:52:17.009: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-7839" for this suite. 02/07/23 07:52:17.013 +------------------------------ +• [4.105 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:117 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:52:12.915 + Feb 7 07:52:12.915: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 07:52:12.916 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:12.932 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:12.935 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:117 + STEP: Creating a pod to test emptydir 0777 on tmpfs 02/07/23 07:52:12.937 + Feb 7 07:52:12.943: INFO: Waiting up to 5m0s for pod "pod-dd374007-8006-4890-9b78-27048513f373" in namespace "emptydir-7839" to be "Succeeded or Failed" + Feb 7 07:52:12.946: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373": Phase="Pending", Reason="", readiness=false. Elapsed: 2.694508ms + Feb 7 07:52:14.951: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007849965s + Feb 7 07:52:16.952: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009278456s + STEP: Saw pod success 02/07/23 07:52:16.952 + Feb 7 07:52:16.953: INFO: Pod "pod-dd374007-8006-4890-9b78-27048513f373" satisfied condition "Succeeded or Failed" + Feb 7 07:52:16.958: INFO: Trying to get logs from node node1 pod pod-dd374007-8006-4890-9b78-27048513f373 container test-container: + STEP: delete the pod 02/07/23 07:52:16.989 + Feb 7 07:52:17.004: INFO: Waiting for pod pod-dd374007-8006-4890-9b78-27048513f373 to disappear + Feb 7 07:52:17.009: INFO: Pod pod-dd374007-8006-4890-9b78-27048513f373 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 07:52:17.009: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-7839" for this suite. 02/07/23 07:52:17.013 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:187 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:52:17.026 +Feb 7 07:52:17.027: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 07:52:17.028 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:17.039 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:17.043 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:187 +STEP: Creating a pod to test emptydir 0777 on node default medium 02/07/23 07:52:17.047 +Feb 7 07:52:17.054: INFO: Waiting up to 5m0s for pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee" in namespace "emptydir-7596" to be "Succeeded or Failed" +Feb 7 07:52:17.056: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.745112ms +Feb 7 07:52:19.064: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010166905s +Feb 7 07:52:21.062: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008582173s +STEP: Saw pod success 02/07/23 07:52:21.062 +Feb 7 07:52:21.063: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee" satisfied condition "Succeeded or Failed" +Feb 7 07:52:21.067: INFO: Trying to get logs from node node1 pod pod-57d03ad3-1185-4052-837d-f057eeb068ee container test-container: +STEP: delete the pod 02/07/23 07:52:21.078 +Feb 7 07:52:21.092: INFO: Waiting for pod pod-57d03ad3-1185-4052-837d-f057eeb068ee to disappear +Feb 7 07:52:21.095: INFO: Pod pod-57d03ad3-1185-4052-837d-f057eeb068ee no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 07:52:21.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-7596" for this suite. 02/07/23 07:52:21.099 +------------------------------ +• [4.077 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:187 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:52:17.026 + Feb 7 07:52:17.027: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 07:52:17.028 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:17.039 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:17.043 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:187 + STEP: Creating a pod to test emptydir 0777 on node default medium 02/07/23 07:52:17.047 + Feb 7 07:52:17.054: INFO: Waiting up to 5m0s for pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee" in namespace "emptydir-7596" to be "Succeeded or Failed" + Feb 7 07:52:17.056: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.745112ms + Feb 7 07:52:19.064: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010166905s + Feb 7 07:52:21.062: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008582173s + STEP: Saw pod success 02/07/23 07:52:21.062 + Feb 7 07:52:21.063: INFO: Pod "pod-57d03ad3-1185-4052-837d-f057eeb068ee" satisfied condition "Succeeded or Failed" + Feb 7 07:52:21.067: INFO: Trying to get logs from node node1 pod pod-57d03ad3-1185-4052-837d-f057eeb068ee container test-container: + STEP: delete the pod 02/07/23 07:52:21.078 + Feb 7 07:52:21.092: INFO: Waiting for pod pod-57d03ad3-1185-4052-837d-f057eeb068ee to disappear + Feb 7 07:52:21.095: INFO: Pod pod-57d03ad3-1185-4052-837d-f057eeb068ee no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 07:52:21.095: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-7596" for this suite. 02/07/23 07:52:21.099 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-api-machinery] ResourceQuota + should apply changes to a resourcequota status [Conformance] + test/e2e/apimachinery/resource_quota.go:1010 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:52:21.103 +Feb 7 07:52:21.104: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 07:52:21.105 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:21.116 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:21.119 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should apply changes to a resourcequota status [Conformance] + test/e2e/apimachinery/resource_quota.go:1010 +STEP: Creating resourceQuota "e2e-rq-status-n5866" 02/07/23 07:52:21.124 +Feb 7 07:52:21.130: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard cpu limit of 500m +Feb 7 07:52:21.130: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard memory limit of 500Mi +STEP: Updating resourceQuota "e2e-rq-status-n5866" /status 02/07/23 07:52:21.13 +STEP: Confirm /status for "e2e-rq-status-n5866" resourceQuota via watch 02/07/23 07:52:21.137 +Feb 7 07:52:21.139: INFO: observed resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList(nil) +Feb 7 07:52:21.139: INFO: Found resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:500, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500m", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:524288000, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500Mi", Format:"BinarySI"}} +Feb 7 07:52:21.139: INFO: ResourceQuota "e2e-rq-status-n5866" /status was updated +STEP: Patching hard spec values for cpu & memory 02/07/23 07:52:21.144 +Feb 7 07:52:21.156: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard cpu limit of 1 +Feb 7 07:52:21.156: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard memory limit of 1Gi +STEP: Patching "e2e-rq-status-n5866" /status 02/07/23 07:52:21.156 +STEP: Confirm /status for "e2e-rq-status-n5866" resourceQuota via watch 02/07/23 07:52:21.16 +Feb 7 07:52:21.162: INFO: observed resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:500, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500m", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:524288000, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500Mi", Format:"BinarySI"}} +Feb 7 07:52:21.162: INFO: Found resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:1, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"1", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:1073741824, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"1Gi", Format:"BinarySI"}} +Feb 7 07:52:21.162: INFO: ResourceQuota "e2e-rq-status-n5866" /status was patched +STEP: Get "e2e-rq-status-n5866" /status 02/07/23 07:52:21.162 +Feb 7 07:52:21.166: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard cpu of 1 +Feb 7 07:52:21.166: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard memory of 1Gi +STEP: Repatching "e2e-rq-status-n5866" /status before checking Spec is unchanged 02/07/23 07:52:21.169 +Feb 7 07:52:21.173: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard cpu of 2 +Feb 7 07:52:21.173: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard memory of 2Gi +Feb 7 07:52:21.175: INFO: Found resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:2, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"2", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:2147483648, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"2Gi", Format:"BinarySI"}} +Feb 7 07:55:01.185: INFO: ResourceQuota "e2e-rq-status-n5866" Spec was unchanged and /status reset +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:01.185: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-3349" for this suite. 02/07/23 07:55:01.191 +------------------------------ +• [SLOW TEST] [160.096 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should apply changes to a resourcequota status [Conformance] + test/e2e/apimachinery/resource_quota.go:1010 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:52:21.103 + Feb 7 07:52:21.104: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 07:52:21.105 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:52:21.116 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:52:21.119 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should apply changes to a resourcequota status [Conformance] + test/e2e/apimachinery/resource_quota.go:1010 + STEP: Creating resourceQuota "e2e-rq-status-n5866" 02/07/23 07:52:21.124 + Feb 7 07:52:21.130: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard cpu limit of 500m + Feb 7 07:52:21.130: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard memory limit of 500Mi + STEP: Updating resourceQuota "e2e-rq-status-n5866" /status 02/07/23 07:52:21.13 + STEP: Confirm /status for "e2e-rq-status-n5866" resourceQuota via watch 02/07/23 07:52:21.137 + Feb 7 07:52:21.139: INFO: observed resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList(nil) + Feb 7 07:52:21.139: INFO: Found resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:500, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500m", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:524288000, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500Mi", Format:"BinarySI"}} + Feb 7 07:52:21.139: INFO: ResourceQuota "e2e-rq-status-n5866" /status was updated + STEP: Patching hard spec values for cpu & memory 02/07/23 07:52:21.144 + Feb 7 07:52:21.156: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard cpu limit of 1 + Feb 7 07:52:21.156: INFO: Resource quota "e2e-rq-status-n5866" reports spec: hard memory limit of 1Gi + STEP: Patching "e2e-rq-status-n5866" /status 02/07/23 07:52:21.156 + STEP: Confirm /status for "e2e-rq-status-n5866" resourceQuota via watch 02/07/23 07:52:21.16 + Feb 7 07:52:21.162: INFO: observed resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:500, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500m", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:524288000, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"500Mi", Format:"BinarySI"}} + Feb 7 07:52:21.162: INFO: Found resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:1, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"1", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:1073741824, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"1Gi", Format:"BinarySI"}} + Feb 7 07:52:21.162: INFO: ResourceQuota "e2e-rq-status-n5866" /status was patched + STEP: Get "e2e-rq-status-n5866" /status 02/07/23 07:52:21.162 + Feb 7 07:52:21.166: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard cpu of 1 + Feb 7 07:52:21.166: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard memory of 1Gi + STEP: Repatching "e2e-rq-status-n5866" /status before checking Spec is unchanged 02/07/23 07:52:21.169 + Feb 7 07:52:21.173: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard cpu of 2 + Feb 7 07:52:21.173: INFO: Resourcequota "e2e-rq-status-n5866" reports status: hard memory of 2Gi + Feb 7 07:52:21.175: INFO: Found resourceQuota "e2e-rq-status-n5866" in namespace "resourcequota-3349" with hard status: v1.ResourceList{"cpu":resource.Quantity{i:resource.int64Amount{value:2, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"2", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:2147483648, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"2Gi", Format:"BinarySI"}} + Feb 7 07:55:01.185: INFO: ResourceQuota "e2e-rq-status-n5866" Spec was unchanged and /status reset + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:01.185: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-3349" for this suite. 02/07/23 07:55:01.191 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Containers + should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:87 +[BeforeEach] [sig-node] Containers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:01.2 +Feb 7 07:55:01.200: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename containers 02/07/23 07:55:01.201 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:01.219 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:01.221 +[BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:87 +STEP: Creating a pod to test override all 02/07/23 07:55:01.224 +Feb 7 07:55:01.231: INFO: Waiting up to 5m0s for pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169" in namespace "containers-9082" to be "Succeeded or Failed" +Feb 7 07:55:01.236: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169": Phase="Pending", Reason="", readiness=false. Elapsed: 5.224098ms +Feb 7 07:55:03.240: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009723229s +Feb 7 07:55:05.241: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01074572s +STEP: Saw pod success 02/07/23 07:55:05.241 +Feb 7 07:55:05.242: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169" satisfied condition "Succeeded or Failed" +Feb 7 07:55:05.247: INFO: Trying to get logs from node node2 pod client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169 container agnhost-container: +STEP: delete the pod 02/07/23 07:55:05.273 +Feb 7 07:55:05.287: INFO: Waiting for pod client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169 to disappear +Feb 7 07:55:05.290: INFO: Pod client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:05.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 +STEP: Destroying namespace "containers-9082" for this suite. 02/07/23 07:55:05.294 +------------------------------ +• [4.145 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:87 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:01.2 + Feb 7 07:55:01.200: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename containers 02/07/23 07:55:01.201 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:01.219 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:01.221 + [BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to override the image's default command and arguments [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:87 + STEP: Creating a pod to test override all 02/07/23 07:55:01.224 + Feb 7 07:55:01.231: INFO: Waiting up to 5m0s for pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169" in namespace "containers-9082" to be "Succeeded or Failed" + Feb 7 07:55:01.236: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169": Phase="Pending", Reason="", readiness=false. Elapsed: 5.224098ms + Feb 7 07:55:03.240: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009723229s + Feb 7 07:55:05.241: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.01074572s + STEP: Saw pod success 02/07/23 07:55:05.241 + Feb 7 07:55:05.242: INFO: Pod "client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169" satisfied condition "Succeeded or Failed" + Feb 7 07:55:05.247: INFO: Trying to get logs from node node2 pod client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169 container agnhost-container: + STEP: delete the pod 02/07/23 07:55:05.273 + Feb 7 07:55:05.287: INFO: Waiting for pod client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169 to disappear + Feb 7 07:55:05.290: INFO: Pod client-containers-119e153d-0e48-4e1a-aa91-a30f2e60a169 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:05.290: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 + STEP: Destroying namespace "containers-9082" for this suite. 02/07/23 07:55:05.294 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-api-machinery] Watchers + should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 +[BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:05.345 +Feb 7 07:55:05.345: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename watch 02/07/23 07:55:05.346 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:05.361 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:05.366 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 +[It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 +STEP: getting a starting resourceVersion 02/07/23 07:55:05.37 +STEP: starting a background goroutine to produce watch events 02/07/23 07:55:05.373 +STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 02/07/23 07:55:05.373 +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:08.157: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 +STEP: Destroying namespace "watch-3343" for this suite. 02/07/23 07:55:08.204 +------------------------------ +• [2.912 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:05.345 + Feb 7 07:55:05.345: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename watch 02/07/23 07:55:05.346 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:05.361 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:05.366 + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 + [It] should receive events on concurrent watches in same order [Conformance] + test/e2e/apimachinery/watch.go:334 + STEP: getting a starting resourceVersion 02/07/23 07:55:05.37 + STEP: starting a background goroutine to produce watch events 02/07/23 07:55:05.373 + STEP: creating watches starting from each resource version of the events produced and verifying they all receive resource versions in the same order 02/07/23 07:55:05.373 + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:08.157: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 + STEP: Destroying namespace "watch-3343" for this suite. 02/07/23 07:55:08.204 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:83 +[BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:08.26 +Feb 7 07:55:08.260: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replication-controller 02/07/23 07:55:08.262 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:08.284 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:08.29 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 +[It] should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:83 +Feb 7 07:55:08.294: INFO: Creating quota "condition-test" that allows only two pods to run in the current namespace +STEP: Creating rc "condition-test" that asks for more than the allowed pod quota 02/07/23 07:55:08.301 +STEP: Checking rc "condition-test" has the desired failure condition set 02/07/23 07:55:08.306 +STEP: Scaling down rc "condition-test" to satisfy pod quota 02/07/23 07:55:09.315 +Feb 7 07:55:09.328: INFO: Updating replication controller "condition-test" +STEP: Checking rc "condition-test" has no failure condition set 02/07/23 07:55:09.328 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:10.342: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 +STEP: Destroying namespace "replication-controller-3528" for this suite. 02/07/23 07:55:10.349 +------------------------------ +• [2.097 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:83 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:08.26 + Feb 7 07:55:08.260: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replication-controller 02/07/23 07:55:08.262 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:08.284 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:08.29 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 + [It] should surface a failure condition on a common issue like exceeded quota [Conformance] + test/e2e/apps/rc.go:83 + Feb 7 07:55:08.294: INFO: Creating quota "condition-test" that allows only two pods to run in the current namespace + STEP: Creating rc "condition-test" that asks for more than the allowed pod quota 02/07/23 07:55:08.301 + STEP: Checking rc "condition-test" has the desired failure condition set 02/07/23 07:55:08.306 + STEP: Scaling down rc "condition-test" to satisfy pod quota 02/07/23 07:55:09.315 + Feb 7 07:55:09.328: INFO: Updating replication controller "condition-test" + STEP: Checking rc "condition-test" has no failure condition set 02/07/23 07:55:09.328 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:10.342: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 + STEP: Destroying namespace "replication-controller-3528" for this suite. 02/07/23 07:55:10.349 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] Projected combined + should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:44 +[BeforeEach] [sig-storage] Projected combined + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:10.358 +Feb 7 07:55:10.358: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:55:10.359 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:10.37 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:10.372 +[BeforeEach] [sig-storage] Projected combined + test/e2e/framework/metrics/init/init.go:31 +[It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:44 +STEP: Creating configMap with name configmap-projected-all-test-volume-95549496-743c-401e-ba85-5fc4992b27c4 02/07/23 07:55:10.374 +STEP: Creating secret with name secret-projected-all-test-volume-16bf49eb-83da-488d-9592-eb0e2d7b4ed7 02/07/23 07:55:10.377 +STEP: Creating a pod to test Check all projections for projected volume plugin 02/07/23 07:55:10.38 +Feb 7 07:55:10.387: INFO: Waiting up to 5m0s for pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2" in namespace "projected-2731" to be "Succeeded or Failed" +Feb 7 07:55:10.392: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.002609ms +Feb 7 07:55:12.399: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011446557s +Feb 7 07:55:14.400: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012753401s +STEP: Saw pod success 02/07/23 07:55:14.4 +Feb 7 07:55:14.400: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2" satisfied condition "Succeeded or Failed" +Feb 7 07:55:14.406: INFO: Trying to get logs from node node2 pod projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2 container projected-all-volume-test: +STEP: delete the pod 02/07/23 07:55:14.415 +Feb 7 07:55:14.429: INFO: Waiting for pod projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2 to disappear +Feb 7 07:55:14.433: INFO: Pod projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2 no longer exists +[AfterEach] [sig-storage] Projected combined + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:14.433: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected combined + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected combined + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected combined + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-2731" for this suite. 02/07/23 07:55:14.437 +------------------------------ +• [4.084 seconds] +[sig-storage] Projected combined +test/e2e/common/storage/framework.go:23 + should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:44 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected combined + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:10.358 + Feb 7 07:55:10.358: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:55:10.359 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:10.37 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:10.372 + [BeforeEach] [sig-storage] Projected combined + test/e2e/framework/metrics/init/init.go:31 + [It] should project all components that make up the projection API [Projection][NodeConformance] [Conformance] + test/e2e/common/storage/projected_combined.go:44 + STEP: Creating configMap with name configmap-projected-all-test-volume-95549496-743c-401e-ba85-5fc4992b27c4 02/07/23 07:55:10.374 + STEP: Creating secret with name secret-projected-all-test-volume-16bf49eb-83da-488d-9592-eb0e2d7b4ed7 02/07/23 07:55:10.377 + STEP: Creating a pod to test Check all projections for projected volume plugin 02/07/23 07:55:10.38 + Feb 7 07:55:10.387: INFO: Waiting up to 5m0s for pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2" in namespace "projected-2731" to be "Succeeded or Failed" + Feb 7 07:55:10.392: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.002609ms + Feb 7 07:55:12.399: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011446557s + Feb 7 07:55:14.400: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012753401s + STEP: Saw pod success 02/07/23 07:55:14.4 + Feb 7 07:55:14.400: INFO: Pod "projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2" satisfied condition "Succeeded or Failed" + Feb 7 07:55:14.406: INFO: Trying to get logs from node node2 pod projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2 container projected-all-volume-test: + STEP: delete the pod 02/07/23 07:55:14.415 + Feb 7 07:55:14.429: INFO: Waiting for pod projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2 to disappear + Feb 7 07:55:14.433: INFO: Pod projected-volume-f8100dc0-46d4-4b77-8542-d1a31e9fe6c2 no longer exists + [AfterEach] [sig-storage] Projected combined + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:14.433: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected combined + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected combined + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected combined + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-2731" for this suite. 02/07/23 07:55:14.437 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 +[BeforeEach] [sig-network] Networking + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:14.442 +Feb 7 07:55:14.443: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pod-network-test 02/07/23 07:55:14.444 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:14.455 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:14.458 +[BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 +[It] should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 +STEP: Performing setup for networking test in namespace pod-network-test-2446 02/07/23 07:55:14.463 +STEP: creating a selector 02/07/23 07:55:14.463 +STEP: Creating the service pods in kubernetes 02/07/23 07:55:14.463 +Feb 7 07:55:14.463: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Feb 7 07:55:14.483: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-2446" to be "running and ready" +Feb 7 07:55:14.546: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 62.508117ms +Feb 7 07:55:14.546: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:55:16.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.069583496s +Feb 7 07:55:16.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:18.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.068883327s +Feb 7 07:55:18.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:20.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.068630268s +Feb 7 07:55:20.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:22.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.069341346s +Feb 7 07:55:22.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:24.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.068497783s +Feb 7 07:55:24.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:26.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.070036036s +Feb 7 07:55:26.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:28.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.070006451s +Feb 7 07:55:28.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:30.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.06915934s +Feb 7 07:55:30.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:32.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.069610322s +Feb 7 07:55:32.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:34.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.070123999s +Feb 7 07:55:34.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:55:36.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.068923753s +Feb 7 07:55:36.552: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Feb 7 07:55:36.552: INFO: Pod "netserver-0" satisfied condition "running and ready" +Feb 7 07:55:36.558: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-2446" to be "running and ready" +Feb 7 07:55:36.563: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.906618ms +Feb 7 07:55:36.563: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Feb 7 07:55:36.563: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 02/07/23 07:55:36.568 +Feb 7 07:55:36.585: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-2446" to be "running" +Feb 7 07:55:36.590: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.969239ms +Feb 7 07:55:38.596: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011251095s +Feb 7 07:55:38.596: INFO: Pod "test-container-pod" satisfied condition "running" +Feb 7 07:55:38.601: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-2446" to be "running" +Feb 7 07:55:38.606: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.383923ms +Feb 7 07:55:38.606: INFO: Pod "host-test-container-pod" satisfied condition "running" +Feb 7 07:55:38.611: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Feb 7 07:55:38.611: INFO: Going to poll 192.168.134.179 on port 8083 at least 0 times, with a maximum of 34 tries before failing +Feb 7 07:55:38.615: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://192.168.134.179:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-2446 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 07:55:38.615: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:55:38.616: INFO: ExecWithOptions: Clientset creation +Feb 7 07:55:38.616: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-2446/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F192.168.134.179%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Feb 7 07:55:38.696: INFO: Found all 1 expected endpoints: [netserver-0] +Feb 7 07:55:38.696: INFO: Going to poll 192.168.136.56 on port 8083 at least 0 times, with a maximum of 34 tries before failing +Feb 7 07:55:38.701: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://192.168.136.56:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-2446 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 07:55:38.701: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 07:55:38.701: INFO: ExecWithOptions: Clientset creation +Feb 7 07:55:38.701: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-2446/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F192.168.136.56%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Feb 7 07:55:38.802: INFO: Found all 1 expected endpoints: [netserver-1] +[AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:38.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 +STEP: Destroying namespace "pod-network-test-2446" for this suite. 02/07/23 07:55:38.806 +------------------------------ +• [SLOW TEST] [24.369 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:14.442 + Feb 7 07:55:14.443: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pod-network-test 02/07/23 07:55:14.444 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:14.455 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:14.458 + [BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 + [It] should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:105 + STEP: Performing setup for networking test in namespace pod-network-test-2446 02/07/23 07:55:14.463 + STEP: creating a selector 02/07/23 07:55:14.463 + STEP: Creating the service pods in kubernetes 02/07/23 07:55:14.463 + Feb 7 07:55:14.463: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Feb 7 07:55:14.483: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-2446" to be "running and ready" + Feb 7 07:55:14.546: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 62.508117ms + Feb 7 07:55:14.546: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:55:16.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.069583496s + Feb 7 07:55:16.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:18.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.068883327s + Feb 7 07:55:18.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:20.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.068630268s + Feb 7 07:55:20.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:22.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.069341346s + Feb 7 07:55:22.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:24.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.068497783s + Feb 7 07:55:24.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:26.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.070036036s + Feb 7 07:55:26.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:28.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.070006451s + Feb 7 07:55:28.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:30.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.06915934s + Feb 7 07:55:30.552: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:32.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.069610322s + Feb 7 07:55:32.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:34.553: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.070123999s + Feb 7 07:55:34.553: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:55:36.552: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.068923753s + Feb 7 07:55:36.552: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Feb 7 07:55:36.552: INFO: Pod "netserver-0" satisfied condition "running and ready" + Feb 7 07:55:36.558: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-2446" to be "running and ready" + Feb 7 07:55:36.563: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.906618ms + Feb 7 07:55:36.563: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Feb 7 07:55:36.563: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 02/07/23 07:55:36.568 + Feb 7 07:55:36.585: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-2446" to be "running" + Feb 7 07:55:36.590: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.969239ms + Feb 7 07:55:38.596: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.011251095s + Feb 7 07:55:38.596: INFO: Pod "test-container-pod" satisfied condition "running" + Feb 7 07:55:38.601: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-2446" to be "running" + Feb 7 07:55:38.606: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.383923ms + Feb 7 07:55:38.606: INFO: Pod "host-test-container-pod" satisfied condition "running" + Feb 7 07:55:38.611: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Feb 7 07:55:38.611: INFO: Going to poll 192.168.134.179 on port 8083 at least 0 times, with a maximum of 34 tries before failing + Feb 7 07:55:38.615: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://192.168.134.179:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-2446 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 07:55:38.615: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:55:38.616: INFO: ExecWithOptions: Clientset creation + Feb 7 07:55:38.616: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-2446/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F192.168.134.179%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Feb 7 07:55:38.696: INFO: Found all 1 expected endpoints: [netserver-0] + Feb 7 07:55:38.696: INFO: Going to poll 192.168.136.56 on port 8083 at least 0 times, with a maximum of 34 tries before failing + Feb 7 07:55:38.701: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s --max-time 15 --connect-timeout 1 http://192.168.136.56:8083/hostName | grep -v '^\s*$'] Namespace:pod-network-test-2446 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 07:55:38.701: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 07:55:38.701: INFO: ExecWithOptions: Clientset creation + Feb 7 07:55:38.701: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-2446/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+--max-time+15+--connect-timeout+1+http%3A%2F%2F192.168.136.56%3A8083%2FhostName+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Feb 7 07:55:38.802: INFO: Found all 1 expected endpoints: [netserver-1] + [AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:38.802: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 + STEP: Destroying namespace "pod-network-test-2446" for this suite. 02/07/23 07:55:38.806 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-instrumentation] Events + should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +[BeforeEach] [sig-instrumentation] Events + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:38.812 +Feb 7 07:55:38.812: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename events 02/07/23 07:55:38.813 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:38.821 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:38.824 +[BeforeEach] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:31 +[It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 +STEP: Create set of events 02/07/23 07:55:38.827 +Feb 7 07:55:38.831: INFO: created test-event-1 +Feb 7 07:55:38.834: INFO: created test-event-2 +Feb 7 07:55:38.836: INFO: created test-event-3 +STEP: get a list of Events with a label in the current namespace 02/07/23 07:55:38.836 +STEP: delete collection of events 02/07/23 07:55:38.838 +Feb 7 07:55:38.838: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 02/07/23 07:55:38.846 +Feb 7 07:55:38.846: INFO: requesting list of events to confirm quantity +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:38.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-instrumentation] Events + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-instrumentation] Events + tear down framework | framework.go:193 +STEP: Destroying namespace "events-2332" for this suite. 02/07/23 07:55:38.85 +------------------------------ +• [0.042 seconds] +[sig-instrumentation] Events +test/e2e/instrumentation/common/framework.go:23 + should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:38.812 + Feb 7 07:55:38.812: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename events 02/07/23 07:55:38.813 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:38.821 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:38.824 + [BeforeEach] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:31 + [It] should delete a collection of events [Conformance] + test/e2e/instrumentation/core_events.go:175 + STEP: Create set of events 02/07/23 07:55:38.827 + Feb 7 07:55:38.831: INFO: created test-event-1 + Feb 7 07:55:38.834: INFO: created test-event-2 + Feb 7 07:55:38.836: INFO: created test-event-3 + STEP: get a list of Events with a label in the current namespace 02/07/23 07:55:38.836 + STEP: delete collection of events 02/07/23 07:55:38.838 + Feb 7 07:55:38.838: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 02/07/23 07:55:38.846 + Feb 7 07:55:38.846: INFO: requesting list of events to confirm quantity + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:38.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-instrumentation] Events + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-instrumentation] Events + tear down framework | framework.go:193 + STEP: Destroying namespace "events-2332" for this suite. 02/07/23 07:55:38.85 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-apps] ReplicaSet + Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +[BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:38.855 +Feb 7 07:55:38.855: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replicaset 02/07/23 07:55:38.855 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:38.873 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:38.877 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 +[It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 +Feb 7 07:55:38.895: INFO: Pod name sample-pod: Found 0 pods out of 1 +Feb 7 07:55:43.902: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 02/07/23 07:55:43.902 +STEP: Scaling up "test-rs" replicaset 02/07/23 07:55:43.902 +Feb 7 07:55:43.910: INFO: Updating replica set "test-rs" +STEP: patching the ReplicaSet 02/07/23 07:55:43.91 +W0207 07:55:43.914372 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Feb 7 07:55:43.915: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 +Feb 7 07:55:43.938: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 +Feb 7 07:55:43.947: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 +Feb 7 07:55:43.959: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 +Feb 7 07:55:45.344: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 2, AvailableReplicas 2 +Feb 7 07:55:46.136: INFO: observed Replicaset test-rs in namespace replicaset-6381 with ReadyReplicas 3 found true +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:46.136: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 +STEP: Destroying namespace "replicaset-6381" for this suite. 02/07/23 07:55:46.141 +------------------------------ +• [SLOW TEST] [7.291 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:38.855 + Feb 7 07:55:38.855: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replicaset 02/07/23 07:55:38.855 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:38.873 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:38.877 + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 + [It] Replace and Patch tests [Conformance] + test/e2e/apps/replica_set.go:154 + Feb 7 07:55:38.895: INFO: Pod name sample-pod: Found 0 pods out of 1 + Feb 7 07:55:43.902: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 02/07/23 07:55:43.902 + STEP: Scaling up "test-rs" replicaset 02/07/23 07:55:43.902 + Feb 7 07:55:43.910: INFO: Updating replica set "test-rs" + STEP: patching the ReplicaSet 02/07/23 07:55:43.91 + W0207 07:55:43.914372 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Feb 7 07:55:43.915: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 + Feb 7 07:55:43.938: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 + Feb 7 07:55:43.947: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 + Feb 7 07:55:43.959: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 1, AvailableReplicas 1 + Feb 7 07:55:45.344: INFO: observed ReplicaSet test-rs in namespace replicaset-6381 with ReadyReplicas 2, AvailableReplicas 2 + Feb 7 07:55:46.136: INFO: observed Replicaset test-rs in namespace replicaset-6381 with ReadyReplicas 3 found true + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:46.136: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 + STEP: Destroying namespace "replicaset-6381" for this suite. 02/07/23 07:55:46.141 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:47 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:46.147 +Feb 7 07:55:46.147: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 07:55:46.149 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:46.161 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:46.164 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:47 +STEP: Creating secret with name secret-test-3ee2134a-6ceb-4ace-aca1-1e8bcbb9991d 02/07/23 07:55:46.166 +STEP: Creating a pod to test consume secrets 02/07/23 07:55:46.169 +Feb 7 07:55:46.174: INFO: Waiting up to 5m0s for pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf" in namespace "secrets-2335" to be "Succeeded or Failed" +Feb 7 07:55:46.176: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf": Phase="Pending", Reason="", readiness=false. Elapsed: 1.501441ms +Feb 7 07:55:48.183: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008429466s +Feb 7 07:55:50.183: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008653439s +STEP: Saw pod success 02/07/23 07:55:50.183 +Feb 7 07:55:50.183: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf" satisfied condition "Succeeded or Failed" +Feb 7 07:55:50.230: INFO: Trying to get logs from node node2 pod pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf container secret-volume-test: +STEP: delete the pod 02/07/23 07:55:50.241 +Feb 7 07:55:50.254: INFO: Waiting for pod pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf to disappear +Feb 7 07:55:50.258: INFO: Pod pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 07:55:50.258: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-2335" for this suite. 02/07/23 07:55:50.264 +------------------------------ +• [4.122 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:47 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:46.147 + Feb 7 07:55:46.147: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 07:55:46.149 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:46.161 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:46.164 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:47 + STEP: Creating secret with name secret-test-3ee2134a-6ceb-4ace-aca1-1e8bcbb9991d 02/07/23 07:55:46.166 + STEP: Creating a pod to test consume secrets 02/07/23 07:55:46.169 + Feb 7 07:55:46.174: INFO: Waiting up to 5m0s for pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf" in namespace "secrets-2335" to be "Succeeded or Failed" + Feb 7 07:55:46.176: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf": Phase="Pending", Reason="", readiness=false. Elapsed: 1.501441ms + Feb 7 07:55:48.183: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008429466s + Feb 7 07:55:50.183: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008653439s + STEP: Saw pod success 02/07/23 07:55:50.183 + Feb 7 07:55:50.183: INFO: Pod "pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf" satisfied condition "Succeeded or Failed" + Feb 7 07:55:50.230: INFO: Trying to get logs from node node2 pod pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf container secret-volume-test: + STEP: delete the pod 02/07/23 07:55:50.241 + Feb 7 07:55:50.254: INFO: Waiting for pod pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf to disappear + Feb 7 07:55:50.258: INFO: Pod pod-secrets-d7cafd70-ab0d-481e-88e1-e92863ccf7bf no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 07:55:50.258: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-2335" for this suite. 02/07/23 07:55:50.264 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:199 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:55:50.273 +Feb 7 07:55:50.274: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 07:55:50.276 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:50.292 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:50.295 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:199 +STEP: Creating pod liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 in namespace container-probe-1802 02/07/23 07:55:50.299 +Feb 7 07:55:50.307: INFO: Waiting up to 5m0s for pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415" in namespace "container-probe-1802" to be "not pending" +Feb 7 07:55:50.310: INFO: Pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415": Phase="Pending", Reason="", readiness=false. Elapsed: 3.078525ms +Feb 7 07:55:52.318: INFO: Pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415": Phase="Running", Reason="", readiness=true. Elapsed: 2.010854115s +Feb 7 07:55:52.318: INFO: Pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415" satisfied condition "not pending" +Feb 7 07:55:52.318: INFO: Started pod liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 in namespace container-probe-1802 +STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 07:55:52.318 +Feb 7 07:55:52.325: INFO: Initial restart count of pod liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is 0 +Feb 7 07:56:12.410: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 1 (20.084649594s elapsed) +Feb 7 07:56:32.480: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 2 (40.154500258s elapsed) +Feb 7 07:56:54.556: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 3 (1m2.230957972s elapsed) +Feb 7 07:57:12.626: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 4 (1m20.300197943s elapsed) +Feb 7 07:58:12.824: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 5 (2m20.49897867s elapsed) +STEP: deleting the pod 02/07/23 07:58:12.824 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 07:58:12.837: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-1802" for this suite. 02/07/23 07:58:12.842 +------------------------------ +• [SLOW TEST] [142.576 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:199 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:55:50.273 + Feb 7 07:55:50.274: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 07:55:50.276 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:55:50.292 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:55:50.295 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] should have monotonically increasing restart count [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:199 + STEP: Creating pod liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 in namespace container-probe-1802 02/07/23 07:55:50.299 + Feb 7 07:55:50.307: INFO: Waiting up to 5m0s for pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415" in namespace "container-probe-1802" to be "not pending" + Feb 7 07:55:50.310: INFO: Pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415": Phase="Pending", Reason="", readiness=false. Elapsed: 3.078525ms + Feb 7 07:55:52.318: INFO: Pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415": Phase="Running", Reason="", readiness=true. Elapsed: 2.010854115s + Feb 7 07:55:52.318: INFO: Pod "liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415" satisfied condition "not pending" + Feb 7 07:55:52.318: INFO: Started pod liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 in namespace container-probe-1802 + STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 07:55:52.318 + Feb 7 07:55:52.325: INFO: Initial restart count of pod liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is 0 + Feb 7 07:56:12.410: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 1 (20.084649594s elapsed) + Feb 7 07:56:32.480: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 2 (40.154500258s elapsed) + Feb 7 07:56:54.556: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 3 (1m2.230957972s elapsed) + Feb 7 07:57:12.626: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 4 (1m20.300197943s elapsed) + Feb 7 07:58:12.824: INFO: Restart count of pod container-probe-1802/liveness-b82981e9-1c3a-4c69-b6cd-df8599f70415 is now 5 (2m20.49897867s elapsed) + STEP: deleting the pod 02/07/23 07:58:12.824 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 07:58:12.837: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-1802" for this suite. 02/07/23 07:58:12.842 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] PreStop + should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 +[BeforeEach] [sig-node] PreStop + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:58:12.851 +Feb 7 07:58:12.851: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename prestop 02/07/23 07:58:12.853 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:12.865 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:12.87 +[BeforeEach] [sig-node] PreStop + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] PreStop + test/e2e/node/pre_stop.go:159 +[It] should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 +STEP: Creating server pod server in namespace prestop-5871 02/07/23 07:58:12.872 +STEP: Waiting for pods to come up. 02/07/23 07:58:12.877 +Feb 7 07:58:12.877: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-5871" to be "running" +Feb 7 07:58:12.879: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 2.232859ms +Feb 7 07:58:14.886: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.008716703s +Feb 7 07:58:14.886: INFO: Pod "server" satisfied condition "running" +STEP: Creating tester pod tester in namespace prestop-5871 02/07/23 07:58:14.89 +Feb 7 07:58:14.898: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-5871" to be "running" +Feb 7 07:58:14.903: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 4.769573ms +Feb 7 07:58:16.910: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.01163457s +Feb 7 07:58:16.910: INFO: Pod "tester" satisfied condition "running" +STEP: Deleting pre-stop pod 02/07/23 07:58:16.91 +Feb 7 07:58:21.932: INFO: Saw: { + "Hostname": "server", + "Sent": null, + "Received": { + "prestop": 1 + }, + "Errors": null, + "Log": [ + "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up.", + "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up." + ], + "StillContactingPeers": true +} +STEP: Deleting the server pod 02/07/23 07:58:21.932 +[AfterEach] [sig-node] PreStop + test/e2e/framework/node/init/init.go:32 +Feb 7 07:58:21.947: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] PreStop + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] PreStop + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] PreStop + tear down framework | framework.go:193 +STEP: Destroying namespace "prestop-5871" for this suite. 02/07/23 07:58:21.952 +------------------------------ +• [SLOW TEST] [9.107 seconds] +[sig-node] PreStop +test/e2e/node/framework.go:23 + should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PreStop + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:58:12.851 + Feb 7 07:58:12.851: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename prestop 02/07/23 07:58:12.853 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:12.865 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:12.87 + [BeforeEach] [sig-node] PreStop + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] PreStop + test/e2e/node/pre_stop.go:159 + [It] should call prestop when killing a pod [Conformance] + test/e2e/node/pre_stop.go:168 + STEP: Creating server pod server in namespace prestop-5871 02/07/23 07:58:12.872 + STEP: Waiting for pods to come up. 02/07/23 07:58:12.877 + Feb 7 07:58:12.877: INFO: Waiting up to 5m0s for pod "server" in namespace "prestop-5871" to be "running" + Feb 7 07:58:12.879: INFO: Pod "server": Phase="Pending", Reason="", readiness=false. Elapsed: 2.232859ms + Feb 7 07:58:14.886: INFO: Pod "server": Phase="Running", Reason="", readiness=true. Elapsed: 2.008716703s + Feb 7 07:58:14.886: INFO: Pod "server" satisfied condition "running" + STEP: Creating tester pod tester in namespace prestop-5871 02/07/23 07:58:14.89 + Feb 7 07:58:14.898: INFO: Waiting up to 5m0s for pod "tester" in namespace "prestop-5871" to be "running" + Feb 7 07:58:14.903: INFO: Pod "tester": Phase="Pending", Reason="", readiness=false. Elapsed: 4.769573ms + Feb 7 07:58:16.910: INFO: Pod "tester": Phase="Running", Reason="", readiness=true. Elapsed: 2.01163457s + Feb 7 07:58:16.910: INFO: Pod "tester" satisfied condition "running" + STEP: Deleting pre-stop pod 02/07/23 07:58:16.91 + Feb 7 07:58:21.932: INFO: Saw: { + "Hostname": "server", + "Sent": null, + "Received": { + "prestop": 1 + }, + "Errors": null, + "Log": [ + "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up.", + "default/nettest has 0 endpoints ([]), which is less than 8 as expected. Waiting for all endpoints to come up." + ], + "StillContactingPeers": true + } + STEP: Deleting the server pod 02/07/23 07:58:21.932 + [AfterEach] [sig-node] PreStop + test/e2e/framework/node/init/init.go:32 + Feb 7 07:58:21.947: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] PreStop + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] PreStop + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] PreStop + tear down framework | framework.go:193 + STEP: Destroying namespace "prestop-5871" for this suite. 02/07/23 07:58:21.952 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl version + should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1685 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:58:21.963 +Feb 7 07:58:21.963: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 07:58:21.971 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:21.984 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:21.988 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1685 +Feb 7 07:58:21.992: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4300 version' +Feb 7 07:58:22.071: INFO: stderr: "WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.\n" +Feb 7 07:58:22.071: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"26\", GitVersion:\"v1.26.1\", GitCommit:\"8f94681cd294aa8cfd3407b8191f6c70214973a4\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T15:58:16Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"26\", GitVersion:\"v1.26.1\", GitCommit:\"8f94681cd294aa8cfd3407b8191f6c70214973a4\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T15:51:25Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 07:58:22.071: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-4300" for this suite. 02/07/23 07:58:22.075 +------------------------------ +• [0.119 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl version + test/e2e/kubectl/kubectl.go:1679 + should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1685 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:58:21.963 + Feb 7 07:58:21.963: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 07:58:21.971 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:21.984 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:21.988 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should check is all data is printed [Conformance] + test/e2e/kubectl/kubectl.go:1685 + Feb 7 07:58:21.992: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4300 version' + Feb 7 07:58:22.071: INFO: stderr: "WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.\n" + Feb 7 07:58:22.071: INFO: stdout: "Client Version: version.Info{Major:\"1\", Minor:\"26\", GitVersion:\"v1.26.1\", GitCommit:\"8f94681cd294aa8cfd3407b8191f6c70214973a4\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T15:58:16Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\nKustomize Version: v4.5.7\nServer Version: version.Info{Major:\"1\", Minor:\"26\", GitVersion:\"v1.26.1\", GitCommit:\"8f94681cd294aa8cfd3407b8191f6c70214973a4\", GitTreeState:\"clean\", BuildDate:\"2023-01-18T15:51:25Z\", GoVersion:\"go1.19.5\", Compiler:\"gc\", Platform:\"linux/amd64\"}\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 07:58:22.071: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-4300" for this suite. 02/07/23 07:58:22.075 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:74 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:58:22.083 +Feb 7 07:58:22.083: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 07:58:22.083 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:22.098 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:22.101 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:74 +STEP: Creating configMap with name projected-configmap-test-volume-8c6694eb-bee1-45e4-a6a3-af463b58109b 02/07/23 07:58:22.103 +STEP: Creating a pod to test consume configMaps 02/07/23 07:58:22.107 +Feb 7 07:58:22.112: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48" in namespace "projected-7480" to be "Succeeded or Failed" +Feb 7 07:58:22.115: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48": Phase="Pending", Reason="", readiness=false. Elapsed: 2.343188ms +Feb 7 07:58:24.120: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007597281s +Feb 7 07:58:26.121: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008499467s +STEP: Saw pod success 02/07/23 07:58:26.121 +Feb 7 07:58:26.121: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48" satisfied condition "Succeeded or Failed" +Feb 7 07:58:26.127: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48 container agnhost-container: +STEP: delete the pod 02/07/23 07:58:26.155 +Feb 7 07:58:26.166: INFO: Waiting for pod pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48 to disappear +Feb 7 07:58:26.169: INFO: Pod pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:58:26.169: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-7480" for this suite. 02/07/23 07:58:26.172 +------------------------------ +• [4.095 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:74 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:58:22.083 + Feb 7 07:58:22.083: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 07:58:22.083 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:22.098 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:22.101 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:74 + STEP: Creating configMap with name projected-configmap-test-volume-8c6694eb-bee1-45e4-a6a3-af463b58109b 02/07/23 07:58:22.103 + STEP: Creating a pod to test consume configMaps 02/07/23 07:58:22.107 + Feb 7 07:58:22.112: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48" in namespace "projected-7480" to be "Succeeded or Failed" + Feb 7 07:58:22.115: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48": Phase="Pending", Reason="", readiness=false. Elapsed: 2.343188ms + Feb 7 07:58:24.120: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007597281s + Feb 7 07:58:26.121: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008499467s + STEP: Saw pod success 02/07/23 07:58:26.121 + Feb 7 07:58:26.121: INFO: Pod "pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48" satisfied condition "Succeeded or Failed" + Feb 7 07:58:26.127: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48 container agnhost-container: + STEP: delete the pod 02/07/23 07:58:26.155 + Feb 7 07:58:26.166: INFO: Waiting for pod pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48 to disappear + Feb 7 07:58:26.169: INFO: Pod pod-projected-configmaps-56d56afa-d181-4941-8337-60ae3d043f48 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:58:26.169: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-7480" for this suite. 02/07/23 07:58:26.172 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1515 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:58:26.18 +Feb 7 07:58:26.180: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 07:58:26.182 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:26.19 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:26.194 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1515 +STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-4487 02/07/23 07:58:26.197 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 02/07/23 07:58:26.205 +STEP: creating service externalsvc in namespace services-4487 02/07/23 07:58:26.205 +STEP: creating replication controller externalsvc in namespace services-4487 02/07/23 07:58:26.214 +I0207 07:58:26.219340 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-4487, replica count: 2 +I0207 07:58:29.271970 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +STEP: changing the ClusterIP service to type=ExternalName 02/07/23 07:58:29.278 +Feb 7 07:58:29.299: INFO: Creating new exec pod +Feb 7 07:58:29.309: INFO: Waiting up to 5m0s for pod "execpod2mm57" in namespace "services-4487" to be "running" +Feb 7 07:58:29.315: INFO: Pod "execpod2mm57": Phase="Pending", Reason="", readiness=false. Elapsed: 6.116867ms +Feb 7 07:58:31.320: INFO: Pod "execpod2mm57": Phase="Running", Reason="", readiness=true. Elapsed: 2.011236027s +Feb 7 07:58:31.320: INFO: Pod "execpod2mm57" satisfied condition "running" +Feb 7 07:58:31.320: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4487 exec execpod2mm57 -- /bin/sh -x -c nslookup clusterip-service.services-4487.svc.cluster.local' +Feb 7 07:58:31.560: INFO: stderr: "+ nslookup clusterip-service.services-4487.svc.cluster.local\n" +Feb 7 07:58:31.560: INFO: stdout: "Server:\t\t10.96.0.3\nAddress:\t10.96.0.3#53\n\nclusterip-service.services-4487.svc.cluster.local\tcanonical name = externalsvc.services-4487.svc.cluster.local.\nName:\texternalsvc.services-4487.svc.cluster.local\nAddress: 10.100.134.14\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-4487, will wait for the garbage collector to delete the pods 02/07/23 07:58:31.56 +Feb 7 07:58:31.623: INFO: Deleting ReplicationController externalsvc took: 8.106117ms +Feb 7 07:58:31.723: INFO: Terminating ReplicationController externalsvc pods took: 100.252228ms +Feb 7 07:58:34.038: INFO: Cleaning up the ClusterIP to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 07:58:34.045: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-4487" for this suite. 02/07/23 07:58:34.048 +------------------------------ +• [SLOW TEST] [7.873 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1515 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:58:26.18 + Feb 7 07:58:26.180: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 07:58:26.182 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:26.19 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:26.194 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to change the type from ClusterIP to ExternalName [Conformance] + test/e2e/network/service.go:1515 + STEP: creating a service clusterip-service with the type=ClusterIP in namespace services-4487 02/07/23 07:58:26.197 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 02/07/23 07:58:26.205 + STEP: creating service externalsvc in namespace services-4487 02/07/23 07:58:26.205 + STEP: creating replication controller externalsvc in namespace services-4487 02/07/23 07:58:26.214 + I0207 07:58:26.219340 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-4487, replica count: 2 + I0207 07:58:29.271970 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + STEP: changing the ClusterIP service to type=ExternalName 02/07/23 07:58:29.278 + Feb 7 07:58:29.299: INFO: Creating new exec pod + Feb 7 07:58:29.309: INFO: Waiting up to 5m0s for pod "execpod2mm57" in namespace "services-4487" to be "running" + Feb 7 07:58:29.315: INFO: Pod "execpod2mm57": Phase="Pending", Reason="", readiness=false. Elapsed: 6.116867ms + Feb 7 07:58:31.320: INFO: Pod "execpod2mm57": Phase="Running", Reason="", readiness=true. Elapsed: 2.011236027s + Feb 7 07:58:31.320: INFO: Pod "execpod2mm57" satisfied condition "running" + Feb 7 07:58:31.320: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4487 exec execpod2mm57 -- /bin/sh -x -c nslookup clusterip-service.services-4487.svc.cluster.local' + Feb 7 07:58:31.560: INFO: stderr: "+ nslookup clusterip-service.services-4487.svc.cluster.local\n" + Feb 7 07:58:31.560: INFO: stdout: "Server:\t\t10.96.0.3\nAddress:\t10.96.0.3#53\n\nclusterip-service.services-4487.svc.cluster.local\tcanonical name = externalsvc.services-4487.svc.cluster.local.\nName:\texternalsvc.services-4487.svc.cluster.local\nAddress: 10.100.134.14\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-4487, will wait for the garbage collector to delete the pods 02/07/23 07:58:31.56 + Feb 7 07:58:31.623: INFO: Deleting ReplicationController externalsvc took: 8.106117ms + Feb 7 07:58:31.723: INFO: Terminating ReplicationController externalsvc pods took: 100.252228ms + Feb 7 07:58:34.038: INFO: Cleaning up the ClusterIP to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 07:58:34.045: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-4487" for this suite. 02/07/23 07:58:34.048 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-apps] Job + should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:366 +[BeforeEach] [sig-apps] Job + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:58:34.055 +Feb 7 07:58:34.055: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename job 02/07/23 07:58:34.058 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:34.069 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:34.07 +[BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 +[It] should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:366 +STEP: Creating Indexed job 02/07/23 07:58:34.072 +STEP: Ensuring job reaches completions 02/07/23 07:58:34.075 +STEP: Ensuring pods with index for job exist 02/07/23 07:58:44.081 +[AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 +Feb 7 07:58:44.087: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 +STEP: Destroying namespace "job-9634" for this suite. 02/07/23 07:58:44.093 +------------------------------ +• [SLOW TEST] [10.046 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:366 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:58:34.055 + Feb 7 07:58:34.055: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename job 02/07/23 07:58:34.058 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:34.069 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:34.07 + [BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 + [It] should create pods for an Indexed job with completion indexes and specified hostname [Conformance] + test/e2e/apps/job.go:366 + STEP: Creating Indexed job 02/07/23 07:58:34.072 + STEP: Ensuring job reaches completions 02/07/23 07:58:34.075 + STEP: Ensuring pods with index for job exist 02/07/23 07:58:44.081 + [AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 + Feb 7 07:58:44.087: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 + STEP: Destroying namespace "job-9634" for this suite. 02/07/23 07:58:44.093 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-node] Container Runtime blackbox test when starting a container that exits + should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:52 +[BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:58:44.101 +Feb 7 07:58:44.101: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-runtime 02/07/23 07:58:44.102 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:44.119 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:44.121 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 +[It] should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:52 +STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount' 02/07/23 07:58:44.168 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 02/07/23 07:59:03.289 +STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 02/07/23 07:59:03.293 +STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 02/07/23 07:59:03.3 +STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 02/07/23 07:59:03.3 +STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 02/07/23 07:59:03.329 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 02/07/23 07:59:06.351 +STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 02/07/23 07:59:08.366 +STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 02/07/23 07:59:08.373 +STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 02/07/23 07:59:08.373 +STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 02/07/23 07:59:08.394 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 02/07/23 07:59:09.403 +STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 02/07/23 07:59:12.428 +STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 02/07/23 07:59:12.436 +STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 02/07/23 07:59:12.437 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 +Feb 7 07:59:12.460: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 +STEP: Destroying namespace "container-runtime-9742" for this suite. 02/07/23 07:59:12.464 +------------------------------ +• [SLOW TEST] [28.369 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:44 + when starting a container that exits + test/e2e/common/node/runtime.go:45 + should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:58:44.101 + Feb 7 07:58:44.101: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-runtime 02/07/23 07:58:44.102 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:58:44.119 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:58:44.121 + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 + [It] should run with the expected status [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:52 + STEP: Container 'terminate-cmd-rpa': should get the expected 'RestartCount' 02/07/23 07:58:44.168 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Phase' 02/07/23 07:59:03.289 + STEP: Container 'terminate-cmd-rpa': should get the expected 'Ready' condition 02/07/23 07:59:03.293 + STEP: Container 'terminate-cmd-rpa': should get the expected 'State' 02/07/23 07:59:03.3 + STEP: Container 'terminate-cmd-rpa': should be possible to delete [NodeConformance] 02/07/23 07:59:03.3 + STEP: Container 'terminate-cmd-rpof': should get the expected 'RestartCount' 02/07/23 07:59:03.329 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Phase' 02/07/23 07:59:06.351 + STEP: Container 'terminate-cmd-rpof': should get the expected 'Ready' condition 02/07/23 07:59:08.366 + STEP: Container 'terminate-cmd-rpof': should get the expected 'State' 02/07/23 07:59:08.373 + STEP: Container 'terminate-cmd-rpof': should be possible to delete [NodeConformance] 02/07/23 07:59:08.373 + STEP: Container 'terminate-cmd-rpn': should get the expected 'RestartCount' 02/07/23 07:59:08.394 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Phase' 02/07/23 07:59:09.403 + STEP: Container 'terminate-cmd-rpn': should get the expected 'Ready' condition 02/07/23 07:59:12.428 + STEP: Container 'terminate-cmd-rpn': should get the expected 'State' 02/07/23 07:59:12.436 + STEP: Container 'terminate-cmd-rpn': should be possible to delete [NodeConformance] 02/07/23 07:59:12.437 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 + Feb 7 07:59:12.460: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 + STEP: Destroying namespace "container-runtime-9742" for this suite. 02/07/23 07:59:12.464 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-apps] DisruptionController Listing PodDisruptionBudgets for all namespaces + should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:87 +[BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:59:12.472 +Feb 7 07:59:12.472: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename disruption 02/07/23 07:59:12.474 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:12.486 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:12.491 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 +[BeforeEach] Listing PodDisruptionBudgets for all namespaces + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:59:12.496 +Feb 7 07:59:12.497: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename disruption-2 02/07/23 07:59:12.498 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:12.513 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:12.522 +[BeforeEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/metrics/init/init.go:31 +[It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:87 +STEP: Waiting for the pdb to be processed 02/07/23 07:59:12.532 +STEP: Waiting for the pdb to be processed 02/07/23 07:59:14.549 +STEP: Waiting for the pdb to be processed 02/07/23 07:59:16.568 +STEP: listing a collection of PDBs across all namespaces 02/07/23 07:59:18.577 +STEP: listing a collection of PDBs in namespace disruption-338 02/07/23 07:59:18.582 +STEP: deleting a collection of PDBs 02/07/23 07:59:18.586 +STEP: Waiting for the PDB collection to be deleted 02/07/23 07:59:18.598 +[AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/node/init/init.go:32 +Feb 7 07:59:18.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 +Feb 7 07:59:18.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] Listing PodDisruptionBudgets for all namespaces + dump namespaces | framework.go:196 +[DeferCleanup (Each)] Listing PodDisruptionBudgets for all namespaces + tear down framework | framework.go:193 +STEP: Destroying namespace "disruption-2-9316" for this suite. 02/07/23 07:59:18.609 +[DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 +STEP: Destroying namespace "disruption-338" for this suite. 02/07/23 07:59:18.618 +------------------------------ +• [SLOW TEST] [6.152 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + Listing PodDisruptionBudgets for all namespaces + test/e2e/apps/disruption.go:78 + should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:87 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:59:12.472 + Feb 7 07:59:12.472: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename disruption 02/07/23 07:59:12.474 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:12.486 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:12.491 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 + [BeforeEach] Listing PodDisruptionBudgets for all namespaces + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:59:12.496 + Feb 7 07:59:12.497: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename disruption-2 02/07/23 07:59:12.498 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:12.513 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:12.522 + [BeforeEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/metrics/init/init.go:31 + [It] should list and delete a collection of PodDisruptionBudgets [Conformance] + test/e2e/apps/disruption.go:87 + STEP: Waiting for the pdb to be processed 02/07/23 07:59:12.532 + STEP: Waiting for the pdb to be processed 02/07/23 07:59:14.549 + STEP: Waiting for the pdb to be processed 02/07/23 07:59:16.568 + STEP: listing a collection of PDBs across all namespaces 02/07/23 07:59:18.577 + STEP: listing a collection of PDBs in namespace disruption-338 02/07/23 07:59:18.582 + STEP: deleting a collection of PDBs 02/07/23 07:59:18.586 + STEP: Waiting for the PDB collection to be deleted 02/07/23 07:59:18.598 + [AfterEach] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/node/init/init.go:32 + Feb 7 07:59:18.601: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 + Feb 7 07:59:18.605: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] Listing PodDisruptionBudgets for all namespaces + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] Listing PodDisruptionBudgets for all namespaces + dump namespaces | framework.go:196 + [DeferCleanup (Each)] Listing PodDisruptionBudgets for all namespaces + tear down framework | framework.go:193 + STEP: Destroying namespace "disruption-2-9316" for this suite. 02/07/23 07:59:18.609 + [DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 + STEP: Destroying namespace "disruption-338" for this suite. 02/07/23 07:59:18.618 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] ConfigMap + binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:175 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:59:18.624 +Feb 7 07:59:18.624: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 07:59:18.625 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:18.637 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:18.639 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:175 +STEP: Creating configMap with name configmap-test-upd-ec91c820-4c74-4eb3-ad48-71ad70a32043 02/07/23 07:59:18.644 +STEP: Creating the pod 02/07/23 07:59:18.647 +Feb 7 07:59:18.655: INFO: Waiting up to 5m0s for pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766" in namespace "configmap-5319" to be "running" +Feb 7 07:59:18.659: INFO: Pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766": Phase="Pending", Reason="", readiness=false. Elapsed: 4.11378ms +Feb 7 07:59:20.666: INFO: Pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766": Phase="Running", Reason="", readiness=false. Elapsed: 2.011927368s +Feb 7 07:59:20.667: INFO: Pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766" satisfied condition "running" +STEP: Waiting for pod with text data 02/07/23 07:59:20.667 +STEP: Waiting for pod with binary data 02/07/23 07:59:20.677 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 07:59:20.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-5319" for this suite. 02/07/23 07:59:20.69 +------------------------------ +• [2.073 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:175 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:59:18.624 + Feb 7 07:59:18.624: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 07:59:18.625 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:18.637 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:18.639 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] binary data should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:175 + STEP: Creating configMap with name configmap-test-upd-ec91c820-4c74-4eb3-ad48-71ad70a32043 02/07/23 07:59:18.644 + STEP: Creating the pod 02/07/23 07:59:18.647 + Feb 7 07:59:18.655: INFO: Waiting up to 5m0s for pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766" in namespace "configmap-5319" to be "running" + Feb 7 07:59:18.659: INFO: Pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766": Phase="Pending", Reason="", readiness=false. Elapsed: 4.11378ms + Feb 7 07:59:20.666: INFO: Pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766": Phase="Running", Reason="", readiness=false. Elapsed: 2.011927368s + Feb 7 07:59:20.667: INFO: Pod "pod-configmaps-4fd05e35-ec9f-40e3-afb4-23104f278766" satisfied condition "running" + STEP: Waiting for pod with text data 02/07/23 07:59:20.667 + STEP: Waiting for pod with binary data 02/07/23 07:59:20.677 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 07:59:20.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-5319" for this suite. 02/07/23 07:59:20.69 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] Downward API + should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:166 +[BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:59:20.698 +Feb 7 07:59:20.698: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 07:59:20.7 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:20.713 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:20.716 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 +[It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:166 +STEP: Creating a pod to test downward api env vars 02/07/23 07:59:20.719 +Feb 7 07:59:20.725: INFO: Waiting up to 5m0s for pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356" in namespace "downward-api-400" to be "Succeeded or Failed" +Feb 7 07:59:20.727: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356": Phase="Pending", Reason="", readiness=false. Elapsed: 2.231787ms +Feb 7 07:59:22.732: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007014326s +Feb 7 07:59:24.735: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009838712s +STEP: Saw pod success 02/07/23 07:59:24.735 +Feb 7 07:59:24.735: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356" satisfied condition "Succeeded or Failed" +Feb 7 07:59:24.740: INFO: Trying to get logs from node node1 pod downward-api-f2449e25-dc79-41b6-b80e-1337ee167356 container dapi-container: +STEP: delete the pod 02/07/23 07:59:24.765 +Feb 7 07:59:24.779: INFO: Waiting for pod downward-api-f2449e25-dc79-41b6-b80e-1337ee167356 to disappear +Feb 7 07:59:24.782: INFO: Pod downward-api-f2449e25-dc79-41b6-b80e-1337ee167356 no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 +Feb 7 07:59:24.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-400" for this suite. 02/07/23 07:59:24.787 +------------------------------ +• [4.096 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:166 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:59:20.698 + Feb 7 07:59:20.698: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 07:59:20.7 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:20.713 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:20.716 + [BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 + [It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:166 + STEP: Creating a pod to test downward api env vars 02/07/23 07:59:20.719 + Feb 7 07:59:20.725: INFO: Waiting up to 5m0s for pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356" in namespace "downward-api-400" to be "Succeeded or Failed" + Feb 7 07:59:20.727: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356": Phase="Pending", Reason="", readiness=false. Elapsed: 2.231787ms + Feb 7 07:59:22.732: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007014326s + Feb 7 07:59:24.735: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009838712s + STEP: Saw pod success 02/07/23 07:59:24.735 + Feb 7 07:59:24.735: INFO: Pod "downward-api-f2449e25-dc79-41b6-b80e-1337ee167356" satisfied condition "Succeeded or Failed" + Feb 7 07:59:24.740: INFO: Trying to get logs from node node1 pod downward-api-f2449e25-dc79-41b6-b80e-1337ee167356 container dapi-container: + STEP: delete the pod 02/07/23 07:59:24.765 + Feb 7 07:59:24.779: INFO: Waiting for pod downward-api-f2449e25-dc79-41b6-b80e-1337ee167356 to disappear + Feb 7 07:59:24.782: INFO: Pod downward-api-f2449e25-dc79-41b6-b80e-1337ee167356 no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 + Feb 7 07:59:24.783: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-400" for this suite. 02/07/23 07:59:24.787 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Security Context when creating containers with AllowPrivilegeEscalation + should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:609 +[BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:59:24.794 +Feb 7 07:59:24.794: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename security-context-test 02/07/23 07:59:24.796 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:24.812 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:24.815 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 +[It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:609 +Feb 7 07:59:24.827: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948" in namespace "security-context-test-719" to be "Succeeded or Failed" +Feb 7 07:59:24.830: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 3.33558ms +Feb 7 07:59:26.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010156841s +Feb 7 07:59:28.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 4.00754222s +Feb 7 07:59:30.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 6.010351306s +Feb 7 07:59:32.838: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 8.011522772s +Feb 7 07:59:34.838: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 10.010932587s +Feb 7 07:59:36.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010118358s +Feb 7 07:59:38.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 14.007449849s +Feb 7 07:59:40.836: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 16.00957372s +Feb 7 07:59:42.836: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 18.009492895s +Feb 7 07:59:44.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 20.010373728s +Feb 7 07:59:46.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 22.01014628s +Feb 7 07:59:48.836: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Running", Reason="", readiness=true. Elapsed: 24.008968945s +Feb 7 07:59:50.838: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Running", Reason="", readiness=false. Elapsed: 26.011133634s +Feb 7 07:59:52.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Succeeded", Reason="", readiness=false. Elapsed: 28.007305843s +Feb 7 07:59:52.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 +Feb 7 07:59:52.843: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 +STEP: Destroying namespace "security-context-test-719" for this suite. 02/07/23 07:59:52.849 +------------------------------ +• [SLOW TEST] [28.064 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + when creating containers with AllowPrivilegeEscalation + test/e2e/common/node/security_context.go:555 + should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:609 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:59:24.794 + Feb 7 07:59:24.794: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename security-context-test 02/07/23 07:59:24.796 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:24.812 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:24.815 + [BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 + [It] should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:609 + Feb 7 07:59:24.827: INFO: Waiting up to 5m0s for pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948" in namespace "security-context-test-719" to be "Succeeded or Failed" + Feb 7 07:59:24.830: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 3.33558ms + Feb 7 07:59:26.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010156841s + Feb 7 07:59:28.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 4.00754222s + Feb 7 07:59:30.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 6.010351306s + Feb 7 07:59:32.838: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 8.011522772s + Feb 7 07:59:34.838: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 10.010932587s + Feb 7 07:59:36.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 12.010118358s + Feb 7 07:59:38.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 14.007449849s + Feb 7 07:59:40.836: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 16.00957372s + Feb 7 07:59:42.836: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 18.009492895s + Feb 7 07:59:44.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 20.010373728s + Feb 7 07:59:46.837: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Pending", Reason="", readiness=false. Elapsed: 22.01014628s + Feb 7 07:59:48.836: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Running", Reason="", readiness=true. Elapsed: 24.008968945s + Feb 7 07:59:50.838: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Running", Reason="", readiness=false. Elapsed: 26.011133634s + Feb 7 07:59:52.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948": Phase="Succeeded", Reason="", readiness=false. Elapsed: 28.007305843s + Feb 7 07:59:52.834: INFO: Pod "alpine-nnp-false-0c7e6bb6-07c7-4ad4-864f-c16392cf5948" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 + Feb 7 07:59:52.843: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 + STEP: Destroying namespace "security-context-test-719" for this suite. 02/07/23 07:59:52.849 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 +[BeforeEach] [sig-network] Networking + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 07:59:52.859 +Feb 7 07:59:52.860: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pod-network-test 02/07/23 07:59:52.861 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:52.878 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:52.884 +[BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 +[It] should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 +STEP: Performing setup for networking test in namespace pod-network-test-6984 02/07/23 07:59:52.887 +STEP: creating a selector 02/07/23 07:59:52.887 +STEP: Creating the service pods in kubernetes 02/07/23 07:59:52.887 +Feb 7 07:59:52.887: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Feb 7 07:59:52.910: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6984" to be "running and ready" +Feb 7 07:59:52.917: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.770865ms +Feb 7 07:59:52.917: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 07:59:54.925: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.015561489s +Feb 7 07:59:54.925: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:59:56.924: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.014211058s +Feb 7 07:59:56.924: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 07:59:58.925: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.015268701s +Feb 7 07:59:58.925: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:00:00.924: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.014632266s +Feb 7 08:00:00.925: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:00:02.921: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.010698756s +Feb 7 08:00:02.921: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:00:04.925: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.014918379s +Feb 7 08:00:04.925: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Feb 7 08:00:04.925: INFO: Pod "netserver-0" satisfied condition "running and ready" +Feb 7 08:00:04.928: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6984" to be "running and ready" +Feb 7 08:00:04.933: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.587924ms +Feb 7 08:00:04.933: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Feb 7 08:00:04.933: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 02/07/23 08:00:04.937 +Feb 7 08:00:04.944: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6984" to be "running" +Feb 7 08:00:04.947: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.674074ms +Feb 7 08:00:06.954: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010146527s +Feb 7 08:00:06.954: INFO: Pod "test-container-pod" satisfied condition "running" +Feb 7 08:00:06.959: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Feb 7 08:00:06.959: INFO: Breadth first check of 192.168.134.142 on host 172.30.41.41... +Feb 7 08:00:06.964: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.48:9080/dial?request=hostname&protocol=http&host=192.168.134.142&port=8083&tries=1'] Namespace:pod-network-test-6984 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:00:06.964: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:00:06.966: INFO: ExecWithOptions: Clientset creation +Feb 7 08:00:06.966: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-6984/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D192.168.134.142%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Feb 7 08:00:07.075: INFO: Waiting for responses: map[] +Feb 7 08:00:07.075: INFO: reached 192.168.134.142 after 0/1 tries +Feb 7 08:00:07.075: INFO: Breadth first check of 192.168.136.7 on host 172.30.41.42... +Feb 7 08:00:07.081: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.48:9080/dial?request=hostname&protocol=http&host=192.168.136.7&port=8083&tries=1'] Namespace:pod-network-test-6984 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:00:07.081: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:00:07.083: INFO: ExecWithOptions: Clientset creation +Feb 7 08:00:07.083: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-6984/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D192.168.136.7%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Feb 7 08:00:07.188: INFO: Waiting for responses: map[] +Feb 7 08:00:07.188: INFO: reached 192.168.136.7 after 0/1 tries +Feb 7 08:00:07.188: INFO: Going to retry 0 out of 2 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 +Feb 7 08:00:07.188: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 +STEP: Destroying namespace "pod-network-test-6984" for this suite. 02/07/23 08:00:07.194 +------------------------------ +• [SLOW TEST] [14.345 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 07:59:52.859 + Feb 7 07:59:52.860: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pod-network-test 02/07/23 07:59:52.861 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 07:59:52.878 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 07:59:52.884 + [BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 + [It] should function for intra-pod communication: http [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:82 + STEP: Performing setup for networking test in namespace pod-network-test-6984 02/07/23 07:59:52.887 + STEP: creating a selector 02/07/23 07:59:52.887 + STEP: Creating the service pods in kubernetes 02/07/23 07:59:52.887 + Feb 7 07:59:52.887: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Feb 7 07:59:52.910: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-6984" to be "running and ready" + Feb 7 07:59:52.917: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.770865ms + Feb 7 07:59:52.917: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 07:59:54.925: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.015561489s + Feb 7 07:59:54.925: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:59:56.924: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.014211058s + Feb 7 07:59:56.924: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 07:59:58.925: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.015268701s + Feb 7 07:59:58.925: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:00:00.924: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.014632266s + Feb 7 08:00:00.925: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:00:02.921: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.010698756s + Feb 7 08:00:02.921: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:00:04.925: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 12.014918379s + Feb 7 08:00:04.925: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Feb 7 08:00:04.925: INFO: Pod "netserver-0" satisfied condition "running and ready" + Feb 7 08:00:04.928: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-6984" to be "running and ready" + Feb 7 08:00:04.933: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.587924ms + Feb 7 08:00:04.933: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Feb 7 08:00:04.933: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 02/07/23 08:00:04.937 + Feb 7 08:00:04.944: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-6984" to be "running" + Feb 7 08:00:04.947: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.674074ms + Feb 7 08:00:06.954: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010146527s + Feb 7 08:00:06.954: INFO: Pod "test-container-pod" satisfied condition "running" + Feb 7 08:00:06.959: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Feb 7 08:00:06.959: INFO: Breadth first check of 192.168.134.142 on host 172.30.41.41... + Feb 7 08:00:06.964: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.48:9080/dial?request=hostname&protocol=http&host=192.168.134.142&port=8083&tries=1'] Namespace:pod-network-test-6984 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:00:06.964: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:00:06.966: INFO: ExecWithOptions: Clientset creation + Feb 7 08:00:06.966: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-6984/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D192.168.134.142%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Feb 7 08:00:07.075: INFO: Waiting for responses: map[] + Feb 7 08:00:07.075: INFO: reached 192.168.134.142 after 0/1 tries + Feb 7 08:00:07.075: INFO: Breadth first check of 192.168.136.7 on host 172.30.41.42... + Feb 7 08:00:07.081: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.48:9080/dial?request=hostname&protocol=http&host=192.168.136.7&port=8083&tries=1'] Namespace:pod-network-test-6984 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:00:07.081: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:00:07.083: INFO: ExecWithOptions: Clientset creation + Feb 7 08:00:07.083: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-6984/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.48%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dhttp%26host%3D192.168.136.7%26port%3D8083%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Feb 7 08:00:07.188: INFO: Waiting for responses: map[] + Feb 7 08:00:07.188: INFO: reached 192.168.136.7 after 0/1 tries + Feb 7 08:00:07.188: INFO: Going to retry 0 out of 2 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 + Feb 7 08:00:07.188: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 + STEP: Destroying namespace "pod-network-test-6984" for this suite. 02/07/23 08:00:07.194 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Update Demo + should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:339 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:00:07.205 +Feb 7 08:00:07.205: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:00:07.206 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:00:07.275 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:00:07.283 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:326 +[It] should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:339 +STEP: creating a replication controller 02/07/23 08:00:07.288 +Feb 7 08:00:07.288: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 create -f -' +Feb 7 08:00:08.046: INFO: stderr: "" +Feb 7 08:00:08.046: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:00:08.046 +Feb 7 08:00:08.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:08.145: INFO: stderr: "" +Feb 7 08:00:08.145: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:08.145: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:08.243: INFO: stderr: "" +Feb 7 08:00:08.243: INFO: stdout: "" +Feb 7 08:00:08.243: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:13.245: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:13.369: INFO: stderr: "" +Feb 7 08:00:13.369: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:13.369: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:13.456: INFO: stderr: "" +Feb 7 08:00:13.456: INFO: stdout: "" +Feb 7 08:00:13.456: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:18.457: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:18.583: INFO: stderr: "" +Feb 7 08:00:18.583: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:18.583: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:18.708: INFO: stderr: "" +Feb 7 08:00:18.708: INFO: stdout: "" +Feb 7 08:00:18.708: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:23.709: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:23.830: INFO: stderr: "" +Feb 7 08:00:23.830: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:23.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:23.961: INFO: stderr: "" +Feb 7 08:00:23.961: INFO: stdout: "" +Feb 7 08:00:23.961: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:28.964: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:29.099: INFO: stderr: "" +Feb 7 08:00:29.099: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:29.099: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:29.226: INFO: stderr: "" +Feb 7 08:00:29.226: INFO: stdout: "" +Feb 7 08:00:29.226: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:34.229: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:34.347: INFO: stderr: "" +Feb 7 08:00:34.347: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:34.347: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:34.468: INFO: stderr: "" +Feb 7 08:00:34.469: INFO: stdout: "" +Feb 7 08:00:34.469: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:39.469: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:39.585: INFO: stderr: "" +Feb 7 08:00:39.585: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:39.585: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:39.701: INFO: stderr: "" +Feb 7 08:00:39.701: INFO: stdout: "" +Feb 7 08:00:39.701: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:44.704: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:44.845: INFO: stderr: "" +Feb 7 08:00:44.845: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:44.845: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:44.991: INFO: stderr: "" +Feb 7 08:00:44.991: INFO: stdout: "" +Feb 7 08:00:44.991: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:49.992: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:50.139: INFO: stderr: "" +Feb 7 08:00:50.139: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:50.139: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:50.267: INFO: stderr: "" +Feb 7 08:00:50.267: INFO: stdout: "" +Feb 7 08:00:50.267: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:00:55.268: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:00:55.395: INFO: stderr: "" +Feb 7 08:00:55.395: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:00:55.395: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:00:55.502: INFO: stderr: "" +Feb 7 08:00:55.502: INFO: stdout: "" +Feb 7 08:00:55.502: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:00.504: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:00.643: INFO: stderr: "" +Feb 7 08:01:00.643: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:00.643: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:00.746: INFO: stderr: "" +Feb 7 08:01:00.746: INFO: stdout: "" +Feb 7 08:01:00.746: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:05.747: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:05.886: INFO: stderr: "" +Feb 7 08:01:05.886: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:05.886: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:05.990: INFO: stderr: "" +Feb 7 08:01:05.990: INFO: stdout: "" +Feb 7 08:01:05.990: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:10.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:11.142: INFO: stderr: "" +Feb 7 08:01:11.142: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:11.142: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:11.246: INFO: stderr: "" +Feb 7 08:01:11.246: INFO: stdout: "" +Feb 7 08:01:11.246: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:16.247: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:16.376: INFO: stderr: "" +Feb 7 08:01:16.376: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:16.376: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:16.493: INFO: stderr: "" +Feb 7 08:01:16.493: INFO: stdout: "" +Feb 7 08:01:16.493: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:21.494: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:21.617: INFO: stderr: "" +Feb 7 08:01:21.617: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:21.617: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:21.716: INFO: stderr: "" +Feb 7 08:01:21.716: INFO: stdout: "" +Feb 7 08:01:21.716: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:26.716: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:26.849: INFO: stderr: "" +Feb 7 08:01:26.849: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:26.849: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:26.984: INFO: stderr: "" +Feb 7 08:01:26.984: INFO: stdout: "" +Feb 7 08:01:26.984: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:31.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:32.107: INFO: stderr: "" +Feb 7 08:01:32.107: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:32.107: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:32.219: INFO: stderr: "" +Feb 7 08:01:32.219: INFO: stdout: "" +Feb 7 08:01:32.219: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:37.220: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:37.345: INFO: stderr: "" +Feb 7 08:01:37.345: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:37.345: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:37.459: INFO: stderr: "" +Feb 7 08:01:37.459: INFO: stdout: "" +Feb 7 08:01:37.459: INFO: update-demo-nautilus-lns7l is created but not running +Feb 7 08:01:42.460: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:42.591: INFO: stderr: "" +Feb 7 08:01:42.591: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:42.591: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:42.699: INFO: stderr: "" +Feb 7 08:01:42.699: INFO: stdout: "true" +Feb 7 08:01:42.699: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:01:42.803: INFO: stderr: "" +Feb 7 08:01:42.803: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:01:42.803: INFO: validating pod update-demo-nautilus-lns7l +Feb 7 08:01:42.820: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:01:42.820: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:01:42.820: INFO: update-demo-nautilus-lns7l is verified up and running +Feb 7 08:01:42.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-ww8p8 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:42.927: INFO: stderr: "" +Feb 7 08:01:42.927: INFO: stdout: "" +Feb 7 08:01:42.927: INFO: update-demo-nautilus-ww8p8 is created but not running +Feb 7 08:01:47.927: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:01:48.085: INFO: stderr: "" +Feb 7 08:01:48.085: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " +Feb 7 08:01:48.086: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:48.215: INFO: stderr: "" +Feb 7 08:01:48.215: INFO: stdout: "true" +Feb 7 08:01:48.215: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:01:48.332: INFO: stderr: "" +Feb 7 08:01:48.332: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:01:48.332: INFO: validating pod update-demo-nautilus-lns7l +Feb 7 08:01:48.337: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:01:48.337: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:01:48.337: INFO: update-demo-nautilus-lns7l is verified up and running +Feb 7 08:01:48.338: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-ww8p8 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:01:48.432: INFO: stderr: "" +Feb 7 08:01:48.432: INFO: stdout: "true" +Feb 7 08:01:48.433: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-ww8p8 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:01:48.548: INFO: stderr: "" +Feb 7 08:01:48.548: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:01:48.548: INFO: validating pod update-demo-nautilus-ww8p8 +Feb 7 08:01:48.556: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:01:48.556: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:01:48.556: INFO: update-demo-nautilus-ww8p8 is verified up and running +STEP: using delete to clean up resources 02/07/23 08:01:48.556 +Feb 7 08:01:48.556: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 delete --grace-period=0 --force -f -' +Feb 7 08:01:48.677: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 08:01:48.677: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Feb 7 08:01:48.677: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get rc,svc -l name=update-demo --no-headers' +Feb 7 08:01:48.858: INFO: stderr: "No resources found in kubectl-8734 namespace.\n" +Feb 7 08:01:48.858: INFO: stdout: "" +Feb 7 08:01:48.858: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Feb 7 08:01:49.299: INFO: stderr: "" +Feb 7 08:01:49.299: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:01:49.299: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-8734" for this suite. 02/07/23 08:01:49.303 +------------------------------ +• [SLOW TEST] [102.102 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Update Demo + test/e2e/kubectl/kubectl.go:324 + should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:339 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:00:07.205 + Feb 7 08:00:07.205: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:00:07.206 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:00:07.275 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:00:07.283 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:326 + [It] should create and stop a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:339 + STEP: creating a replication controller 02/07/23 08:00:07.288 + Feb 7 08:00:07.288: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 create -f -' + Feb 7 08:00:08.046: INFO: stderr: "" + Feb 7 08:00:08.046: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:00:08.046 + Feb 7 08:00:08.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:08.145: INFO: stderr: "" + Feb 7 08:00:08.145: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:08.145: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:08.243: INFO: stderr: "" + Feb 7 08:00:08.243: INFO: stdout: "" + Feb 7 08:00:08.243: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:13.245: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:13.369: INFO: stderr: "" + Feb 7 08:00:13.369: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:13.369: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:13.456: INFO: stderr: "" + Feb 7 08:00:13.456: INFO: stdout: "" + Feb 7 08:00:13.456: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:18.457: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:18.583: INFO: stderr: "" + Feb 7 08:00:18.583: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:18.583: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:18.708: INFO: stderr: "" + Feb 7 08:00:18.708: INFO: stdout: "" + Feb 7 08:00:18.708: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:23.709: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:23.830: INFO: stderr: "" + Feb 7 08:00:23.830: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:23.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:23.961: INFO: stderr: "" + Feb 7 08:00:23.961: INFO: stdout: "" + Feb 7 08:00:23.961: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:28.964: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:29.099: INFO: stderr: "" + Feb 7 08:00:29.099: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:29.099: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:29.226: INFO: stderr: "" + Feb 7 08:00:29.226: INFO: stdout: "" + Feb 7 08:00:29.226: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:34.229: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:34.347: INFO: stderr: "" + Feb 7 08:00:34.347: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:34.347: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:34.468: INFO: stderr: "" + Feb 7 08:00:34.469: INFO: stdout: "" + Feb 7 08:00:34.469: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:39.469: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:39.585: INFO: stderr: "" + Feb 7 08:00:39.585: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:39.585: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:39.701: INFO: stderr: "" + Feb 7 08:00:39.701: INFO: stdout: "" + Feb 7 08:00:39.701: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:44.704: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:44.845: INFO: stderr: "" + Feb 7 08:00:44.845: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:44.845: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:44.991: INFO: stderr: "" + Feb 7 08:00:44.991: INFO: stdout: "" + Feb 7 08:00:44.991: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:49.992: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:50.139: INFO: stderr: "" + Feb 7 08:00:50.139: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:50.139: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:50.267: INFO: stderr: "" + Feb 7 08:00:50.267: INFO: stdout: "" + Feb 7 08:00:50.267: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:00:55.268: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:00:55.395: INFO: stderr: "" + Feb 7 08:00:55.395: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:00:55.395: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:00:55.502: INFO: stderr: "" + Feb 7 08:00:55.502: INFO: stdout: "" + Feb 7 08:00:55.502: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:00.504: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:00.643: INFO: stderr: "" + Feb 7 08:01:00.643: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:00.643: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:00.746: INFO: stderr: "" + Feb 7 08:01:00.746: INFO: stdout: "" + Feb 7 08:01:00.746: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:05.747: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:05.886: INFO: stderr: "" + Feb 7 08:01:05.886: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:05.886: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:05.990: INFO: stderr: "" + Feb 7 08:01:05.990: INFO: stdout: "" + Feb 7 08:01:05.990: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:10.994: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:11.142: INFO: stderr: "" + Feb 7 08:01:11.142: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:11.142: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:11.246: INFO: stderr: "" + Feb 7 08:01:11.246: INFO: stdout: "" + Feb 7 08:01:11.246: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:16.247: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:16.376: INFO: stderr: "" + Feb 7 08:01:16.376: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:16.376: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:16.493: INFO: stderr: "" + Feb 7 08:01:16.493: INFO: stdout: "" + Feb 7 08:01:16.493: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:21.494: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:21.617: INFO: stderr: "" + Feb 7 08:01:21.617: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:21.617: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:21.716: INFO: stderr: "" + Feb 7 08:01:21.716: INFO: stdout: "" + Feb 7 08:01:21.716: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:26.716: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:26.849: INFO: stderr: "" + Feb 7 08:01:26.849: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:26.849: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:26.984: INFO: stderr: "" + Feb 7 08:01:26.984: INFO: stdout: "" + Feb 7 08:01:26.984: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:31.985: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:32.107: INFO: stderr: "" + Feb 7 08:01:32.107: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:32.107: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:32.219: INFO: stderr: "" + Feb 7 08:01:32.219: INFO: stdout: "" + Feb 7 08:01:32.219: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:37.220: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:37.345: INFO: stderr: "" + Feb 7 08:01:37.345: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:37.345: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:37.459: INFO: stderr: "" + Feb 7 08:01:37.459: INFO: stdout: "" + Feb 7 08:01:37.459: INFO: update-demo-nautilus-lns7l is created but not running + Feb 7 08:01:42.460: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:42.591: INFO: stderr: "" + Feb 7 08:01:42.591: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:42.591: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:42.699: INFO: stderr: "" + Feb 7 08:01:42.699: INFO: stdout: "true" + Feb 7 08:01:42.699: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:01:42.803: INFO: stderr: "" + Feb 7 08:01:42.803: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:01:42.803: INFO: validating pod update-demo-nautilus-lns7l + Feb 7 08:01:42.820: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:01:42.820: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:01:42.820: INFO: update-demo-nautilus-lns7l is verified up and running + Feb 7 08:01:42.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-ww8p8 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:42.927: INFO: stderr: "" + Feb 7 08:01:42.927: INFO: stdout: "" + Feb 7 08:01:42.927: INFO: update-demo-nautilus-ww8p8 is created but not running + Feb 7 08:01:47.927: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:01:48.085: INFO: stderr: "" + Feb 7 08:01:48.085: INFO: stdout: "update-demo-nautilus-lns7l update-demo-nautilus-ww8p8 " + Feb 7 08:01:48.086: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:48.215: INFO: stderr: "" + Feb 7 08:01:48.215: INFO: stdout: "true" + Feb 7 08:01:48.215: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-lns7l -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:01:48.332: INFO: stderr: "" + Feb 7 08:01:48.332: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:01:48.332: INFO: validating pod update-demo-nautilus-lns7l + Feb 7 08:01:48.337: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:01:48.337: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:01:48.337: INFO: update-demo-nautilus-lns7l is verified up and running + Feb 7 08:01:48.338: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-ww8p8 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:01:48.432: INFO: stderr: "" + Feb 7 08:01:48.432: INFO: stdout: "true" + Feb 7 08:01:48.433: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods update-demo-nautilus-ww8p8 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:01:48.548: INFO: stderr: "" + Feb 7 08:01:48.548: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:01:48.548: INFO: validating pod update-demo-nautilus-ww8p8 + Feb 7 08:01:48.556: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:01:48.556: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:01:48.556: INFO: update-demo-nautilus-ww8p8 is verified up and running + STEP: using delete to clean up resources 02/07/23 08:01:48.556 + Feb 7 08:01:48.556: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 delete --grace-period=0 --force -f -' + Feb 7 08:01:48.677: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 08:01:48.677: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Feb 7 08:01:48.677: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get rc,svc -l name=update-demo --no-headers' + Feb 7 08:01:48.858: INFO: stderr: "No resources found in kubectl-8734 namespace.\n" + Feb 7 08:01:48.858: INFO: stdout: "" + Feb 7 08:01:48.858: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-8734 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Feb 7 08:01:49.299: INFO: stderr: "" + Feb 7 08:01:49.299: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:01:49.299: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-8734" for this suite. 02/07/23 08:01:49.303 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:239 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:01:49.317 +Feb 7 08:01:49.317: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:01:49.319 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:01:49.328 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:01:49.331 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:01:49.344 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:01:49.866 +STEP: Deploying the webhook pod 02/07/23 08:01:49.874 +STEP: Wait for the deployment to be ready 02/07/23 08:01:49.89 +Feb 7 08:01:49.899: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:01:51.91 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:01:51.923 +Feb 7 08:01:52.923: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:239 +STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API 02/07/23 08:01:52.928 +STEP: create a namespace for the webhook 02/07/23 08:01:52.957 +STEP: create a configmap should be unconditionally rejected by the webhook 02/07/23 08:01:52.969 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:01:53.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-9227" for this suite. 02/07/23 08:01:53.048 +STEP: Destroying namespace "webhook-9227-markers" for this suite. 02/07/23 08:01:53.055 +------------------------------ +• [3.751 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:239 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:01:49.317 + Feb 7 08:01:49.317: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:01:49.319 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:01:49.328 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:01:49.331 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:01:49.344 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:01:49.866 + STEP: Deploying the webhook pod 02/07/23 08:01:49.874 + STEP: Wait for the deployment to be ready 02/07/23 08:01:49.89 + Feb 7 08:01:49.899: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:01:51.91 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:01:51.923 + Feb 7 08:01:52.923: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should unconditionally reject operations on fail closed webhook [Conformance] + test/e2e/apimachinery/webhook.go:239 + STEP: Registering a webhook that server cannot talk to, with fail closed policy, via the AdmissionRegistration API 02/07/23 08:01:52.928 + STEP: create a namespace for the webhook 02/07/23 08:01:52.957 + STEP: create a configmap should be unconditionally rejected by the webhook 02/07/23 08:01:52.969 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:01:53.020: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-9227" for this suite. 02/07/23 08:01:53.048 + STEP: Destroying namespace "webhook-9227-markers" for this suite. 02/07/23 08:01:53.055 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:117 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:01:53.066 +Feb 7 08:01:53.066: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:01:53.068 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:01:53.077 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:01:53.079 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:01:53.088 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:01:53.326 +STEP: Deploying the webhook pod 02/07/23 08:01:53.333 +STEP: Wait for the deployment to be ready 02/07/23 08:01:53.345 +Feb 7 08:01:53.353: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Feb 7 08:01:55.370: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-865554f4d9\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 02/07/23 08:01:57.378 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:01:57.394 +Feb 7 08:01:58.395: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:117 +STEP: fetching the /apis discovery document 02/07/23 08:01:58.401 +STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 02/07/23 08:01:58.403 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 02/07/23 08:01:58.403 +STEP: fetching the /apis/admissionregistration.k8s.io discovery document 02/07/23 08:01:58.403 +STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 02/07/23 08:01:58.405 +STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 02/07/23 08:01:58.405 +STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 02/07/23 08:01:58.407 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:01:58.408: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-5833" for this suite. 02/07/23 08:01:58.449 +STEP: Destroying namespace "webhook-5833-markers" for this suite. 02/07/23 08:01:58.457 +------------------------------ +• [SLOW TEST] [5.402 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:117 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:01:53.066 + Feb 7 08:01:53.066: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:01:53.068 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:01:53.077 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:01:53.079 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:01:53.088 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:01:53.326 + STEP: Deploying the webhook pod 02/07/23 08:01:53.333 + STEP: Wait for the deployment to be ready 02/07/23 08:01:53.345 + Feb 7 08:01:53.353: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Feb 7 08:01:55.370: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 1, 53, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-865554f4d9\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 02/07/23 08:01:57.378 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:01:57.394 + Feb 7 08:01:58.395: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should include webhook resources in discovery documents [Conformance] + test/e2e/apimachinery/webhook.go:117 + STEP: fetching the /apis discovery document 02/07/23 08:01:58.401 + STEP: finding the admissionregistration.k8s.io API group in the /apis discovery document 02/07/23 08:01:58.403 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis discovery document 02/07/23 08:01:58.403 + STEP: fetching the /apis/admissionregistration.k8s.io discovery document 02/07/23 08:01:58.403 + STEP: finding the admissionregistration.k8s.io/v1 API group/version in the /apis/admissionregistration.k8s.io discovery document 02/07/23 08:01:58.405 + STEP: fetching the /apis/admissionregistration.k8s.io/v1 discovery document 02/07/23 08:01:58.405 + STEP: finding mutatingwebhookconfigurations and validatingwebhookconfigurations resources in the /apis/admissionregistration.k8s.io/v1 discovery document 02/07/23 08:01:58.407 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:01:58.408: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-5833" for this suite. 02/07/23 08:01:58.449 + STEP: Destroying namespace "webhook-5833-markers" for this suite. 02/07/23 08:01:58.457 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-network] Service endpoints latency + should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +[BeforeEach] [sig-network] Service endpoints latency + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:01:58.47 +Feb 7 08:01:58.470: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svc-latency 02/07/23 08:01:58.472 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:01:58.482 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:01:58.49 +[BeforeEach] [sig-network] Service endpoints latency + test/e2e/framework/metrics/init/init.go:31 +[It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 +Feb 7 08:01:58.492: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: creating replication controller svc-latency-rc in namespace svc-latency-4393 02/07/23 08:01:58.493 +I0207 08:01:58.499002 20 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-4393, replica count: 1 +I0207 08:01:59.550049 20 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +I0207 08:02:00.550275 20 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 08:02:00.671: INFO: Created: latency-svc-mrvwr +Feb 7 08:02:00.677: INFO: Got endpoints: latency-svc-mrvwr [26.701973ms] +Feb 7 08:02:00.692: INFO: Created: latency-svc-ncmkt +Feb 7 08:02:00.698: INFO: Got endpoints: latency-svc-ncmkt [20.361361ms] +Feb 7 08:02:00.702: INFO: Created: latency-svc-dx7rd +Feb 7 08:02:00.706: INFO: Got endpoints: latency-svc-dx7rd [28.106726ms] +Feb 7 08:02:00.711: INFO: Created: latency-svc-2qz8s +Feb 7 08:02:00.714: INFO: Got endpoints: latency-svc-2qz8s [36.104388ms] +Feb 7 08:02:00.718: INFO: Created: latency-svc-p6j2x +Feb 7 08:02:00.721: INFO: Got endpoints: latency-svc-p6j2x [43.471051ms] +Feb 7 08:02:00.725: INFO: Created: latency-svc-bqwb4 +Feb 7 08:02:00.727: INFO: Got endpoints: latency-svc-bqwb4 [49.560507ms] +Feb 7 08:02:00.730: INFO: Created: latency-svc-92x9j +Feb 7 08:02:00.731: INFO: Got endpoints: latency-svc-92x9j [52.69379ms] +Feb 7 08:02:00.736: INFO: Created: latency-svc-vt8t8 +Feb 7 08:02:00.742: INFO: Got endpoints: latency-svc-vt8t8 [64.133867ms] +Feb 7 08:02:00.745: INFO: Created: latency-svc-w7c24 +Feb 7 08:02:00.751: INFO: Got endpoints: latency-svc-w7c24 [72.35482ms] +Feb 7 08:02:00.753: INFO: Created: latency-svc-vwq9f +Feb 7 08:02:00.755: INFO: Got endpoints: latency-svc-vwq9f [77.339821ms] +Feb 7 08:02:00.761: INFO: Created: latency-svc-8kqdr +Feb 7 08:02:00.765: INFO: Got endpoints: latency-svc-8kqdr [85.967788ms] +Feb 7 08:02:00.767: INFO: Created: latency-svc-84444 +Feb 7 08:02:00.771: INFO: Got endpoints: latency-svc-84444 [91.999444ms] +Feb 7 08:02:00.773: INFO: Created: latency-svc-lkzgv +Feb 7 08:02:00.775: INFO: Got endpoints: latency-svc-lkzgv [96.065543ms] +Feb 7 08:02:00.782: INFO: Created: latency-svc-nr59n +Feb 7 08:02:00.788: INFO: Got endpoints: latency-svc-nr59n [108.709391ms] +Feb 7 08:02:00.792: INFO: Created: latency-svc-x2rqp +Feb 7 08:02:00.800: INFO: Got endpoints: latency-svc-x2rqp [120.965957ms] +Feb 7 08:02:00.810: INFO: Created: latency-svc-p2gjg +Feb 7 08:02:00.815: INFO: Got endpoints: latency-svc-p2gjg [135.657182ms] +Feb 7 08:02:00.816: INFO: Created: latency-svc-7lzdp +Feb 7 08:02:00.821: INFO: Got endpoints: latency-svc-7lzdp [122.925762ms] +Feb 7 08:02:00.823: INFO: Created: latency-svc-mwhw6 +Feb 7 08:02:00.827: INFO: Got endpoints: latency-svc-mwhw6 [121.278161ms] +Feb 7 08:02:00.830: INFO: Created: latency-svc-49tth +Feb 7 08:02:00.834: INFO: Got endpoints: latency-svc-49tth [120.109407ms] +Feb 7 08:02:00.836: INFO: Created: latency-svc-6qs6h +Feb 7 08:02:00.840: INFO: Got endpoints: latency-svc-6qs6h [119.007862ms] +Feb 7 08:02:00.844: INFO: Created: latency-svc-hxgdn +Feb 7 08:02:00.854: INFO: Got endpoints: latency-svc-hxgdn [126.268808ms] +Feb 7 08:02:00.856: INFO: Created: latency-svc-5mrnq +Feb 7 08:02:00.861: INFO: Got endpoints: latency-svc-5mrnq [130.24275ms] +Feb 7 08:02:00.868: INFO: Created: latency-svc-4md5g +Feb 7 08:02:00.873: INFO: Created: latency-svc-7zhjz +Feb 7 08:02:00.875: INFO: Got endpoints: latency-svc-4md5g [132.405228ms] +Feb 7 08:02:00.878: INFO: Got endpoints: latency-svc-7zhjz [127.156099ms] +Feb 7 08:02:00.879: INFO: Created: latency-svc-cdkzs +Feb 7 08:02:00.885: INFO: Got endpoints: latency-svc-cdkzs [129.238871ms] +Feb 7 08:02:00.887: INFO: Created: latency-svc-2mmfl +Feb 7 08:02:00.890: INFO: Got endpoints: latency-svc-2mmfl [125.035865ms] +Feb 7 08:02:00.893: INFO: Created: latency-svc-r7t22 +Feb 7 08:02:00.898: INFO: Got endpoints: latency-svc-r7t22 [127.38504ms] +Feb 7 08:02:00.899: INFO: Created: latency-svc-b4wm8 +Feb 7 08:02:00.905: INFO: Got endpoints: latency-svc-b4wm8 [129.928661ms] +Feb 7 08:02:00.908: INFO: Created: latency-svc-lhmrf +Feb 7 08:02:00.917: INFO: Got endpoints: latency-svc-lhmrf [129.816903ms] +Feb 7 08:02:00.918: INFO: Created: latency-svc-mqcqp +Feb 7 08:02:00.920: INFO: Got endpoints: latency-svc-mqcqp [120.389407ms] +Feb 7 08:02:00.931: INFO: Created: latency-svc-wp7ft +Feb 7 08:02:00.934: INFO: Got endpoints: latency-svc-wp7ft [119.28284ms] +Feb 7 08:02:00.942: INFO: Created: latency-svc-hklwc +Feb 7 08:02:00.947: INFO: Got endpoints: latency-svc-hklwc [126.24727ms] +Feb 7 08:02:00.951: INFO: Created: latency-svc-r9465 +Feb 7 08:02:00.964: INFO: Got endpoints: latency-svc-r9465 [136.715899ms] +Feb 7 08:02:00.967: INFO: Created: latency-svc-jzwpc +Feb 7 08:02:00.970: INFO: Got endpoints: latency-svc-jzwpc [135.747852ms] +Feb 7 08:02:00.985: INFO: Created: latency-svc-cc47k +Feb 7 08:02:00.987: INFO: Got endpoints: latency-svc-cc47k [146.64579ms] +Feb 7 08:02:00.990: INFO: Created: latency-svc-c2kcm +Feb 7 08:02:00.995: INFO: Got endpoints: latency-svc-c2kcm [140.940905ms] +Feb 7 08:02:01.000: INFO: Created: latency-svc-4w64t +Feb 7 08:02:01.006: INFO: Created: latency-svc-cgbsm +Feb 7 08:02:01.014: INFO: Created: latency-svc-ln9t6 +Feb 7 08:02:01.020: INFO: Created: latency-svc-xjc5j +Feb 7 08:02:01.023: INFO: Created: latency-svc-ddnzz +Feb 7 08:02:01.028: INFO: Got endpoints: latency-svc-4w64t [167.061475ms] +Feb 7 08:02:01.033: INFO: Created: latency-svc-qfwr5 +Feb 7 08:02:01.037: INFO: Created: latency-svc-b6842 +Feb 7 08:02:01.044: INFO: Created: latency-svc-ptlvc +Feb 7 08:02:01.053: INFO: Created: latency-svc-rgt4v +Feb 7 08:02:01.058: INFO: Created: latency-svc-xdhkd +Feb 7 08:02:01.077: INFO: Created: latency-svc-8lmxv +Feb 7 08:02:01.078: INFO: Got endpoints: latency-svc-cgbsm [203.414265ms] +Feb 7 08:02:01.089: INFO: Created: latency-svc-tb9zb +Feb 7 08:02:01.103: INFO: Created: latency-svc-z2s87 +Feb 7 08:02:01.113: INFO: Created: latency-svc-hvrkc +Feb 7 08:02:01.120: INFO: Created: latency-svc-49jn2 +Feb 7 08:02:01.125: INFO: Got endpoints: latency-svc-ln9t6 [246.958485ms] +Feb 7 08:02:01.127: INFO: Created: latency-svc-dcd6z +Feb 7 08:02:01.135: INFO: Created: latency-svc-v5zln +Feb 7 08:02:01.141: INFO: Created: latency-svc-zndb8 +Feb 7 08:02:01.188: INFO: Got endpoints: latency-svc-xjc5j [303.730718ms] +Feb 7 08:02:01.210: INFO: Created: latency-svc-qpbzc +Feb 7 08:02:01.226: INFO: Got endpoints: latency-svc-ddnzz [336.533868ms] +Feb 7 08:02:01.241: INFO: Created: latency-svc-pkxd4 +Feb 7 08:02:01.278: INFO: Got endpoints: latency-svc-qfwr5 [380.19784ms] +Feb 7 08:02:01.299: INFO: Created: latency-svc-pqbkt +Feb 7 08:02:01.333: INFO: Got endpoints: latency-svc-b6842 [428.506575ms] +Feb 7 08:02:01.348: INFO: Created: latency-svc-tscf6 +Feb 7 08:02:01.378: INFO: Got endpoints: latency-svc-ptlvc [460.409329ms] +Feb 7 08:02:01.392: INFO: Created: latency-svc-q6vcr +Feb 7 08:02:01.436: INFO: Got endpoints: latency-svc-rgt4v [515.876803ms] +Feb 7 08:02:01.453: INFO: Created: latency-svc-l5cp5 +Feb 7 08:02:01.478: INFO: Got endpoints: latency-svc-xdhkd [544.326283ms] +Feb 7 08:02:01.491: INFO: Created: latency-svc-jcrrj +Feb 7 08:02:01.527: INFO: Got endpoints: latency-svc-8lmxv [579.76855ms] +Feb 7 08:02:01.540: INFO: Created: latency-svc-x6frx +Feb 7 08:02:01.577: INFO: Got endpoints: latency-svc-tb9zb [613.245308ms] +Feb 7 08:02:01.598: INFO: Created: latency-svc-nzgzn +Feb 7 08:02:01.628: INFO: Got endpoints: latency-svc-z2s87 [658.468994ms] +Feb 7 08:02:01.661: INFO: Created: latency-svc-pjvck +Feb 7 08:02:01.686: INFO: Got endpoints: latency-svc-hvrkc [698.508271ms] +Feb 7 08:02:01.702: INFO: Created: latency-svc-99xlj +Feb 7 08:02:01.726: INFO: Got endpoints: latency-svc-49jn2 [731.222639ms] +Feb 7 08:02:01.740: INFO: Created: latency-svc-m48f9 +Feb 7 08:02:01.777: INFO: Got endpoints: latency-svc-dcd6z [748.43162ms] +Feb 7 08:02:01.793: INFO: Created: latency-svc-vc2gz +Feb 7 08:02:01.830: INFO: Got endpoints: latency-svc-v5zln [751.332241ms] +Feb 7 08:02:01.847: INFO: Created: latency-svc-tm4mz +Feb 7 08:02:01.877: INFO: Got endpoints: latency-svc-zndb8 [752.190097ms] +Feb 7 08:02:01.889: INFO: Created: latency-svc-nrwsj +Feb 7 08:02:01.931: INFO: Got endpoints: latency-svc-qpbzc [742.106935ms] +Feb 7 08:02:01.947: INFO: Created: latency-svc-sltpx +Feb 7 08:02:01.980: INFO: Got endpoints: latency-svc-pkxd4 [753.714707ms] +Feb 7 08:02:02.019: INFO: Created: latency-svc-dfxdw +Feb 7 08:02:02.028: INFO: Got endpoints: latency-svc-pqbkt [749.657991ms] +Feb 7 08:02:02.040: INFO: Created: latency-svc-5mf9p +Feb 7 08:02:02.085: INFO: Got endpoints: latency-svc-tscf6 [751.629381ms] +Feb 7 08:02:02.102: INFO: Created: latency-svc-pjpzv +Feb 7 08:02:02.134: INFO: Got endpoints: latency-svc-q6vcr [755.845898ms] +Feb 7 08:02:02.152: INFO: Created: latency-svc-2pmsm +Feb 7 08:02:02.178: INFO: Got endpoints: latency-svc-l5cp5 [741.301017ms] +Feb 7 08:02:02.194: INFO: Created: latency-svc-zjn9z +Feb 7 08:02:02.231: INFO: Got endpoints: latency-svc-jcrrj [752.679491ms] +Feb 7 08:02:02.245: INFO: Created: latency-svc-pff4m +Feb 7 08:02:02.278: INFO: Got endpoints: latency-svc-x6frx [750.805871ms] +Feb 7 08:02:02.289: INFO: Created: latency-svc-pjmf5 +Feb 7 08:02:02.328: INFO: Got endpoints: latency-svc-nzgzn [750.148038ms] +Feb 7 08:02:02.344: INFO: Created: latency-svc-vlcfz +Feb 7 08:02:02.377: INFO: Got endpoints: latency-svc-pjvck [748.924526ms] +Feb 7 08:02:02.402: INFO: Created: latency-svc-5fw9z +Feb 7 08:02:02.429: INFO: Got endpoints: latency-svc-99xlj [742.959527ms] +Feb 7 08:02:02.440: INFO: Created: latency-svc-2nscd +Feb 7 08:02:02.480: INFO: Got endpoints: latency-svc-m48f9 [754.358567ms] +Feb 7 08:02:02.490: INFO: Created: latency-svc-qc7p2 +Feb 7 08:02:02.529: INFO: Got endpoints: latency-svc-vc2gz [751.989701ms] +Feb 7 08:02:02.543: INFO: Created: latency-svc-k2vgc +Feb 7 08:02:02.578: INFO: Got endpoints: latency-svc-tm4mz [748.56014ms] +Feb 7 08:02:02.596: INFO: Created: latency-svc-khvv7 +Feb 7 08:02:02.625: INFO: Got endpoints: latency-svc-nrwsj [747.21976ms] +Feb 7 08:02:02.637: INFO: Created: latency-svc-967ck +Feb 7 08:02:02.677: INFO: Got endpoints: latency-svc-sltpx [746.247217ms] +Feb 7 08:02:02.689: INFO: Created: latency-svc-96z58 +Feb 7 08:02:02.729: INFO: Got endpoints: latency-svc-dfxdw [748.752187ms] +Feb 7 08:02:02.739: INFO: Created: latency-svc-lshkw +Feb 7 08:02:02.779: INFO: Got endpoints: latency-svc-5mf9p [751.026564ms] +Feb 7 08:02:02.795: INFO: Created: latency-svc-dfhtm +Feb 7 08:02:02.827: INFO: Got endpoints: latency-svc-pjpzv [742.201265ms] +Feb 7 08:02:02.838: INFO: Created: latency-svc-zpckx +Feb 7 08:02:02.880: INFO: Got endpoints: latency-svc-2pmsm [746.491731ms] +Feb 7 08:02:02.893: INFO: Created: latency-svc-jj9wf +Feb 7 08:02:02.926: INFO: Got endpoints: latency-svc-zjn9z [748.003418ms] +Feb 7 08:02:02.940: INFO: Created: latency-svc-qb2xd +Feb 7 08:02:02.978: INFO: Got endpoints: latency-svc-pff4m [747.201288ms] +Feb 7 08:02:02.994: INFO: Created: latency-svc-b5sbg +Feb 7 08:02:03.027: INFO: Got endpoints: latency-svc-pjmf5 [748.548322ms] +Feb 7 08:02:03.039: INFO: Created: latency-svc-2njsf +Feb 7 08:02:03.079: INFO: Got endpoints: latency-svc-vlcfz [751.450325ms] +Feb 7 08:02:03.091: INFO: Created: latency-svc-dv8jb +Feb 7 08:02:03.127: INFO: Got endpoints: latency-svc-5fw9z [749.548172ms] +Feb 7 08:02:03.138: INFO: Created: latency-svc-b4ndx +Feb 7 08:02:03.180: INFO: Got endpoints: latency-svc-2nscd [750.796222ms] +Feb 7 08:02:03.194: INFO: Created: latency-svc-65kh5 +Feb 7 08:02:03.226: INFO: Got endpoints: latency-svc-qc7p2 [745.83953ms] +Feb 7 08:02:03.236: INFO: Created: latency-svc-dtbg4 +Feb 7 08:02:03.277: INFO: Got endpoints: latency-svc-k2vgc [748.481695ms] +Feb 7 08:02:03.293: INFO: Created: latency-svc-hvkg7 +Feb 7 08:02:03.328: INFO: Got endpoints: latency-svc-khvv7 [749.123984ms] +Feb 7 08:02:03.343: INFO: Created: latency-svc-xvvs9 +Feb 7 08:02:03.379: INFO: Got endpoints: latency-svc-967ck [754.537552ms] +Feb 7 08:02:03.397: INFO: Created: latency-svc-v7g8r +Feb 7 08:02:03.427: INFO: Got endpoints: latency-svc-96z58 [749.914851ms] +Feb 7 08:02:03.436: INFO: Created: latency-svc-bjn96 +Feb 7 08:02:03.477: INFO: Got endpoints: latency-svc-lshkw [748.071428ms] +Feb 7 08:02:03.490: INFO: Created: latency-svc-nx6hv +Feb 7 08:02:03.524: INFO: Got endpoints: latency-svc-dfhtm [744.611913ms] +Feb 7 08:02:03.556: INFO: Created: latency-svc-pkkwx +Feb 7 08:02:03.576: INFO: Got endpoints: latency-svc-zpckx [748.084869ms] +Feb 7 08:02:03.587: INFO: Created: latency-svc-8sr7l +Feb 7 08:02:03.625: INFO: Got endpoints: latency-svc-jj9wf [744.815158ms] +Feb 7 08:02:03.647: INFO: Created: latency-svc-7j9px +Feb 7 08:02:03.676: INFO: Got endpoints: latency-svc-qb2xd [750.496781ms] +Feb 7 08:02:03.690: INFO: Created: latency-svc-7g6b5 +Feb 7 08:02:03.729: INFO: Got endpoints: latency-svc-b5sbg [750.488988ms] +Feb 7 08:02:03.745: INFO: Created: latency-svc-m5nkc +Feb 7 08:02:03.780: INFO: Got endpoints: latency-svc-2njsf [753.218082ms] +Feb 7 08:02:03.798: INFO: Created: latency-svc-7ftd6 +Feb 7 08:02:03.826: INFO: Got endpoints: latency-svc-dv8jb [747.239862ms] +Feb 7 08:02:03.840: INFO: Created: latency-svc-pf6hj +Feb 7 08:02:03.880: INFO: Got endpoints: latency-svc-b4ndx [753.351931ms] +Feb 7 08:02:03.896: INFO: Created: latency-svc-5xs8f +Feb 7 08:02:03.930: INFO: Got endpoints: latency-svc-65kh5 [750.402259ms] +Feb 7 08:02:03.947: INFO: Created: latency-svc-dcfln +Feb 7 08:02:03.979: INFO: Got endpoints: latency-svc-dtbg4 [752.39106ms] +Feb 7 08:02:03.994: INFO: Created: latency-svc-ffcz2 +Feb 7 08:02:04.029: INFO: Got endpoints: latency-svc-hvkg7 [751.270725ms] +Feb 7 08:02:04.042: INFO: Created: latency-svc-mwkmf +Feb 7 08:02:04.078: INFO: Got endpoints: latency-svc-xvvs9 [749.960176ms] +Feb 7 08:02:04.094: INFO: Created: latency-svc-l6f5m +Feb 7 08:02:04.130: INFO: Got endpoints: latency-svc-v7g8r [750.442328ms] +Feb 7 08:02:04.143: INFO: Created: latency-svc-m2knm +Feb 7 08:02:04.178: INFO: Got endpoints: latency-svc-bjn96 [751.382666ms] +Feb 7 08:02:04.193: INFO: Created: latency-svc-xtdf7 +Feb 7 08:02:04.228: INFO: Got endpoints: latency-svc-nx6hv [750.982293ms] +Feb 7 08:02:04.241: INFO: Created: latency-svc-p7vbc +Feb 7 08:02:04.301: INFO: Got endpoints: latency-svc-pkkwx [776.332572ms] +Feb 7 08:02:04.315: INFO: Created: latency-svc-j5tq4 +Feb 7 08:02:04.327: INFO: Got endpoints: latency-svc-8sr7l [751.497054ms] +Feb 7 08:02:04.338: INFO: Created: latency-svc-2qgfp +Feb 7 08:02:04.379: INFO: Got endpoints: latency-svc-7j9px [753.245496ms] +Feb 7 08:02:04.394: INFO: Created: latency-svc-t9zvr +Feb 7 08:02:04.428: INFO: Got endpoints: latency-svc-7g6b5 [751.148948ms] +Feb 7 08:02:04.441: INFO: Created: latency-svc-vjcrz +Feb 7 08:02:04.478: INFO: Got endpoints: latency-svc-m5nkc [749.05866ms] +Feb 7 08:02:04.488: INFO: Created: latency-svc-ldsnf +Feb 7 08:02:04.528: INFO: Got endpoints: latency-svc-7ftd6 [748.148906ms] +Feb 7 08:02:04.547: INFO: Created: latency-svc-2x2xb +Feb 7 08:02:04.579: INFO: Got endpoints: latency-svc-pf6hj [752.386887ms] +Feb 7 08:02:04.595: INFO: Created: latency-svc-djrrk +Feb 7 08:02:04.628: INFO: Got endpoints: latency-svc-5xs8f [747.46075ms] +Feb 7 08:02:04.650: INFO: Created: latency-svc-67f4l +Feb 7 08:02:04.677: INFO: Got endpoints: latency-svc-dcfln [746.82569ms] +Feb 7 08:02:04.701: INFO: Created: latency-svc-74n9w +Feb 7 08:02:04.729: INFO: Got endpoints: latency-svc-ffcz2 [750.580452ms] +Feb 7 08:02:04.745: INFO: Created: latency-svc-6qk5r +Feb 7 08:02:04.779: INFO: Got endpoints: latency-svc-mwkmf [749.842583ms] +Feb 7 08:02:04.792: INFO: Created: latency-svc-thbkh +Feb 7 08:02:04.828: INFO: Got endpoints: latency-svc-l6f5m [750.699967ms] +Feb 7 08:02:04.848: INFO: Created: latency-svc-fr5z5 +Feb 7 08:02:04.879: INFO: Got endpoints: latency-svc-m2knm [749.29655ms] +Feb 7 08:02:04.895: INFO: Created: latency-svc-k9fk5 +Feb 7 08:02:04.928: INFO: Got endpoints: latency-svc-xtdf7 [749.894846ms] +Feb 7 08:02:04.952: INFO: Created: latency-svc-25t9f +Feb 7 08:02:04.977: INFO: Got endpoints: latency-svc-p7vbc [748.74678ms] +Feb 7 08:02:04.990: INFO: Created: latency-svc-s8v9v +Feb 7 08:02:05.028: INFO: Got endpoints: latency-svc-j5tq4 [726.835829ms] +Feb 7 08:02:05.048: INFO: Created: latency-svc-fhfdr +Feb 7 08:02:05.079: INFO: Got endpoints: latency-svc-2qgfp [751.498573ms] +Feb 7 08:02:05.145: INFO: Got endpoints: latency-svc-t9zvr [765.931925ms] +Feb 7 08:02:05.146: INFO: Created: latency-svc-ctp5r +Feb 7 08:02:05.158: INFO: Created: latency-svc-ccgdd +Feb 7 08:02:05.176: INFO: Got endpoints: latency-svc-vjcrz [748.480157ms] +Feb 7 08:02:05.186: INFO: Created: latency-svc-vktp5 +Feb 7 08:02:05.227: INFO: Got endpoints: latency-svc-ldsnf [748.724481ms] +Feb 7 08:02:05.241: INFO: Created: latency-svc-98mw9 +Feb 7 08:02:05.280: INFO: Got endpoints: latency-svc-2x2xb [751.720342ms] +Feb 7 08:02:05.296: INFO: Created: latency-svc-tk79g +Feb 7 08:02:05.329: INFO: Got endpoints: latency-svc-djrrk [749.890445ms] +Feb 7 08:02:05.346: INFO: Created: latency-svc-dr9x8 +Feb 7 08:02:05.386: INFO: Got endpoints: latency-svc-67f4l [758.398113ms] +Feb 7 08:02:05.402: INFO: Created: latency-svc-9cz4t +Feb 7 08:02:05.429: INFO: Got endpoints: latency-svc-74n9w [752.239515ms] +Feb 7 08:02:05.445: INFO: Created: latency-svc-dfgzh +Feb 7 08:02:05.479: INFO: Got endpoints: latency-svc-6qk5r [749.589448ms] +Feb 7 08:02:05.493: INFO: Created: latency-svc-5v9sv +Feb 7 08:02:05.528: INFO: Got endpoints: latency-svc-thbkh [749.402895ms] +Feb 7 08:02:05.543: INFO: Created: latency-svc-rfsdd +Feb 7 08:02:05.577: INFO: Got endpoints: latency-svc-fr5z5 [748.646249ms] +Feb 7 08:02:05.593: INFO: Created: latency-svc-vdj98 +Feb 7 08:02:05.629: INFO: Got endpoints: latency-svc-k9fk5 [749.344335ms] +Feb 7 08:02:05.641: INFO: Created: latency-svc-5cjq2 +Feb 7 08:02:05.679: INFO: Got endpoints: latency-svc-25t9f [750.535032ms] +Feb 7 08:02:05.700: INFO: Created: latency-svc-rw9bv +Feb 7 08:02:05.726: INFO: Got endpoints: latency-svc-s8v9v [749.344082ms] +Feb 7 08:02:05.743: INFO: Created: latency-svc-v2pj8 +Feb 7 08:02:05.778: INFO: Got endpoints: latency-svc-fhfdr [750.809263ms] +Feb 7 08:02:05.806: INFO: Created: latency-svc-5ctzp +Feb 7 08:02:05.827: INFO: Got endpoints: latency-svc-ctp5r [747.727946ms] +Feb 7 08:02:05.848: INFO: Created: latency-svc-4hdjv +Feb 7 08:02:05.878: INFO: Got endpoints: latency-svc-ccgdd [733.092462ms] +Feb 7 08:02:05.892: INFO: Created: latency-svc-nsvrv +Feb 7 08:02:05.928: INFO: Got endpoints: latency-svc-vktp5 [751.657927ms] +Feb 7 08:02:05.944: INFO: Created: latency-svc-7b5tr +Feb 7 08:02:05.980: INFO: Got endpoints: latency-svc-98mw9 [752.696305ms] +Feb 7 08:02:06.001: INFO: Created: latency-svc-s8fqn +Feb 7 08:02:06.027: INFO: Got endpoints: latency-svc-tk79g [747.196612ms] +Feb 7 08:02:06.040: INFO: Created: latency-svc-lskfb +Feb 7 08:02:06.080: INFO: Got endpoints: latency-svc-dr9x8 [751.384693ms] +Feb 7 08:02:06.091: INFO: Created: latency-svc-rf9hf +Feb 7 08:02:06.132: INFO: Got endpoints: latency-svc-9cz4t [746.033387ms] +Feb 7 08:02:06.147: INFO: Created: latency-svc-wmhpq +Feb 7 08:02:06.180: INFO: Got endpoints: latency-svc-dfgzh [750.317476ms] +Feb 7 08:02:06.194: INFO: Created: latency-svc-fq6pd +Feb 7 08:02:06.230: INFO: Got endpoints: latency-svc-5v9sv [750.973269ms] +Feb 7 08:02:06.241: INFO: Created: latency-svc-dtdsd +Feb 7 08:02:06.278: INFO: Got endpoints: latency-svc-rfsdd [750.13567ms] +Feb 7 08:02:06.292: INFO: Created: latency-svc-678xr +Feb 7 08:02:06.331: INFO: Got endpoints: latency-svc-vdj98 [753.252762ms] +Feb 7 08:02:06.344: INFO: Created: latency-svc-zkpxk +Feb 7 08:02:06.379: INFO: Got endpoints: latency-svc-5cjq2 [750.47992ms] +Feb 7 08:02:06.393: INFO: Created: latency-svc-gd675 +Feb 7 08:02:06.428: INFO: Got endpoints: latency-svc-rw9bv [749.210025ms] +Feb 7 08:02:06.444: INFO: Created: latency-svc-l2hdj +Feb 7 08:02:06.481: INFO: Got endpoints: latency-svc-v2pj8 [754.459646ms] +Feb 7 08:02:06.553: INFO: Created: latency-svc-qz9mq +Feb 7 08:02:06.554: INFO: Got endpoints: latency-svc-5ctzp [775.196266ms] +Feb 7 08:02:06.563: INFO: Created: latency-svc-pgfcz +Feb 7 08:02:06.577: INFO: Got endpoints: latency-svc-4hdjv [750.064667ms] +Feb 7 08:02:06.587: INFO: Created: latency-svc-v4p8v +Feb 7 08:02:06.627: INFO: Got endpoints: latency-svc-nsvrv [749.516182ms] +Feb 7 08:02:06.637: INFO: Created: latency-svc-wjm7f +Feb 7 08:02:06.681: INFO: Got endpoints: latency-svc-7b5tr [752.919673ms] +Feb 7 08:02:06.690: INFO: Created: latency-svc-x2vd8 +Feb 7 08:02:06.729: INFO: Got endpoints: latency-svc-s8fqn [748.944621ms] +Feb 7 08:02:06.741: INFO: Created: latency-svc-7jrs7 +Feb 7 08:02:06.780: INFO: Got endpoints: latency-svc-lskfb [752.424551ms] +Feb 7 08:02:06.796: INFO: Created: latency-svc-x9wqz +Feb 7 08:02:06.832: INFO: Got endpoints: latency-svc-rf9hf [751.839592ms] +Feb 7 08:02:06.851: INFO: Created: latency-svc-4k7nt +Feb 7 08:02:06.880: INFO: Got endpoints: latency-svc-wmhpq [747.981987ms] +Feb 7 08:02:06.896: INFO: Created: latency-svc-k7xph +Feb 7 08:02:06.930: INFO: Got endpoints: latency-svc-fq6pd [750.426045ms] +Feb 7 08:02:06.944: INFO: Created: latency-svc-2qpvq +Feb 7 08:02:06.979: INFO: Got endpoints: latency-svc-dtdsd [748.52164ms] +Feb 7 08:02:06.993: INFO: Created: latency-svc-hmljb +Feb 7 08:02:07.028: INFO: Got endpoints: latency-svc-678xr [749.245685ms] +Feb 7 08:02:07.040: INFO: Created: latency-svc-s4d5c +Feb 7 08:02:07.079: INFO: Got endpoints: latency-svc-zkpxk [748.39537ms] +Feb 7 08:02:07.095: INFO: Created: latency-svc-265v2 +Feb 7 08:02:07.128: INFO: Got endpoints: latency-svc-gd675 [748.664481ms] +Feb 7 08:02:07.147: INFO: Created: latency-svc-65qpf +Feb 7 08:02:07.182: INFO: Got endpoints: latency-svc-l2hdj [754.023685ms] +Feb 7 08:02:07.193: INFO: Created: latency-svc-rnhx4 +Feb 7 08:02:07.229: INFO: Got endpoints: latency-svc-qz9mq [747.611957ms] +Feb 7 08:02:07.242: INFO: Created: latency-svc-j6crf +Feb 7 08:02:07.280: INFO: Got endpoints: latency-svc-pgfcz [726.105146ms] +Feb 7 08:02:07.296: INFO: Created: latency-svc-hhrrk +Feb 7 08:02:07.329: INFO: Got endpoints: latency-svc-v4p8v [752.129876ms] +Feb 7 08:02:07.345: INFO: Created: latency-svc-g7mpj +Feb 7 08:02:07.381: INFO: Got endpoints: latency-svc-wjm7f [753.436286ms] +Feb 7 08:02:07.399: INFO: Created: latency-svc-stczw +Feb 7 08:02:07.427: INFO: Got endpoints: latency-svc-x2vd8 [746.600432ms] +Feb 7 08:02:07.447: INFO: Created: latency-svc-pjm4d +Feb 7 08:02:07.479: INFO: Got endpoints: latency-svc-7jrs7 [750.319566ms] +Feb 7 08:02:07.493: INFO: Created: latency-svc-7c5kq +Feb 7 08:02:07.528: INFO: Got endpoints: latency-svc-x9wqz [747.901943ms] +Feb 7 08:02:07.542: INFO: Created: latency-svc-gzm2d +Feb 7 08:02:07.581: INFO: Got endpoints: latency-svc-4k7nt [748.260359ms] +Feb 7 08:02:07.595: INFO: Created: latency-svc-7qfpl +Feb 7 08:02:07.627: INFO: Got endpoints: latency-svc-k7xph [746.242695ms] +Feb 7 08:02:07.639: INFO: Created: latency-svc-f9b64 +Feb 7 08:02:07.678: INFO: Got endpoints: latency-svc-2qpvq [748.019564ms] +Feb 7 08:02:07.696: INFO: Created: latency-svc-bwkkm +Feb 7 08:02:07.732: INFO: Got endpoints: latency-svc-hmljb [752.866605ms] +Feb 7 08:02:07.745: INFO: Created: latency-svc-mgzlk +Feb 7 08:02:07.778: INFO: Got endpoints: latency-svc-s4d5c [750.182467ms] +Feb 7 08:02:07.789: INFO: Created: latency-svc-8k2g7 +Feb 7 08:02:07.830: INFO: Got endpoints: latency-svc-265v2 [750.787757ms] +Feb 7 08:02:07.847: INFO: Created: latency-svc-mf572 +Feb 7 08:02:07.879: INFO: Got endpoints: latency-svc-65qpf [751.406444ms] +Feb 7 08:02:07.897: INFO: Created: latency-svc-g85q4 +Feb 7 08:02:07.929: INFO: Got endpoints: latency-svc-rnhx4 [746.650713ms] +Feb 7 08:02:07.941: INFO: Created: latency-svc-9h4wx +Feb 7 08:02:07.980: INFO: Got endpoints: latency-svc-j6crf [751.368241ms] +Feb 7 08:02:07.996: INFO: Created: latency-svc-chxnt +Feb 7 08:02:08.030: INFO: Got endpoints: latency-svc-hhrrk [750.000376ms] +Feb 7 08:02:08.048: INFO: Created: latency-svc-zgd7j +Feb 7 08:02:08.078: INFO: Got endpoints: latency-svc-g7mpj [748.703635ms] +Feb 7 08:02:08.091: INFO: Created: latency-svc-sgt8s +Feb 7 08:02:08.130: INFO: Got endpoints: latency-svc-stczw [749.435988ms] +Feb 7 08:02:08.152: INFO: Created: latency-svc-hg7w6 +Feb 7 08:02:08.175: INFO: Got endpoints: latency-svc-pjm4d [747.369231ms] +Feb 7 08:02:08.186: INFO: Created: latency-svc-q75hc +Feb 7 08:02:08.228: INFO: Got endpoints: latency-svc-7c5kq [748.547122ms] +Feb 7 08:02:08.243: INFO: Created: latency-svc-jgdr8 +Feb 7 08:02:08.278: INFO: Got endpoints: latency-svc-gzm2d [750.666213ms] +Feb 7 08:02:08.293: INFO: Created: latency-svc-9rrgr +Feb 7 08:02:08.327: INFO: Got endpoints: latency-svc-7qfpl [746.413652ms] +Feb 7 08:02:08.343: INFO: Created: latency-svc-8twg7 +Feb 7 08:02:08.378: INFO: Got endpoints: latency-svc-f9b64 [751.146582ms] +Feb 7 08:02:08.391: INFO: Created: latency-svc-mr8gt +Feb 7 08:02:08.432: INFO: Got endpoints: latency-svc-bwkkm [753.184583ms] +Feb 7 08:02:08.445: INFO: Created: latency-svc-jsh42 +Feb 7 08:02:08.478: INFO: Got endpoints: latency-svc-mgzlk [746.467485ms] +Feb 7 08:02:08.488: INFO: Created: latency-svc-tgtm7 +Feb 7 08:02:08.529: INFO: Got endpoints: latency-svc-8k2g7 [751.02259ms] +Feb 7 08:02:08.577: INFO: Got endpoints: latency-svc-mf572 [746.87489ms] +Feb 7 08:02:08.630: INFO: Got endpoints: latency-svc-g85q4 [750.39451ms] +Feb 7 08:02:08.678: INFO: Got endpoints: latency-svc-9h4wx [748.836939ms] +Feb 7 08:02:08.729: INFO: Got endpoints: latency-svc-chxnt [749.113483ms] +Feb 7 08:02:08.784: INFO: Got endpoints: latency-svc-zgd7j [753.547702ms] +Feb 7 08:02:08.827: INFO: Got endpoints: latency-svc-sgt8s [749.376587ms] +Feb 7 08:02:08.878: INFO: Got endpoints: latency-svc-hg7w6 [747.200454ms] +Feb 7 08:02:08.930: INFO: Got endpoints: latency-svc-q75hc [755.529119ms] +Feb 7 08:02:08.982: INFO: Got endpoints: latency-svc-jgdr8 [754.436354ms] +Feb 7 08:02:09.029: INFO: Got endpoints: latency-svc-9rrgr [750.857579ms] +Feb 7 08:02:09.080: INFO: Got endpoints: latency-svc-8twg7 [752.879937ms] +Feb 7 08:02:09.135: INFO: Got endpoints: latency-svc-mr8gt [756.733289ms] +Feb 7 08:02:09.181: INFO: Got endpoints: latency-svc-jsh42 [748.854622ms] +Feb 7 08:02:09.231: INFO: Got endpoints: latency-svc-tgtm7 [752.396912ms] +Feb 7 08:02:09.231: INFO: Latencies: [20.361361ms 28.106726ms 36.104388ms 43.471051ms 49.560507ms 52.69379ms 64.133867ms 72.35482ms 77.339821ms 85.967788ms 91.999444ms 96.065543ms 108.709391ms 119.007862ms 119.28284ms 120.109407ms 120.389407ms 120.965957ms 121.278161ms 122.925762ms 125.035865ms 126.24727ms 126.268808ms 127.156099ms 127.38504ms 129.238871ms 129.816903ms 129.928661ms 130.24275ms 132.405228ms 135.657182ms 135.747852ms 136.715899ms 140.940905ms 146.64579ms 167.061475ms 203.414265ms 246.958485ms 303.730718ms 336.533868ms 380.19784ms 428.506575ms 460.409329ms 515.876803ms 544.326283ms 579.76855ms 613.245308ms 658.468994ms 698.508271ms 726.105146ms 726.835829ms 731.222639ms 733.092462ms 741.301017ms 742.106935ms 742.201265ms 742.959527ms 744.611913ms 744.815158ms 745.83953ms 746.033387ms 746.242695ms 746.247217ms 746.413652ms 746.467485ms 746.491731ms 746.600432ms 746.650713ms 746.82569ms 746.87489ms 747.196612ms 747.200454ms 747.201288ms 747.21976ms 747.239862ms 747.369231ms 747.46075ms 747.611957ms 747.727946ms 747.901943ms 747.981987ms 748.003418ms 748.019564ms 748.071428ms 748.084869ms 748.148906ms 748.260359ms 748.39537ms 748.43162ms 748.480157ms 748.481695ms 748.52164ms 748.547122ms 748.548322ms 748.56014ms 748.646249ms 748.664481ms 748.703635ms 748.724481ms 748.74678ms 748.752187ms 748.836939ms 748.854622ms 748.924526ms 748.944621ms 749.05866ms 749.113483ms 749.123984ms 749.210025ms 749.245685ms 749.29655ms 749.344082ms 749.344335ms 749.376587ms 749.402895ms 749.435988ms 749.516182ms 749.548172ms 749.589448ms 749.657991ms 749.842583ms 749.890445ms 749.894846ms 749.914851ms 749.960176ms 750.000376ms 750.064667ms 750.13567ms 750.148038ms 750.182467ms 750.317476ms 750.319566ms 750.39451ms 750.402259ms 750.426045ms 750.442328ms 750.47992ms 750.488988ms 750.496781ms 750.535032ms 750.580452ms 750.666213ms 750.699967ms 750.787757ms 750.796222ms 750.805871ms 750.809263ms 750.857579ms 750.973269ms 750.982293ms 751.02259ms 751.026564ms 751.146582ms 751.148948ms 751.270725ms 751.332241ms 751.368241ms 751.382666ms 751.384693ms 751.406444ms 751.450325ms 751.497054ms 751.498573ms 751.629381ms 751.657927ms 751.720342ms 751.839592ms 751.989701ms 752.129876ms 752.190097ms 752.239515ms 752.386887ms 752.39106ms 752.396912ms 752.424551ms 752.679491ms 752.696305ms 752.866605ms 752.879937ms 752.919673ms 753.184583ms 753.218082ms 753.245496ms 753.252762ms 753.351931ms 753.436286ms 753.547702ms 753.714707ms 754.023685ms 754.358567ms 754.436354ms 754.459646ms 754.537552ms 755.529119ms 755.845898ms 756.733289ms 758.398113ms 765.931925ms 775.196266ms 776.332572ms] +Feb 7 08:02:09.231: INFO: 50 %ile: 748.752187ms +Feb 7 08:02:09.231: INFO: 90 %ile: 753.184583ms +Feb 7 08:02:09.231: INFO: 99 %ile: 775.196266ms +Feb 7 08:02:09.231: INFO: Total sample count: 200 +[AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/node/init/init.go:32 +Feb 7 08:02:09.231: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Service endpoints latency + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Service endpoints latency + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Service endpoints latency + tear down framework | framework.go:193 +STEP: Destroying namespace "svc-latency-4393" for this suite. 02/07/23 08:02:09.236 +------------------------------ +• [SLOW TEST] [10.771 seconds] +[sig-network] Service endpoints latency +test/e2e/network/common/framework.go:23 + should not be very high [Conformance] + test/e2e/network/service_latency.go:59 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Service endpoints latency + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:01:58.47 + Feb 7 08:01:58.470: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svc-latency 02/07/23 08:01:58.472 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:01:58.482 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:01:58.49 + [BeforeEach] [sig-network] Service endpoints latency + test/e2e/framework/metrics/init/init.go:31 + [It] should not be very high [Conformance] + test/e2e/network/service_latency.go:59 + Feb 7 08:01:58.492: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: creating replication controller svc-latency-rc in namespace svc-latency-4393 02/07/23 08:01:58.493 + I0207 08:01:58.499002 20 runners.go:193] Created replication controller with name: svc-latency-rc, namespace: svc-latency-4393, replica count: 1 + I0207 08:01:59.550049 20 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 0 running, 1 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + I0207 08:02:00.550275 20 runners.go:193] svc-latency-rc Pods: 1 out of 1 created, 1 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 08:02:00.671: INFO: Created: latency-svc-mrvwr + Feb 7 08:02:00.677: INFO: Got endpoints: latency-svc-mrvwr [26.701973ms] + Feb 7 08:02:00.692: INFO: Created: latency-svc-ncmkt + Feb 7 08:02:00.698: INFO: Got endpoints: latency-svc-ncmkt [20.361361ms] + Feb 7 08:02:00.702: INFO: Created: latency-svc-dx7rd + Feb 7 08:02:00.706: INFO: Got endpoints: latency-svc-dx7rd [28.106726ms] + Feb 7 08:02:00.711: INFO: Created: latency-svc-2qz8s + Feb 7 08:02:00.714: INFO: Got endpoints: latency-svc-2qz8s [36.104388ms] + Feb 7 08:02:00.718: INFO: Created: latency-svc-p6j2x + Feb 7 08:02:00.721: INFO: Got endpoints: latency-svc-p6j2x [43.471051ms] + Feb 7 08:02:00.725: INFO: Created: latency-svc-bqwb4 + Feb 7 08:02:00.727: INFO: Got endpoints: latency-svc-bqwb4 [49.560507ms] + Feb 7 08:02:00.730: INFO: Created: latency-svc-92x9j + Feb 7 08:02:00.731: INFO: Got endpoints: latency-svc-92x9j [52.69379ms] + Feb 7 08:02:00.736: INFO: Created: latency-svc-vt8t8 + Feb 7 08:02:00.742: INFO: Got endpoints: latency-svc-vt8t8 [64.133867ms] + Feb 7 08:02:00.745: INFO: Created: latency-svc-w7c24 + Feb 7 08:02:00.751: INFO: Got endpoints: latency-svc-w7c24 [72.35482ms] + Feb 7 08:02:00.753: INFO: Created: latency-svc-vwq9f + Feb 7 08:02:00.755: INFO: Got endpoints: latency-svc-vwq9f [77.339821ms] + Feb 7 08:02:00.761: INFO: Created: latency-svc-8kqdr + Feb 7 08:02:00.765: INFO: Got endpoints: latency-svc-8kqdr [85.967788ms] + Feb 7 08:02:00.767: INFO: Created: latency-svc-84444 + Feb 7 08:02:00.771: INFO: Got endpoints: latency-svc-84444 [91.999444ms] + Feb 7 08:02:00.773: INFO: Created: latency-svc-lkzgv + Feb 7 08:02:00.775: INFO: Got endpoints: latency-svc-lkzgv [96.065543ms] + Feb 7 08:02:00.782: INFO: Created: latency-svc-nr59n + Feb 7 08:02:00.788: INFO: Got endpoints: latency-svc-nr59n [108.709391ms] + Feb 7 08:02:00.792: INFO: Created: latency-svc-x2rqp + Feb 7 08:02:00.800: INFO: Got endpoints: latency-svc-x2rqp [120.965957ms] + Feb 7 08:02:00.810: INFO: Created: latency-svc-p2gjg + Feb 7 08:02:00.815: INFO: Got endpoints: latency-svc-p2gjg [135.657182ms] + Feb 7 08:02:00.816: INFO: Created: latency-svc-7lzdp + Feb 7 08:02:00.821: INFO: Got endpoints: latency-svc-7lzdp [122.925762ms] + Feb 7 08:02:00.823: INFO: Created: latency-svc-mwhw6 + Feb 7 08:02:00.827: INFO: Got endpoints: latency-svc-mwhw6 [121.278161ms] + Feb 7 08:02:00.830: INFO: Created: latency-svc-49tth + Feb 7 08:02:00.834: INFO: Got endpoints: latency-svc-49tth [120.109407ms] + Feb 7 08:02:00.836: INFO: Created: latency-svc-6qs6h + Feb 7 08:02:00.840: INFO: Got endpoints: latency-svc-6qs6h [119.007862ms] + Feb 7 08:02:00.844: INFO: Created: latency-svc-hxgdn + Feb 7 08:02:00.854: INFO: Got endpoints: latency-svc-hxgdn [126.268808ms] + Feb 7 08:02:00.856: INFO: Created: latency-svc-5mrnq + Feb 7 08:02:00.861: INFO: Got endpoints: latency-svc-5mrnq [130.24275ms] + Feb 7 08:02:00.868: INFO: Created: latency-svc-4md5g + Feb 7 08:02:00.873: INFO: Created: latency-svc-7zhjz + Feb 7 08:02:00.875: INFO: Got endpoints: latency-svc-4md5g [132.405228ms] + Feb 7 08:02:00.878: INFO: Got endpoints: latency-svc-7zhjz [127.156099ms] + Feb 7 08:02:00.879: INFO: Created: latency-svc-cdkzs + Feb 7 08:02:00.885: INFO: Got endpoints: latency-svc-cdkzs [129.238871ms] + Feb 7 08:02:00.887: INFO: Created: latency-svc-2mmfl + Feb 7 08:02:00.890: INFO: Got endpoints: latency-svc-2mmfl [125.035865ms] + Feb 7 08:02:00.893: INFO: Created: latency-svc-r7t22 + Feb 7 08:02:00.898: INFO: Got endpoints: latency-svc-r7t22 [127.38504ms] + Feb 7 08:02:00.899: INFO: Created: latency-svc-b4wm8 + Feb 7 08:02:00.905: INFO: Got endpoints: latency-svc-b4wm8 [129.928661ms] + Feb 7 08:02:00.908: INFO: Created: latency-svc-lhmrf + Feb 7 08:02:00.917: INFO: Got endpoints: latency-svc-lhmrf [129.816903ms] + Feb 7 08:02:00.918: INFO: Created: latency-svc-mqcqp + Feb 7 08:02:00.920: INFO: Got endpoints: latency-svc-mqcqp [120.389407ms] + Feb 7 08:02:00.931: INFO: Created: latency-svc-wp7ft + Feb 7 08:02:00.934: INFO: Got endpoints: latency-svc-wp7ft [119.28284ms] + Feb 7 08:02:00.942: INFO: Created: latency-svc-hklwc + Feb 7 08:02:00.947: INFO: Got endpoints: latency-svc-hklwc [126.24727ms] + Feb 7 08:02:00.951: INFO: Created: latency-svc-r9465 + Feb 7 08:02:00.964: INFO: Got endpoints: latency-svc-r9465 [136.715899ms] + Feb 7 08:02:00.967: INFO: Created: latency-svc-jzwpc + Feb 7 08:02:00.970: INFO: Got endpoints: latency-svc-jzwpc [135.747852ms] + Feb 7 08:02:00.985: INFO: Created: latency-svc-cc47k + Feb 7 08:02:00.987: INFO: Got endpoints: latency-svc-cc47k [146.64579ms] + Feb 7 08:02:00.990: INFO: Created: latency-svc-c2kcm + Feb 7 08:02:00.995: INFO: Got endpoints: latency-svc-c2kcm [140.940905ms] + Feb 7 08:02:01.000: INFO: Created: latency-svc-4w64t + Feb 7 08:02:01.006: INFO: Created: latency-svc-cgbsm + Feb 7 08:02:01.014: INFO: Created: latency-svc-ln9t6 + Feb 7 08:02:01.020: INFO: Created: latency-svc-xjc5j + Feb 7 08:02:01.023: INFO: Created: latency-svc-ddnzz + Feb 7 08:02:01.028: INFO: Got endpoints: latency-svc-4w64t [167.061475ms] + Feb 7 08:02:01.033: INFO: Created: latency-svc-qfwr5 + Feb 7 08:02:01.037: INFO: Created: latency-svc-b6842 + Feb 7 08:02:01.044: INFO: Created: latency-svc-ptlvc + Feb 7 08:02:01.053: INFO: Created: latency-svc-rgt4v + Feb 7 08:02:01.058: INFO: Created: latency-svc-xdhkd + Feb 7 08:02:01.077: INFO: Created: latency-svc-8lmxv + Feb 7 08:02:01.078: INFO: Got endpoints: latency-svc-cgbsm [203.414265ms] + Feb 7 08:02:01.089: INFO: Created: latency-svc-tb9zb + Feb 7 08:02:01.103: INFO: Created: latency-svc-z2s87 + Feb 7 08:02:01.113: INFO: Created: latency-svc-hvrkc + Feb 7 08:02:01.120: INFO: Created: latency-svc-49jn2 + Feb 7 08:02:01.125: INFO: Got endpoints: latency-svc-ln9t6 [246.958485ms] + Feb 7 08:02:01.127: INFO: Created: latency-svc-dcd6z + Feb 7 08:02:01.135: INFO: Created: latency-svc-v5zln + Feb 7 08:02:01.141: INFO: Created: latency-svc-zndb8 + Feb 7 08:02:01.188: INFO: Got endpoints: latency-svc-xjc5j [303.730718ms] + Feb 7 08:02:01.210: INFO: Created: latency-svc-qpbzc + Feb 7 08:02:01.226: INFO: Got endpoints: latency-svc-ddnzz [336.533868ms] + Feb 7 08:02:01.241: INFO: Created: latency-svc-pkxd4 + Feb 7 08:02:01.278: INFO: Got endpoints: latency-svc-qfwr5 [380.19784ms] + Feb 7 08:02:01.299: INFO: Created: latency-svc-pqbkt + Feb 7 08:02:01.333: INFO: Got endpoints: latency-svc-b6842 [428.506575ms] + Feb 7 08:02:01.348: INFO: Created: latency-svc-tscf6 + Feb 7 08:02:01.378: INFO: Got endpoints: latency-svc-ptlvc [460.409329ms] + Feb 7 08:02:01.392: INFO: Created: latency-svc-q6vcr + Feb 7 08:02:01.436: INFO: Got endpoints: latency-svc-rgt4v [515.876803ms] + Feb 7 08:02:01.453: INFO: Created: latency-svc-l5cp5 + Feb 7 08:02:01.478: INFO: Got endpoints: latency-svc-xdhkd [544.326283ms] + Feb 7 08:02:01.491: INFO: Created: latency-svc-jcrrj + Feb 7 08:02:01.527: INFO: Got endpoints: latency-svc-8lmxv [579.76855ms] + Feb 7 08:02:01.540: INFO: Created: latency-svc-x6frx + Feb 7 08:02:01.577: INFO: Got endpoints: latency-svc-tb9zb [613.245308ms] + Feb 7 08:02:01.598: INFO: Created: latency-svc-nzgzn + Feb 7 08:02:01.628: INFO: Got endpoints: latency-svc-z2s87 [658.468994ms] + Feb 7 08:02:01.661: INFO: Created: latency-svc-pjvck + Feb 7 08:02:01.686: INFO: Got endpoints: latency-svc-hvrkc [698.508271ms] + Feb 7 08:02:01.702: INFO: Created: latency-svc-99xlj + Feb 7 08:02:01.726: INFO: Got endpoints: latency-svc-49jn2 [731.222639ms] + Feb 7 08:02:01.740: INFO: Created: latency-svc-m48f9 + Feb 7 08:02:01.777: INFO: Got endpoints: latency-svc-dcd6z [748.43162ms] + Feb 7 08:02:01.793: INFO: Created: latency-svc-vc2gz + Feb 7 08:02:01.830: INFO: Got endpoints: latency-svc-v5zln [751.332241ms] + Feb 7 08:02:01.847: INFO: Created: latency-svc-tm4mz + Feb 7 08:02:01.877: INFO: Got endpoints: latency-svc-zndb8 [752.190097ms] + Feb 7 08:02:01.889: INFO: Created: latency-svc-nrwsj + Feb 7 08:02:01.931: INFO: Got endpoints: latency-svc-qpbzc [742.106935ms] + Feb 7 08:02:01.947: INFO: Created: latency-svc-sltpx + Feb 7 08:02:01.980: INFO: Got endpoints: latency-svc-pkxd4 [753.714707ms] + Feb 7 08:02:02.019: INFO: Created: latency-svc-dfxdw + Feb 7 08:02:02.028: INFO: Got endpoints: latency-svc-pqbkt [749.657991ms] + Feb 7 08:02:02.040: INFO: Created: latency-svc-5mf9p + Feb 7 08:02:02.085: INFO: Got endpoints: latency-svc-tscf6 [751.629381ms] + Feb 7 08:02:02.102: INFO: Created: latency-svc-pjpzv + Feb 7 08:02:02.134: INFO: Got endpoints: latency-svc-q6vcr [755.845898ms] + Feb 7 08:02:02.152: INFO: Created: latency-svc-2pmsm + Feb 7 08:02:02.178: INFO: Got endpoints: latency-svc-l5cp5 [741.301017ms] + Feb 7 08:02:02.194: INFO: Created: latency-svc-zjn9z + Feb 7 08:02:02.231: INFO: Got endpoints: latency-svc-jcrrj [752.679491ms] + Feb 7 08:02:02.245: INFO: Created: latency-svc-pff4m + Feb 7 08:02:02.278: INFO: Got endpoints: latency-svc-x6frx [750.805871ms] + Feb 7 08:02:02.289: INFO: Created: latency-svc-pjmf5 + Feb 7 08:02:02.328: INFO: Got endpoints: latency-svc-nzgzn [750.148038ms] + Feb 7 08:02:02.344: INFO: Created: latency-svc-vlcfz + Feb 7 08:02:02.377: INFO: Got endpoints: latency-svc-pjvck [748.924526ms] + Feb 7 08:02:02.402: INFO: Created: latency-svc-5fw9z + Feb 7 08:02:02.429: INFO: Got endpoints: latency-svc-99xlj [742.959527ms] + Feb 7 08:02:02.440: INFO: Created: latency-svc-2nscd + Feb 7 08:02:02.480: INFO: Got endpoints: latency-svc-m48f9 [754.358567ms] + Feb 7 08:02:02.490: INFO: Created: latency-svc-qc7p2 + Feb 7 08:02:02.529: INFO: Got endpoints: latency-svc-vc2gz [751.989701ms] + Feb 7 08:02:02.543: INFO: Created: latency-svc-k2vgc + Feb 7 08:02:02.578: INFO: Got endpoints: latency-svc-tm4mz [748.56014ms] + Feb 7 08:02:02.596: INFO: Created: latency-svc-khvv7 + Feb 7 08:02:02.625: INFO: Got endpoints: latency-svc-nrwsj [747.21976ms] + Feb 7 08:02:02.637: INFO: Created: latency-svc-967ck + Feb 7 08:02:02.677: INFO: Got endpoints: latency-svc-sltpx [746.247217ms] + Feb 7 08:02:02.689: INFO: Created: latency-svc-96z58 + Feb 7 08:02:02.729: INFO: Got endpoints: latency-svc-dfxdw [748.752187ms] + Feb 7 08:02:02.739: INFO: Created: latency-svc-lshkw + Feb 7 08:02:02.779: INFO: Got endpoints: latency-svc-5mf9p [751.026564ms] + Feb 7 08:02:02.795: INFO: Created: latency-svc-dfhtm + Feb 7 08:02:02.827: INFO: Got endpoints: latency-svc-pjpzv [742.201265ms] + Feb 7 08:02:02.838: INFO: Created: latency-svc-zpckx + Feb 7 08:02:02.880: INFO: Got endpoints: latency-svc-2pmsm [746.491731ms] + Feb 7 08:02:02.893: INFO: Created: latency-svc-jj9wf + Feb 7 08:02:02.926: INFO: Got endpoints: latency-svc-zjn9z [748.003418ms] + Feb 7 08:02:02.940: INFO: Created: latency-svc-qb2xd + Feb 7 08:02:02.978: INFO: Got endpoints: latency-svc-pff4m [747.201288ms] + Feb 7 08:02:02.994: INFO: Created: latency-svc-b5sbg + Feb 7 08:02:03.027: INFO: Got endpoints: latency-svc-pjmf5 [748.548322ms] + Feb 7 08:02:03.039: INFO: Created: latency-svc-2njsf + Feb 7 08:02:03.079: INFO: Got endpoints: latency-svc-vlcfz [751.450325ms] + Feb 7 08:02:03.091: INFO: Created: latency-svc-dv8jb + Feb 7 08:02:03.127: INFO: Got endpoints: latency-svc-5fw9z [749.548172ms] + Feb 7 08:02:03.138: INFO: Created: latency-svc-b4ndx + Feb 7 08:02:03.180: INFO: Got endpoints: latency-svc-2nscd [750.796222ms] + Feb 7 08:02:03.194: INFO: Created: latency-svc-65kh5 + Feb 7 08:02:03.226: INFO: Got endpoints: latency-svc-qc7p2 [745.83953ms] + Feb 7 08:02:03.236: INFO: Created: latency-svc-dtbg4 + Feb 7 08:02:03.277: INFO: Got endpoints: latency-svc-k2vgc [748.481695ms] + Feb 7 08:02:03.293: INFO: Created: latency-svc-hvkg7 + Feb 7 08:02:03.328: INFO: Got endpoints: latency-svc-khvv7 [749.123984ms] + Feb 7 08:02:03.343: INFO: Created: latency-svc-xvvs9 + Feb 7 08:02:03.379: INFO: Got endpoints: latency-svc-967ck [754.537552ms] + Feb 7 08:02:03.397: INFO: Created: latency-svc-v7g8r + Feb 7 08:02:03.427: INFO: Got endpoints: latency-svc-96z58 [749.914851ms] + Feb 7 08:02:03.436: INFO: Created: latency-svc-bjn96 + Feb 7 08:02:03.477: INFO: Got endpoints: latency-svc-lshkw [748.071428ms] + Feb 7 08:02:03.490: INFO: Created: latency-svc-nx6hv + Feb 7 08:02:03.524: INFO: Got endpoints: latency-svc-dfhtm [744.611913ms] + Feb 7 08:02:03.556: INFO: Created: latency-svc-pkkwx + Feb 7 08:02:03.576: INFO: Got endpoints: latency-svc-zpckx [748.084869ms] + Feb 7 08:02:03.587: INFO: Created: latency-svc-8sr7l + Feb 7 08:02:03.625: INFO: Got endpoints: latency-svc-jj9wf [744.815158ms] + Feb 7 08:02:03.647: INFO: Created: latency-svc-7j9px + Feb 7 08:02:03.676: INFO: Got endpoints: latency-svc-qb2xd [750.496781ms] + Feb 7 08:02:03.690: INFO: Created: latency-svc-7g6b5 + Feb 7 08:02:03.729: INFO: Got endpoints: latency-svc-b5sbg [750.488988ms] + Feb 7 08:02:03.745: INFO: Created: latency-svc-m5nkc + Feb 7 08:02:03.780: INFO: Got endpoints: latency-svc-2njsf [753.218082ms] + Feb 7 08:02:03.798: INFO: Created: latency-svc-7ftd6 + Feb 7 08:02:03.826: INFO: Got endpoints: latency-svc-dv8jb [747.239862ms] + Feb 7 08:02:03.840: INFO: Created: latency-svc-pf6hj + Feb 7 08:02:03.880: INFO: Got endpoints: latency-svc-b4ndx [753.351931ms] + Feb 7 08:02:03.896: INFO: Created: latency-svc-5xs8f + Feb 7 08:02:03.930: INFO: Got endpoints: latency-svc-65kh5 [750.402259ms] + Feb 7 08:02:03.947: INFO: Created: latency-svc-dcfln + Feb 7 08:02:03.979: INFO: Got endpoints: latency-svc-dtbg4 [752.39106ms] + Feb 7 08:02:03.994: INFO: Created: latency-svc-ffcz2 + Feb 7 08:02:04.029: INFO: Got endpoints: latency-svc-hvkg7 [751.270725ms] + Feb 7 08:02:04.042: INFO: Created: latency-svc-mwkmf + Feb 7 08:02:04.078: INFO: Got endpoints: latency-svc-xvvs9 [749.960176ms] + Feb 7 08:02:04.094: INFO: Created: latency-svc-l6f5m + Feb 7 08:02:04.130: INFO: Got endpoints: latency-svc-v7g8r [750.442328ms] + Feb 7 08:02:04.143: INFO: Created: latency-svc-m2knm + Feb 7 08:02:04.178: INFO: Got endpoints: latency-svc-bjn96 [751.382666ms] + Feb 7 08:02:04.193: INFO: Created: latency-svc-xtdf7 + Feb 7 08:02:04.228: INFO: Got endpoints: latency-svc-nx6hv [750.982293ms] + Feb 7 08:02:04.241: INFO: Created: latency-svc-p7vbc + Feb 7 08:02:04.301: INFO: Got endpoints: latency-svc-pkkwx [776.332572ms] + Feb 7 08:02:04.315: INFO: Created: latency-svc-j5tq4 + Feb 7 08:02:04.327: INFO: Got endpoints: latency-svc-8sr7l [751.497054ms] + Feb 7 08:02:04.338: INFO: Created: latency-svc-2qgfp + Feb 7 08:02:04.379: INFO: Got endpoints: latency-svc-7j9px [753.245496ms] + Feb 7 08:02:04.394: INFO: Created: latency-svc-t9zvr + Feb 7 08:02:04.428: INFO: Got endpoints: latency-svc-7g6b5 [751.148948ms] + Feb 7 08:02:04.441: INFO: Created: latency-svc-vjcrz + Feb 7 08:02:04.478: INFO: Got endpoints: latency-svc-m5nkc [749.05866ms] + Feb 7 08:02:04.488: INFO: Created: latency-svc-ldsnf + Feb 7 08:02:04.528: INFO: Got endpoints: latency-svc-7ftd6 [748.148906ms] + Feb 7 08:02:04.547: INFO: Created: latency-svc-2x2xb + Feb 7 08:02:04.579: INFO: Got endpoints: latency-svc-pf6hj [752.386887ms] + Feb 7 08:02:04.595: INFO: Created: latency-svc-djrrk + Feb 7 08:02:04.628: INFO: Got endpoints: latency-svc-5xs8f [747.46075ms] + Feb 7 08:02:04.650: INFO: Created: latency-svc-67f4l + Feb 7 08:02:04.677: INFO: Got endpoints: latency-svc-dcfln [746.82569ms] + Feb 7 08:02:04.701: INFO: Created: latency-svc-74n9w + Feb 7 08:02:04.729: INFO: Got endpoints: latency-svc-ffcz2 [750.580452ms] + Feb 7 08:02:04.745: INFO: Created: latency-svc-6qk5r + Feb 7 08:02:04.779: INFO: Got endpoints: latency-svc-mwkmf [749.842583ms] + Feb 7 08:02:04.792: INFO: Created: latency-svc-thbkh + Feb 7 08:02:04.828: INFO: Got endpoints: latency-svc-l6f5m [750.699967ms] + Feb 7 08:02:04.848: INFO: Created: latency-svc-fr5z5 + Feb 7 08:02:04.879: INFO: Got endpoints: latency-svc-m2knm [749.29655ms] + Feb 7 08:02:04.895: INFO: Created: latency-svc-k9fk5 + Feb 7 08:02:04.928: INFO: Got endpoints: latency-svc-xtdf7 [749.894846ms] + Feb 7 08:02:04.952: INFO: Created: latency-svc-25t9f + Feb 7 08:02:04.977: INFO: Got endpoints: latency-svc-p7vbc [748.74678ms] + Feb 7 08:02:04.990: INFO: Created: latency-svc-s8v9v + Feb 7 08:02:05.028: INFO: Got endpoints: latency-svc-j5tq4 [726.835829ms] + Feb 7 08:02:05.048: INFO: Created: latency-svc-fhfdr + Feb 7 08:02:05.079: INFO: Got endpoints: latency-svc-2qgfp [751.498573ms] + Feb 7 08:02:05.145: INFO: Got endpoints: latency-svc-t9zvr [765.931925ms] + Feb 7 08:02:05.146: INFO: Created: latency-svc-ctp5r + Feb 7 08:02:05.158: INFO: Created: latency-svc-ccgdd + Feb 7 08:02:05.176: INFO: Got endpoints: latency-svc-vjcrz [748.480157ms] + Feb 7 08:02:05.186: INFO: Created: latency-svc-vktp5 + Feb 7 08:02:05.227: INFO: Got endpoints: latency-svc-ldsnf [748.724481ms] + Feb 7 08:02:05.241: INFO: Created: latency-svc-98mw9 + Feb 7 08:02:05.280: INFO: Got endpoints: latency-svc-2x2xb [751.720342ms] + Feb 7 08:02:05.296: INFO: Created: latency-svc-tk79g + Feb 7 08:02:05.329: INFO: Got endpoints: latency-svc-djrrk [749.890445ms] + Feb 7 08:02:05.346: INFO: Created: latency-svc-dr9x8 + Feb 7 08:02:05.386: INFO: Got endpoints: latency-svc-67f4l [758.398113ms] + Feb 7 08:02:05.402: INFO: Created: latency-svc-9cz4t + Feb 7 08:02:05.429: INFO: Got endpoints: latency-svc-74n9w [752.239515ms] + Feb 7 08:02:05.445: INFO: Created: latency-svc-dfgzh + Feb 7 08:02:05.479: INFO: Got endpoints: latency-svc-6qk5r [749.589448ms] + Feb 7 08:02:05.493: INFO: Created: latency-svc-5v9sv + Feb 7 08:02:05.528: INFO: Got endpoints: latency-svc-thbkh [749.402895ms] + Feb 7 08:02:05.543: INFO: Created: latency-svc-rfsdd + Feb 7 08:02:05.577: INFO: Got endpoints: latency-svc-fr5z5 [748.646249ms] + Feb 7 08:02:05.593: INFO: Created: latency-svc-vdj98 + Feb 7 08:02:05.629: INFO: Got endpoints: latency-svc-k9fk5 [749.344335ms] + Feb 7 08:02:05.641: INFO: Created: latency-svc-5cjq2 + Feb 7 08:02:05.679: INFO: Got endpoints: latency-svc-25t9f [750.535032ms] + Feb 7 08:02:05.700: INFO: Created: latency-svc-rw9bv + Feb 7 08:02:05.726: INFO: Got endpoints: latency-svc-s8v9v [749.344082ms] + Feb 7 08:02:05.743: INFO: Created: latency-svc-v2pj8 + Feb 7 08:02:05.778: INFO: Got endpoints: latency-svc-fhfdr [750.809263ms] + Feb 7 08:02:05.806: INFO: Created: latency-svc-5ctzp + Feb 7 08:02:05.827: INFO: Got endpoints: latency-svc-ctp5r [747.727946ms] + Feb 7 08:02:05.848: INFO: Created: latency-svc-4hdjv + Feb 7 08:02:05.878: INFO: Got endpoints: latency-svc-ccgdd [733.092462ms] + Feb 7 08:02:05.892: INFO: Created: latency-svc-nsvrv + Feb 7 08:02:05.928: INFO: Got endpoints: latency-svc-vktp5 [751.657927ms] + Feb 7 08:02:05.944: INFO: Created: latency-svc-7b5tr + Feb 7 08:02:05.980: INFO: Got endpoints: latency-svc-98mw9 [752.696305ms] + Feb 7 08:02:06.001: INFO: Created: latency-svc-s8fqn + Feb 7 08:02:06.027: INFO: Got endpoints: latency-svc-tk79g [747.196612ms] + Feb 7 08:02:06.040: INFO: Created: latency-svc-lskfb + Feb 7 08:02:06.080: INFO: Got endpoints: latency-svc-dr9x8 [751.384693ms] + Feb 7 08:02:06.091: INFO: Created: latency-svc-rf9hf + Feb 7 08:02:06.132: INFO: Got endpoints: latency-svc-9cz4t [746.033387ms] + Feb 7 08:02:06.147: INFO: Created: latency-svc-wmhpq + Feb 7 08:02:06.180: INFO: Got endpoints: latency-svc-dfgzh [750.317476ms] + Feb 7 08:02:06.194: INFO: Created: latency-svc-fq6pd + Feb 7 08:02:06.230: INFO: Got endpoints: latency-svc-5v9sv [750.973269ms] + Feb 7 08:02:06.241: INFO: Created: latency-svc-dtdsd + Feb 7 08:02:06.278: INFO: Got endpoints: latency-svc-rfsdd [750.13567ms] + Feb 7 08:02:06.292: INFO: Created: latency-svc-678xr + Feb 7 08:02:06.331: INFO: Got endpoints: latency-svc-vdj98 [753.252762ms] + Feb 7 08:02:06.344: INFO: Created: latency-svc-zkpxk + Feb 7 08:02:06.379: INFO: Got endpoints: latency-svc-5cjq2 [750.47992ms] + Feb 7 08:02:06.393: INFO: Created: latency-svc-gd675 + Feb 7 08:02:06.428: INFO: Got endpoints: latency-svc-rw9bv [749.210025ms] + Feb 7 08:02:06.444: INFO: Created: latency-svc-l2hdj + Feb 7 08:02:06.481: INFO: Got endpoints: latency-svc-v2pj8 [754.459646ms] + Feb 7 08:02:06.553: INFO: Created: latency-svc-qz9mq + Feb 7 08:02:06.554: INFO: Got endpoints: latency-svc-5ctzp [775.196266ms] + Feb 7 08:02:06.563: INFO: Created: latency-svc-pgfcz + Feb 7 08:02:06.577: INFO: Got endpoints: latency-svc-4hdjv [750.064667ms] + Feb 7 08:02:06.587: INFO: Created: latency-svc-v4p8v + Feb 7 08:02:06.627: INFO: Got endpoints: latency-svc-nsvrv [749.516182ms] + Feb 7 08:02:06.637: INFO: Created: latency-svc-wjm7f + Feb 7 08:02:06.681: INFO: Got endpoints: latency-svc-7b5tr [752.919673ms] + Feb 7 08:02:06.690: INFO: Created: latency-svc-x2vd8 + Feb 7 08:02:06.729: INFO: Got endpoints: latency-svc-s8fqn [748.944621ms] + Feb 7 08:02:06.741: INFO: Created: latency-svc-7jrs7 + Feb 7 08:02:06.780: INFO: Got endpoints: latency-svc-lskfb [752.424551ms] + Feb 7 08:02:06.796: INFO: Created: latency-svc-x9wqz + Feb 7 08:02:06.832: INFO: Got endpoints: latency-svc-rf9hf [751.839592ms] + Feb 7 08:02:06.851: INFO: Created: latency-svc-4k7nt + Feb 7 08:02:06.880: INFO: Got endpoints: latency-svc-wmhpq [747.981987ms] + Feb 7 08:02:06.896: INFO: Created: latency-svc-k7xph + Feb 7 08:02:06.930: INFO: Got endpoints: latency-svc-fq6pd [750.426045ms] + Feb 7 08:02:06.944: INFO: Created: latency-svc-2qpvq + Feb 7 08:02:06.979: INFO: Got endpoints: latency-svc-dtdsd [748.52164ms] + Feb 7 08:02:06.993: INFO: Created: latency-svc-hmljb + Feb 7 08:02:07.028: INFO: Got endpoints: latency-svc-678xr [749.245685ms] + Feb 7 08:02:07.040: INFO: Created: latency-svc-s4d5c + Feb 7 08:02:07.079: INFO: Got endpoints: latency-svc-zkpxk [748.39537ms] + Feb 7 08:02:07.095: INFO: Created: latency-svc-265v2 + Feb 7 08:02:07.128: INFO: Got endpoints: latency-svc-gd675 [748.664481ms] + Feb 7 08:02:07.147: INFO: Created: latency-svc-65qpf + Feb 7 08:02:07.182: INFO: Got endpoints: latency-svc-l2hdj [754.023685ms] + Feb 7 08:02:07.193: INFO: Created: latency-svc-rnhx4 + Feb 7 08:02:07.229: INFO: Got endpoints: latency-svc-qz9mq [747.611957ms] + Feb 7 08:02:07.242: INFO: Created: latency-svc-j6crf + Feb 7 08:02:07.280: INFO: Got endpoints: latency-svc-pgfcz [726.105146ms] + Feb 7 08:02:07.296: INFO: Created: latency-svc-hhrrk + Feb 7 08:02:07.329: INFO: Got endpoints: latency-svc-v4p8v [752.129876ms] + Feb 7 08:02:07.345: INFO: Created: latency-svc-g7mpj + Feb 7 08:02:07.381: INFO: Got endpoints: latency-svc-wjm7f [753.436286ms] + Feb 7 08:02:07.399: INFO: Created: latency-svc-stczw + Feb 7 08:02:07.427: INFO: Got endpoints: latency-svc-x2vd8 [746.600432ms] + Feb 7 08:02:07.447: INFO: Created: latency-svc-pjm4d + Feb 7 08:02:07.479: INFO: Got endpoints: latency-svc-7jrs7 [750.319566ms] + Feb 7 08:02:07.493: INFO: Created: latency-svc-7c5kq + Feb 7 08:02:07.528: INFO: Got endpoints: latency-svc-x9wqz [747.901943ms] + Feb 7 08:02:07.542: INFO: Created: latency-svc-gzm2d + Feb 7 08:02:07.581: INFO: Got endpoints: latency-svc-4k7nt [748.260359ms] + Feb 7 08:02:07.595: INFO: Created: latency-svc-7qfpl + Feb 7 08:02:07.627: INFO: Got endpoints: latency-svc-k7xph [746.242695ms] + Feb 7 08:02:07.639: INFO: Created: latency-svc-f9b64 + Feb 7 08:02:07.678: INFO: Got endpoints: latency-svc-2qpvq [748.019564ms] + Feb 7 08:02:07.696: INFO: Created: latency-svc-bwkkm + Feb 7 08:02:07.732: INFO: Got endpoints: latency-svc-hmljb [752.866605ms] + Feb 7 08:02:07.745: INFO: Created: latency-svc-mgzlk + Feb 7 08:02:07.778: INFO: Got endpoints: latency-svc-s4d5c [750.182467ms] + Feb 7 08:02:07.789: INFO: Created: latency-svc-8k2g7 + Feb 7 08:02:07.830: INFO: Got endpoints: latency-svc-265v2 [750.787757ms] + Feb 7 08:02:07.847: INFO: Created: latency-svc-mf572 + Feb 7 08:02:07.879: INFO: Got endpoints: latency-svc-65qpf [751.406444ms] + Feb 7 08:02:07.897: INFO: Created: latency-svc-g85q4 + Feb 7 08:02:07.929: INFO: Got endpoints: latency-svc-rnhx4 [746.650713ms] + Feb 7 08:02:07.941: INFO: Created: latency-svc-9h4wx + Feb 7 08:02:07.980: INFO: Got endpoints: latency-svc-j6crf [751.368241ms] + Feb 7 08:02:07.996: INFO: Created: latency-svc-chxnt + Feb 7 08:02:08.030: INFO: Got endpoints: latency-svc-hhrrk [750.000376ms] + Feb 7 08:02:08.048: INFO: Created: latency-svc-zgd7j + Feb 7 08:02:08.078: INFO: Got endpoints: latency-svc-g7mpj [748.703635ms] + Feb 7 08:02:08.091: INFO: Created: latency-svc-sgt8s + Feb 7 08:02:08.130: INFO: Got endpoints: latency-svc-stczw [749.435988ms] + Feb 7 08:02:08.152: INFO: Created: latency-svc-hg7w6 + Feb 7 08:02:08.175: INFO: Got endpoints: latency-svc-pjm4d [747.369231ms] + Feb 7 08:02:08.186: INFO: Created: latency-svc-q75hc + Feb 7 08:02:08.228: INFO: Got endpoints: latency-svc-7c5kq [748.547122ms] + Feb 7 08:02:08.243: INFO: Created: latency-svc-jgdr8 + Feb 7 08:02:08.278: INFO: Got endpoints: latency-svc-gzm2d [750.666213ms] + Feb 7 08:02:08.293: INFO: Created: latency-svc-9rrgr + Feb 7 08:02:08.327: INFO: Got endpoints: latency-svc-7qfpl [746.413652ms] + Feb 7 08:02:08.343: INFO: Created: latency-svc-8twg7 + Feb 7 08:02:08.378: INFO: Got endpoints: latency-svc-f9b64 [751.146582ms] + Feb 7 08:02:08.391: INFO: Created: latency-svc-mr8gt + Feb 7 08:02:08.432: INFO: Got endpoints: latency-svc-bwkkm [753.184583ms] + Feb 7 08:02:08.445: INFO: Created: latency-svc-jsh42 + Feb 7 08:02:08.478: INFO: Got endpoints: latency-svc-mgzlk [746.467485ms] + Feb 7 08:02:08.488: INFO: Created: latency-svc-tgtm7 + Feb 7 08:02:08.529: INFO: Got endpoints: latency-svc-8k2g7 [751.02259ms] + Feb 7 08:02:08.577: INFO: Got endpoints: latency-svc-mf572 [746.87489ms] + Feb 7 08:02:08.630: INFO: Got endpoints: latency-svc-g85q4 [750.39451ms] + Feb 7 08:02:08.678: INFO: Got endpoints: latency-svc-9h4wx [748.836939ms] + Feb 7 08:02:08.729: INFO: Got endpoints: latency-svc-chxnt [749.113483ms] + Feb 7 08:02:08.784: INFO: Got endpoints: latency-svc-zgd7j [753.547702ms] + Feb 7 08:02:08.827: INFO: Got endpoints: latency-svc-sgt8s [749.376587ms] + Feb 7 08:02:08.878: INFO: Got endpoints: latency-svc-hg7w6 [747.200454ms] + Feb 7 08:02:08.930: INFO: Got endpoints: latency-svc-q75hc [755.529119ms] + Feb 7 08:02:08.982: INFO: Got endpoints: latency-svc-jgdr8 [754.436354ms] + Feb 7 08:02:09.029: INFO: Got endpoints: latency-svc-9rrgr [750.857579ms] + Feb 7 08:02:09.080: INFO: Got endpoints: latency-svc-8twg7 [752.879937ms] + Feb 7 08:02:09.135: INFO: Got endpoints: latency-svc-mr8gt [756.733289ms] + Feb 7 08:02:09.181: INFO: Got endpoints: latency-svc-jsh42 [748.854622ms] + Feb 7 08:02:09.231: INFO: Got endpoints: latency-svc-tgtm7 [752.396912ms] + Feb 7 08:02:09.231: INFO: Latencies: [20.361361ms 28.106726ms 36.104388ms 43.471051ms 49.560507ms 52.69379ms 64.133867ms 72.35482ms 77.339821ms 85.967788ms 91.999444ms 96.065543ms 108.709391ms 119.007862ms 119.28284ms 120.109407ms 120.389407ms 120.965957ms 121.278161ms 122.925762ms 125.035865ms 126.24727ms 126.268808ms 127.156099ms 127.38504ms 129.238871ms 129.816903ms 129.928661ms 130.24275ms 132.405228ms 135.657182ms 135.747852ms 136.715899ms 140.940905ms 146.64579ms 167.061475ms 203.414265ms 246.958485ms 303.730718ms 336.533868ms 380.19784ms 428.506575ms 460.409329ms 515.876803ms 544.326283ms 579.76855ms 613.245308ms 658.468994ms 698.508271ms 726.105146ms 726.835829ms 731.222639ms 733.092462ms 741.301017ms 742.106935ms 742.201265ms 742.959527ms 744.611913ms 744.815158ms 745.83953ms 746.033387ms 746.242695ms 746.247217ms 746.413652ms 746.467485ms 746.491731ms 746.600432ms 746.650713ms 746.82569ms 746.87489ms 747.196612ms 747.200454ms 747.201288ms 747.21976ms 747.239862ms 747.369231ms 747.46075ms 747.611957ms 747.727946ms 747.901943ms 747.981987ms 748.003418ms 748.019564ms 748.071428ms 748.084869ms 748.148906ms 748.260359ms 748.39537ms 748.43162ms 748.480157ms 748.481695ms 748.52164ms 748.547122ms 748.548322ms 748.56014ms 748.646249ms 748.664481ms 748.703635ms 748.724481ms 748.74678ms 748.752187ms 748.836939ms 748.854622ms 748.924526ms 748.944621ms 749.05866ms 749.113483ms 749.123984ms 749.210025ms 749.245685ms 749.29655ms 749.344082ms 749.344335ms 749.376587ms 749.402895ms 749.435988ms 749.516182ms 749.548172ms 749.589448ms 749.657991ms 749.842583ms 749.890445ms 749.894846ms 749.914851ms 749.960176ms 750.000376ms 750.064667ms 750.13567ms 750.148038ms 750.182467ms 750.317476ms 750.319566ms 750.39451ms 750.402259ms 750.426045ms 750.442328ms 750.47992ms 750.488988ms 750.496781ms 750.535032ms 750.580452ms 750.666213ms 750.699967ms 750.787757ms 750.796222ms 750.805871ms 750.809263ms 750.857579ms 750.973269ms 750.982293ms 751.02259ms 751.026564ms 751.146582ms 751.148948ms 751.270725ms 751.332241ms 751.368241ms 751.382666ms 751.384693ms 751.406444ms 751.450325ms 751.497054ms 751.498573ms 751.629381ms 751.657927ms 751.720342ms 751.839592ms 751.989701ms 752.129876ms 752.190097ms 752.239515ms 752.386887ms 752.39106ms 752.396912ms 752.424551ms 752.679491ms 752.696305ms 752.866605ms 752.879937ms 752.919673ms 753.184583ms 753.218082ms 753.245496ms 753.252762ms 753.351931ms 753.436286ms 753.547702ms 753.714707ms 754.023685ms 754.358567ms 754.436354ms 754.459646ms 754.537552ms 755.529119ms 755.845898ms 756.733289ms 758.398113ms 765.931925ms 775.196266ms 776.332572ms] + Feb 7 08:02:09.231: INFO: 50 %ile: 748.752187ms + Feb 7 08:02:09.231: INFO: 90 %ile: 753.184583ms + Feb 7 08:02:09.231: INFO: 99 %ile: 775.196266ms + Feb 7 08:02:09.231: INFO: Total sample count: 200 + [AfterEach] [sig-network] Service endpoints latency + test/e2e/framework/node/init/init.go:32 + Feb 7 08:02:09.231: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Service endpoints latency + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Service endpoints latency + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Service endpoints latency + tear down framework | framework.go:193 + STEP: Destroying namespace "svc-latency-4393" for this suite. 02/07/23 08:02:09.236 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-node] Secrets + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:95 +[BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:02:09.242 +Feb 7 08:02:09.242: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:02:09.242 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:09.254 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:09.256 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:95 +STEP: creating secret secrets-5220/secret-test-a4f7f458-491b-41e9-8d72-80d92eb7fd8a 02/07/23 08:02:09.259 +STEP: Creating a pod to test consume secrets 02/07/23 08:02:09.265 +Feb 7 08:02:09.270: INFO: Waiting up to 5m0s for pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389" in namespace "secrets-5220" to be "Succeeded or Failed" +Feb 7 08:02:09.273: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389": Phase="Pending", Reason="", readiness=false. Elapsed: 2.48421ms +Feb 7 08:02:11.280: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009178467s +Feb 7 08:02:13.281: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011045337s +STEP: Saw pod success 02/07/23 08:02:13.282 +Feb 7 08:02:13.282: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389" satisfied condition "Succeeded or Failed" +Feb 7 08:02:13.287: INFO: Trying to get logs from node node2 pod pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389 container env-test: +STEP: delete the pod 02/07/23 08:02:13.319 +Feb 7 08:02:13.328: INFO: Waiting for pod pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389 to disappear +Feb 7 08:02:13.331: INFO: Pod pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389 no longer exists +[AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:02:13.331: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-5220" for this suite. 02/07/23 08:02:13.335 +------------------------------ +• [4.099 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:95 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:02:09.242 + Feb 7 08:02:09.242: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:02:09.242 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:09.254 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:09.256 + [BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/secrets.go:95 + STEP: creating secret secrets-5220/secret-test-a4f7f458-491b-41e9-8d72-80d92eb7fd8a 02/07/23 08:02:09.259 + STEP: Creating a pod to test consume secrets 02/07/23 08:02:09.265 + Feb 7 08:02:09.270: INFO: Waiting up to 5m0s for pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389" in namespace "secrets-5220" to be "Succeeded or Failed" + Feb 7 08:02:09.273: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389": Phase="Pending", Reason="", readiness=false. Elapsed: 2.48421ms + Feb 7 08:02:11.280: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009178467s + Feb 7 08:02:13.281: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011045337s + STEP: Saw pod success 02/07/23 08:02:13.282 + Feb 7 08:02:13.282: INFO: Pod "pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389" satisfied condition "Succeeded or Failed" + Feb 7 08:02:13.287: INFO: Trying to get logs from node node2 pod pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389 container env-test: + STEP: delete the pod 02/07/23 08:02:13.319 + Feb 7 08:02:13.328: INFO: Waiting for pod pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389 to disappear + Feb 7 08:02:13.331: INFO: Pod pod-configmaps-6e2977c6-25ba-4ba0-b3bf-0808e878e389 no longer exists + [AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:02:13.331: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-5220" for this suite. 02/07/23 08:02:13.335 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:193 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:02:13.342 +Feb 7 08:02:13.342: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:02:13.344 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:13.358 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:13.362 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:193 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:02:13.368 +Feb 7 08:02:13.378: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299" in namespace "projected-6657" to be "Succeeded or Failed" +Feb 7 08:02:13.382: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299": Phase="Pending", Reason="", readiness=false. Elapsed: 3.633299ms +Feb 7 08:02:15.385: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006617485s +Feb 7 08:02:17.387: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009269844s +STEP: Saw pod success 02/07/23 08:02:17.388 +Feb 7 08:02:17.388: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299" satisfied condition "Succeeded or Failed" +Feb 7 08:02:17.390: INFO: Trying to get logs from node node2 pod downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299 container client-container: +STEP: delete the pod 02/07/23 08:02:17.395 +Feb 7 08:02:17.403: INFO: Waiting for pod downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299 to disappear +Feb 7 08:02:17.407: INFO: Pod downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:02:17.407: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-6657" for this suite. 02/07/23 08:02:17.414 +------------------------------ +• [4.075 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:02:13.342 + Feb 7 08:02:13.342: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:02:13.344 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:13.358 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:13.362 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:193 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:02:13.368 + Feb 7 08:02:13.378: INFO: Waiting up to 5m0s for pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299" in namespace "projected-6657" to be "Succeeded or Failed" + Feb 7 08:02:13.382: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299": Phase="Pending", Reason="", readiness=false. Elapsed: 3.633299ms + Feb 7 08:02:15.385: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006617485s + Feb 7 08:02:17.387: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009269844s + STEP: Saw pod success 02/07/23 08:02:17.388 + Feb 7 08:02:17.388: INFO: Pod "downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299" satisfied condition "Succeeded or Failed" + Feb 7 08:02:17.390: INFO: Trying to get logs from node node2 pod downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299 container client-container: + STEP: delete the pod 02/07/23 08:02:17.395 + Feb 7 08:02:17.403: INFO: Waiting for pod downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299 to disappear + Feb 7 08:02:17.407: INFO: Pod downwardapi-volume-8286ba31-27e9-447f-b6b0-9eda6ab0f299 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:02:17.407: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-6657" for this suite. 02/07/23 08:02:17.414 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-auth] ServiceAccounts + should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:275 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:02:17.418 +Feb 7 08:02:17.418: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:02:17.418 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:17.428 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:17.431 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:275 +STEP: Creating a pod to test service account token: 02/07/23 08:02:17.433 +Feb 7 08:02:17.438: INFO: Waiting up to 5m0s for pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0" in namespace "svcaccounts-5685" to be "Succeeded or Failed" +Feb 7 08:02:17.441: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.097209ms +Feb 7 08:02:19.445: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006921119s +Feb 7 08:02:21.447: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008927523s +STEP: Saw pod success 02/07/23 08:02:21.447 +Feb 7 08:02:21.448: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0" satisfied condition "Succeeded or Failed" +Feb 7 08:02:21.452: INFO: Trying to get logs from node node2 pod test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0 container agnhost-container: +STEP: delete the pod 02/07/23 08:02:21.463 +Feb 7 08:02:21.475: INFO: Waiting for pod test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0 to disappear +Feb 7 08:02:21.481: INFO: Pod test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0 no longer exists +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:02:21.482: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-5685" for this suite. 02/07/23 08:02:21.484 +------------------------------ +• [4.070 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:275 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:02:17.418 + Feb 7 08:02:17.418: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:02:17.418 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:17.428 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:17.431 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] should mount projected service account token [Conformance] + test/e2e/auth/service_accounts.go:275 + STEP: Creating a pod to test service account token: 02/07/23 08:02:17.433 + Feb 7 08:02:17.438: INFO: Waiting up to 5m0s for pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0" in namespace "svcaccounts-5685" to be "Succeeded or Failed" + Feb 7 08:02:17.441: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.097209ms + Feb 7 08:02:19.445: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.006921119s + Feb 7 08:02:21.447: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008927523s + STEP: Saw pod success 02/07/23 08:02:21.447 + Feb 7 08:02:21.448: INFO: Pod "test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0" satisfied condition "Succeeded or Failed" + Feb 7 08:02:21.452: INFO: Trying to get logs from node node2 pod test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0 container agnhost-container: + STEP: delete the pod 02/07/23 08:02:21.463 + Feb 7 08:02:21.475: INFO: Waiting for pod test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0 to disappear + Feb 7 08:02:21.481: INFO: Pod test-pod-14e845e3-7be8-45be-8f35-492b5e5254d0 no longer exists + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:02:21.482: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-5685" for this suite. 02/07/23 08:02:21.484 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath + runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:624 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:02:21.488 +Feb 7 08:02:21.488: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-preemption 02/07/23 08:02:21.49 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:21.502 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:21.506 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 +Feb 7 08:02:21.523: INFO: Waiting up to 1m0s for all nodes to be ready +Feb 7 08:03:21.561: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PreemptionExecutionPath + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:03:21.565 +Feb 7 08:03:21.565: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-preemption-path 02/07/23 08:03:21.566 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:21.584 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:21.589 +[BeforeEach] PreemptionExecutionPath + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:576 +STEP: Finding an available node 02/07/23 08:03:21.592 +STEP: Trying to launch a pod without a label to get a node which can launch it. 02/07/23 08:03:21.592 +Feb 7 08:03:21.598: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-9665" to be "running" +Feb 7 08:03:21.604: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 5.815533ms +Feb 7 08:03:23.610: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.011726195s +Feb 7 08:03:23.610: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 02/07/23 08:03:23.62 +Feb 7 08:03:23.628: INFO: found a healthy node: node2 +[It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:624 +Feb 7 08:03:29.715: INFO: pods created so far: [1 1 1] +Feb 7 08:03:29.715: INFO: length of pods created so far: 3 +Feb 7 08:03:33.732: INFO: pods created so far: [2 2 1] +[AfterEach] PreemptionExecutionPath + test/e2e/framework/node/init/init.go:32 +Feb 7 08:03:40.734: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:549 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:03:40.782: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 +[DeferCleanup (Each)] PreemptionExecutionPath + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] PreemptionExecutionPath + dump namespaces | framework.go:196 +[DeferCleanup (Each)] PreemptionExecutionPath + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-preemption-path-9665" for this suite. 02/07/23 08:03:40.825 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-preemption-2247" for this suite. 02/07/23 08:03:40.83 +------------------------------ +• [SLOW TEST] [79.347 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + PreemptionExecutionPath + test/e2e/scheduling/preemption.go:537 + runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:624 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:02:21.488 + Feb 7 08:02:21.488: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-preemption 02/07/23 08:02:21.49 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:02:21.502 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:02:21.506 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 + Feb 7 08:02:21.523: INFO: Waiting up to 1m0s for all nodes to be ready + Feb 7 08:03:21.561: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PreemptionExecutionPath + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:03:21.565 + Feb 7 08:03:21.565: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-preemption-path 02/07/23 08:03:21.566 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:21.584 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:21.589 + [BeforeEach] PreemptionExecutionPath + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:576 + STEP: Finding an available node 02/07/23 08:03:21.592 + STEP: Trying to launch a pod without a label to get a node which can launch it. 02/07/23 08:03:21.592 + Feb 7 08:03:21.598: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-preemption-path-9665" to be "running" + Feb 7 08:03:21.604: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 5.815533ms + Feb 7 08:03:23.610: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.011726195s + Feb 7 08:03:23.610: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 02/07/23 08:03:23.62 + Feb 7 08:03:23.628: INFO: found a healthy node: node2 + [It] runs ReplicaSets to verify preemption running path [Conformance] + test/e2e/scheduling/preemption.go:624 + Feb 7 08:03:29.715: INFO: pods created so far: [1 1 1] + Feb 7 08:03:29.715: INFO: length of pods created so far: 3 + Feb 7 08:03:33.732: INFO: pods created so far: [2 2 1] + [AfterEach] PreemptionExecutionPath + test/e2e/framework/node/init/init.go:32 + Feb 7 08:03:40.734: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] PreemptionExecutionPath + test/e2e/scheduling/preemption.go:549 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:03:40.782: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 + [DeferCleanup (Each)] PreemptionExecutionPath + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] PreemptionExecutionPath + dump namespaces | framework.go:196 + [DeferCleanup (Each)] PreemptionExecutionPath + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-preemption-path-9665" for this suite. 02/07/23 08:03:40.825 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-preemption-2247" for this suite. 02/07/23 08:03:40.83 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-node] Pods + should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:226 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:03:40.836 +Feb 7 08:03:40.836: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:03:40.838 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:40.852 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:40.854 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:226 +STEP: creating the pod 02/07/23 08:03:40.856 +STEP: setting up watch 02/07/23 08:03:40.856 +STEP: submitting the pod to kubernetes 02/07/23 08:03:40.959 +STEP: verifying the pod is in kubernetes 02/07/23 08:03:40.976 +STEP: verifying pod creation was observed 02/07/23 08:03:40.982 +Feb 7 08:03:40.983: INFO: Waiting up to 5m0s for pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3" in namespace "pods-5262" to be "running" +Feb 7 08:03:40.988: INFO: Pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3": Phase="Pending", Reason="", readiness=false. Elapsed: 4.910904ms +Feb 7 08:03:42.994: INFO: Pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3": Phase="Running", Reason="", readiness=true. Elapsed: 2.010789095s +Feb 7 08:03:42.994: INFO: Pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3" satisfied condition "running" +STEP: deleting the pod gracefully 02/07/23 08:03:42.999 +STEP: verifying pod deletion was observed 02/07/23 08:03:43.01 +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:03:45.305: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-5262" for this suite. 02/07/23 08:03:45.309 +------------------------------ +• [4.478 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:226 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:03:40.836 + Feb 7 08:03:40.836: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:03:40.838 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:40.852 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:40.854 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should be submitted and removed [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:226 + STEP: creating the pod 02/07/23 08:03:40.856 + STEP: setting up watch 02/07/23 08:03:40.856 + STEP: submitting the pod to kubernetes 02/07/23 08:03:40.959 + STEP: verifying the pod is in kubernetes 02/07/23 08:03:40.976 + STEP: verifying pod creation was observed 02/07/23 08:03:40.982 + Feb 7 08:03:40.983: INFO: Waiting up to 5m0s for pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3" in namespace "pods-5262" to be "running" + Feb 7 08:03:40.988: INFO: Pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3": Phase="Pending", Reason="", readiness=false. Elapsed: 4.910904ms + Feb 7 08:03:42.994: INFO: Pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3": Phase="Running", Reason="", readiness=true. Elapsed: 2.010789095s + Feb 7 08:03:42.994: INFO: Pod "pod-submit-remove-94170fe7-8478-4653-a1c1-3931b7a31ca3" satisfied condition "running" + STEP: deleting the pod gracefully 02/07/23 08:03:42.999 + STEP: verifying pod deletion was observed 02/07/23 08:03:43.01 + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:03:45.305: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-5262" for this suite. 02/07/23 08:03:45.309 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:243 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:03:45.314 +Feb 7 08:03:45.314: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename namespaces 02/07/23 08:03:45.316 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:45.327 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:45.33 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 +[It] should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:243 +STEP: Creating a test namespace 02/07/23 08:03:45.333 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:45.345 +STEP: Creating a pod in the namespace 02/07/23 08:03:45.348 +STEP: Waiting for the pod to have running status 02/07/23 08:03:45.352 +Feb 7 08:03:45.352: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-869" to be "running" +Feb 7 08:03:45.354: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.087127ms +Feb 7 08:03:47.360: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.008074965s +Feb 7 08:03:47.360: INFO: Pod "test-pod" satisfied condition "running" +STEP: Deleting the namespace 02/07/23 08:03:47.36 +STEP: Waiting for the namespace to be removed. 02/07/23 08:03:47.364 +STEP: Recreating the namespace 02/07/23 08:03:58.369 +STEP: Verifying there are no pods in the namespace 02/07/23 08:03:58.386 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:03:58.390: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "namespaces-8749" for this suite. 02/07/23 08:03:58.393 +STEP: Destroying namespace "nsdeletetest-869" for this suite. 02/07/23 08:03:58.398 +Feb 7 08:03:58.400: INFO: Namespace nsdeletetest-869 was already deleted +STEP: Destroying namespace "nsdeletetest-3943" for this suite. 02/07/23 08:03:58.4 +------------------------------ +• [SLOW TEST] [13.092 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:243 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:03:45.314 + Feb 7 08:03:45.314: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename namespaces 02/07/23 08:03:45.316 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:45.327 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:45.33 + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 + [It] should ensure that all pods are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:243 + STEP: Creating a test namespace 02/07/23 08:03:45.333 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:45.345 + STEP: Creating a pod in the namespace 02/07/23 08:03:45.348 + STEP: Waiting for the pod to have running status 02/07/23 08:03:45.352 + Feb 7 08:03:45.352: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "nsdeletetest-869" to be "running" + Feb 7 08:03:45.354: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.087127ms + Feb 7 08:03:47.360: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.008074965s + Feb 7 08:03:47.360: INFO: Pod "test-pod" satisfied condition "running" + STEP: Deleting the namespace 02/07/23 08:03:47.36 + STEP: Waiting for the namespace to be removed. 02/07/23 08:03:47.364 + STEP: Recreating the namespace 02/07/23 08:03:58.369 + STEP: Verifying there are no pods in the namespace 02/07/23 08:03:58.386 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:03:58.390: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "namespaces-8749" for this suite. 02/07/23 08:03:58.393 + STEP: Destroying namespace "nsdeletetest-869" for this suite. 02/07/23 08:03:58.398 + Feb 7 08:03:58.400: INFO: Namespace nsdeletetest-869 was already deleted + STEP: Destroying namespace "nsdeletetest-3943" for this suite. 02/07/23 08:03:58.4 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Kubelet when scheduling a busybox command that always fails in a pod + should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 +[BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:03:58.409 +Feb 7 08:03:58.410: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:03:58.411 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:58.425 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:58.429 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 +[It] should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 +[AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:03:58.499: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 +STEP: Destroying namespace "kubelet-test-9392" for this suite. 02/07/23 08:03:58.505 +------------------------------ +• [0.099 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:82 + should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:03:58.409 + Feb 7 08:03:58.410: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:03:58.411 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:58.425 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:58.429 + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 + [It] should be possible to delete [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:135 + [AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:03:58.499: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 + STEP: Destroying namespace "kubelet-test-9392" for this suite. 02/07/23 08:03:58.505 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:57 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:03:58.508 +Feb 7 08:03:58.508: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:03:58.509 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:58.521 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:58.524 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:57 +STEP: Creating configMap with name configmap-test-volume-76a3acb7-71a1-4ac5-b861-84d4feaf1fd0 02/07/23 08:03:58.525 +STEP: Creating a pod to test consume configMaps 02/07/23 08:03:58.528 +Feb 7 08:03:58.533: INFO: Waiting up to 5m0s for pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9" in namespace "configmap-5526" to be "Succeeded or Failed" +Feb 7 08:03:58.535: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.67163ms +Feb 7 08:04:00.541: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008351843s +Feb 7 08:04:02.543: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010133169s +STEP: Saw pod success 02/07/23 08:04:02.543 +Feb 7 08:04:02.543: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9" satisfied condition "Succeeded or Failed" +Feb 7 08:04:02.549: INFO: Trying to get logs from node node2 pod pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9 container agnhost-container: +STEP: delete the pod 02/07/23 08:04:02.569 +Feb 7 08:04:02.584: INFO: Waiting for pod pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9 to disappear +Feb 7 08:04:02.587: INFO: Pod pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:04:02.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-5526" for this suite. 02/07/23 08:04:02.591 +------------------------------ +• [4.088 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:03:58.508 + Feb 7 08:03:58.508: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:03:58.509 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:03:58.521 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:03:58.524 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:57 + STEP: Creating configMap with name configmap-test-volume-76a3acb7-71a1-4ac5-b861-84d4feaf1fd0 02/07/23 08:03:58.525 + STEP: Creating a pod to test consume configMaps 02/07/23 08:03:58.528 + Feb 7 08:03:58.533: INFO: Waiting up to 5m0s for pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9" in namespace "configmap-5526" to be "Succeeded or Failed" + Feb 7 08:03:58.535: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.67163ms + Feb 7 08:04:00.541: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008351843s + Feb 7 08:04:02.543: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010133169s + STEP: Saw pod success 02/07/23 08:04:02.543 + Feb 7 08:04:02.543: INFO: Pod "pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9" satisfied condition "Succeeded or Failed" + Feb 7 08:04:02.549: INFO: Trying to get logs from node node2 pod pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9 container agnhost-container: + STEP: delete the pod 02/07/23 08:04:02.569 + Feb 7 08:04:02.584: INFO: Waiting for pod pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9 to disappear + Feb 7 08:04:02.587: INFO: Pod pod-configmaps-b2d9b52a-fa9b-4acd-98ce-5b3d3708b8b9 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:04:02.587: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-5526" for this suite. 02/07/23 08:04:02.591 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should apply an update to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:366 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:04:02.597 +Feb 7 08:04:02.597: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename namespaces 02/07/23 08:04:02.599 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:02.615 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:02.617 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 +[It] should apply an update to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:366 +STEP: Updating Namespace "namespaces-8184" 02/07/23 08:04:02.62 +Feb 7 08:04:02.626: INFO: Namespace "namespaces-8184" now has labels, map[string]string{"e2e-framework":"namespaces", "e2e-run":"04171cd6-7117-486f-b21f-1298848ac71f", "kubernetes.io/metadata.name":"namespaces-8184", "namespaces-8184":"updated", "pod-security.kubernetes.io/enforce":"baseline"} +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:04:02.626: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "namespaces-8184" for this suite. 02/07/23 08:04:02.629 +------------------------------ +• [0.035 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should apply an update to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:366 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:04:02.597 + Feb 7 08:04:02.597: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename namespaces 02/07/23 08:04:02.599 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:02.615 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:02.617 + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 + [It] should apply an update to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:366 + STEP: Updating Namespace "namespaces-8184" 02/07/23 08:04:02.62 + Feb 7 08:04:02.626: INFO: Namespace "namespaces-8184" now has labels, map[string]string{"e2e-framework":"namespaces", "e2e-run":"04171cd6-7117-486f-b21f-1298848ac71f", "kubernetes.io/metadata.name":"namespaces-8184", "namespaces-8184":"updated", "pod-security.kubernetes.io/enforce":"baseline"} + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:04:02.626: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "namespaces-8184" for this suite. 02/07/23 08:04:02.629 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:107 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:04:02.633 +Feb 7 08:04:02.633: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:04:02.634 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:02.643 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:02.646 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:107 +STEP: Creating a pod to test emptydir 0666 on tmpfs 02/07/23 08:04:02.649 +Feb 7 08:04:02.664: INFO: Waiting up to 5m0s for pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47" in namespace "emptydir-4850" to be "Succeeded or Failed" +Feb 7 08:04:02.668: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47": Phase="Pending", Reason="", readiness=false. Elapsed: 3.98625ms +Feb 7 08:04:04.674: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010115325s +Feb 7 08:04:06.672: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008732617s +STEP: Saw pod success 02/07/23 08:04:06.672 +Feb 7 08:04:06.672: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47" satisfied condition "Succeeded or Failed" +Feb 7 08:04:06.676: INFO: Trying to get logs from node node2 pod pod-e335b325-09e2-4600-a395-40ffb7b34d47 container test-container: +STEP: delete the pod 02/07/23 08:04:06.683 +Feb 7 08:04:06.695: INFO: Waiting for pod pod-e335b325-09e2-4600-a395-40ffb7b34d47 to disappear +Feb 7 08:04:06.698: INFO: Pod pod-e335b325-09e2-4600-a395-40ffb7b34d47 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:04:06.698: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-4850" for this suite. 02/07/23 08:04:06.702 +------------------------------ +• [4.074 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:107 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:04:02.633 + Feb 7 08:04:02.633: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:04:02.634 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:02.643 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:02.646 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:107 + STEP: Creating a pod to test emptydir 0666 on tmpfs 02/07/23 08:04:02.649 + Feb 7 08:04:02.664: INFO: Waiting up to 5m0s for pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47" in namespace "emptydir-4850" to be "Succeeded or Failed" + Feb 7 08:04:02.668: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47": Phase="Pending", Reason="", readiness=false. Elapsed: 3.98625ms + Feb 7 08:04:04.674: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010115325s + Feb 7 08:04:06.672: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008732617s + STEP: Saw pod success 02/07/23 08:04:06.672 + Feb 7 08:04:06.672: INFO: Pod "pod-e335b325-09e2-4600-a395-40ffb7b34d47" satisfied condition "Succeeded or Failed" + Feb 7 08:04:06.676: INFO: Trying to get logs from node node2 pod pod-e335b325-09e2-4600-a395-40ffb7b34d47 container test-container: + STEP: delete the pod 02/07/23 08:04:06.683 + Feb 7 08:04:06.695: INFO: Waiting for pod pod-e335b325-09e2-4600-a395-40ffb7b34d47 to disappear + Feb 7 08:04:06.698: INFO: Pod pod-e335b325-09e2-4600-a395-40ffb7b34d47 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:04:06.698: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-4850" for this suite. 02/07/23 08:04:06.702 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:848 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:04:06.707 +Feb 7 08:04:06.707: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:04:06.708 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:06.721 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:06.724 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:848 +STEP: creating service multi-endpoint-test in namespace services-6447 02/07/23 08:04:06.726 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[] 02/07/23 08:04:06.733 +Feb 7 08:04:06.736: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found +Feb 7 08:04:07.743: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-6447 02/07/23 08:04:07.744 +Feb 7 08:04:07.750: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-6447" to be "running and ready" +Feb 7 08:04:07.754: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.542102ms +Feb 7 08:04:07.754: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:04:09.760: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.010401856s +Feb 7 08:04:09.760: INFO: The phase of Pod pod1 is Running (Ready = true) +Feb 7 08:04:09.760: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[pod1:[100]] 02/07/23 08:04:09.764 +Feb 7 08:04:09.776: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[pod1:[100]] +STEP: Creating pod pod2 in namespace services-6447 02/07/23 08:04:09.776 +Feb 7 08:04:09.782: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-6447" to be "running and ready" +Feb 7 08:04:09.786: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 3.452449ms +Feb 7 08:04:09.786: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:04:11.790: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.007615593s +Feb 7 08:04:11.790: INFO: The phase of Pod pod2 is Running (Ready = true) +Feb 7 08:04:11.790: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[pod1:[100] pod2:[101]] 02/07/23 08:04:11.793 +Feb 7 08:04:11.807: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[pod1:[100] pod2:[101]] +STEP: Checking if the Service forwards traffic to pods 02/07/23 08:04:11.807 +Feb 7 08:04:11.807: INFO: Creating new exec pod +Feb 7 08:04:11.811: INFO: Waiting up to 5m0s for pod "execpodlhwmf" in namespace "services-6447" to be "running" +Feb 7 08:04:11.812: INFO: Pod "execpodlhwmf": Phase="Pending", Reason="", readiness=false. Elapsed: 1.506928ms +Feb 7 08:04:13.818: INFO: Pod "execpodlhwmf": Phase="Running", Reason="", readiness=true. Elapsed: 2.007754893s +Feb 7 08:04:13.818: INFO: Pod "execpodlhwmf" satisfied condition "running" +Feb 7 08:04:14.819: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 multi-endpoint-test 80' +Feb 7 08:04:15.038: INFO: stderr: "+ nc -v -z -w 2 multi-endpoint-test 80\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" +Feb 7 08:04:15.038: INFO: stdout: "" +Feb 7 08:04:15.038: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 10.97.244.1 80' +Feb 7 08:04:15.266: INFO: stderr: "+ nc -v -z -w 2 10.97.244.1 80\nConnection to 10.97.244.1 80 port [tcp/http] succeeded!\n" +Feb 7 08:04:15.266: INFO: stdout: "" +Feb 7 08:04:15.267: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 multi-endpoint-test 81' +Feb 7 08:04:15.465: INFO: stderr: "+ nc -v -z -w 2 multi-endpoint-test 81\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" +Feb 7 08:04:15.465: INFO: stdout: "" +Feb 7 08:04:15.465: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 10.97.244.1 81' +Feb 7 08:04:15.695: INFO: stderr: "+ nc -v -z -w 2 10.97.244.1 81\nConnection to 10.97.244.1 81 port [tcp/*] succeeded!\n" +Feb 7 08:04:15.695: INFO: stdout: "" +STEP: Deleting pod pod1 in namespace services-6447 02/07/23 08:04:15.695 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[pod2:[101]] 02/07/23 08:04:15.714 +Feb 7 08:04:15.727: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[pod2:[101]] +STEP: Deleting pod pod2 in namespace services-6447 02/07/23 08:04:15.727 +STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[] 02/07/23 08:04:15.75 +Feb 7 08:04:15.760: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:04:15.781: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-6447" for this suite. 02/07/23 08:04:15.786 +------------------------------ +• [SLOW TEST] [9.084 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:848 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:04:06.707 + Feb 7 08:04:06.707: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:04:06.708 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:06.721 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:06.724 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should serve multiport endpoints from pods [Conformance] + test/e2e/network/service.go:848 + STEP: creating service multi-endpoint-test in namespace services-6447 02/07/23 08:04:06.726 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[] 02/07/23 08:04:06.733 + Feb 7 08:04:06.736: INFO: Failed go get Endpoints object: endpoints "multi-endpoint-test" not found + Feb 7 08:04:07.743: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-6447 02/07/23 08:04:07.744 + Feb 7 08:04:07.750: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-6447" to be "running and ready" + Feb 7 08:04:07.754: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.542102ms + Feb 7 08:04:07.754: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:04:09.760: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.010401856s + Feb 7 08:04:09.760: INFO: The phase of Pod pod1 is Running (Ready = true) + Feb 7 08:04:09.760: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[pod1:[100]] 02/07/23 08:04:09.764 + Feb 7 08:04:09.776: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[pod1:[100]] + STEP: Creating pod pod2 in namespace services-6447 02/07/23 08:04:09.776 + Feb 7 08:04:09.782: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-6447" to be "running and ready" + Feb 7 08:04:09.786: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 3.452449ms + Feb 7 08:04:09.786: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:04:11.790: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.007615593s + Feb 7 08:04:11.790: INFO: The phase of Pod pod2 is Running (Ready = true) + Feb 7 08:04:11.790: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[pod1:[100] pod2:[101]] 02/07/23 08:04:11.793 + Feb 7 08:04:11.807: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[pod1:[100] pod2:[101]] + STEP: Checking if the Service forwards traffic to pods 02/07/23 08:04:11.807 + Feb 7 08:04:11.807: INFO: Creating new exec pod + Feb 7 08:04:11.811: INFO: Waiting up to 5m0s for pod "execpodlhwmf" in namespace "services-6447" to be "running" + Feb 7 08:04:11.812: INFO: Pod "execpodlhwmf": Phase="Pending", Reason="", readiness=false. Elapsed: 1.506928ms + Feb 7 08:04:13.818: INFO: Pod "execpodlhwmf": Phase="Running", Reason="", readiness=true. Elapsed: 2.007754893s + Feb 7 08:04:13.818: INFO: Pod "execpodlhwmf" satisfied condition "running" + Feb 7 08:04:14.819: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 multi-endpoint-test 80' + Feb 7 08:04:15.038: INFO: stderr: "+ nc -v -z -w 2 multi-endpoint-test 80\nConnection to multi-endpoint-test 80 port [tcp/http] succeeded!\n" + Feb 7 08:04:15.038: INFO: stdout: "" + Feb 7 08:04:15.038: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 10.97.244.1 80' + Feb 7 08:04:15.266: INFO: stderr: "+ nc -v -z -w 2 10.97.244.1 80\nConnection to 10.97.244.1 80 port [tcp/http] succeeded!\n" + Feb 7 08:04:15.266: INFO: stdout: "" + Feb 7 08:04:15.267: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 multi-endpoint-test 81' + Feb 7 08:04:15.465: INFO: stderr: "+ nc -v -z -w 2 multi-endpoint-test 81\nConnection to multi-endpoint-test 81 port [tcp/*] succeeded!\n" + Feb 7 08:04:15.465: INFO: stdout: "" + Feb 7 08:04:15.465: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6447 exec execpodlhwmf -- /bin/sh -x -c nc -v -z -w 2 10.97.244.1 81' + Feb 7 08:04:15.695: INFO: stderr: "+ nc -v -z -w 2 10.97.244.1 81\nConnection to 10.97.244.1 81 port [tcp/*] succeeded!\n" + Feb 7 08:04:15.695: INFO: stdout: "" + STEP: Deleting pod pod1 in namespace services-6447 02/07/23 08:04:15.695 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[pod2:[101]] 02/07/23 08:04:15.714 + Feb 7 08:04:15.727: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[pod2:[101]] + STEP: Deleting pod pod2 in namespace services-6447 02/07/23 08:04:15.727 + STEP: waiting up to 3m0s for service multi-endpoint-test in namespace services-6447 to expose endpoints map[] 02/07/23 08:04:15.75 + Feb 7 08:04:15.760: INFO: successfully validated that service multi-endpoint-test in namespace services-6447 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:04:15.781: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-6447" for this suite. 02/07/23 08:04:15.786 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-network] EndpointSlice + should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:66 +[BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:04:15.792 +Feb 7 08:04:15.792: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename endpointslice 02/07/23 08:04:15.794 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:15.802 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:15.805 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 +[It] should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:66 +Feb 7 08:04:15.818: INFO: Endpoints addresses: [172.30.41.41] , ports: [6443] +Feb 7 08:04:15.819: INFO: EndpointSlices addresses: [172.30.41.41] , ports: [6443] +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 +Feb 7 08:04:15.819: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 +STEP: Destroying namespace "endpointslice-6329" for this suite. 02/07/23 08:04:15.822 +------------------------------ +• [0.034 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:66 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:04:15.792 + Feb 7 08:04:15.792: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename endpointslice 02/07/23 08:04:15.794 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:15.802 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:15.805 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 + [It] should have Endpoints and EndpointSlices pointing to API Server [Conformance] + test/e2e/network/endpointslice.go:66 + Feb 7 08:04:15.818: INFO: Endpoints addresses: [172.30.41.41] , ports: [6443] + Feb 7 08:04:15.819: INFO: EndpointSlices addresses: [172.30.41.41] , ports: [6443] + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 + Feb 7 08:04:15.819: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 + STEP: Destroying namespace "endpointslice-6329" for this suite. 02/07/23 08:04:15.822 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:99 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:04:15.827 +Feb 7 08:04:15.828: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:04:15.829 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:15.841 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:15.851 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:99 +STEP: Creating configMap with name projected-configmap-test-volume-map-38450add-4c97-4754-be9b-8a3a3b6690d8 02/07/23 08:04:15.854 +STEP: Creating a pod to test consume configMaps 02/07/23 08:04:15.858 +Feb 7 08:04:15.863: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c" in namespace "projected-8537" to be "Succeeded or Failed" +Feb 7 08:04:15.865: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.482564ms +Feb 7 08:04:17.875: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011832443s +Feb 7 08:04:19.872: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009167407s +STEP: Saw pod success 02/07/23 08:04:19.872 +Feb 7 08:04:19.872: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c" satisfied condition "Succeeded or Failed" +Feb 7 08:04:19.878: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c container agnhost-container: +STEP: delete the pod 02/07/23 08:04:19.885 +Feb 7 08:04:19.895: INFO: Waiting for pod pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c to disappear +Feb 7 08:04:19.897: INFO: Pod pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:04:19.897: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-8537" for this suite. 02/07/23 08:04:19.903 +------------------------------ +• [4.082 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:99 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:04:15.827 + Feb 7 08:04:15.828: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:04:15.829 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:15.841 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:15.851 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:99 + STEP: Creating configMap with name projected-configmap-test-volume-map-38450add-4c97-4754-be9b-8a3a3b6690d8 02/07/23 08:04:15.854 + STEP: Creating a pod to test consume configMaps 02/07/23 08:04:15.858 + Feb 7 08:04:15.863: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c" in namespace "projected-8537" to be "Succeeded or Failed" + Feb 7 08:04:15.865: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.482564ms + Feb 7 08:04:17.875: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011832443s + Feb 7 08:04:19.872: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009167407s + STEP: Saw pod success 02/07/23 08:04:19.872 + Feb 7 08:04:19.872: INFO: Pod "pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c" satisfied condition "Succeeded or Failed" + Feb 7 08:04:19.878: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c container agnhost-container: + STEP: delete the pod 02/07/23 08:04:19.885 + Feb 7 08:04:19.895: INFO: Waiting for pod pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c to disappear + Feb 7 08:04:19.897: INFO: Pod pod-projected-configmaps-4b55510d-43be-41a0-8553-892ee6c4062c no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:04:19.897: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-8537" for this suite. 02/07/23 08:04:19.903 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Probing container + should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:184 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:04:19.91 +Feb 7 08:04:19.910: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 08:04:19.911 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:19.927 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:19.93 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:184 +STEP: Creating pod liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a in namespace container-probe-3068 02/07/23 08:04:19.935 +Feb 7 08:04:19.941: INFO: Waiting up to 5m0s for pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a" in namespace "container-probe-3068" to be "not pending" +Feb 7 08:04:19.946: INFO: Pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.357841ms +Feb 7 08:04:21.952: INFO: Pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a": Phase="Running", Reason="", readiness=true. Elapsed: 2.010395804s +Feb 7 08:04:21.952: INFO: Pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a" satisfied condition "not pending" +Feb 7 08:04:21.952: INFO: Started pod liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a in namespace container-probe-3068 +STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 08:04:21.952 +Feb 7 08:04:21.957: INFO: Initial restart count of pod liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a is 0 +STEP: deleting the pod 02/07/23 08:08:22.796 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 08:08:22.815: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-3068" for this suite. 02/07/23 08:08:22.822 +------------------------------ +• [SLOW TEST] [242.917 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:184 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:04:19.91 + Feb 7 08:04:19.910: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 08:04:19.911 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:04:19.927 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:04:19.93 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:184 + STEP: Creating pod liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a in namespace container-probe-3068 02/07/23 08:04:19.935 + Feb 7 08:04:19.941: INFO: Waiting up to 5m0s for pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a" in namespace "container-probe-3068" to be "not pending" + Feb 7 08:04:19.946: INFO: Pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a": Phase="Pending", Reason="", readiness=false. Elapsed: 4.357841ms + Feb 7 08:04:21.952: INFO: Pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a": Phase="Running", Reason="", readiness=true. Elapsed: 2.010395804s + Feb 7 08:04:21.952: INFO: Pod "liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a" satisfied condition "not pending" + Feb 7 08:04:21.952: INFO: Started pod liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a in namespace container-probe-3068 + STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 08:04:21.952 + Feb 7 08:04:21.957: INFO: Initial restart count of pod liveness-55ce0a2e-79c0-4c23-9bb8-ac4968579d7a is 0 + STEP: deleting the pod 02/07/23 08:08:22.796 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 08:08:22.815: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-3068" for this suite. 02/07/23 08:08:22.822 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:97 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:08:22.827 +Feb 7 08:08:22.827: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:08:22.827 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:22.836 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:22.838 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:97 +STEP: Creating a pod to test emptydir 0644 on tmpfs 02/07/23 08:08:22.868 +Feb 7 08:08:22.876: INFO: Waiting up to 5m0s for pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3" in namespace "emptydir-7239" to be "Succeeded or Failed" +Feb 7 08:08:22.880: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3": Phase="Pending", Reason="", readiness=false. Elapsed: 3.582918ms +Feb 7 08:08:24.887: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010605319s +Feb 7 08:08:26.885: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008442315s +STEP: Saw pod success 02/07/23 08:08:26.885 +Feb 7 08:08:26.885: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3" satisfied condition "Succeeded or Failed" +Feb 7 08:08:26.891: INFO: Trying to get logs from node node2 pod pod-e7813365-f8c8-4f99-a666-57a261f027f3 container test-container: +STEP: delete the pod 02/07/23 08:08:26.923 +Feb 7 08:08:26.938: INFO: Waiting for pod pod-e7813365-f8c8-4f99-a666-57a261f027f3 to disappear +Feb 7 08:08:26.941: INFO: Pod pod-e7813365-f8c8-4f99-a666-57a261f027f3 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:08:26.941: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-7239" for this suite. 02/07/23 08:08:26.947 +------------------------------ +• [4.128 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:97 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:08:22.827 + Feb 7 08:08:22.827: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:08:22.827 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:22.836 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:22.838 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:97 + STEP: Creating a pod to test emptydir 0644 on tmpfs 02/07/23 08:08:22.868 + Feb 7 08:08:22.876: INFO: Waiting up to 5m0s for pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3" in namespace "emptydir-7239" to be "Succeeded or Failed" + Feb 7 08:08:22.880: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3": Phase="Pending", Reason="", readiness=false. Elapsed: 3.582918ms + Feb 7 08:08:24.887: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010605319s + Feb 7 08:08:26.885: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008442315s + STEP: Saw pod success 02/07/23 08:08:26.885 + Feb 7 08:08:26.885: INFO: Pod "pod-e7813365-f8c8-4f99-a666-57a261f027f3" satisfied condition "Succeeded or Failed" + Feb 7 08:08:26.891: INFO: Trying to get logs from node node2 pod pod-e7813365-f8c8-4f99-a666-57a261f027f3 container test-container: + STEP: delete the pod 02/07/23 08:08:26.923 + Feb 7 08:08:26.938: INFO: Waiting for pod pod-e7813365-f8c8-4f99-a666-57a261f027f3 to disappear + Feb 7 08:08:26.941: INFO: Pod pod-e7813365-f8c8-4f99-a666-57a261f027f3 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:08:26.941: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-7239" for this suite. 02/07/23 08:08:26.947 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl describe + should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1276 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:08:26.963 +Feb 7 08:08:26.963: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:08:26.965 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:26.98 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:26.984 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1276 +Feb 7 08:08:26.988: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 create -f -' +Feb 7 08:08:27.416: INFO: stderr: "" +Feb 7 08:08:27.417: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +Feb 7 08:08:27.417: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 create -f -' +Feb 7 08:08:27.666: INFO: stderr: "" +Feb 7 08:08:27.666: INFO: stdout: "service/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 02/07/23 08:08:27.666 +Feb 7 08:08:28.674: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:08:28.674: INFO: Found 1 / 1 +Feb 7 08:08:28.674: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Feb 7 08:08:28.678: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:08:28.678: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Feb 7 08:08:28.678: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe pod agnhost-primary-cdnlz' +Feb 7 08:08:28.816: INFO: stderr: "" +Feb 7 08:08:28.816: INFO: stdout: "Name: agnhost-primary-cdnlz\nNamespace: kubectl-1769\nPriority: 0\nService Account: default\nNode: node2/172.30.41.42\nStart Time: Tue, 07 Feb 2023 08:08:27 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: cni.projectcalico.org/containerID: 40ff77cfe1a5a702b115e3369d6028dc79dcc3b76f161bbb619f7cd02719965e\n cni.projectcalico.org/podIP: 192.168.136.38/32\n cni.projectcalico.org/podIPs: 192.168.136.38/32\nStatus: Running\nIP: 192.168.136.38\nIPs:\n IP: 192.168.136.38\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://1957b6870f93d81b16081c72dc52deb58855b0bb97aac5583f15743e41ee2c5f\n Image: registry.k8s.io/e2e-test-images/agnhost:2.43\n Image ID: registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Tue, 07 Feb 2023 08:08:28 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-44dng (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-44dng:\n Type: Projected (a volume that contains injected data from multiple sources)\n TokenExpirationSeconds: 3607\n ConfigMapName: kube-root-ca.crt\n ConfigMapOptional: \n DownwardAPI: true\nQoS Class: BestEffort\nNode-Selectors: \nTolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal Scheduled 1s default-scheduler Successfully assigned kubectl-1769/agnhost-primary-cdnlz to node2\n Normal Pulled 0s kubelet Container image \"registry.k8s.io/e2e-test-images/agnhost:2.43\" already present on machine\n Normal Created 0s kubelet Created container agnhost-primary\n Normal Started 0s kubelet Started container agnhost-primary\n" +Feb 7 08:08:28.816: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe rc agnhost-primary' +Feb 7 08:08:28.944: INFO: stderr: "" +Feb 7 08:08:28.944: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-1769\nSelector: app=agnhost,role=primary\nLabels: app=agnhost\n role=primary\nAnnotations: \nReplicas: 1 current / 1 desired\nPods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n Labels: app=agnhost\n role=primary\n Containers:\n agnhost-primary:\n Image: registry.k8s.io/e2e-test-images/agnhost:2.43\n Port: 6379/TCP\n Host Port: 0/TCP\n Environment: \n Mounts: \n Volumes: \nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal SuccessfulCreate 1s replication-controller Created pod: agnhost-primary-cdnlz\n" +Feb 7 08:08:28.944: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe service agnhost-primary' +Feb 7 08:08:29.073: INFO: stderr: "" +Feb 7 08:08:29.073: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-1769\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 10.103.198.218\nIPs: 10.103.198.218\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 192.168.136.38:6379\nSession Affinity: None\nEvents: \n" +Feb 7 08:08:29.077: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe node node1' +Feb 7 08:08:29.251: INFO: stderr: "" +Feb 7 08:08:29.251: INFO: stdout: "Name: node1\nRoles: control-plane\nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/os=linux\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=node1\n kubernetes.io/os=linux\n node-role.kubernetes.io/control-plane=\n node.kubernetes.io/exclude-from-external-load-balancers=\nAnnotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/containerd/containerd.sock\n node.alpha.kubernetes.io/ttl: 0\n projectcalico.org/IPv4Address: 172.30.41.41/21\n projectcalico.org/IPv4VXLANTunnelAddr: 192.168.134.128\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Tue, 07 Feb 2023 06:58:54 +0000\nTaints: \nUnschedulable: false\nLease:\n HolderIdentity: node1\n AcquireTime: \n RenewTime: Tue, 07 Feb 2023 08:08:23 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n NetworkUnavailable False Tue, 07 Feb 2023 07:03:39 +0000 Tue, 07 Feb 2023 07:03:39 +0000 CalicoIsUp Calico is running on this node\n MemoryPressure False Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 06:58:53 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 06:58:53 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 06:58:53 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 07:04:02 +0000 KubeletReady kubelet is posting ready status\nAddresses:\n InternalIP: 172.30.41.41\n Hostname: node1\nCapacity:\n cpu: 4\n ephemeral-storage: 81880Mi\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 5944592Ki\n pods: 110\nAllocatable:\n cpu: 4\n ephemeral-storage: 77271662465\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 5842192Ki\n pods: 110\nSystem Info:\n Machine ID: 14353ec39832422c8d6f0c0d20dc0865\n System UUID: 06833442-DAE1-9D63-0619-6D2D77D46D51\n Boot ID: 29689c91-7af9-4dbd-96eb-4bc1b7f809eb\n Kernel Version: 3.10.0-1160.el7.x86_64\n OS Image: CentOS Linux 7 (Core)\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.16\n Kubelet Version: v1.26.1\n Kube-Proxy Version: v1.26.1\nPodCIDR: 192.168.128.0/24\nPodCIDRs: 192.168.128.0/24\nNon-terminated Pods: (9 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-system calico-node-bzlpg 150m (3%) 300m (7%) 64M (1%) 500M (8%) 67m\n kube-system coredns-7759f8769f-nn4c8 100m (2%) 0 (0%) 70Mi (1%) 300Mi (5%) 65m\n kube-system dns-autoscaler-59449f7494-knbtd 20m (0%) 0 (0%) 10Mi (0%) 0 (0%) 65m\n kube-system etcd-node1 100m (2%) 0 (0%) 100Mi (1%) 0 (0%) 69m\n kube-system kube-apiserver-node1 250m (6%) 0 (0%) 0 (0%) 0 (0%) 69m\n kube-system kube-controller-manager-node1 200m (5%) 0 (0%) 0 (0%) 0 (0%) 69m\n kube-system kube-proxy-wcwqk 0 (0%) 0 (0%) 0 (0%) 0 (0%) 68m\n kube-system kube-scheduler-node1 100m (2%) 0 (0%) 0 (0%) 0 (0%) 69m\n sonobuoy sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 52m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 920m (23%) 300m (7%)\n memory 252743680 (4%) 814572800 (13%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" +Feb 7 08:08:29.251: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe namespace kubectl-1769' +Feb 7 08:08:29.348: INFO: stderr: "" +Feb 7 08:08:29.348: INFO: stdout: "Name: kubectl-1769\nLabels: e2e-framework=kubectl\n e2e-run=04171cd6-7117-486f-b21f-1298848ac71f\n kubernetes.io/metadata.name=kubectl-1769\n pod-security.kubernetes.io/enforce=baseline\nAnnotations: \nStatus: Active\n\nNo resource quota.\n\nNo LimitRange resource.\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:08:29.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-1769" for this suite. 02/07/23 08:08:29.352 +------------------------------ +• [2.396 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl describe + test/e2e/kubectl/kubectl.go:1270 + should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1276 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:08:26.963 + Feb 7 08:08:26.963: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:08:26.965 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:26.98 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:26.984 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should check if kubectl describe prints relevant information for rc and pods [Conformance] + test/e2e/kubectl/kubectl.go:1276 + Feb 7 08:08:26.988: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 create -f -' + Feb 7 08:08:27.416: INFO: stderr: "" + Feb 7 08:08:27.417: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + Feb 7 08:08:27.417: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 create -f -' + Feb 7 08:08:27.666: INFO: stderr: "" + Feb 7 08:08:27.666: INFO: stdout: "service/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 02/07/23 08:08:27.666 + Feb 7 08:08:28.674: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:08:28.674: INFO: Found 1 / 1 + Feb 7 08:08:28.674: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Feb 7 08:08:28.678: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:08:28.678: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Feb 7 08:08:28.678: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe pod agnhost-primary-cdnlz' + Feb 7 08:08:28.816: INFO: stderr: "" + Feb 7 08:08:28.816: INFO: stdout: "Name: agnhost-primary-cdnlz\nNamespace: kubectl-1769\nPriority: 0\nService Account: default\nNode: node2/172.30.41.42\nStart Time: Tue, 07 Feb 2023 08:08:27 +0000\nLabels: app=agnhost\n role=primary\nAnnotations: cni.projectcalico.org/containerID: 40ff77cfe1a5a702b115e3369d6028dc79dcc3b76f161bbb619f7cd02719965e\n cni.projectcalico.org/podIP: 192.168.136.38/32\n cni.projectcalico.org/podIPs: 192.168.136.38/32\nStatus: Running\nIP: 192.168.136.38\nIPs:\n IP: 192.168.136.38\nControlled By: ReplicationController/agnhost-primary\nContainers:\n agnhost-primary:\n Container ID: containerd://1957b6870f93d81b16081c72dc52deb58855b0bb97aac5583f15743e41ee2c5f\n Image: registry.k8s.io/e2e-test-images/agnhost:2.43\n Image ID: registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e\n Port: 6379/TCP\n Host Port: 0/TCP\n State: Running\n Started: Tue, 07 Feb 2023 08:08:28 +0000\n Ready: True\n Restart Count: 0\n Environment: \n Mounts:\n /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-44dng (ro)\nConditions:\n Type Status\n Initialized True \n Ready True \n ContainersReady True \n PodScheduled True \nVolumes:\n kube-api-access-44dng:\n Type: Projected (a volume that contains injected data from multiple sources)\n TokenExpirationSeconds: 3607\n ConfigMapName: kube-root-ca.crt\n ConfigMapOptional: \n DownwardAPI: true\nQoS Class: BestEffort\nNode-Selectors: \nTolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal Scheduled 1s default-scheduler Successfully assigned kubectl-1769/agnhost-primary-cdnlz to node2\n Normal Pulled 0s kubelet Container image \"registry.k8s.io/e2e-test-images/agnhost:2.43\" already present on machine\n Normal Created 0s kubelet Created container agnhost-primary\n Normal Started 0s kubelet Started container agnhost-primary\n" + Feb 7 08:08:28.816: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe rc agnhost-primary' + Feb 7 08:08:28.944: INFO: stderr: "" + Feb 7 08:08:28.944: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-1769\nSelector: app=agnhost,role=primary\nLabels: app=agnhost\n role=primary\nAnnotations: \nReplicas: 1 current / 1 desired\nPods Status: 1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n Labels: app=agnhost\n role=primary\n Containers:\n agnhost-primary:\n Image: registry.k8s.io/e2e-test-images/agnhost:2.43\n Port: 6379/TCP\n Host Port: 0/TCP\n Environment: \n Mounts: \n Volumes: \nEvents:\n Type Reason Age From Message\n ---- ------ ---- ---- -------\n Normal SuccessfulCreate 1s replication-controller Created pod: agnhost-primary-cdnlz\n" + Feb 7 08:08:28.944: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe service agnhost-primary' + Feb 7 08:08:29.073: INFO: stderr: "" + Feb 7 08:08:29.073: INFO: stdout: "Name: agnhost-primary\nNamespace: kubectl-1769\nLabels: app=agnhost\n role=primary\nAnnotations: \nSelector: app=agnhost,role=primary\nType: ClusterIP\nIP Family Policy: SingleStack\nIP Families: IPv4\nIP: 10.103.198.218\nIPs: 10.103.198.218\nPort: 6379/TCP\nTargetPort: agnhost-server/TCP\nEndpoints: 192.168.136.38:6379\nSession Affinity: None\nEvents: \n" + Feb 7 08:08:29.077: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe node node1' + Feb 7 08:08:29.251: INFO: stderr: "" + Feb 7 08:08:29.251: INFO: stdout: "Name: node1\nRoles: control-plane\nLabels: beta.kubernetes.io/arch=amd64\n beta.kubernetes.io/os=linux\n kubernetes.io/arch=amd64\n kubernetes.io/hostname=node1\n kubernetes.io/os=linux\n node-role.kubernetes.io/control-plane=\n node.kubernetes.io/exclude-from-external-load-balancers=\nAnnotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/containerd/containerd.sock\n node.alpha.kubernetes.io/ttl: 0\n projectcalico.org/IPv4Address: 172.30.41.41/21\n projectcalico.org/IPv4VXLANTunnelAddr: 192.168.134.128\n volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp: Tue, 07 Feb 2023 06:58:54 +0000\nTaints: \nUnschedulable: false\nLease:\n HolderIdentity: node1\n AcquireTime: \n RenewTime: Tue, 07 Feb 2023 08:08:23 +0000\nConditions:\n Type Status LastHeartbeatTime LastTransitionTime Reason Message\n ---- ------ ----------------- ------------------ ------ -------\n NetworkUnavailable False Tue, 07 Feb 2023 07:03:39 +0000 Tue, 07 Feb 2023 07:03:39 +0000 CalicoIsUp Calico is running on this node\n MemoryPressure False Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 06:58:53 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available\n DiskPressure False Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 06:58:53 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure\n PIDPressure False Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 06:58:53 +0000 KubeletHasSufficientPID kubelet has sufficient PID available\n Ready True Tue, 07 Feb 2023 08:08:21 +0000 Tue, 07 Feb 2023 07:04:02 +0000 KubeletReady kubelet is posting ready status\nAddresses:\n InternalIP: 172.30.41.41\n Hostname: node1\nCapacity:\n cpu: 4\n ephemeral-storage: 81880Mi\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 5944592Ki\n pods: 110\nAllocatable:\n cpu: 4\n ephemeral-storage: 77271662465\n hugepages-1Gi: 0\n hugepages-2Mi: 0\n memory: 5842192Ki\n pods: 110\nSystem Info:\n Machine ID: 14353ec39832422c8d6f0c0d20dc0865\n System UUID: 06833442-DAE1-9D63-0619-6D2D77D46D51\n Boot ID: 29689c91-7af9-4dbd-96eb-4bc1b7f809eb\n Kernel Version: 3.10.0-1160.el7.x86_64\n OS Image: CentOS Linux 7 (Core)\n Operating System: linux\n Architecture: amd64\n Container Runtime Version: containerd://1.6.16\n Kubelet Version: v1.26.1\n Kube-Proxy Version: v1.26.1\nPodCIDR: 192.168.128.0/24\nPodCIDRs: 192.168.128.0/24\nNon-terminated Pods: (9 in total)\n Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age\n --------- ---- ------------ ---------- --------------- ------------- ---\n kube-system calico-node-bzlpg 150m (3%) 300m (7%) 64M (1%) 500M (8%) 67m\n kube-system coredns-7759f8769f-nn4c8 100m (2%) 0 (0%) 70Mi (1%) 300Mi (5%) 65m\n kube-system dns-autoscaler-59449f7494-knbtd 20m (0%) 0 (0%) 10Mi (0%) 0 (0%) 65m\n kube-system etcd-node1 100m (2%) 0 (0%) 100Mi (1%) 0 (0%) 69m\n kube-system kube-apiserver-node1 250m (6%) 0 (0%) 0 (0%) 0 (0%) 69m\n kube-system kube-controller-manager-node1 200m (5%) 0 (0%) 0 (0%) 0 (0%) 69m\n kube-system kube-proxy-wcwqk 0 (0%) 0 (0%) 0 (0%) 0 (0%) 68m\n kube-system kube-scheduler-node1 100m (2%) 0 (0%) 0 (0%) 0 (0%) 69m\n sonobuoy sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 52m\nAllocated resources:\n (Total limits may be over 100 percent, i.e., overcommitted.)\n Resource Requests Limits\n -------- -------- ------\n cpu 920m (23%) 300m (7%)\n memory 252743680 (4%) 814572800 (13%)\n ephemeral-storage 0 (0%) 0 (0%)\n hugepages-1Gi 0 (0%) 0 (0%)\n hugepages-2Mi 0 (0%) 0 (0%)\nEvents: \n" + Feb 7 08:08:29.251: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-1769 describe namespace kubectl-1769' + Feb 7 08:08:29.348: INFO: stderr: "" + Feb 7 08:08:29.348: INFO: stdout: "Name: kubectl-1769\nLabels: e2e-framework=kubectl\n e2e-run=04171cd6-7117-486f-b21f-1298848ac71f\n kubernetes.io/metadata.name=kubectl-1769\n pod-security.kubernetes.io/enforce=baseline\nAnnotations: \nStatus: Active\n\nNo resource quota.\n\nNo LimitRange resource.\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:08:29.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-1769" for this suite. 02/07/23 08:08:29.352 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:73 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:08:29.36 +Feb 7 08:08:29.360: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 08:08:29.361 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:29.371 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:29.377 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:73 +STEP: Creating a pod to test substitution in container's command 02/07/23 08:08:29.38 +Feb 7 08:08:29.387: INFO: Waiting up to 5m0s for pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523" in namespace "var-expansion-5681" to be "Succeeded or Failed" +Feb 7 08:08:29.390: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Pending", Reason="", readiness=false. Elapsed: 2.681805ms +Feb 7 08:08:31.396: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Running", Reason="", readiness=true. Elapsed: 2.00903187s +Feb 7 08:08:33.398: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Running", Reason="", readiness=false. Elapsed: 4.010378726s +Feb 7 08:08:35.398: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.010931655s +STEP: Saw pod success 02/07/23 08:08:35.398 +Feb 7 08:08:35.398: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523" satisfied condition "Succeeded or Failed" +Feb 7 08:08:35.404: INFO: Trying to get logs from node node2 pod var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523 container dapi-container: +STEP: delete the pod 02/07/23 08:08:35.414 +Feb 7 08:08:35.425: INFO: Waiting for pod var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523 to disappear +Feb 7 08:08:35.431: INFO: Pod var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 08:08:35.431: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-5681" for this suite. 02/07/23 08:08:35.435 +------------------------------ +• [SLOW TEST] [6.079 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:73 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:08:29.36 + Feb 7 08:08:29.360: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 08:08:29.361 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:29.371 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:29.377 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should allow substituting values in a container's command [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:73 + STEP: Creating a pod to test substitution in container's command 02/07/23 08:08:29.38 + Feb 7 08:08:29.387: INFO: Waiting up to 5m0s for pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523" in namespace "var-expansion-5681" to be "Succeeded or Failed" + Feb 7 08:08:29.390: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Pending", Reason="", readiness=false. Elapsed: 2.681805ms + Feb 7 08:08:31.396: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Running", Reason="", readiness=true. Elapsed: 2.00903187s + Feb 7 08:08:33.398: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Running", Reason="", readiness=false. Elapsed: 4.010378726s + Feb 7 08:08:35.398: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.010931655s + STEP: Saw pod success 02/07/23 08:08:35.398 + Feb 7 08:08:35.398: INFO: Pod "var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523" satisfied condition "Succeeded or Failed" + Feb 7 08:08:35.404: INFO: Trying to get logs from node node2 pod var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523 container dapi-container: + STEP: delete the pod 02/07/23 08:08:35.414 + Feb 7 08:08:35.425: INFO: Waiting for pod var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523 to disappear + Feb 7 08:08:35.431: INFO: Pod var-expansion-dc10d244-345d-42dd-b04d-5a058fff0523 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 08:08:35.431: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-5681" for this suite. 02/07/23 08:08:35.435 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:186 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:08:35.44 +Feb 7 08:08:35.441: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 08:08:35.442 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:35.452 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:35.455 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:186 +Feb 7 08:08:35.466: INFO: Waiting up to 2m0s for pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" in namespace "var-expansion-4939" to be "container 0 failed with reason CreateContainerConfigError" +Feb 7 08:08:35.469: INFO: Pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.920468ms +Feb 7 08:08:37.474: INFO: Pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008461198s +Feb 7 08:08:37.474: INFO: Pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Feb 7 08:08:37.474: INFO: Deleting pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" in namespace "var-expansion-4939" +Feb 7 08:08:37.484: INFO: Wait up to 5m0s for pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 08:08:41.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-4939" for this suite. 02/07/23 08:08:41.501 +------------------------------ +• [SLOW TEST] [6.071 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:186 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:08:35.44 + Feb 7 08:08:35.441: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 08:08:35.442 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:35.452 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:35.455 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should fail substituting values in a volume subpath with absolute path [Slow] [Conformance] + test/e2e/common/node/expansion.go:186 + Feb 7 08:08:35.466: INFO: Waiting up to 2m0s for pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" in namespace "var-expansion-4939" to be "container 0 failed with reason CreateContainerConfigError" + Feb 7 08:08:35.469: INFO: Pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.920468ms + Feb 7 08:08:37.474: INFO: Pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008461198s + Feb 7 08:08:37.474: INFO: Pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Feb 7 08:08:37.474: INFO: Deleting pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" in namespace "var-expansion-4939" + Feb 7 08:08:37.484: INFO: Wait up to 5m0s for pod "var-expansion-f1b483b0-1440-485d-9b31-a53598e088aa" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 08:08:41.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-4939" for this suite. 02/07/23 08:08:41.501 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:249 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:08:41.512 +Feb 7 08:08:41.512: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:08:41.513 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:41.531 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:41.535 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:249 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:08:41.538 +Feb 7 08:08:41.548: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4" in namespace "projected-9281" to be "Succeeded or Failed" +Feb 7 08:08:41.552: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.720457ms +Feb 7 08:08:43.558: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00981608s +Feb 7 08:08:45.556: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00813687s +STEP: Saw pod success 02/07/23 08:08:45.556 +Feb 7 08:08:45.556: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4" satisfied condition "Succeeded or Failed" +Feb 7 08:08:45.560: INFO: Trying to get logs from node node2 pod downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4 container client-container: +STEP: delete the pod 02/07/23 08:08:45.565 +Feb 7 08:08:45.577: INFO: Waiting for pod downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4 to disappear +Feb 7 08:08:45.580: INFO: Pod downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:08:45.581: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-9281" for this suite. 02/07/23 08:08:45.584 +------------------------------ +• [4.076 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:249 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:08:41.512 + Feb 7 08:08:41.512: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:08:41.513 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:41.531 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:41.535 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:249 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:08:41.538 + Feb 7 08:08:41.548: INFO: Waiting up to 5m0s for pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4" in namespace "projected-9281" to be "Succeeded or Failed" + Feb 7 08:08:41.552: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.720457ms + Feb 7 08:08:43.558: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00981608s + Feb 7 08:08:45.556: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00813687s + STEP: Saw pod success 02/07/23 08:08:45.556 + Feb 7 08:08:45.556: INFO: Pod "downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4" satisfied condition "Succeeded or Failed" + Feb 7 08:08:45.560: INFO: Trying to get logs from node node2 pod downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4 container client-container: + STEP: delete the pod 02/07/23 08:08:45.565 + Feb 7 08:08:45.577: INFO: Waiting for pod downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4 to disappear + Feb 7 08:08:45.580: INFO: Pod downwardapi-volume-b903c7bd-5095-469e-adb6-74a18cc6e1c4 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:08:45.581: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-9281" for this suite. 02/07/23 08:08:45.584 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] ResourceQuota + should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:690 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:08:45.589 +Feb 7 08:08:45.589: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:08:45.589 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:45.599 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:45.602 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:690 +STEP: Creating a ResourceQuota with terminating scope 02/07/23 08:08:45.604 +STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:08:45.607 +STEP: Creating a ResourceQuota with not terminating scope 02/07/23 08:08:47.616 +STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:08:47.622 +STEP: Creating a long running pod 02/07/23 08:08:49.626 +STEP: Ensuring resource quota with not terminating scope captures the pod usage 02/07/23 08:08:49.638 +STEP: Ensuring resource quota with terminating scope ignored the pod usage 02/07/23 08:08:51.644 +STEP: Deleting the pod 02/07/23 08:08:53.649 +STEP: Ensuring resource quota status released the pod usage 02/07/23 08:08:53.66 +STEP: Creating a terminating pod 02/07/23 08:08:55.664 +STEP: Ensuring resource quota with terminating scope captures the pod usage 02/07/23 08:08:55.677 +STEP: Ensuring resource quota with not terminating scope ignored the pod usage 02/07/23 08:08:57.684 +STEP: Deleting the pod 02/07/23 08:08:59.69 +STEP: Ensuring resource quota status released the pod usage 02/07/23 08:08:59.706 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:09:01.713: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-4516" for this suite. 02/07/23 08:09:01.717 +------------------------------ +• [SLOW TEST] [16.132 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:690 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:08:45.589 + Feb 7 08:08:45.589: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:08:45.589 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:08:45.599 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:08:45.602 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should verify ResourceQuota with terminating scopes. [Conformance] + test/e2e/apimachinery/resource_quota.go:690 + STEP: Creating a ResourceQuota with terminating scope 02/07/23 08:08:45.604 + STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:08:45.607 + STEP: Creating a ResourceQuota with not terminating scope 02/07/23 08:08:47.616 + STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:08:47.622 + STEP: Creating a long running pod 02/07/23 08:08:49.626 + STEP: Ensuring resource quota with not terminating scope captures the pod usage 02/07/23 08:08:49.638 + STEP: Ensuring resource quota with terminating scope ignored the pod usage 02/07/23 08:08:51.644 + STEP: Deleting the pod 02/07/23 08:08:53.649 + STEP: Ensuring resource quota status released the pod usage 02/07/23 08:08:53.66 + STEP: Creating a terminating pod 02/07/23 08:08:55.664 + STEP: Ensuring resource quota with terminating scope captures the pod usage 02/07/23 08:08:55.677 + STEP: Ensuring resource quota with not terminating scope ignored the pod usage 02/07/23 08:08:57.684 + STEP: Deleting the pod 02/07/23 08:08:59.69 + STEP: Ensuring resource quota status released the pod usage 02/07/23 08:08:59.706 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:09:01.713: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-4516" for this suite. 02/07/23 08:09:01.717 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:57 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:09:01.722 +Feb 7 08:09:01.722: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:09:01.724 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:01.735 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:01.737 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:57 +STEP: Creating configMap with name projected-configmap-test-volume-75f84213-06ac-4123-8c90-ebb055018e9a 02/07/23 08:09:01.741 +STEP: Creating a pod to test consume configMaps 02/07/23 08:09:01.745 +Feb 7 08:09:01.753: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366" in namespace "projected-2726" to be "Succeeded or Failed" +Feb 7 08:09:01.756: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366": Phase="Pending", Reason="", readiness=false. Elapsed: 2.793738ms +Feb 7 08:09:03.762: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009442314s +Feb 7 08:09:05.762: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009476813s +STEP: Saw pod success 02/07/23 08:09:05.762 +Feb 7 08:09:05.763: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366" satisfied condition "Succeeded or Failed" +Feb 7 08:09:05.766: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366 container agnhost-container: +STEP: delete the pod 02/07/23 08:09:05.775 +Feb 7 08:09:05.786: INFO: Waiting for pod pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366 to disappear +Feb 7 08:09:05.792: INFO: Pod pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:09:05.792: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-2726" for this suite. 02/07/23 08:09:05.795 +------------------------------ +• [4.077 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:09:01.722 + Feb 7 08:09:01.722: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:09:01.724 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:01.735 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:01.737 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:57 + STEP: Creating configMap with name projected-configmap-test-volume-75f84213-06ac-4123-8c90-ebb055018e9a 02/07/23 08:09:01.741 + STEP: Creating a pod to test consume configMaps 02/07/23 08:09:01.745 + Feb 7 08:09:01.753: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366" in namespace "projected-2726" to be "Succeeded or Failed" + Feb 7 08:09:01.756: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366": Phase="Pending", Reason="", readiness=false. Elapsed: 2.793738ms + Feb 7 08:09:03.762: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009442314s + Feb 7 08:09:05.762: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009476813s + STEP: Saw pod success 02/07/23 08:09:05.762 + Feb 7 08:09:05.763: INFO: Pod "pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366" satisfied condition "Succeeded or Failed" + Feb 7 08:09:05.766: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366 container agnhost-container: + STEP: delete the pod 02/07/23 08:09:05.775 + Feb 7 08:09:05.786: INFO: Waiting for pod pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366 to disappear + Feb 7 08:09:05.792: INFO: Pod pod-projected-configmaps-78e3b2c4-567e-4ca6-8c21-e5f630e6d366 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:09:05.792: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-2726" for this suite. 02/07/23 08:09:05.795 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] CSIInlineVolumes + should support CSIVolumeSource in Pod API [Conformance] + test/e2e/storage/csi_inline.go:131 +[BeforeEach] [sig-storage] CSIInlineVolumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:09:05.8 +Feb 7 08:09:05.800: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename csiinlinevolumes 02/07/23 08:09:05.801 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:05.809 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:05.812 +[BeforeEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support CSIVolumeSource in Pod API [Conformance] + test/e2e/storage/csi_inline.go:131 +STEP: creating 02/07/23 08:09:05.816 +STEP: getting 02/07/23 08:09:05.828 +STEP: listing in namespace 02/07/23 08:09:05.831 +STEP: patching 02/07/23 08:09:05.834 +STEP: deleting 02/07/23 08:09:05.84 +[AfterEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:09:05.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + tear down framework | framework.go:193 +STEP: Destroying namespace "csiinlinevolumes-8874" for this suite. 02/07/23 08:09:05.852 +------------------------------ +• [0.057 seconds] +[sig-storage] CSIInlineVolumes +test/e2e/storage/utils/framework.go:23 + should support CSIVolumeSource in Pod API [Conformance] + test/e2e/storage/csi_inline.go:131 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] CSIInlineVolumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:09:05.8 + Feb 7 08:09:05.800: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename csiinlinevolumes 02/07/23 08:09:05.801 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:05.809 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:05.812 + [BeforeEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support CSIVolumeSource in Pod API [Conformance] + test/e2e/storage/csi_inline.go:131 + STEP: creating 02/07/23 08:09:05.816 + STEP: getting 02/07/23 08:09:05.828 + STEP: listing in namespace 02/07/23 08:09:05.831 + STEP: patching 02/07/23 08:09:05.834 + STEP: deleting 02/07/23 08:09:05.84 + [AfterEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:09:05.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + tear down framework | framework.go:193 + STEP: Destroying namespace "csiinlinevolumes-8874" for this suite. 02/07/23 08:09:05.852 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-network] Services + should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1302 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:09:05.858 +Feb 7 08:09:05.858: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:09:05.859 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:05.871 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:05.875 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1302 +STEP: creating service nodeport-test with type=NodePort in namespace services-6989 02/07/23 08:09:05.877 +STEP: creating replication controller nodeport-test in namespace services-6989 02/07/23 08:09:05.887 +I0207 08:09:05.894309 20 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-6989, replica count: 2 +I0207 08:09:08.948570 20 runners.go:193] nodeport-test Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 08:09:08.948: INFO: Creating new exec pod +Feb 7 08:09:08.956: INFO: Waiting up to 5m0s for pod "execpodf7gmb" in namespace "services-6989" to be "running" +Feb 7 08:09:08.960: INFO: Pod "execpodf7gmb": Phase="Pending", Reason="", readiness=false. Elapsed: 4.76194ms +Feb 7 08:09:10.966: INFO: Pod "execpodf7gmb": Phase="Running", Reason="", readiness=true. Elapsed: 2.009969834s +Feb 7 08:09:10.966: INFO: Pod "execpodf7gmb" satisfied condition "running" +Feb 7 08:09:11.971: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 nodeport-test 80' +Feb 7 08:09:12.184: INFO: stderr: "+ nc -v -z -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" +Feb 7 08:09:12.184: INFO: stdout: "" +Feb 7 08:09:12.184: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 10.107.244.204 80' +Feb 7 08:09:12.385: INFO: stderr: "+ nc -v -z -w 2 10.107.244.204 80\nConnection to 10.107.244.204 80 port [tcp/http] succeeded!\n" +Feb 7 08:09:12.385: INFO: stdout: "" +Feb 7 08:09:12.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 30024' +Feb 7 08:09:12.578: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 30024\nConnection to 172.30.41.41 30024 port [tcp/*] succeeded!\n" +Feb 7 08:09:12.578: INFO: stdout: "" +Feb 7 08:09:12.578: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 30024' +Feb 7 08:09:12.773: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 30024\nConnection to 172.30.41.42 30024 port [tcp/*] succeeded!\n" +Feb 7 08:09:12.773: INFO: stdout: "" +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:09:12.774: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-6989" for this suite. 02/07/23 08:09:12.778 +------------------------------ +• [SLOW TEST] [6.927 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1302 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:09:05.858 + Feb 7 08:09:05.858: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:09:05.859 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:05.871 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:05.875 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to create a functioning NodePort service [Conformance] + test/e2e/network/service.go:1302 + STEP: creating service nodeport-test with type=NodePort in namespace services-6989 02/07/23 08:09:05.877 + STEP: creating replication controller nodeport-test in namespace services-6989 02/07/23 08:09:05.887 + I0207 08:09:05.894309 20 runners.go:193] Created replication controller with name: nodeport-test, namespace: services-6989, replica count: 2 + I0207 08:09:08.948570 20 runners.go:193] nodeport-test Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 08:09:08.948: INFO: Creating new exec pod + Feb 7 08:09:08.956: INFO: Waiting up to 5m0s for pod "execpodf7gmb" in namespace "services-6989" to be "running" + Feb 7 08:09:08.960: INFO: Pod "execpodf7gmb": Phase="Pending", Reason="", readiness=false. Elapsed: 4.76194ms + Feb 7 08:09:10.966: INFO: Pod "execpodf7gmb": Phase="Running", Reason="", readiness=true. Elapsed: 2.009969834s + Feb 7 08:09:10.966: INFO: Pod "execpodf7gmb" satisfied condition "running" + Feb 7 08:09:11.971: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 nodeport-test 80' + Feb 7 08:09:12.184: INFO: stderr: "+ nc -v -z -w 2 nodeport-test 80\nConnection to nodeport-test 80 port [tcp/http] succeeded!\n" + Feb 7 08:09:12.184: INFO: stdout: "" + Feb 7 08:09:12.184: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 10.107.244.204 80' + Feb 7 08:09:12.385: INFO: stderr: "+ nc -v -z -w 2 10.107.244.204 80\nConnection to 10.107.244.204 80 port [tcp/http] succeeded!\n" + Feb 7 08:09:12.385: INFO: stdout: "" + Feb 7 08:09:12.385: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 30024' + Feb 7 08:09:12.578: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 30024\nConnection to 172.30.41.41 30024 port [tcp/*] succeeded!\n" + Feb 7 08:09:12.578: INFO: stdout: "" + Feb 7 08:09:12.578: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6989 exec execpodf7gmb -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 30024' + Feb 7 08:09:12.773: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 30024\nConnection to 172.30.41.42 30024 port [tcp/*] succeeded!\n" + Feb 7 08:09:12.773: INFO: stdout: "" + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:09:12.774: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-6989" for this suite. 02/07/23 08:09:12.778 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:215 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:09:12.786 +Feb 7 08:09:12.786: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 08:09:12.788 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:12.803 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:12.811 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:215 +STEP: Creating pod test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869 in namespace container-probe-2461 02/07/23 08:09:12.819 +Feb 7 08:09:12.825: INFO: Waiting up to 5m0s for pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869" in namespace "container-probe-2461" to be "not pending" +Feb 7 08:09:12.828: INFO: Pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869": Phase="Pending", Reason="", readiness=false. Elapsed: 2.812862ms +Feb 7 08:09:14.833: INFO: Pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869": Phase="Running", Reason="", readiness=true. Elapsed: 2.007969091s +Feb 7 08:09:14.834: INFO: Pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869" satisfied condition "not pending" +Feb 7 08:09:14.834: INFO: Started pod test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869 in namespace container-probe-2461 +STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 08:09:14.834 +Feb 7 08:09:14.838: INFO: Initial restart count of pod test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869 is 0 +STEP: deleting the pod 02/07/23 08:13:15.648 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:15.663: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-2461" for this suite. 02/07/23 08:13:15.667 +------------------------------ +• [SLOW TEST] [242.887 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:215 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:09:12.786 + Feb 7 08:09:12.786: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 08:09:12.788 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:09:12.803 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:09:12.811 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:215 + STEP: Creating pod test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869 in namespace container-probe-2461 02/07/23 08:09:12.819 + Feb 7 08:09:12.825: INFO: Waiting up to 5m0s for pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869" in namespace "container-probe-2461" to be "not pending" + Feb 7 08:09:12.828: INFO: Pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869": Phase="Pending", Reason="", readiness=false. Elapsed: 2.812862ms + Feb 7 08:09:14.833: INFO: Pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869": Phase="Running", Reason="", readiness=true. Elapsed: 2.007969091s + Feb 7 08:09:14.834: INFO: Pod "test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869" satisfied condition "not pending" + Feb 7 08:09:14.834: INFO: Started pod test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869 in namespace container-probe-2461 + STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 08:09:14.834 + Feb 7 08:09:14.838: INFO: Initial restart count of pod test-webserver-f9fb5f08-9615-40d6-b3aa-00a864e47869 is 0 + STEP: deleting the pod 02/07/23 08:13:15.648 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:15.663: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-2461" for this suite. 02/07/23 08:13:15.667 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3219 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:15.674 +Feb 7 08:13:15.676: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:13:15.677 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:15.719 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:15.725 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3219 +STEP: fetching services 02/07/23 08:13:15.728 +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:15.731: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-1613" for this suite. 02/07/23 08:13:15.734 +------------------------------ +• [0.065 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3219 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:15.674 + Feb 7 08:13:15.676: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:13:15.677 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:15.719 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:15.725 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should find a service from listing all namespaces [Conformance] + test/e2e/network/service.go:3219 + STEP: fetching services 02/07/23 08:13:15.728 + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:15.731: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-1613" for this suite. 02/07/23 08:13:15.734 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:656 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:15.739 +Feb 7 08:13:15.740: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:13:15.741 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:15.751 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:15.753 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:13:15.765 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:13:16.375 +STEP: Deploying the webhook pod 02/07/23 08:13:16.387 +STEP: Wait for the deployment to be ready 02/07/23 08:13:16.399 +Feb 7 08:13:16.411: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:13:18.426 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:13:18.443 +Feb 7 08:13:19.443: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:656 +STEP: Listing all of the created validation webhooks 02/07/23 08:13:19.538 +STEP: Creating a configMap that should be mutated 02/07/23 08:13:19.557 +STEP: Deleting the collection of validation webhooks 02/07/23 08:13:19.596 +STEP: Creating a configMap that should not be mutated 02/07/23 08:13:19.626 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:19.634: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-4161" for this suite. 02/07/23 08:13:19.669 +STEP: Destroying namespace "webhook-4161-markers" for this suite. 02/07/23 08:13:19.676 +------------------------------ +• [3.943 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:656 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:15.739 + Feb 7 08:13:15.740: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:13:15.741 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:15.751 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:15.753 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:13:15.765 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:13:16.375 + STEP: Deploying the webhook pod 02/07/23 08:13:16.387 + STEP: Wait for the deployment to be ready 02/07/23 08:13:16.399 + Feb 7 08:13:16.411: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:13:18.426 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:13:18.443 + Feb 7 08:13:19.443: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] listing mutating webhooks should work [Conformance] + test/e2e/apimachinery/webhook.go:656 + STEP: Listing all of the created validation webhooks 02/07/23 08:13:19.538 + STEP: Creating a configMap that should be mutated 02/07/23 08:13:19.557 + STEP: Deleting the collection of validation webhooks 02/07/23 08:13:19.596 + STEP: Creating a configMap that should not be mutated 02/07/23 08:13:19.626 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:19.634: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-4161" for this suite. 02/07/23 08:13:19.669 + STEP: Destroying namespace "webhook-4161-markers" for this suite. 02/07/23 08:13:19.676 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-node] Containers + should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:59 +[BeforeEach] [sig-node] Containers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:19.682 +Feb 7 08:13:19.683: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename containers 02/07/23 08:13:19.683 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:19.696 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:19.698 +[BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:59 +STEP: Creating a pod to test override arguments 02/07/23 08:13:19.7 +Feb 7 08:13:19.706: INFO: Waiting up to 5m0s for pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007" in namespace "containers-1769" to be "Succeeded or Failed" +Feb 7 08:13:19.709: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007": Phase="Pending", Reason="", readiness=false. Elapsed: 3.834575ms +Feb 7 08:13:21.716: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009999531s +Feb 7 08:13:23.719: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013129008s +STEP: Saw pod success 02/07/23 08:13:23.719 +Feb 7 08:13:23.719: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007" satisfied condition "Succeeded or Failed" +Feb 7 08:13:23.724: INFO: Trying to get logs from node node2 pod client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007 container agnhost-container: +STEP: delete the pod 02/07/23 08:13:23.748 +Feb 7 08:13:23.764: INFO: Waiting for pod client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007 to disappear +Feb 7 08:13:23.768: INFO: Pod client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007 no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:23.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 +STEP: Destroying namespace "containers-1769" for this suite. 02/07/23 08:13:23.772 +------------------------------ +• [4.102 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:59 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:19.682 + Feb 7 08:13:19.683: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename containers 02/07/23 08:13:19.683 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:19.696 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:19.698 + [BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to override the image's default arguments (container cmd) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:59 + STEP: Creating a pod to test override arguments 02/07/23 08:13:19.7 + Feb 7 08:13:19.706: INFO: Waiting up to 5m0s for pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007" in namespace "containers-1769" to be "Succeeded or Failed" + Feb 7 08:13:19.709: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007": Phase="Pending", Reason="", readiness=false. Elapsed: 3.834575ms + Feb 7 08:13:21.716: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009999531s + Feb 7 08:13:23.719: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.013129008s + STEP: Saw pod success 02/07/23 08:13:23.719 + Feb 7 08:13:23.719: INFO: Pod "client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007" satisfied condition "Succeeded or Failed" + Feb 7 08:13:23.724: INFO: Trying to get logs from node node2 pod client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007 container agnhost-container: + STEP: delete the pod 02/07/23 08:13:23.748 + Feb 7 08:13:23.764: INFO: Waiting for pod client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007 to disappear + Feb 7 08:13:23.768: INFO: Pod client-containers-c34ce23c-2767-4a92-9f93-6f12666ed007 no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:23.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 + STEP: Destroying namespace "containers-1769" for this suite. 02/07/23 08:13:23.772 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:89 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:23.785 +Feb 7 08:13:23.786: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:13:23.787 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:23.801 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:23.808 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:89 +STEP: Creating configMap with name configmap-test-volume-map-7b19bd55-2359-4065-a1e6-f067a864ba58 02/07/23 08:13:23.811 +STEP: Creating a pod to test consume configMaps 02/07/23 08:13:23.814 +Feb 7 08:13:23.819: INFO: Waiting up to 5m0s for pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7" in namespace "configmap-2371" to be "Succeeded or Failed" +Feb 7 08:13:23.823: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.134549ms +Feb 7 08:13:25.828: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009162203s +Feb 7 08:13:27.830: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011456814s +STEP: Saw pod success 02/07/23 08:13:27.83 +Feb 7 08:13:27.831: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7" satisfied condition "Succeeded or Failed" +Feb 7 08:13:27.835: INFO: Trying to get logs from node node2 pod pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7 container agnhost-container: +STEP: delete the pod 02/07/23 08:13:27.843 +Feb 7 08:13:27.856: INFO: Waiting for pod pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7 to disappear +Feb 7 08:13:27.861: INFO: Pod pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7 no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:27.861: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-2371" for this suite. 02/07/23 08:13:27.865 +------------------------------ +• [4.087 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:89 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:23.785 + Feb 7 08:13:23.786: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:13:23.787 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:23.801 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:23.808 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:89 + STEP: Creating configMap with name configmap-test-volume-map-7b19bd55-2359-4065-a1e6-f067a864ba58 02/07/23 08:13:23.811 + STEP: Creating a pod to test consume configMaps 02/07/23 08:13:23.814 + Feb 7 08:13:23.819: INFO: Waiting up to 5m0s for pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7" in namespace "configmap-2371" to be "Succeeded or Failed" + Feb 7 08:13:23.823: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7": Phase="Pending", Reason="", readiness=false. Elapsed: 4.134549ms + Feb 7 08:13:25.828: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009162203s + Feb 7 08:13:27.830: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011456814s + STEP: Saw pod success 02/07/23 08:13:27.83 + Feb 7 08:13:27.831: INFO: Pod "pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7" satisfied condition "Succeeded or Failed" + Feb 7 08:13:27.835: INFO: Trying to get logs from node node2 pod pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7 container agnhost-container: + STEP: delete the pod 02/07/23 08:13:27.843 + Feb 7 08:13:27.856: INFO: Waiting for pod pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7 to disappear + Feb 7 08:13:27.861: INFO: Pod pod-configmaps-07d0dbbb-4518-401c-9caa-284e8557efc7 no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:27.861: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-2371" for this suite. 02/07/23 08:13:27.865 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:323 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:27.873 +Feb 7 08:13:27.874: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:13:27.874 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:27.886 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:27.888 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:13:27.9 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:13:28.248 +STEP: Deploying the webhook pod 02/07/23 08:13:28.257 +STEP: Wait for the deployment to be ready 02/07/23 08:13:28.272 +Feb 7 08:13:28.283: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:13:30.302 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:13:30.324 +Feb 7 08:13:31.326: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:323 +Feb 7 08:13:31.333: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-462-crds.webhook.example.com via the AdmissionRegistration API 02/07/23 08:13:31.852 +STEP: Creating a custom resource while v1 is storage version 02/07/23 08:13:31.871 +STEP: Patching Custom Resource Definition to set v2 as storage 02/07/23 08:13:33.96 +STEP: Patching the custom resource while v2 is storage version 02/07/23 08:13:33.985 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:34.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-6907" for this suite. 02/07/23 08:13:34.561 +STEP: Destroying namespace "webhook-6907-markers" for this suite. 02/07/23 08:13:34.569 +------------------------------ +• [SLOW TEST] [6.700 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:323 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:27.873 + Feb 7 08:13:27.874: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:13:27.874 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:27.886 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:27.888 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:13:27.9 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:13:28.248 + STEP: Deploying the webhook pod 02/07/23 08:13:28.257 + STEP: Wait for the deployment to be ready 02/07/23 08:13:28.272 + Feb 7 08:13:28.283: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:13:30.302 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:13:30.324 + Feb 7 08:13:31.326: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource with different stored version [Conformance] + test/e2e/apimachinery/webhook.go:323 + Feb 7 08:13:31.333: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-462-crds.webhook.example.com via the AdmissionRegistration API 02/07/23 08:13:31.852 + STEP: Creating a custom resource while v1 is storage version 02/07/23 08:13:31.871 + STEP: Patching Custom Resource Definition to set v2 as storage 02/07/23 08:13:33.96 + STEP: Patching the custom resource while v2 is storage version 02/07/23 08:13:33.985 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:34.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-6907" for this suite. 02/07/23 08:13:34.561 + STEP: Destroying namespace "webhook-6907-markers" for this suite. 02/07/23 08:13:34.569 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] ConfigMap + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:504 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:34.575 +Feb 7 08:13:34.577: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:13:34.579 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:34.587 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:34.59 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:504 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:34.618: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-4878" for this suite. 02/07/23 08:13:34.621 +------------------------------ +• [0.050 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:504 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:34.575 + Feb 7 08:13:34.577: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:13:34.579 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:34.587 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:34.59 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/configmap_volume.go:504 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:34.618: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-4878" for this suite. 02/07/23 08:13:34.621 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Container Runtime blackbox test on terminated container + should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:216 +[BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:34.625 +Feb 7 08:13:34.625: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-runtime 02/07/23 08:13:34.626 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:34.634 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:34.637 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 +[It] should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:216 +STEP: create the container 02/07/23 08:13:34.639 +STEP: wait for the container to reach Failed 02/07/23 08:13:34.645 +STEP: get the container status 02/07/23 08:13:39.675 +STEP: the container should be terminated 02/07/23 08:13:39.679 +STEP: the termination message should be set 02/07/23 08:13:39.679 +Feb 7 08:13:39.679: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 02/07/23 08:13:39.679 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:39.692: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 +STEP: Destroying namespace "container-runtime-6051" for this suite. 02/07/23 08:13:39.695 +------------------------------ +• [SLOW TEST] [5.075 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:44 + on terminated container + test/e2e/common/node/runtime.go:137 + should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:216 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:34.625 + Feb 7 08:13:34.625: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-runtime 02/07/23 08:13:34.626 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:34.634 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:34.637 + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 + [It] should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:216 + STEP: create the container 02/07/23 08:13:34.639 + STEP: wait for the container to reach Failed 02/07/23 08:13:34.645 + STEP: get the container status 02/07/23 08:13:39.675 + STEP: the container should be terminated 02/07/23 08:13:39.679 + STEP: the termination message should be set 02/07/23 08:13:39.679 + Feb 7 08:13:39.679: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 02/07/23 08:13:39.679 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:39.692: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 + STEP: Destroying namespace "container-runtime-6051" for this suite. 02/07/23 08:13:39.695 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-node] Kubelet when scheduling a busybox command in a pod + should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 +[BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:39.7 +Feb 7 08:13:39.700: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:13:39.701 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:39.713 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:39.717 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[It] should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 +Feb 7 08:13:39.724: INFO: Waiting up to 5m0s for pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948" in namespace "kubelet-test-4919" to be "running and ready" +Feb 7 08:13:39.728: INFO: Pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948": Phase="Pending", Reason="", readiness=false. Elapsed: 3.622685ms +Feb 7 08:13:39.728: INFO: The phase of Pod busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:13:41.733: INFO: Pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948": Phase="Running", Reason="", readiness=true. Elapsed: 2.009392754s +Feb 7 08:13:41.734: INFO: The phase of Pod busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948 is Running (Ready = true) +Feb 7 08:13:41.734: INFO: Pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:41.748: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 +STEP: Destroying namespace "kubelet-test-4919" for this suite. 02/07/23 08:13:41.755 +------------------------------ +• [2.063 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a busybox command in a pod + test/e2e/common/node/kubelet.go:44 + should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:39.7 + Feb 7 08:13:39.700: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:13:39.701 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:39.713 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:39.717 + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [It] should print the output to logs [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:52 + Feb 7 08:13:39.724: INFO: Waiting up to 5m0s for pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948" in namespace "kubelet-test-4919" to be "running and ready" + Feb 7 08:13:39.728: INFO: Pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948": Phase="Pending", Reason="", readiness=false. Elapsed: 3.622685ms + Feb 7 08:13:39.728: INFO: The phase of Pod busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:13:41.733: INFO: Pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948": Phase="Running", Reason="", readiness=true. Elapsed: 2.009392754s + Feb 7 08:13:41.734: INFO: The phase of Pod busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948 is Running (Ready = true) + Feb 7 08:13:41.734: INFO: Pod "busybox-scheduling-ef2c3f88-f518-4406-b709-8a6fe35c3948" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:41.748: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 + STEP: Destroying namespace "kubelet-test-4919" for this suite. 02/07/23 08:13:41.755 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:197 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:41.764 +Feb 7 08:13:41.764: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:13:41.766 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:41.781 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:41.785 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:13:41.802 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:13:42.454 +STEP: Deploying the webhook pod 02/07/23 08:13:42.461 +STEP: Wait for the deployment to be ready 02/07/23 08:13:42.477 +Feb 7 08:13:42.487: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:13:44.504 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:13:44.518 +Feb 7 08:13:45.518: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:197 +STEP: Registering the webhook via the AdmissionRegistration API 02/07/23 08:13:45.525 +STEP: create a pod that should be denied by the webhook 02/07/23 08:13:45.552 +STEP: create a pod that causes the webhook to hang 02/07/23 08:13:45.58 +STEP: create a configmap that should be denied by the webhook 02/07/23 08:13:55.589 +STEP: create a configmap that should be admitted by the webhook 02/07/23 08:13:55.609 +STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 02/07/23 08:13:55.628 +STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 02/07/23 08:13:55.637 +STEP: create a namespace that bypass the webhook 02/07/23 08:13:55.644 +STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 02/07/23 08:13:55.653 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:55.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-7582" for this suite. 02/07/23 08:13:55.737 +STEP: Destroying namespace "webhook-7582-markers" for this suite. 02/07/23 08:13:55.74 +------------------------------ +• [SLOW TEST] [13.987 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:197 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:41.764 + Feb 7 08:13:41.764: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:13:41.766 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:41.781 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:41.785 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:13:41.802 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:13:42.454 + STEP: Deploying the webhook pod 02/07/23 08:13:42.461 + STEP: Wait for the deployment to be ready 02/07/23 08:13:42.477 + Feb 7 08:13:42.487: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:13:44.504 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:13:44.518 + Feb 7 08:13:45.518: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should be able to deny pod and configmap creation [Conformance] + test/e2e/apimachinery/webhook.go:197 + STEP: Registering the webhook via the AdmissionRegistration API 02/07/23 08:13:45.525 + STEP: create a pod that should be denied by the webhook 02/07/23 08:13:45.552 + STEP: create a pod that causes the webhook to hang 02/07/23 08:13:45.58 + STEP: create a configmap that should be denied by the webhook 02/07/23 08:13:55.589 + STEP: create a configmap that should be admitted by the webhook 02/07/23 08:13:55.609 + STEP: update (PUT) the admitted configmap to a non-compliant one should be rejected by the webhook 02/07/23 08:13:55.628 + STEP: update (PATCH) the admitted configmap to a non-compliant one should be rejected by the webhook 02/07/23 08:13:55.637 + STEP: create a namespace that bypass the webhook 02/07/23 08:13:55.644 + STEP: create a configmap that violates the webhook policy but is in a whitelisted namespace 02/07/23 08:13:55.653 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:55.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-7582" for this suite. 02/07/23 08:13:55.737 + STEP: Destroying namespace "webhook-7582-markers" for this suite. 02/07/23 08:13:55.74 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:55.757 +Feb 7 08:13:55.757: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 08:13:55.758 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:55.767 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:55.77 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 +Feb 7 08:13:55.772: INFO: Creating deployment "test-recreate-deployment" +Feb 7 08:13:55.776: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 +Feb 7 08:13:55.783: INFO: deployment "test-recreate-deployment" doesn't have the required revision set +Feb 7 08:13:57.793: INFO: Waiting deployment "test-recreate-deployment" to complete +Feb 7 08:13:57.797: INFO: Triggering a new rollout for deployment "test-recreate-deployment" +Feb 7 08:13:57.808: INFO: Updating deployment test-recreate-deployment +Feb 7 08:13:57.808: INFO: Watching deployment "test-recreate-deployment" to verify that new pods will not run with olds pods +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 08:13:57.861: INFO: Deployment "test-recreate-deployment": +&Deployment{ObjectMeta:{test-recreate-deployment deployment-2403 40d7e29e-2f2b-4103-bdb7-5a349cba2f59 20034 2 2023-02-07 08:13:55 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:replicas":{},"f:unavailableReplicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc002ab1cc8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:Recreate,RollingUpdate:nil,},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:0,UnavailableReplicas:1,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2023-02-07 08:13:57 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-cff6dc657" is progressing.,LastUpdateTime:2023-02-07 08:13:57 +0000 UTC,LastTransitionTime:2023-02-07 08:13:55 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + +Feb 7 08:13:57.865: INFO: New ReplicaSet "test-recreate-deployment-cff6dc657" of Deployment "test-recreate-deployment": +&ReplicaSet{ObjectMeta:{test-recreate-deployment-cff6dc657 deployment-2403 3f10fa8a-84d0-4220-8f58-00d450ae7d28 20032 1 2023-02-07 08:13:57 +0000 UTC map[name:sample-pod-3 pod-template-hash:cff6dc657] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment 40d7e29e-2f2b-4103-bdb7-5a349cba2f59 0xc0031a8200 0xc0031a8201}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"40d7e29e-2f2b-4103-bdb7-5a349cba2f59\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: cff6dc657,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:cff6dc657] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0031a8298 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:13:57.865: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": +Feb 7 08:13:57.865: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-795566c5cb deployment-2403 17a0ef95-0031-4d18-b8f0-1ef5d0100d6d 20022 2 2023-02-07 08:13:55 +0000 UTC map[name:sample-pod-3 pod-template-hash:795566c5cb] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment 40d7e29e-2f2b-4103-bdb7-5a349cba2f59 0xc0031a80e7 0xc0031a80e8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"40d7e29e-2f2b-4103-bdb7-5a349cba2f59\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 795566c5cb,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:795566c5cb] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0031a8198 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:13:57.869: INFO: Pod "test-recreate-deployment-cff6dc657-gxpmb" is not available: +&Pod{ObjectMeta:{test-recreate-deployment-cff6dc657-gxpmb test-recreate-deployment-cff6dc657- deployment-2403 c82280b5-3ce7-45fd-a34c-f180586eb01a 20033 0 2023-02-07 08:13:57 +0000 UTC map[name:sample-pod-3 pod-template-hash:cff6dc657] map[] [{apps/v1 ReplicaSet test-recreate-deployment-cff6dc657 3f10fa8a-84d0-4220-8f58-00d450ae7d28 0xc0031a8740 0xc0031a8741}] [] [{kube-controller-manager Update v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3f10fa8a-84d0-4220-8f58-00d450ae7d28\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zl2q6,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zl2q6,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:13:57 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 08:13:57.869: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-2403" for this suite. 02/07/23 08:13:57.872 +------------------------------ +• [2.122 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:55.757 + Feb 7 08:13:55.757: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 08:13:55.758 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:55.767 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:55.77 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] RecreateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:113 + Feb 7 08:13:55.772: INFO: Creating deployment "test-recreate-deployment" + Feb 7 08:13:55.776: INFO: Waiting deployment "test-recreate-deployment" to be updated to revision 1 + Feb 7 08:13:55.783: INFO: deployment "test-recreate-deployment" doesn't have the required revision set + Feb 7 08:13:57.793: INFO: Waiting deployment "test-recreate-deployment" to complete + Feb 7 08:13:57.797: INFO: Triggering a new rollout for deployment "test-recreate-deployment" + Feb 7 08:13:57.808: INFO: Updating deployment test-recreate-deployment + Feb 7 08:13:57.808: INFO: Watching deployment "test-recreate-deployment" to verify that new pods will not run with olds pods + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 08:13:57.861: INFO: Deployment "test-recreate-deployment": + &Deployment{ObjectMeta:{test-recreate-deployment deployment-2403 40d7e29e-2f2b-4103-bdb7-5a349cba2f59 20034 2 2023-02-07 08:13:55 +0000 UTC map[name:sample-pod-3] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:replicas":{},"f:unavailableReplicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc002ab1cc8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:Recreate,RollingUpdate:nil,},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:0,UnavailableReplicas:1,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2023-02-07 08:13:57 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "test-recreate-deployment-cff6dc657" is progressing.,LastUpdateTime:2023-02-07 08:13:57 +0000 UTC,LastTransitionTime:2023-02-07 08:13:55 +0000 UTC,},},ReadyReplicas:0,CollisionCount:nil,},} + + Feb 7 08:13:57.865: INFO: New ReplicaSet "test-recreate-deployment-cff6dc657" of Deployment "test-recreate-deployment": + &ReplicaSet{ObjectMeta:{test-recreate-deployment-cff6dc657 deployment-2403 3f10fa8a-84d0-4220-8f58-00d450ae7d28 20032 1 2023-02-07 08:13:57 +0000 UTC map[name:sample-pod-3 pod-template-hash:cff6dc657] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-recreate-deployment 40d7e29e-2f2b-4103-bdb7-5a349cba2f59 0xc0031a8200 0xc0031a8201}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"40d7e29e-2f2b-4103-bdb7-5a349cba2f59\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: cff6dc657,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:cff6dc657] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0031a8298 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:13:57.865: INFO: All old ReplicaSets of Deployment "test-recreate-deployment": + Feb 7 08:13:57.865: INFO: &ReplicaSet{ObjectMeta:{test-recreate-deployment-795566c5cb deployment-2403 17a0ef95-0031-4d18-b8f0-1ef5d0100d6d 20022 2 2023-02-07 08:13:55 +0000 UTC map[name:sample-pod-3 pod-template-hash:795566c5cb] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:1 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-recreate-deployment 40d7e29e-2f2b-4103-bdb7-5a349cba2f59 0xc0031a80e7 0xc0031a80e8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"40d7e29e-2f2b-4103-bdb7-5a349cba2f59\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod-3,pod-template-hash: 795566c5cb,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod-3 pod-template-hash:795566c5cb] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0031a8198 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:13:57.869: INFO: Pod "test-recreate-deployment-cff6dc657-gxpmb" is not available: + &Pod{ObjectMeta:{test-recreate-deployment-cff6dc657-gxpmb test-recreate-deployment-cff6dc657- deployment-2403 c82280b5-3ce7-45fd-a34c-f180586eb01a 20033 0 2023-02-07 08:13:57 +0000 UTC map[name:sample-pod-3 pod-template-hash:cff6dc657] map[] [{apps/v1 ReplicaSet test-recreate-deployment-cff6dc657 3f10fa8a-84d0-4220-8f58-00d450ae7d28 0xc0031a8740 0xc0031a8741}] [] [{kube-controller-manager Update v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"3f10fa8a-84d0-4220-8f58-00d450ae7d28\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:13:57 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zl2q6,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zl2q6,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:13:57 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:13:57 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 08:13:57.869: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-2403" for this suite. 02/07/23 08:13:57.872 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-apps] DisruptionController + should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:164 +[BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:13:57.877 +Feb 7 08:13:57.878: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename disruption 02/07/23 08:13:57.879 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:57.891 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:57.894 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 +[It] should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:164 +STEP: Waiting for the pdb to be processed 02/07/23 08:13:57.898 +STEP: Updating PodDisruptionBudget status 02/07/23 08:13:59.904 +STEP: Waiting for all pods to be running 02/07/23 08:13:59.914 +Feb 7 08:13:59.916: INFO: running pods: 0 < 1 +STEP: locating a running pod 02/07/23 08:14:01.923 +STEP: Waiting for the pdb to be processed 02/07/23 08:14:01.943 +STEP: Patching PodDisruptionBudget status 02/07/23 08:14:01.953 +STEP: Waiting for the pdb to be processed 02/07/23 08:14:01.963 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:01.966: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 +STEP: Destroying namespace "disruption-3863" for this suite. 02/07/23 08:14:01.97 +------------------------------ +• [4.097 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:164 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:13:57.877 + Feb 7 08:13:57.878: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename disruption 02/07/23 08:13:57.879 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:13:57.891 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:13:57.894 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 + [It] should update/patch PodDisruptionBudget status [Conformance] + test/e2e/apps/disruption.go:164 + STEP: Waiting for the pdb to be processed 02/07/23 08:13:57.898 + STEP: Updating PodDisruptionBudget status 02/07/23 08:13:59.904 + STEP: Waiting for all pods to be running 02/07/23 08:13:59.914 + Feb 7 08:13:59.916: INFO: running pods: 0 < 1 + STEP: locating a running pod 02/07/23 08:14:01.923 + STEP: Waiting for the pdb to be processed 02/07/23 08:14:01.943 + STEP: Patching PodDisruptionBudget status 02/07/23 08:14:01.953 + STEP: Waiting for the pdb to be processed 02/07/23 08:14:01.963 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:01.966: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 + STEP: Destroying namespace "disruption-3863" for this suite. 02/07/23 08:14:01.97 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Watchers + should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 +[BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:01.977 +Feb 7 08:14:01.977: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename watch 02/07/23 08:14:01.978 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:01.991 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:01.993 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 +[It] should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 +STEP: creating a watch on configmaps with label A 02/07/23 08:14:01.996 +STEP: creating a watch on configmaps with label B 02/07/23 08:14:01.997 +STEP: creating a watch on configmaps with label A or B 02/07/23 08:14:01.998 +STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 02/07/23 08:14:01.999 +Feb 7 08:14:02.002: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20095 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:01 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:14:02.002: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20095 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:01 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: modifying configmap A and ensuring the correct watchers observe the notification 02/07/23 08:14:02.002 +Feb 7 08:14:02.008: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20096 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:14:02.008: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20096 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: modifying configmap A again and ensuring the correct watchers observe the notification 02/07/23 08:14:02.008 +Feb 7 08:14:02.015: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20097 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:14:02.015: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20097 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: deleting configmap A and ensuring the correct watchers observe the notification 02/07/23 08:14:02.015 +Feb 7 08:14:02.020: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20098 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:14:02.020: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20098 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: creating a configmap with label B and ensuring the correct watchers observe the notification 02/07/23 08:14:02.02 +Feb 7 08:14:02.024: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20099 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:14:02.025: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20099 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: deleting configmap B and ensuring the correct watchers observe the notification 02/07/23 08:14:12.025 +Feb 7 08:14:12.033: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20158 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:14:12.033: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20158 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:22.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 +STEP: Destroying namespace "watch-4358" for this suite. 02/07/23 08:14:22.042 +------------------------------ +• [SLOW TEST] [20.073 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:01.977 + Feb 7 08:14:01.977: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename watch 02/07/23 08:14:01.978 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:01.991 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:01.993 + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 + [It] should observe add, update, and delete watch notifications on configmaps [Conformance] + test/e2e/apimachinery/watch.go:60 + STEP: creating a watch on configmaps with label A 02/07/23 08:14:01.996 + STEP: creating a watch on configmaps with label B 02/07/23 08:14:01.997 + STEP: creating a watch on configmaps with label A or B 02/07/23 08:14:01.998 + STEP: creating a configmap with label A and ensuring the correct watchers observe the notification 02/07/23 08:14:01.999 + Feb 7 08:14:02.002: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20095 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:01 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:14:02.002: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20095 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:01 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: modifying configmap A and ensuring the correct watchers observe the notification 02/07/23 08:14:02.002 + Feb 7 08:14:02.008: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20096 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:14:02.008: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20096 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: modifying configmap A again and ensuring the correct watchers observe the notification 02/07/23 08:14:02.008 + Feb 7 08:14:02.015: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20097 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:14:02.015: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20097 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: deleting configmap A and ensuring the correct watchers observe the notification 02/07/23 08:14:02.015 + Feb 7 08:14:02.020: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20098 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:14:02.020: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-a watch-4358 9f62ac15-2807-495b-87e2-b0da135326c1 20098 0 2023-02-07 08:14:01 +0000 UTC map[watch-this-configmap:multiple-watchers-A] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: creating a configmap with label B and ensuring the correct watchers observe the notification 02/07/23 08:14:02.02 + Feb 7 08:14:02.024: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20099 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:14:02.025: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20099 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: deleting configmap B and ensuring the correct watchers observe the notification 02/07/23 08:14:12.025 + Feb 7 08:14:12.033: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20158 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:14:12.033: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-configmap-b watch-4358 cd5d9fc8-b0f9-43b8-8057-6fec50f54b3d 20158 0 2023-02-07 08:14:02 +0000 UTC map[watch-this-configmap:multiple-watchers-B] map[] [] [] [{e2e.test Update v1 2023-02-07 08:14:02 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:22.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 + STEP: Destroying namespace "watch-4358" for this suite. 02/07/23 08:14:22.042 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:823 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:22.051 +Feb 7 08:14:22.051: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 08:14:22.053 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:22.069 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:22.072 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:823 +STEP: Creating simple DaemonSet "daemon-set" 02/07/23 08:14:22.155 +STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:14:22.16 +Feb 7 08:14:22.170: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:14:22.170: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:14:23.177: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:14:23.177: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:14:24.181: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:14:24.182: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: listing all DeamonSets 02/07/23 08:14:24.186 +STEP: DeleteCollection of the DaemonSets 02/07/23 08:14:24.19 +STEP: Verify that ReplicaSets have been deleted 02/07/23 08:14:24.199 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +Feb 7 08:14:24.215: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20224"},"items":null} + +Feb 7 08:14:24.218: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20224"},"items":[{"metadata":{"name":"daemon-set-2dh6k","generateName":"daemon-set-","namespace":"daemonsets-3075","uid":"49c609db-8de7-4a00-95b6-cbeb15a813a5","resourceVersion":"20219","creationTimestamp":"2023-02-07T08:14:22Z","labels":{"controller-revision-hash":"6cff669f8c","daemonset-name":"daemon-set","pod-template-generation":"1"},"annotations":{"cni.projectcalico.org/containerID":"e9bb2fe168abbc84009d070472f128093142f7d9ab50dde39da3967543c05030","cni.projectcalico.org/podIP":"192.168.134.149/32","cni.projectcalico.org/podIPs":"192.168.134.149/32"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"cea79989-3cd6-496e-b04b-9bffc408f3fc","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"calico","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cea79989-3cd6-496e-b04b-9bffc408f3fc\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.149\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-8jgzn","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-8jgzn","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"node1","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["node1"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"}],"hostIP":"172.30.41.41","podIP":"192.168.134.149","podIPs":[{"ip":"192.168.134.149"}],"startTime":"2023-02-07T08:14:22Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-02-07T08:14:23Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22","containerID":"containerd://3ce01a9b9bcae7f6558ef655f0c09bb6dd76ffbeb36d25a778c575ceaeef5d1c","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-gqn9h","generateName":"daemon-set-","namespace":"daemonsets-3075","uid":"f3f76cdd-87e1-4dba-a2b5-c764391ad435","resourceVersion":"20222","creationTimestamp":"2023-02-07T08:14:22Z","labels":{"controller-revision-hash":"6cff669f8c","daemonset-name":"daemon-set","pod-template-generation":"1"},"annotations":{"cni.projectcalico.org/containerID":"c93ec464942fafc0d197dc4bf6bade847bafbc45a3e70fd827f24080853d4fa9","cni.projectcalico.org/podIP":"192.168.136.50/32","cni.projectcalico.org/podIPs":"192.168.136.50/32"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"cea79989-3cd6-496e-b04b-9bffc408f3fc","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"calico","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cea79989-3cd6-496e-b04b-9bffc408f3fc\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.50\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-jp9qk","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-jp9qk","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"node2","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["node2"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"}],"hostIP":"172.30.41.42","podIP":"192.168.136.50","podIPs":[{"ip":"192.168.136.50"}],"startTime":"2023-02-07T08:14:22Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-02-07T08:14:23Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22","containerID":"containerd://68812fe0303d0424e0f7e1b3031ec5ac0cd0ca652dea6e4b2d4412e0da281299","started":true}],"qosClass":"BestEffort"}}]} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:24.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-3075" for this suite. 02/07/23 08:14:24.236 +------------------------------ +• [2.190 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:823 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:22.051 + Feb 7 08:14:22.051: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 08:14:22.053 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:22.069 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:22.072 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should list and delete a collection of DaemonSets [Conformance] + test/e2e/apps/daemon_set.go:823 + STEP: Creating simple DaemonSet "daemon-set" 02/07/23 08:14:22.155 + STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:14:22.16 + Feb 7 08:14:22.170: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:14:22.170: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:14:23.177: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:14:23.177: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:14:24.181: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:14:24.182: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: listing all DeamonSets 02/07/23 08:14:24.186 + STEP: DeleteCollection of the DaemonSets 02/07/23 08:14:24.19 + STEP: Verify that ReplicaSets have been deleted 02/07/23 08:14:24.199 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + Feb 7 08:14:24.215: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"20224"},"items":null} + + Feb 7 08:14:24.218: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"20224"},"items":[{"metadata":{"name":"daemon-set-2dh6k","generateName":"daemon-set-","namespace":"daemonsets-3075","uid":"49c609db-8de7-4a00-95b6-cbeb15a813a5","resourceVersion":"20219","creationTimestamp":"2023-02-07T08:14:22Z","labels":{"controller-revision-hash":"6cff669f8c","daemonset-name":"daemon-set","pod-template-generation":"1"},"annotations":{"cni.projectcalico.org/containerID":"e9bb2fe168abbc84009d070472f128093142f7d9ab50dde39da3967543c05030","cni.projectcalico.org/podIP":"192.168.134.149/32","cni.projectcalico.org/podIPs":"192.168.134.149/32"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"cea79989-3cd6-496e-b04b-9bffc408f3fc","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"calico","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cea79989-3cd6-496e-b04b-9bffc408f3fc\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.149\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-8jgzn","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-8jgzn","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"node1","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["node1"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"}],"hostIP":"172.30.41.41","podIP":"192.168.134.149","podIPs":[{"ip":"192.168.134.149"}],"startTime":"2023-02-07T08:14:22Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-02-07T08:14:23Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22","containerID":"containerd://3ce01a9b9bcae7f6558ef655f0c09bb6dd76ffbeb36d25a778c575ceaeef5d1c","started":true}],"qosClass":"BestEffort"}},{"metadata":{"name":"daemon-set-gqn9h","generateName":"daemon-set-","namespace":"daemonsets-3075","uid":"f3f76cdd-87e1-4dba-a2b5-c764391ad435","resourceVersion":"20222","creationTimestamp":"2023-02-07T08:14:22Z","labels":{"controller-revision-hash":"6cff669f8c","daemonset-name":"daemon-set","pod-template-generation":"1"},"annotations":{"cni.projectcalico.org/containerID":"c93ec464942fafc0d197dc4bf6bade847bafbc45a3e70fd827f24080853d4fa9","cni.projectcalico.org/podIP":"192.168.136.50/32","cni.projectcalico.org/podIPs":"192.168.136.50/32"},"ownerReferences":[{"apiVersion":"apps/v1","kind":"DaemonSet","name":"daemon-set","uid":"cea79989-3cd6-496e-b04b-9bffc408f3fc","controller":true,"blockOwnerDeletion":true}],"managedFields":[{"manager":"calico","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}},"subresource":"status"},{"manager":"kube-controller-manager","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:22Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:controller-revision-hash":{},"f:daemonset-name":{},"f:pod-template-generation":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cea79989-3cd6-496e-b04b-9bffc408f3fc\"}":{}}},"f:spec":{"f:affinity":{".":{},"f:nodeAffinity":{".":{},"f:requiredDuringSchedulingIgnoredDuringExecution":{}}},"f:containers":{"k:{\"name\":\"app\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":9376,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:protocol":{}}},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{}}}},{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2023-02-07T08:14:23Z","fieldsType":"FieldsV1","fieldsV1":{"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.50\"}":{".":{},"f:ip":{}}},"f:startTime":{}}},"subresource":"status"}]},"spec":{"volumes":[{"name":"kube-api-access-jp9qk","projected":{"sources":[{"serviceAccountToken":{"expirationSeconds":3607,"path":"token"}},{"configMap":{"name":"kube-root-ca.crt","items":[{"key":"ca.crt","path":"ca.crt"}]}},{"downwardAPI":{"items":[{"path":"namespace","fieldRef":{"apiVersion":"v1","fieldPath":"metadata.namespace"}}]}}],"defaultMode":420}}],"containers":[{"name":"app","image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","ports":[{"containerPort":9376,"protocol":"TCP"}],"resources":{},"volumeMounts":[{"name":"kube-api-access-jp9qk","readOnly":true,"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","serviceAccountName":"default","serviceAccount":"default","nodeName":"node2","securityContext":{},"affinity":{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchFields":[{"key":"metadata.name","operator":"In","values":["node2"]}]}]}}},"schedulerName":"default-scheduler","tolerations":[{"key":"node.kubernetes.io/not-ready","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/unreachable","operator":"Exists","effect":"NoExecute"},{"key":"node.kubernetes.io/disk-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/memory-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/pid-pressure","operator":"Exists","effect":"NoSchedule"},{"key":"node.kubernetes.io/unschedulable","operator":"Exists","effect":"NoSchedule"}],"priority":0,"enableServiceLinks":true,"preemptionPolicy":"PreemptLowerPriority"},"status":{"phase":"Running","conditions":[{"type":"Initialized","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"},{"type":"Ready","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"ContainersReady","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:23Z"},{"type":"PodScheduled","status":"True","lastProbeTime":null,"lastTransitionTime":"2023-02-07T08:14:22Z"}],"hostIP":"172.30.41.42","podIP":"192.168.136.50","podIPs":[{"ip":"192.168.136.50"}],"startTime":"2023-02-07T08:14:22Z","containerStatuses":[{"name":"app","state":{"running":{"startedAt":"2023-02-07T08:14:23Z"}},"lastState":{},"ready":true,"restartCount":0,"image":"registry.k8s.io/e2e-test-images/httpd:2.4.38-4","imageID":"registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22","containerID":"containerd://68812fe0303d0424e0f7e1b3031ec5ac0cd0ca652dea6e4b2d4412e0da281299","started":true}],"qosClass":"BestEffort"}}]} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:24.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-3075" for this suite. 02/07/23 08:14:24.236 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:739 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:24.241 +Feb 7 08:14:24.242: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 08:14:24.242 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:24.251 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:24.253 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-4810 02/07/23 08:14:24.256 +[It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:739 +STEP: Looking for a node to schedule stateful set and pod 02/07/23 08:14:24.26 +STEP: Creating pod with conflicting port in namespace statefulset-4810 02/07/23 08:14:24.266 +STEP: Waiting until pod test-pod will start running in namespace statefulset-4810 02/07/23 08:14:24.272 +Feb 7 08:14:24.272: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-4810" to be "running" +Feb 7 08:14:24.277: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.18957ms +Feb 7 08:14:26.283: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.01114273s +Feb 7 08:14:26.283: INFO: Pod "test-pod" satisfied condition "running" +STEP: Creating statefulset with conflicting port in namespace statefulset-4810 02/07/23 08:14:26.283 +STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-4810 02/07/23 08:14:26.288 +Feb 7 08:14:26.347: INFO: Observed stateful pod in namespace: statefulset-4810, name: ss-0, uid: 2c6482bb-c555-4c93-b799-778ab4f61f8d, status phase: Pending. Waiting for statefulset controller to delete. +Feb 7 08:14:26.365: INFO: Observed stateful pod in namespace: statefulset-4810, name: ss-0, uid: 2c6482bb-c555-4c93-b799-778ab4f61f8d, status phase: Failed. Waiting for statefulset controller to delete. +Feb 7 08:14:26.391: INFO: Observed stateful pod in namespace: statefulset-4810, name: ss-0, uid: 2c6482bb-c555-4c93-b799-778ab4f61f8d, status phase: Failed. Waiting for statefulset controller to delete. +Feb 7 08:14:26.397: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-4810 +STEP: Removing pod with conflicting port in namespace statefulset-4810 02/07/23 08:14:26.397 +STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-4810 and will be in running state 02/07/23 08:14:26.412 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 08:14:28.420: INFO: Deleting all statefulset in ns statefulset-4810 +Feb 7 08:14:28.424: INFO: Scaling statefulset ss to 0 +Feb 7 08:14:38.449: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 08:14:38.453: INFO: Deleting statefulset ss +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:38.468: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-4810" for this suite. 02/07/23 08:14:38.474 +------------------------------ +• [SLOW TEST] [14.239 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:739 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:24.241 + Feb 7 08:14:24.242: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 08:14:24.242 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:24.251 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:24.253 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-4810 02/07/23 08:14:24.256 + [It] Should recreate evicted statefulset [Conformance] + test/e2e/apps/statefulset.go:739 + STEP: Looking for a node to schedule stateful set and pod 02/07/23 08:14:24.26 + STEP: Creating pod with conflicting port in namespace statefulset-4810 02/07/23 08:14:24.266 + STEP: Waiting until pod test-pod will start running in namespace statefulset-4810 02/07/23 08:14:24.272 + Feb 7 08:14:24.272: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "statefulset-4810" to be "running" + Feb 7 08:14:24.277: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.18957ms + Feb 7 08:14:26.283: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.01114273s + Feb 7 08:14:26.283: INFO: Pod "test-pod" satisfied condition "running" + STEP: Creating statefulset with conflicting port in namespace statefulset-4810 02/07/23 08:14:26.283 + STEP: Waiting until stateful pod ss-0 will be recreated and deleted at least once in namespace statefulset-4810 02/07/23 08:14:26.288 + Feb 7 08:14:26.347: INFO: Observed stateful pod in namespace: statefulset-4810, name: ss-0, uid: 2c6482bb-c555-4c93-b799-778ab4f61f8d, status phase: Pending. Waiting for statefulset controller to delete. + Feb 7 08:14:26.365: INFO: Observed stateful pod in namespace: statefulset-4810, name: ss-0, uid: 2c6482bb-c555-4c93-b799-778ab4f61f8d, status phase: Failed. Waiting for statefulset controller to delete. + Feb 7 08:14:26.391: INFO: Observed stateful pod in namespace: statefulset-4810, name: ss-0, uid: 2c6482bb-c555-4c93-b799-778ab4f61f8d, status phase: Failed. Waiting for statefulset controller to delete. + Feb 7 08:14:26.397: INFO: Observed delete event for stateful pod ss-0 in namespace statefulset-4810 + STEP: Removing pod with conflicting port in namespace statefulset-4810 02/07/23 08:14:26.397 + STEP: Waiting when stateful pod ss-0 will be recreated in namespace statefulset-4810 and will be in running state 02/07/23 08:14:26.412 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 08:14:28.420: INFO: Deleting all statefulset in ns statefulset-4810 + Feb 7 08:14:28.424: INFO: Scaling statefulset ss to 0 + Feb 7 08:14:38.449: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 08:14:38.453: INFO: Deleting statefulset ss + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:38.468: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-4810" for this suite. 02/07/23 08:14:38.474 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-apps] ReplicaSet + should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +[BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:38.481 +Feb 7 08:14:38.481: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replicaset 02/07/23 08:14:38.483 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:38.495 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:38.498 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 +[It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 +STEP: Create a ReplicaSet 02/07/23 08:14:38.501 +STEP: Verify that the required pods have come up 02/07/23 08:14:38.505 +Feb 7 08:14:38.507: INFO: Pod name sample-pod: Found 0 pods out of 3 +Feb 7 08:14:43.510: INFO: Pod name sample-pod: Found 3 pods out of 3 +STEP: ensuring each pod is running 02/07/23 08:14:43.51 +Feb 7 08:14:43.513: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} +STEP: Listing all ReplicaSets 02/07/23 08:14:43.513 +STEP: DeleteCollection of the ReplicaSets 02/07/23 08:14:43.517 +STEP: After DeleteCollection verify that ReplicaSets have been deleted 02/07/23 08:14:43.522 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:43.525: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 +STEP: Destroying namespace "replicaset-9147" for this suite. 02/07/23 08:14:43.529 +------------------------------ +• [SLOW TEST] [5.060 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:38.481 + Feb 7 08:14:38.481: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replicaset 02/07/23 08:14:38.483 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:38.495 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:38.498 + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 + [It] should list and delete a collection of ReplicaSets [Conformance] + test/e2e/apps/replica_set.go:165 + STEP: Create a ReplicaSet 02/07/23 08:14:38.501 + STEP: Verify that the required pods have come up 02/07/23 08:14:38.505 + Feb 7 08:14:38.507: INFO: Pod name sample-pod: Found 0 pods out of 3 + Feb 7 08:14:43.510: INFO: Pod name sample-pod: Found 3 pods out of 3 + STEP: ensuring each pod is running 02/07/23 08:14:43.51 + Feb 7 08:14:43.513: INFO: Replica Status: {Replicas:3 FullyLabeledReplicas:3 ReadyReplicas:3 AvailableReplicas:3 ObservedGeneration:1 Conditions:[]} + STEP: Listing all ReplicaSets 02/07/23 08:14:43.513 + STEP: DeleteCollection of the ReplicaSets 02/07/23 08:14:43.517 + STEP: After DeleteCollection verify that ReplicaSets have been deleted 02/07/23 08:14:43.522 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:43.525: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 + STEP: Destroying namespace "replicaset-9147" for this suite. 02/07/23 08:14:43.529 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Downward API volume + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:84 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:43.542 +Feb 7 08:14:43.542: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:14:43.546 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:43.562 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:43.565 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:84 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:14:43.571 +Feb 7 08:14:43.577: INFO: Waiting up to 5m0s for pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459" in namespace "downward-api-308" to be "Succeeded or Failed" +Feb 7 08:14:43.580: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459": Phase="Pending", Reason="", readiness=false. Elapsed: 2.851944ms +Feb 7 08:14:45.587: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009736429s +Feb 7 08:14:47.588: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010812998s +STEP: Saw pod success 02/07/23 08:14:47.588 +Feb 7 08:14:47.588: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459" satisfied condition "Succeeded or Failed" +Feb 7 08:14:47.593: INFO: Trying to get logs from node node2 pod downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459 container client-container: +STEP: delete the pod 02/07/23 08:14:47.603 +Feb 7 08:14:47.627: INFO: Waiting for pod downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459 to disappear +Feb 7 08:14:47.631: INFO: Pod downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:47.631: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-308" for this suite. 02/07/23 08:14:47.635 +------------------------------ +• [4.099 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:84 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:43.542 + Feb 7 08:14:43.542: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:14:43.546 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:43.562 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:43.565 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:84 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:14:43.571 + Feb 7 08:14:43.577: INFO: Waiting up to 5m0s for pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459" in namespace "downward-api-308" to be "Succeeded or Failed" + Feb 7 08:14:43.580: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459": Phase="Pending", Reason="", readiness=false. Elapsed: 2.851944ms + Feb 7 08:14:45.587: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009736429s + Feb 7 08:14:47.588: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010812998s + STEP: Saw pod success 02/07/23 08:14:47.588 + Feb 7 08:14:47.588: INFO: Pod "downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459" satisfied condition "Succeeded or Failed" + Feb 7 08:14:47.593: INFO: Trying to get logs from node node2 pod downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459 container client-container: + STEP: delete the pod 02/07/23 08:14:47.603 + Feb 7 08:14:47.627: INFO: Waiting for pod downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459 to disappear + Feb 7 08:14:47.631: INFO: Pod downwardapi-volume-777102bc-eac2-40ee-8c23-20db84505459 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:47.631: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-308" for this suite. 02/07/23 08:14:47.635 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:47.642 +Feb 7 08:14:47.642: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 08:14:47.644 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:47.655 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:47.659 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-7682.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-7682.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 02/07/23 08:14:47.661 +STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-7682.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-7682.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 02/07/23 08:14:47.661 +STEP: creating a pod to probe /etc/hosts 02/07/23 08:14:47.661 +STEP: submitting the pod to kubernetes 02/07/23 08:14:47.661 +Feb 7 08:14:47.666: INFO: Waiting up to 15m0s for pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada" in namespace "dns-7682" to be "running" +Feb 7 08:14:47.670: INFO: Pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada": Phase="Pending", Reason="", readiness=false. Elapsed: 3.733305ms +Feb 7 08:14:49.674: INFO: Pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada": Phase="Running", Reason="", readiness=true. Elapsed: 2.008439699s +Feb 7 08:14:49.675: INFO: Pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:14:49.675 +STEP: looking for the results for each expected name from probers 02/07/23 08:14:49.681 +Feb 7 08:14:49.703: INFO: DNS probes using dns-7682/dns-test-f044ccce-10b5-402e-a694-6d22e98dfada succeeded + +STEP: deleting the pod 02/07/23 08:14:49.703 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:49.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-7682" for this suite. 02/07/23 08:14:49.721 +------------------------------ +• [2.083 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:47.642 + Feb 7 08:14:47.642: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 08:14:47.644 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:47.655 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:47.659 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should provide /etc/hosts entries for the cluster [Conformance] + test/e2e/network/dns.go:117 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-7682.svc.cluster.local)" && echo OK > /results/wheezy_hosts@dns-querier-1.dns-test-service.dns-7682.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/wheezy_hosts@dns-querier-1;sleep 1; done + 02/07/23 08:14:47.661 + STEP: Running these commands on jessie: for i in `seq 1 600`; do test -n "$$(getent hosts dns-querier-1.dns-test-service.dns-7682.svc.cluster.local)" && echo OK > /results/jessie_hosts@dns-querier-1.dns-test-service.dns-7682.svc.cluster.local;test -n "$$(getent hosts dns-querier-1)" && echo OK > /results/jessie_hosts@dns-querier-1;sleep 1; done + 02/07/23 08:14:47.661 + STEP: creating a pod to probe /etc/hosts 02/07/23 08:14:47.661 + STEP: submitting the pod to kubernetes 02/07/23 08:14:47.661 + Feb 7 08:14:47.666: INFO: Waiting up to 15m0s for pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada" in namespace "dns-7682" to be "running" + Feb 7 08:14:47.670: INFO: Pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada": Phase="Pending", Reason="", readiness=false. Elapsed: 3.733305ms + Feb 7 08:14:49.674: INFO: Pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada": Phase="Running", Reason="", readiness=true. Elapsed: 2.008439699s + Feb 7 08:14:49.675: INFO: Pod "dns-test-f044ccce-10b5-402e-a694-6d22e98dfada" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:14:49.675 + STEP: looking for the results for each expected name from probers 02/07/23 08:14:49.681 + Feb 7 08:14:49.703: INFO: DNS probes using dns-7682/dns-test-f044ccce-10b5-402e-a694-6d22e98dfada succeeded + + STEP: deleting the pod 02/07/23 08:14:49.703 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:49.715: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-7682" for this suite. 02/07/23 08:14:49.721 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Proxy server + should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1812 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:49.726 +Feb 7 08:14:49.726: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:14:49.728 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:49.739 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:49.743 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1812 +STEP: Starting the proxy 02/07/23 08:14:49.745 +Feb 7 08:14:49.746: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-2962 proxy --unix-socket=/tmp/kubectl-proxy-unix4014338064/test' +STEP: retrieving proxy /api/ output 02/07/23 08:14:49.833 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:49.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-2962" for this suite. 02/07/23 08:14:49.838 +------------------------------ +• [0.120 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Proxy server + test/e2e/kubectl/kubectl.go:1780 + should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1812 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:49.726 + Feb 7 08:14:49.726: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:14:49.728 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:49.739 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:49.743 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should support --unix-socket=/path [Conformance] + test/e2e/kubectl/kubectl.go:1812 + STEP: Starting the proxy 02/07/23 08:14:49.745 + Feb 7 08:14:49.746: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-2962 proxy --unix-socket=/tmp/kubectl-proxy-unix4014338064/test' + STEP: retrieving proxy /api/ output 02/07/23 08:14:49.833 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:49.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-2962" for this suite. 02/07/23 08:14:49.838 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] ReplicationController + should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:92 +[BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:49.846 +Feb 7 08:14:49.846: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replication-controller 02/07/23 08:14:49.847 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:49.86 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:49.863 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 +[It] should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:92 +STEP: Given a Pod with a 'name' label pod-adoption is created 02/07/23 08:14:49.868 +Feb 7 08:14:49.873: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-4162" to be "running and ready" +Feb 7 08:14:49.876: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 2.88434ms +Feb 7 08:14:49.876: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:14:51.883: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.01012487s +Feb 7 08:14:51.883: INFO: The phase of Pod pod-adoption is Running (Ready = true) +Feb 7 08:14:51.883: INFO: Pod "pod-adoption" satisfied condition "running and ready" +STEP: When a replication controller with a matching selector is created 02/07/23 08:14:51.889 +STEP: Then the orphan pod is adopted 02/07/23 08:14:51.897 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:52.908: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 +STEP: Destroying namespace "replication-controller-4162" for this suite. 02/07/23 08:14:52.917 +------------------------------ +• [3.078 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:92 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:49.846 + Feb 7 08:14:49.846: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replication-controller 02/07/23 08:14:49.847 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:49.86 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:49.863 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 + [It] should adopt matching pods on creation [Conformance] + test/e2e/apps/rc.go:92 + STEP: Given a Pod with a 'name' label pod-adoption is created 02/07/23 08:14:49.868 + Feb 7 08:14:49.873: INFO: Waiting up to 5m0s for pod "pod-adoption" in namespace "replication-controller-4162" to be "running and ready" + Feb 7 08:14:49.876: INFO: Pod "pod-adoption": Phase="Pending", Reason="", readiness=false. Elapsed: 2.88434ms + Feb 7 08:14:49.876: INFO: The phase of Pod pod-adoption is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:14:51.883: INFO: Pod "pod-adoption": Phase="Running", Reason="", readiness=true. Elapsed: 2.01012487s + Feb 7 08:14:51.883: INFO: The phase of Pod pod-adoption is Running (Ready = true) + Feb 7 08:14:51.883: INFO: Pod "pod-adoption" satisfied condition "running and ready" + STEP: When a replication controller with a matching selector is created 02/07/23 08:14:51.889 + STEP: Then the orphan pod is adopted 02/07/23 08:14:51.897 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:52.908: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 + STEP: Destroying namespace "replication-controller-4162" for this suite. 02/07/23 08:14:52.917 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:47 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:52.926 +Feb 7 08:14:52.926: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:14:52.927 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:52.94 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:52.942 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:47 +STEP: Creating configMap with name configmap-test-volume-f9981588-0963-446e-ab47-e74296f4b0e9 02/07/23 08:14:52.944 +STEP: Creating a pod to test consume configMaps 02/07/23 08:14:52.947 +Feb 7 08:14:52.954: INFO: Waiting up to 5m0s for pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb" in namespace "configmap-5126" to be "Succeeded or Failed" +Feb 7 08:14:52.956: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.295354ms +Feb 7 08:14:54.962: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007849856s +Feb 7 08:14:56.963: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008616973s +STEP: Saw pod success 02/07/23 08:14:56.963 +Feb 7 08:14:56.963: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb" satisfied condition "Succeeded or Failed" +Feb 7 08:14:56.969: INFO: Trying to get logs from node node2 pod pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb container agnhost-container: +STEP: delete the pod 02/07/23 08:14:56.978 +Feb 7 08:14:56.989: INFO: Waiting for pod pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb to disappear +Feb 7 08:14:56.994: INFO: Pod pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb no longer exists +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:14:56.994: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-5126" for this suite. 02/07/23 08:14:56.999 +------------------------------ +• [4.080 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:47 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:52.926 + Feb 7 08:14:52.926: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:14:52.927 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:52.94 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:52.942 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:47 + STEP: Creating configMap with name configmap-test-volume-f9981588-0963-446e-ab47-e74296f4b0e9 02/07/23 08:14:52.944 + STEP: Creating a pod to test consume configMaps 02/07/23 08:14:52.947 + Feb 7 08:14:52.954: INFO: Waiting up to 5m0s for pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb" in namespace "configmap-5126" to be "Succeeded or Failed" + Feb 7 08:14:52.956: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.295354ms + Feb 7 08:14:54.962: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007849856s + Feb 7 08:14:56.963: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008616973s + STEP: Saw pod success 02/07/23 08:14:56.963 + Feb 7 08:14:56.963: INFO: Pod "pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb" satisfied condition "Succeeded or Failed" + Feb 7 08:14:56.969: INFO: Trying to get logs from node node2 pod pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb container agnhost-container: + STEP: delete the pod 02/07/23 08:14:56.978 + Feb 7 08:14:56.989: INFO: Waiting for pod pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb to disappear + Feb 7 08:14:56.994: INFO: Pod pod-configmaps-4735c813-4e85-42ef-a803-528ed9921adb no longer exists + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:14:56.994: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-5126" for this suite. 02/07/23 08:14:56.999 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-node] ConfigMap + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:93 +[BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:14:57.006 +Feb 7 08:14:57.006: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:14:57.008 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:57.049 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:57.055 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:93 +STEP: Creating configMap configmap-3741/configmap-test-887fe79d-47d1-4505-9ee3-c88652ae0617 02/07/23 08:14:57.059 +STEP: Creating a pod to test consume configMaps 02/07/23 08:14:57.064 +Feb 7 08:14:57.073: INFO: Waiting up to 5m0s for pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff" in namespace "configmap-3741" to be "Succeeded or Failed" +Feb 7 08:14:57.078: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff": Phase="Pending", Reason="", readiness=false. Elapsed: 5.052701ms +Feb 7 08:14:59.087: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013837448s +Feb 7 08:15:01.083: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009945059s +STEP: Saw pod success 02/07/23 08:15:01.083 +Feb 7 08:15:01.084: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff" satisfied condition "Succeeded or Failed" +Feb 7 08:15:01.087: INFO: Trying to get logs from node node2 pod pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff container env-test: +STEP: delete the pod 02/07/23 08:15:01.097 +Feb 7 08:15:01.111: INFO: Waiting for pod pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff to disappear +Feb 7 08:15:01.114: INFO: Pod pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff no longer exists +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:01.114: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-3741" for this suite. 02/07/23 08:15:01.119 +------------------------------ +• [4.117 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:93 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:14:57.006 + Feb 7 08:14:57.006: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:14:57.008 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:14:57.049 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:14:57.055 + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable via the environment [NodeConformance] [Conformance] + test/e2e/common/node/configmap.go:93 + STEP: Creating configMap configmap-3741/configmap-test-887fe79d-47d1-4505-9ee3-c88652ae0617 02/07/23 08:14:57.059 + STEP: Creating a pod to test consume configMaps 02/07/23 08:14:57.064 + Feb 7 08:14:57.073: INFO: Waiting up to 5m0s for pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff" in namespace "configmap-3741" to be "Succeeded or Failed" + Feb 7 08:14:57.078: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff": Phase="Pending", Reason="", readiness=false. Elapsed: 5.052701ms + Feb 7 08:14:59.087: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013837448s + Feb 7 08:15:01.083: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009945059s + STEP: Saw pod success 02/07/23 08:15:01.083 + Feb 7 08:15:01.084: INFO: Pod "pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff" satisfied condition "Succeeded or Failed" + Feb 7 08:15:01.087: INFO: Trying to get logs from node node2 pod pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff container env-test: + STEP: delete the pod 02/07/23 08:15:01.097 + Feb 7 08:15:01.111: INFO: Waiting for pod pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff to disappear + Feb 7 08:15:01.114: INFO: Pod pod-configmaps-d693e488-82bb-4235-bc2c-c8ab7bd83eff no longer exists + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:01.114: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-3741" for this suite. 02/07/23 08:15:01.119 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Kubelet when scheduling a read only busybox container + should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 +[BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:01.123 +Feb 7 08:15:01.123: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:15:01.125 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:01.194 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:01.199 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[It] should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 +Feb 7 08:15:01.212: INFO: Waiting up to 5m0s for pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527" in namespace "kubelet-test-9902" to be "running and ready" +Feb 7 08:15:01.215: INFO: Pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527": Phase="Pending", Reason="", readiness=false. Elapsed: 3.044004ms +Feb 7 08:15:01.215: INFO: The phase of Pod busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:15:03.218: INFO: Pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527": Phase="Running", Reason="", readiness=true. Elapsed: 2.006806228s +Feb 7 08:15:03.219: INFO: The phase of Pod busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527 is Running (Ready = true) +Feb 7 08:15:03.219: INFO: Pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527" satisfied condition "running and ready" +[AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:03.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 +STEP: Destroying namespace "kubelet-test-9902" for this suite. 02/07/23 08:15:03.233 +------------------------------ +• [2.114 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a read only busybox container + test/e2e/common/node/kubelet.go:175 + should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:01.123 + Feb 7 08:15:01.123: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:15:01.125 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:01.194 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:01.199 + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [It] should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:184 + Feb 7 08:15:01.212: INFO: Waiting up to 5m0s for pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527" in namespace "kubelet-test-9902" to be "running and ready" + Feb 7 08:15:01.215: INFO: Pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527": Phase="Pending", Reason="", readiness=false. Elapsed: 3.044004ms + Feb 7 08:15:01.215: INFO: The phase of Pod busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:15:03.218: INFO: Pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527": Phase="Running", Reason="", readiness=true. Elapsed: 2.006806228s + Feb 7 08:15:03.219: INFO: The phase of Pod busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527 is Running (Ready = true) + Feb 7 08:15:03.219: INFO: Pod "busybox-readonly-fsa8bfe4b0-7609-44ac-b3ac-944b4116d527" satisfied condition "running and ready" + [AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:03.229: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 + STEP: Destroying namespace "kubelet-test-9902" for this suite. 02/07/23 08:15:03.233 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Containers + should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:73 +[BeforeEach] [sig-node] Containers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:03.238 +Feb 7 08:15:03.238: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename containers 02/07/23 08:15:03.24 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:03.247 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:03.249 +[BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:73 +STEP: Creating a pod to test override command 02/07/23 08:15:03.251 +Feb 7 08:15:03.255: INFO: Waiting up to 5m0s for pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de" in namespace "containers-794" to be "Succeeded or Failed" +Feb 7 08:15:03.259: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de": Phase="Pending", Reason="", readiness=false. Elapsed: 3.806733ms +Feb 7 08:15:05.264: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00875889s +Feb 7 08:15:07.266: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010745959s +STEP: Saw pod success 02/07/23 08:15:07.266 +Feb 7 08:15:07.266: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de" satisfied condition "Succeeded or Failed" +Feb 7 08:15:07.271: INFO: Trying to get logs from node node2 pod client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de container agnhost-container: +STEP: delete the pod 02/07/23 08:15:07.281 +Feb 7 08:15:07.290: INFO: Waiting for pod client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de to disappear +Feb 7 08:15:07.303: INFO: Pod client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de no longer exists +[AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:07.303: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 +STEP: Destroying namespace "containers-794" for this suite. 02/07/23 08:15:07.307 +------------------------------ +• [4.073 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:73 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:03.238 + Feb 7 08:15:03.238: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename containers 02/07/23 08:15:03.24 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:03.247 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:03.249 + [BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to override the image's default command (container entrypoint) [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:73 + STEP: Creating a pod to test override command 02/07/23 08:15:03.251 + Feb 7 08:15:03.255: INFO: Waiting up to 5m0s for pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de" in namespace "containers-794" to be "Succeeded or Failed" + Feb 7 08:15:03.259: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de": Phase="Pending", Reason="", readiness=false. Elapsed: 3.806733ms + Feb 7 08:15:05.264: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00875889s + Feb 7 08:15:07.266: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010745959s + STEP: Saw pod success 02/07/23 08:15:07.266 + Feb 7 08:15:07.266: INFO: Pod "client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de" satisfied condition "Succeeded or Failed" + Feb 7 08:15:07.271: INFO: Trying to get logs from node node2 pod client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de container agnhost-container: + STEP: delete the pod 02/07/23 08:15:07.281 + Feb 7 08:15:07.290: INFO: Waiting for pod client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de to disappear + Feb 7 08:15:07.303: INFO: Pod client-containers-f45cd98b-1624-4f86-8dbc-328ece3f52de no longer exists + [AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:07.303: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 + STEP: Destroying namespace "containers-794" for this suite. 02/07/23 08:15:07.307 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/common/node/runtime.go:195 +[BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:07.315 +Feb 7 08:15:07.315: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-runtime 02/07/23 08:15:07.316 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:07.326 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:07.33 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 +[It] should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:195 +STEP: create the container 02/07/23 08:15:07.334 +STEP: wait for the container to reach Succeeded 02/07/23 08:15:07.34 +STEP: get the container status 02/07/23 08:15:11.364 +STEP: the container should be terminated 02/07/23 08:15:11.369 +STEP: the termination message should be set 02/07/23 08:15:11.37 +Feb 7 08:15:11.370: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- +STEP: delete the container 02/07/23 08:15:11.37 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:11.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 +STEP: Destroying namespace "container-runtime-9839" for this suite. 02/07/23 08:15:11.394 +------------------------------ +• [4.084 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:44 + on terminated container + test/e2e/common/node/runtime.go:137 + should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:195 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:07.315 + Feb 7 08:15:07.315: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-runtime 02/07/23 08:15:07.316 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:07.326 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:07.33 + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 + [It] should report termination message if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:195 + STEP: create the container 02/07/23 08:15:07.334 + STEP: wait for the container to reach Succeeded 02/07/23 08:15:07.34 + STEP: get the container status 02/07/23 08:15:11.364 + STEP: the container should be terminated 02/07/23 08:15:11.369 + STEP: the termination message should be set 02/07/23 08:15:11.37 + Feb 7 08:15:11.370: INFO: Expected: &{DONE} to match Container's Termination Message: DONE -- + STEP: delete the container 02/07/23 08:15:11.37 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:11.389: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 + STEP: Destroying namespace "container-runtime-9839" for this suite. 02/07/23 08:15:11.394 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 +[BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:11.4 +Feb 7 08:15:11.400: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename subpath 02/07/23 08:15:11.403 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:11.415 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:11.418 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 02/07/23 08:15:11.421 +[It] should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 +STEP: Creating pod pod-subpath-test-configmap-hqt5 02/07/23 08:15:11.427 +STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:15:11.427 +Feb 7 08:15:11.433: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-hqt5" in namespace "subpath-5334" to be "Succeeded or Failed" +Feb 7 08:15:11.436: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.100414ms +Feb 7 08:15:13.442: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 2.009076199s +Feb 7 08:15:15.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 4.009145849s +Feb 7 08:15:17.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 6.009640774s +Feb 7 08:15:19.441: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 8.007716215s +Feb 7 08:15:21.442: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 10.008306555s +Feb 7 08:15:23.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 12.009826125s +Feb 7 08:15:25.444: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 14.010469091s +Feb 7 08:15:27.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 16.009978766s +Feb 7 08:15:29.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 18.010037397s +Feb 7 08:15:31.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 20.009599501s +Feb 7 08:15:33.441: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=false. Elapsed: 22.008076326s +Feb 7 08:15:35.442: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.008409377s +STEP: Saw pod success 02/07/23 08:15:35.442 +Feb 7 08:15:35.442: INFO: Pod "pod-subpath-test-configmap-hqt5" satisfied condition "Succeeded or Failed" +Feb 7 08:15:35.446: INFO: Trying to get logs from node node2 pod pod-subpath-test-configmap-hqt5 container test-container-subpath-configmap-hqt5: +STEP: delete the pod 02/07/23 08:15:35.456 +Feb 7 08:15:35.467: INFO: Waiting for pod pod-subpath-test-configmap-hqt5 to disappear +Feb 7 08:15:35.471: INFO: Pod pod-subpath-test-configmap-hqt5 no longer exists +STEP: Deleting pod pod-subpath-test-configmap-hqt5 02/07/23 08:15:35.471 +Feb 7 08:15:35.471: INFO: Deleting pod "pod-subpath-test-configmap-hqt5" in namespace "subpath-5334" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:35.475: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 +STEP: Destroying namespace "subpath-5334" for this suite. 02/07/23 08:15:35.479 +------------------------------ +• [SLOW TEST] [24.085 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:11.4 + Feb 7 08:15:11.400: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename subpath 02/07/23 08:15:11.403 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:11.415 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:11.418 + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 02/07/23 08:15:11.421 + [It] should support subpaths with configmap pod with mountPath of existing file [Conformance] + test/e2e/storage/subpath.go:80 + STEP: Creating pod pod-subpath-test-configmap-hqt5 02/07/23 08:15:11.427 + STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:15:11.427 + Feb 7 08:15:11.433: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-hqt5" in namespace "subpath-5334" to be "Succeeded or Failed" + Feb 7 08:15:11.436: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.100414ms + Feb 7 08:15:13.442: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 2.009076199s + Feb 7 08:15:15.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 4.009145849s + Feb 7 08:15:17.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 6.009640774s + Feb 7 08:15:19.441: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 8.007716215s + Feb 7 08:15:21.442: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 10.008306555s + Feb 7 08:15:23.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 12.009826125s + Feb 7 08:15:25.444: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 14.010469091s + Feb 7 08:15:27.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 16.009978766s + Feb 7 08:15:29.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 18.010037397s + Feb 7 08:15:31.443: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=true. Elapsed: 20.009599501s + Feb 7 08:15:33.441: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Running", Reason="", readiness=false. Elapsed: 22.008076326s + Feb 7 08:15:35.442: INFO: Pod "pod-subpath-test-configmap-hqt5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.008409377s + STEP: Saw pod success 02/07/23 08:15:35.442 + Feb 7 08:15:35.442: INFO: Pod "pod-subpath-test-configmap-hqt5" satisfied condition "Succeeded or Failed" + Feb 7 08:15:35.446: INFO: Trying to get logs from node node2 pod pod-subpath-test-configmap-hqt5 container test-container-subpath-configmap-hqt5: + STEP: delete the pod 02/07/23 08:15:35.456 + Feb 7 08:15:35.467: INFO: Waiting for pod pod-subpath-test-configmap-hqt5 to disappear + Feb 7 08:15:35.471: INFO: Pod pod-subpath-test-configmap-hqt5 no longer exists + STEP: Deleting pod pod-subpath-test-configmap-hqt5 02/07/23 08:15:35.471 + Feb 7 08:15:35.471: INFO: Deleting pod "pod-subpath-test-configmap-hqt5" in namespace "subpath-5334" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:35.475: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 + STEP: Destroying namespace "subpath-5334" for this suite. 02/07/23 08:15:35.479 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] Projected downwardAPI + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:68 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:35.486 +Feb 7 08:15:35.486: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:15:35.487 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:35.5 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:35.503 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:68 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:15:35.506 +Feb 7 08:15:35.516: INFO: Waiting up to 5m0s for pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250" in namespace "projected-5976" to be "Succeeded or Failed" +Feb 7 08:15:35.522: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250": Phase="Pending", Reason="", readiness=false. Elapsed: 5.418478ms +Feb 7 08:15:37.528: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01137302s +Feb 7 08:15:39.529: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012436065s +STEP: Saw pod success 02/07/23 08:15:39.529 +Feb 7 08:15:39.529: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250" satisfied condition "Succeeded or Failed" +Feb 7 08:15:39.533: INFO: Trying to get logs from node node2 pod downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250 container client-container: +STEP: delete the pod 02/07/23 08:15:39.542 +Feb 7 08:15:39.555: INFO: Waiting for pod downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250 to disappear +Feb 7 08:15:39.559: INFO: Pod downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:39.559: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-5976" for this suite. 02/07/23 08:15:39.563 +------------------------------ +• [4.084 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:35.486 + Feb 7 08:15:35.486: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:15:35.487 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:35.5 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:35.503 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:68 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:15:35.506 + Feb 7 08:15:35.516: INFO: Waiting up to 5m0s for pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250" in namespace "projected-5976" to be "Succeeded or Failed" + Feb 7 08:15:35.522: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250": Phase="Pending", Reason="", readiness=false. Elapsed: 5.418478ms + Feb 7 08:15:37.528: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250": Phase="Pending", Reason="", readiness=false. Elapsed: 2.01137302s + Feb 7 08:15:39.529: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.012436065s + STEP: Saw pod success 02/07/23 08:15:39.529 + Feb 7 08:15:39.529: INFO: Pod "downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250" satisfied condition "Succeeded or Failed" + Feb 7 08:15:39.533: INFO: Trying to get logs from node node2 pod downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250 container client-container: + STEP: delete the pod 02/07/23 08:15:39.542 + Feb 7 08:15:39.555: INFO: Waiting for pod downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250 to disappear + Feb 7 08:15:39.559: INFO: Pod downwardapi-volume-946cf3f1-4b51-413b-af6d-bfee7318c250 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:39.559: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-5976" for this suite. 02/07/23 08:15:39.563 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-node] Secrets + should patch a secret [Conformance] + test/e2e/common/node/secrets.go:154 +[BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:39.57 +Feb 7 08:15:39.570: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:15:39.571 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:39.585 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:39.588 +[BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:154 +STEP: creating a secret 02/07/23 08:15:39.591 +STEP: listing secrets in all namespaces to ensure that there are more than zero 02/07/23 08:15:39.596 +STEP: patching the secret 02/07/23 08:15:39.599 +STEP: deleting the secret using a LabelSelector 02/07/23 08:15:39.608 +STEP: listing secrets in all namespaces, searching for label name and value in patch 02/07/23 08:15:39.613 +[AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:39.616: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-6252" for this suite. 02/07/23 08:15:39.62 +------------------------------ +• [0.054 seconds] +[sig-node] Secrets +test/e2e/common/node/framework.go:23 + should patch a secret [Conformance] + test/e2e/common/node/secrets.go:154 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:39.57 + Feb 7 08:15:39.570: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:15:39.571 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:39.585 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:39.588 + [BeforeEach] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should patch a secret [Conformance] + test/e2e/common/node/secrets.go:154 + STEP: creating a secret 02/07/23 08:15:39.591 + STEP: listing secrets in all namespaces to ensure that there are more than zero 02/07/23 08:15:39.596 + STEP: patching the secret 02/07/23 08:15:39.599 + STEP: deleting the secret using a LabelSelector 02/07/23 08:15:39.608 + STEP: listing secrets in all namespaces, searching for label name and value in patch 02/07/23 08:15:39.613 + [AfterEach] [sig-node] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:39.616: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-6252" for this suite. 02/07/23 08:15:39.62 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:112 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:39.625 +Feb 7 08:15:39.625: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 08:15:39.626 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:39.64 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:39.643 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:112 +STEP: Creating a pod to test substitution in volume subpath 02/07/23 08:15:39.646 +Feb 7 08:15:39.652: INFO: Waiting up to 5m0s for pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde" in namespace "var-expansion-3390" to be "Succeeded or Failed" +Feb 7 08:15:39.655: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde": Phase="Pending", Reason="", readiness=false. Elapsed: 3.73148ms +Feb 7 08:15:41.661: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008871058s +Feb 7 08:15:43.661: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009028406s +STEP: Saw pod success 02/07/23 08:15:43.661 +Feb 7 08:15:43.661: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde" satisfied condition "Succeeded or Failed" +Feb 7 08:15:43.664: INFO: Trying to get logs from node node2 pod var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde container dapi-container: +STEP: delete the pod 02/07/23 08:15:43.671 +Feb 7 08:15:43.688: INFO: Waiting for pod var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde to disappear +Feb 7 08:15:43.691: INFO: Pod var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:43.691: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-3390" for this suite. 02/07/23 08:15:43.695 +------------------------------ +• [4.079 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:112 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:39.625 + Feb 7 08:15:39.625: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 08:15:39.626 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:39.64 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:39.643 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should allow substituting values in a volume subpath [Conformance] + test/e2e/common/node/expansion.go:112 + STEP: Creating a pod to test substitution in volume subpath 02/07/23 08:15:39.646 + Feb 7 08:15:39.652: INFO: Waiting up to 5m0s for pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde" in namespace "var-expansion-3390" to be "Succeeded or Failed" + Feb 7 08:15:39.655: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde": Phase="Pending", Reason="", readiness=false. Elapsed: 3.73148ms + Feb 7 08:15:41.661: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008871058s + Feb 7 08:15:43.661: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009028406s + STEP: Saw pod success 02/07/23 08:15:43.661 + Feb 7 08:15:43.661: INFO: Pod "var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde" satisfied condition "Succeeded or Failed" + Feb 7 08:15:43.664: INFO: Trying to get logs from node node2 pod var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde container dapi-container: + STEP: delete the pod 02/07/23 08:15:43.671 + Feb 7 08:15:43.688: INFO: Waiting for pod var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde to disappear + Feb 7 08:15:43.691: INFO: Pod var-expansion-3717519b-1b29-4286-adaa-c83a6e33ebde no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:43.691: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-3390" for this suite. 02/07/23 08:15:43.695 + << End Captured GinkgoWriter Output +------------------------------ +[sig-network] Services + should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3244 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:43.704 +Feb 7 08:15:43.705: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:15:43.707 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:43.722 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:43.724 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3244 +STEP: creating an Endpoint 02/07/23 08:15:43.728 +STEP: waiting for available Endpoint 02/07/23 08:15:43.731 +STEP: listing all Endpoints 02/07/23 08:15:43.733 +STEP: updating the Endpoint 02/07/23 08:15:43.735 +STEP: fetching the Endpoint 02/07/23 08:15:43.743 +STEP: patching the Endpoint 02/07/23 08:15:43.745 +STEP: fetching the Endpoint 02/07/23 08:15:43.752 +STEP: deleting the Endpoint by Collection 02/07/23 08:15:43.755 +STEP: waiting for Endpoint deletion 02/07/23 08:15:43.759 +STEP: fetching the Endpoint 02/07/23 08:15:43.76 +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:43.763: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-5198" for this suite. 02/07/23 08:15:43.766 +------------------------------ +• [0.090 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3244 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:43.704 + Feb 7 08:15:43.705: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:15:43.707 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:43.722 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:43.724 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should test the lifecycle of an Endpoint [Conformance] + test/e2e/network/service.go:3244 + STEP: creating an Endpoint 02/07/23 08:15:43.728 + STEP: waiting for available Endpoint 02/07/23 08:15:43.731 + STEP: listing all Endpoints 02/07/23 08:15:43.733 + STEP: updating the Endpoint 02/07/23 08:15:43.735 + STEP: fetching the Endpoint 02/07/23 08:15:43.743 + STEP: patching the Endpoint 02/07/23 08:15:43.745 + STEP: fetching the Endpoint 02/07/23 08:15:43.752 + STEP: deleting the Endpoint by Collection 02/07/23 08:15:43.755 + STEP: waiting for Endpoint deletion 02/07/23 08:15:43.759 + STEP: fetching the Endpoint 02/07/23 08:15:43.76 + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:43.763: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-5198" for this suite. 02/07/23 08:15:43.766 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-cli] Kubectl client Kubectl replace + should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1747 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:43.795 +Feb 7 08:15:43.795: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:15:43.796 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:43.825 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:43.83 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[BeforeEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1734 +[It] should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1747 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 08:15:43.833 +Feb 7 08:15:43.834: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-4 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Feb 7 08:15:43.960: INFO: stderr: "" +Feb 7 08:15:43.960: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: verifying the pod e2e-test-httpd-pod is running 02/07/23 08:15:43.96 +STEP: verifying the pod e2e-test-httpd-pod was created 02/07/23 08:15:49.012 +Feb 7 08:15:49.012: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 get pod e2e-test-httpd-pod -o json' +Feb 7 08:15:49.120: INFO: stderr: "" +Feb 7 08:15:49.120: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"annotations\": {\n \"cni.projectcalico.org/containerID\": \"b2633c9835b72ed0fdd63ac11568f85ecaf3d362be2acf1697dd1b0bc6992f57\",\n \"cni.projectcalico.org/podIP\": \"192.168.136.34/32\",\n \"cni.projectcalico.org/podIPs\": \"192.168.136.34/32\"\n },\n \"creationTimestamp\": \"2023-02-07T08:15:43Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-9876\",\n \"resourceVersion\": \"20959\",\n \"uid\": \"52e98a93-4503-4cde-b949-3cc993a9386f\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-4\",\n \"imagePullPolicy\": \"IfNotPresent\",\n \"name\": \"e2e-test-httpd-pod\",\n \"resources\": {},\n \"terminationMessagePath\": \"/dev/termination-log\",\n \"terminationMessagePolicy\": \"File\",\n \"volumeMounts\": [\n {\n \"mountPath\": \"/var/run/secrets/kubernetes.io/serviceaccount\",\n \"name\": \"kube-api-access-mw6wz\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"node2\",\n \"preemptionPolicy\": \"PreemptLowerPriority\",\n \"priority\": 0,\n \"restartPolicy\": \"Always\",\n \"schedulerName\": \"default-scheduler\",\n \"securityContext\": {},\n \"serviceAccount\": \"default\",\n \"serviceAccountName\": \"default\",\n \"terminationGracePeriodSeconds\": 30,\n \"tolerations\": [\n {\n \"effect\": \"NoExecute\",\n \"key\": \"node.kubernetes.io/not-ready\",\n \"operator\": \"Exists\",\n \"tolerationSeconds\": 300\n },\n {\n \"effect\": \"NoExecute\",\n \"key\": \"node.kubernetes.io/unreachable\",\n \"operator\": \"Exists\",\n \"tolerationSeconds\": 300\n }\n ],\n \"volumes\": [\n {\n \"name\": \"kube-api-access-mw6wz\",\n \"projected\": {\n \"defaultMode\": 420,\n \"sources\": [\n {\n \"serviceAccountToken\": {\n \"expirationSeconds\": 3607,\n \"path\": \"token\"\n }\n },\n {\n \"configMap\": {\n \"items\": [\n {\n \"key\": \"ca.crt\",\n \"path\": \"ca.crt\"\n }\n ],\n \"name\": \"kube-root-ca.crt\"\n }\n },\n {\n \"downwardAPI\": {\n \"items\": [\n {\n \"fieldRef\": {\n \"apiVersion\": \"v1\",\n \"fieldPath\": \"metadata.namespace\"\n },\n \"path\": \"namespace\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"status\": {\n \"conditions\": [\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:43Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:45Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:45Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:43Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://b794b475cd85ed97545dc078fb7085b265d4789b60ed1fab07f5818a17303a54\",\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-4\",\n \"imageID\": \"registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2023-02-07T08:15:44Z\"\n }\n }\n }\n ],\n \"hostIP\": \"172.30.41.42\",\n \"phase\": \"Running\",\n \"podIP\": \"192.168.136.34\",\n \"podIPs\": [\n {\n \"ip\": \"192.168.136.34\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2023-02-07T08:15:43Z\"\n }\n}\n" +STEP: replace the image in the pod 02/07/23 08:15:49.12 +Feb 7 08:15:49.120: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 replace -f -' +Feb 7 08:15:50.042: INFO: stderr: "" +Feb 7 08:15:50.042: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n" +STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/busybox:1.29-4 02/07/23 08:15:50.042 +[AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1738 +Feb 7 08:15:50.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 delete pods e2e-test-httpd-pod' +Feb 7 08:15:51.460: INFO: stderr: "" +Feb 7 08:15:51.461: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:51.461: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-9876" for this suite. 02/07/23 08:15:51.464 +------------------------------ +• [SLOW TEST] [7.673 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl replace + test/e2e/kubectl/kubectl.go:1731 + should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1747 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:43.795 + Feb 7 08:15:43.795: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:15:43.796 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:43.825 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:43.83 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [BeforeEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1734 + [It] should update a single-container pod's image [Conformance] + test/e2e/kubectl/kubectl.go:1747 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 08:15:43.833 + Feb 7 08:15:43.834: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-4 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Feb 7 08:15:43.960: INFO: stderr: "" + Feb 7 08:15:43.960: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: verifying the pod e2e-test-httpd-pod is running 02/07/23 08:15:43.96 + STEP: verifying the pod e2e-test-httpd-pod was created 02/07/23 08:15:49.012 + Feb 7 08:15:49.012: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 get pod e2e-test-httpd-pod -o json' + Feb 7 08:15:49.120: INFO: stderr: "" + Feb 7 08:15:49.120: INFO: stdout: "{\n \"apiVersion\": \"v1\",\n \"kind\": \"Pod\",\n \"metadata\": {\n \"annotations\": {\n \"cni.projectcalico.org/containerID\": \"b2633c9835b72ed0fdd63ac11568f85ecaf3d362be2acf1697dd1b0bc6992f57\",\n \"cni.projectcalico.org/podIP\": \"192.168.136.34/32\",\n \"cni.projectcalico.org/podIPs\": \"192.168.136.34/32\"\n },\n \"creationTimestamp\": \"2023-02-07T08:15:43Z\",\n \"labels\": {\n \"run\": \"e2e-test-httpd-pod\"\n },\n \"name\": \"e2e-test-httpd-pod\",\n \"namespace\": \"kubectl-9876\",\n \"resourceVersion\": \"20959\",\n \"uid\": \"52e98a93-4503-4cde-b949-3cc993a9386f\"\n },\n \"spec\": {\n \"containers\": [\n {\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-4\",\n \"imagePullPolicy\": \"IfNotPresent\",\n \"name\": \"e2e-test-httpd-pod\",\n \"resources\": {},\n \"terminationMessagePath\": \"/dev/termination-log\",\n \"terminationMessagePolicy\": \"File\",\n \"volumeMounts\": [\n {\n \"mountPath\": \"/var/run/secrets/kubernetes.io/serviceaccount\",\n \"name\": \"kube-api-access-mw6wz\",\n \"readOnly\": true\n }\n ]\n }\n ],\n \"dnsPolicy\": \"ClusterFirst\",\n \"enableServiceLinks\": true,\n \"nodeName\": \"node2\",\n \"preemptionPolicy\": \"PreemptLowerPriority\",\n \"priority\": 0,\n \"restartPolicy\": \"Always\",\n \"schedulerName\": \"default-scheduler\",\n \"securityContext\": {},\n \"serviceAccount\": \"default\",\n \"serviceAccountName\": \"default\",\n \"terminationGracePeriodSeconds\": 30,\n \"tolerations\": [\n {\n \"effect\": \"NoExecute\",\n \"key\": \"node.kubernetes.io/not-ready\",\n \"operator\": \"Exists\",\n \"tolerationSeconds\": 300\n },\n {\n \"effect\": \"NoExecute\",\n \"key\": \"node.kubernetes.io/unreachable\",\n \"operator\": \"Exists\",\n \"tolerationSeconds\": 300\n }\n ],\n \"volumes\": [\n {\n \"name\": \"kube-api-access-mw6wz\",\n \"projected\": {\n \"defaultMode\": 420,\n \"sources\": [\n {\n \"serviceAccountToken\": {\n \"expirationSeconds\": 3607,\n \"path\": \"token\"\n }\n },\n {\n \"configMap\": {\n \"items\": [\n {\n \"key\": \"ca.crt\",\n \"path\": \"ca.crt\"\n }\n ],\n \"name\": \"kube-root-ca.crt\"\n }\n },\n {\n \"downwardAPI\": {\n \"items\": [\n {\n \"fieldRef\": {\n \"apiVersion\": \"v1\",\n \"fieldPath\": \"metadata.namespace\"\n },\n \"path\": \"namespace\"\n }\n ]\n }\n }\n ]\n }\n }\n ]\n },\n \"status\": {\n \"conditions\": [\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:43Z\",\n \"status\": \"True\",\n \"type\": \"Initialized\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:45Z\",\n \"status\": \"True\",\n \"type\": \"Ready\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:45Z\",\n \"status\": \"True\",\n \"type\": \"ContainersReady\"\n },\n {\n \"lastProbeTime\": null,\n \"lastTransitionTime\": \"2023-02-07T08:15:43Z\",\n \"status\": \"True\",\n \"type\": \"PodScheduled\"\n }\n ],\n \"containerStatuses\": [\n {\n \"containerID\": \"containerd://b794b475cd85ed97545dc078fb7085b265d4789b60ed1fab07f5818a17303a54\",\n \"image\": \"registry.k8s.io/e2e-test-images/httpd:2.4.38-4\",\n \"imageID\": \"registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22\",\n \"lastState\": {},\n \"name\": \"e2e-test-httpd-pod\",\n \"ready\": true,\n \"restartCount\": 0,\n \"started\": true,\n \"state\": {\n \"running\": {\n \"startedAt\": \"2023-02-07T08:15:44Z\"\n }\n }\n }\n ],\n \"hostIP\": \"172.30.41.42\",\n \"phase\": \"Running\",\n \"podIP\": \"192.168.136.34\",\n \"podIPs\": [\n {\n \"ip\": \"192.168.136.34\"\n }\n ],\n \"qosClass\": \"BestEffort\",\n \"startTime\": \"2023-02-07T08:15:43Z\"\n }\n}\n" + STEP: replace the image in the pod 02/07/23 08:15:49.12 + Feb 7 08:15:49.120: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 replace -f -' + Feb 7 08:15:50.042: INFO: stderr: "" + Feb 7 08:15:50.042: INFO: stdout: "pod/e2e-test-httpd-pod replaced\n" + STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/busybox:1.29-4 02/07/23 08:15:50.042 + [AfterEach] Kubectl replace + test/e2e/kubectl/kubectl.go:1738 + Feb 7 08:15:50.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-9876 delete pods e2e-test-httpd-pod' + Feb 7 08:15:51.460: INFO: stderr: "" + Feb 7 08:15:51.461: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:51.461: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-9876" for this suite. 02/07/23 08:15:51.464 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:67 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:51.468 +Feb 7 08:15:51.468: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:15:51.47 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:51.481 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:51.486 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:67 +STEP: Creating projection with secret that has name projected-secret-test-b4129dd5-a538-4840-8b71-3778f1600648 02/07/23 08:15:51.489 +STEP: Creating a pod to test consume secrets 02/07/23 08:15:51.496 +Feb 7 08:15:51.503: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c" in namespace "projected-7186" to be "Succeeded or Failed" +Feb 7 08:15:51.506: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c": Phase="Pending", Reason="", readiness=false. Elapsed: 3.331022ms +Feb 7 08:15:53.512: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009515977s +Feb 7 08:15:55.511: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008370002s +STEP: Saw pod success 02/07/23 08:15:55.511 +Feb 7 08:15:55.512: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c" satisfied condition "Succeeded or Failed" +Feb 7 08:15:55.516: INFO: Trying to get logs from node node2 pod pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c container projected-secret-volume-test: +STEP: delete the pod 02/07/23 08:15:55.525 +Feb 7 08:15:55.536: INFO: Waiting for pod pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c to disappear +Feb 7 08:15:55.540: INFO: Pod pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 08:15:55.540: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-7186" for this suite. 02/07/23 08:15:55.544 +------------------------------ +• [4.082 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:51.468 + Feb 7 08:15:51.468: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:15:51.47 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:51.481 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:51.486 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:67 + STEP: Creating projection with secret that has name projected-secret-test-b4129dd5-a538-4840-8b71-3778f1600648 02/07/23 08:15:51.489 + STEP: Creating a pod to test consume secrets 02/07/23 08:15:51.496 + Feb 7 08:15:51.503: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c" in namespace "projected-7186" to be "Succeeded or Failed" + Feb 7 08:15:51.506: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c": Phase="Pending", Reason="", readiness=false. Elapsed: 3.331022ms + Feb 7 08:15:53.512: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009515977s + Feb 7 08:15:55.511: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008370002s + STEP: Saw pod success 02/07/23 08:15:55.511 + Feb 7 08:15:55.512: INFO: Pod "pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c" satisfied condition "Succeeded or Failed" + Feb 7 08:15:55.516: INFO: Trying to get logs from node node2 pod pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c container projected-secret-volume-test: + STEP: delete the pod 02/07/23 08:15:55.525 + Feb 7 08:15:55.536: INFO: Waiting for pod pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c to disappear + Feb 7 08:15:55.540: INFO: Pod pod-projected-secrets-75960bb1-cf55-49aa-b78b-09f537165e7c no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 08:15:55.540: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-7186" for this suite. 02/07/23 08:15:55.544 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +[BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:15:55.553 +Feb 7 08:15:55.553: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename subpath 02/07/23 08:15:55.555 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:55.57 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:55.574 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 02/07/23 08:15:55.577 +[It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 +STEP: Creating pod pod-subpath-test-projected-w9sw 02/07/23 08:15:55.585 +STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:15:55.585 +Feb 7 08:15:55.591: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-w9sw" in namespace "subpath-2378" to be "Succeeded or Failed" +Feb 7 08:15:55.593: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Pending", Reason="", readiness=false. Elapsed: 2.279242ms +Feb 7 08:15:57.601: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 2.00993584s +Feb 7 08:15:59.601: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 4.009743569s +Feb 7 08:16:01.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 6.009056783s +Feb 7 08:16:03.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 8.008701444s +Feb 7 08:16:05.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 10.007811372s +Feb 7 08:16:07.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 12.008697768s +Feb 7 08:16:09.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 14.008948104s +Feb 7 08:16:11.601: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 16.010009997s +Feb 7 08:16:13.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 18.008674367s +Feb 7 08:16:15.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 20.008572067s +Feb 7 08:16:17.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=false. Elapsed: 22.008278041s +Feb 7 08:16:19.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.007742951s +STEP: Saw pod success 02/07/23 08:16:19.599 +Feb 7 08:16:19.599: INFO: Pod "pod-subpath-test-projected-w9sw" satisfied condition "Succeeded or Failed" +Feb 7 08:16:19.603: INFO: Trying to get logs from node node2 pod pod-subpath-test-projected-w9sw container test-container-subpath-projected-w9sw: +STEP: delete the pod 02/07/23 08:16:19.613 +Feb 7 08:16:19.662: INFO: Waiting for pod pod-subpath-test-projected-w9sw to disappear +Feb 7 08:16:19.666: INFO: Pod pod-subpath-test-projected-w9sw no longer exists +STEP: Deleting pod pod-subpath-test-projected-w9sw 02/07/23 08:16:19.666 +Feb 7 08:16:19.666: INFO: Deleting pod "pod-subpath-test-projected-w9sw" in namespace "subpath-2378" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 +Feb 7 08:16:19.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 +STEP: Destroying namespace "subpath-2378" for this suite. 02/07/23 08:16:19.675 +------------------------------ +• [SLOW TEST] [24.127 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:15:55.553 + Feb 7 08:15:55.553: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename subpath 02/07/23 08:15:55.555 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:15:55.57 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:15:55.574 + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 02/07/23 08:15:55.577 + [It] should support subpaths with projected pod [Conformance] + test/e2e/storage/subpath.go:106 + STEP: Creating pod pod-subpath-test-projected-w9sw 02/07/23 08:15:55.585 + STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:15:55.585 + Feb 7 08:15:55.591: INFO: Waiting up to 5m0s for pod "pod-subpath-test-projected-w9sw" in namespace "subpath-2378" to be "Succeeded or Failed" + Feb 7 08:15:55.593: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Pending", Reason="", readiness=false. Elapsed: 2.279242ms + Feb 7 08:15:57.601: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 2.00993584s + Feb 7 08:15:59.601: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 4.009743569s + Feb 7 08:16:01.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 6.009056783s + Feb 7 08:16:03.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 8.008701444s + Feb 7 08:16:05.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 10.007811372s + Feb 7 08:16:07.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 12.008697768s + Feb 7 08:16:09.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 14.008948104s + Feb 7 08:16:11.601: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 16.010009997s + Feb 7 08:16:13.600: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 18.008674367s + Feb 7 08:16:15.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=true. Elapsed: 20.008572067s + Feb 7 08:16:17.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Running", Reason="", readiness=false. Elapsed: 22.008278041s + Feb 7 08:16:19.599: INFO: Pod "pod-subpath-test-projected-w9sw": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.007742951s + STEP: Saw pod success 02/07/23 08:16:19.599 + Feb 7 08:16:19.599: INFO: Pod "pod-subpath-test-projected-w9sw" satisfied condition "Succeeded or Failed" + Feb 7 08:16:19.603: INFO: Trying to get logs from node node2 pod pod-subpath-test-projected-w9sw container test-container-subpath-projected-w9sw: + STEP: delete the pod 02/07/23 08:16:19.613 + Feb 7 08:16:19.662: INFO: Waiting for pod pod-subpath-test-projected-w9sw to disappear + Feb 7 08:16:19.666: INFO: Pod pod-subpath-test-projected-w9sw no longer exists + STEP: Deleting pod pod-subpath-test-projected-w9sw 02/07/23 08:16:19.666 + Feb 7 08:16:19.666: INFO: Deleting pod "pod-subpath-test-projected-w9sw" in namespace "subpath-2378" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 + Feb 7 08:16:19.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 + STEP: Destroying namespace "subpath-2378" for this suite. 02/07/23 08:16:19.675 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods Extended Pods Set QOS Class + should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 +[BeforeEach] [sig-node] Pods Extended + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:16:19.681 +Feb 7 08:16:19.681: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:16:19.682 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:16:19.69 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:16:19.695 +[BeforeEach] [sig-node] Pods Extended + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] Pods Set QOS Class + test/e2e/node/pods.go:152 +[It] should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 +STEP: creating the pod 02/07/23 08:16:19.698 +STEP: submitting the pod to kubernetes 02/07/23 08:16:19.699 +STEP: verifying QOS class is set on the pod 02/07/23 08:16:19.706 +[AfterEach] [sig-node] Pods Extended + test/e2e/framework/node/init/init.go:32 +Feb 7 08:16:19.710: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods Extended + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods Extended + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods Extended + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-9497" for this suite. 02/07/23 08:16:19.714 +------------------------------ +• [0.038 seconds] +[sig-node] Pods Extended +test/e2e/node/framework.go:23 + Pods Set QOS Class + test/e2e/node/pods.go:150 + should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods Extended + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:16:19.681 + Feb 7 08:16:19.681: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:16:19.682 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:16:19.69 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:16:19.695 + [BeforeEach] [sig-node] Pods Extended + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] Pods Set QOS Class + test/e2e/node/pods.go:152 + [It] should be set on Pods with matching resource requests and limits for memory and cpu [Conformance] + test/e2e/node/pods.go:161 + STEP: creating the pod 02/07/23 08:16:19.698 + STEP: submitting the pod to kubernetes 02/07/23 08:16:19.699 + STEP: verifying QOS class is set on the pod 02/07/23 08:16:19.706 + [AfterEach] [sig-node] Pods Extended + test/e2e/framework/node/init/init.go:32 + Feb 7 08:16:19.710: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods Extended + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods Extended + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods Extended + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-9497" for this suite. 02/07/23 08:16:19.714 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance] + test/e2e/scheduling/predicates.go:704 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:16:19.719 +Feb 7 08:16:19.719: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-pred 02/07/23 08:16:19.72 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:16:19.73 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:16:19.733 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 +Feb 7 08:16:19.735: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Feb 7 08:16:19.741: INFO: Waiting for terminating namespaces to be deleted... +Feb 7 08:16:19.743: INFO: +Logging pods the apiserver thinks is on node node1 before test +Feb 7 08:16:19.749: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container calico-node ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container coredns ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container autoscaler ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container etcd ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container kube-apiserver ready: true, restart count 1 +Feb 7 08:16:19.749: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container kube-controller-manager ready: true, restart count 1 +Feb 7 08:16:19.749: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container kube-scheduler ready: true, restart count 1 +Feb 7 08:16:19.749: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:16:19.749: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: Container systemd-logs ready: true, restart count 0 +Feb 7 08:16:19.749: INFO: +Logging pods the apiserver thinks is on node node2 before test +Feb 7 08:16:19.755: INFO: calico-kube-controllers-5c4f88bff6-qjnbl from kube-system started at 2023-02-07 07:02:33 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container calico-kube-controllers ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container calico-node ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: coredns-7759f8769f-s9gfd from kube-system started at 2023-02-07 07:04:27 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container coredns ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: metrics-server-575c65464c-kkc9d from kube-system started at 2023-02-07 07:03:25 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container metrics-server ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container nginx-proxy ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: local-path-provisioner-84d5b97df7-6m8k6 from local-path-storage started at 2023-02-07 07:02:49 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container local-path-provisioner ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: pod-qos-class-bdecef62-4ced-409a-98b4-8fa774254e28 from pods-9497 started at 2023-02-07 08:16:19 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container agnhost ready: false, restart count 0 +Feb 7 08:16:19.755: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container kube-sonobuoy ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container e2e ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:16:19.755: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:16:19.755: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance] + test/e2e/scheduling/predicates.go:704 +STEP: Trying to launch a pod without a label to get a node which can launch it. 02/07/23 08:16:19.755 +Feb 7 08:16:19.761: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-4207" to be "running" +Feb 7 08:16:19.763: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.077777ms +Feb 7 08:16:21.771: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.01004283s +Feb 7 08:16:21.771: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 02/07/23 08:16:21.776 +STEP: Trying to apply a random label on the found node. 02/07/23 08:16:21.794 +STEP: verifying the node has the label kubernetes.io/e2e-7ce00388-3524-496f-9640-1e84da07b7a7 95 02/07/23 08:16:21.805 +STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 02/07/23 08:16:21.809 +Feb 7 08:16:21.813: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-4207" to be "not pending" +Feb 7 08:16:21.817: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.52682ms +Feb 7 08:16:23.820: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.006925211s +Feb 7 08:16:23.820: INFO: Pod "pod4" satisfied condition "not pending" +STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 172.30.41.42 on the node which pod4 resides and expect not scheduled 02/07/23 08:16:23.82 +Feb 7 08:16:23.829: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-4207" to be "not pending" +Feb 7 08:16:23.834: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.775311ms +Feb 7 08:16:25.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009472654s +Feb 7 08:16:27.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.010687775s +Feb 7 08:16:29.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.012261081s +Feb 7 08:16:31.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010870901s +Feb 7 08:16:33.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.011400393s +Feb 7 08:16:35.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.012034703s +Feb 7 08:16:37.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.010865197s +Feb 7 08:16:39.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.009777863s +Feb 7 08:16:41.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.010951062s +Feb 7 08:16:43.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.012831745s +Feb 7 08:16:45.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.012836697s +Feb 7 08:16:47.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009788335s +Feb 7 08:16:49.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.011194391s +Feb 7 08:16:51.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.010823872s +Feb 7 08:16:53.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.010360048s +Feb 7 08:16:55.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.012866865s +Feb 7 08:16:57.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.01039859s +Feb 7 08:16:59.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.011131472s +Feb 7 08:17:01.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.010775371s +Feb 7 08:17:03.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.009749903s +Feb 7 08:17:05.844: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.014042583s +Feb 7 08:17:07.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.011378584s +Feb 7 08:17:09.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.012413687s +Feb 7 08:17:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.011332936s +Feb 7 08:17:13.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.009889975s +Feb 7 08:17:15.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.010686741s +Feb 7 08:17:17.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.011389186s +Feb 7 08:17:19.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.012194428s +Feb 7 08:17:21.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.010664375s +Feb 7 08:17:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.011033642s +Feb 7 08:17:25.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.011098405s +Feb 7 08:17:27.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.011919904s +Feb 7 08:17:29.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.012160907s +Feb 7 08:17:31.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.011036427s +Feb 7 08:17:33.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.011069176s +Feb 7 08:17:35.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.011212794s +Feb 7 08:17:37.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.011176297s +Feb 7 08:17:39.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.012118396s +Feb 7 08:17:41.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.009150684s +Feb 7 08:17:43.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.011060229s +Feb 7 08:17:45.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.011466049s +Feb 7 08:17:47.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.010001148s +Feb 7 08:17:49.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.010362296s +Feb 7 08:17:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.011429876s +Feb 7 08:17:53.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.012343308s +Feb 7 08:17:55.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.012441741s +Feb 7 08:17:57.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.01159755s +Feb 7 08:17:59.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.011562177s +Feb 7 08:18:01.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.012397803s +Feb 7 08:18:03.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.01190054s +Feb 7 08:18:05.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.011827562s +Feb 7 08:18:07.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.012138334s +Feb 7 08:18:09.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.01218832s +Feb 7 08:18:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.011072902s +Feb 7 08:18:13.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.011892822s +Feb 7 08:18:15.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.012000115s +Feb 7 08:18:17.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.010779079s +Feb 7 08:18:19.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.012838268s +Feb 7 08:18:21.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.011431379s +Feb 7 08:18:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.011720652s +Feb 7 08:18:25.844: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.014058002s +Feb 7 08:18:27.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.012886203s +Feb 7 08:18:29.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.012723317s +Feb 7 08:18:31.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.012064951s +Feb 7 08:18:33.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.011579762s +Feb 7 08:18:35.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.011019096s +Feb 7 08:18:37.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.009926659s +Feb 7 08:18:39.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.011134043s +Feb 7 08:18:41.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.010407306s +Feb 7 08:18:43.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.01015631s +Feb 7 08:18:45.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.012752266s +Feb 7 08:18:47.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.012376417s +Feb 7 08:18:49.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.011522887s +Feb 7 08:18:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.011348587s +Feb 7 08:18:53.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.00951377s +Feb 7 08:18:55.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.011162567s +Feb 7 08:18:57.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.011129378s +Feb 7 08:18:59.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.012108034s +Feb 7 08:19:01.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.009810664s +Feb 7 08:19:03.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.013188012s +Feb 7 08:19:05.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.011160517s +Feb 7 08:19:07.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.011596911s +Feb 7 08:19:09.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.011910861s +Feb 7 08:19:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.011204531s +Feb 7 08:19:13.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.010880881s +Feb 7 08:19:15.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.010693868s +Feb 7 08:19:17.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.012080499s +Feb 7 08:19:19.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.012529608s +Feb 7 08:19:21.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.011914547s +Feb 7 08:19:23.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.012098703s +Feb 7 08:19:25.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.011837563s +Feb 7 08:19:27.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.009511869s +Feb 7 08:19:29.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.013038297s +Feb 7 08:19:31.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.009134244s +Feb 7 08:19:33.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.012985015s +Feb 7 08:19:35.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.010815095s +Feb 7 08:19:37.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.011366628s +Feb 7 08:19:39.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.011879683s +Feb 7 08:19:41.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.01185879s +Feb 7 08:19:43.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.013566923s +Feb 7 08:19:45.838: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.008957512s +Feb 7 08:19:47.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.01092128s +Feb 7 08:19:49.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.01206636s +Feb 7 08:19:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.011334806s +Feb 7 08:19:53.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.011267063s +Feb 7 08:19:55.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.012897005s +Feb 7 08:19:57.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.010575135s +Feb 7 08:19:59.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.009966597s +Feb 7 08:20:01.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.010871369s +Feb 7 08:20:03.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.011353082s +Feb 7 08:20:05.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.012470421s +Feb 7 08:20:07.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.013113258s +Feb 7 08:20:09.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.011342029s +Feb 7 08:20:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.011135838s +Feb 7 08:20:13.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.010958773s +Feb 7 08:20:15.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.011359166s +Feb 7 08:20:17.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.011398717s +Feb 7 08:20:19.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.010429292s +Feb 7 08:20:21.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.011351831s +Feb 7 08:20:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.01155807s +Feb 7 08:20:25.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.011915965s +Feb 7 08:20:27.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.012716249s +Feb 7 08:20:29.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.010521284s +Feb 7 08:20:31.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.011258332s +Feb 7 08:20:33.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.012846002s +Feb 7 08:20:35.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.011903272s +Feb 7 08:20:37.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.012411141s +Feb 7 08:20:39.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.013102552s +Feb 7 08:20:41.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.012526934s +Feb 7 08:20:43.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.012764334s +Feb 7 08:20:45.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.011500013s +Feb 7 08:20:47.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.011703311s +Feb 7 08:20:49.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.010889917s +Feb 7 08:20:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.011106672s +Feb 7 08:20:53.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.01110771s +Feb 7 08:20:55.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.011288959s +Feb 7 08:20:57.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.010925264s +Feb 7 08:20:59.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.011067222s +Feb 7 08:21:01.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.010698573s +Feb 7 08:21:03.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.012041185s +Feb 7 08:21:05.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.010797531s +Feb 7 08:21:07.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.010872093s +Feb 7 08:21:09.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.013225692s +Feb 7 08:21:11.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.012780103s +Feb 7 08:21:13.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.011845293s +Feb 7 08:21:15.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.012222178s +Feb 7 08:21:17.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.010968613s +Feb 7 08:21:19.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.011012307s +Feb 7 08:21:21.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.010124298s +Feb 7 08:21:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.011693843s +Feb 7 08:21:23.846: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.016581452s +STEP: removing the label kubernetes.io/e2e-7ce00388-3524-496f-9640-1e84da07b7a7 off the node node2 02/07/23 08:21:23.846 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-7ce00388-3524-496f-9640-1e84da07b7a7 02/07/23 08:21:23.87 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:23.876: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-pred-4207" for this suite. 02/07/23 08:21:23.883 +------------------------------ +• [SLOW TEST] [304.169 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance] + test/e2e/scheduling/predicates.go:704 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:16:19.719 + Feb 7 08:16:19.719: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-pred 02/07/23 08:16:19.72 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:16:19.73 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:16:19.733 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 + Feb 7 08:16:19.735: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Feb 7 08:16:19.741: INFO: Waiting for terminating namespaces to be deleted... + Feb 7 08:16:19.743: INFO: + Logging pods the apiserver thinks is on node node1 before test + Feb 7 08:16:19.749: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container calico-node ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container coredns ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container autoscaler ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container etcd ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container kube-apiserver ready: true, restart count 1 + Feb 7 08:16:19.749: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container kube-controller-manager ready: true, restart count 1 + Feb 7 08:16:19.749: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container kube-scheduler ready: true, restart count 1 + Feb 7 08:16:19.749: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:16:19.749: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: Container systemd-logs ready: true, restart count 0 + Feb 7 08:16:19.749: INFO: + Logging pods the apiserver thinks is on node node2 before test + Feb 7 08:16:19.755: INFO: calico-kube-controllers-5c4f88bff6-qjnbl from kube-system started at 2023-02-07 07:02:33 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container calico-kube-controllers ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container calico-node ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: coredns-7759f8769f-s9gfd from kube-system started at 2023-02-07 07:04:27 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container coredns ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: metrics-server-575c65464c-kkc9d from kube-system started at 2023-02-07 07:03:25 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container metrics-server ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container nginx-proxy ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: local-path-provisioner-84d5b97df7-6m8k6 from local-path-storage started at 2023-02-07 07:02:49 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container local-path-provisioner ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: pod-qos-class-bdecef62-4ced-409a-98b4-8fa774254e28 from pods-9497 started at 2023-02-07 08:16:19 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container agnhost ready: false, restart count 0 + Feb 7 08:16:19.755: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container kube-sonobuoy ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container e2e ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:16:19.755: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:16:19.755: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP [Conformance] + test/e2e/scheduling/predicates.go:704 + STEP: Trying to launch a pod without a label to get a node which can launch it. 02/07/23 08:16:19.755 + Feb 7 08:16:19.761: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-4207" to be "running" + Feb 7 08:16:19.763: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 2.077777ms + Feb 7 08:16:21.771: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.01004283s + Feb 7 08:16:21.771: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 02/07/23 08:16:21.776 + STEP: Trying to apply a random label on the found node. 02/07/23 08:16:21.794 + STEP: verifying the node has the label kubernetes.io/e2e-7ce00388-3524-496f-9640-1e84da07b7a7 95 02/07/23 08:16:21.805 + STEP: Trying to create a pod(pod4) with hostport 54322 and hostIP 0.0.0.0(empty string here) and expect scheduled 02/07/23 08:16:21.809 + Feb 7 08:16:21.813: INFO: Waiting up to 5m0s for pod "pod4" in namespace "sched-pred-4207" to be "not pending" + Feb 7 08:16:21.817: INFO: Pod "pod4": Phase="Pending", Reason="", readiness=false. Elapsed: 3.52682ms + Feb 7 08:16:23.820: INFO: Pod "pod4": Phase="Running", Reason="", readiness=true. Elapsed: 2.006925211s + Feb 7 08:16:23.820: INFO: Pod "pod4" satisfied condition "not pending" + STEP: Trying to create another pod(pod5) with hostport 54322 but hostIP 172.30.41.42 on the node which pod4 resides and expect not scheduled 02/07/23 08:16:23.82 + Feb 7 08:16:23.829: INFO: Waiting up to 5m0s for pod "pod5" in namespace "sched-pred-4207" to be "not pending" + Feb 7 08:16:23.834: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.775311ms + Feb 7 08:16:25.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009472654s + Feb 7 08:16:27.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4.010687775s + Feb 7 08:16:29.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 6.012261081s + Feb 7 08:16:31.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 8.010870901s + Feb 7 08:16:33.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.011400393s + Feb 7 08:16:35.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 12.012034703s + Feb 7 08:16:37.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 14.010865197s + Feb 7 08:16:39.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 16.009777863s + Feb 7 08:16:41.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 18.010951062s + Feb 7 08:16:43.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 20.012831745s + Feb 7 08:16:45.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 22.012836697s + Feb 7 08:16:47.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 24.009788335s + Feb 7 08:16:49.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 26.011194391s + Feb 7 08:16:51.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 28.010823872s + Feb 7 08:16:53.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 30.010360048s + Feb 7 08:16:55.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 32.012866865s + Feb 7 08:16:57.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 34.01039859s + Feb 7 08:16:59.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 36.011131472s + Feb 7 08:17:01.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 38.010775371s + Feb 7 08:17:03.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 40.009749903s + Feb 7 08:17:05.844: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 42.014042583s + Feb 7 08:17:07.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 44.011378584s + Feb 7 08:17:09.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 46.012413687s + Feb 7 08:17:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 48.011332936s + Feb 7 08:17:13.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 50.009889975s + Feb 7 08:17:15.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 52.010686741s + Feb 7 08:17:17.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 54.011389186s + Feb 7 08:17:19.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 56.012194428s + Feb 7 08:17:21.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 58.010664375s + Feb 7 08:17:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m0.011033642s + Feb 7 08:17:25.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m2.011098405s + Feb 7 08:17:27.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m4.011919904s + Feb 7 08:17:29.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m6.012160907s + Feb 7 08:17:31.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m8.011036427s + Feb 7 08:17:33.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m10.011069176s + Feb 7 08:17:35.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m12.011212794s + Feb 7 08:17:37.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m14.011176297s + Feb 7 08:17:39.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m16.012118396s + Feb 7 08:17:41.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m18.009150684s + Feb 7 08:17:43.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m20.011060229s + Feb 7 08:17:45.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m22.011466049s + Feb 7 08:17:47.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m24.010001148s + Feb 7 08:17:49.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m26.010362296s + Feb 7 08:17:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m28.011429876s + Feb 7 08:17:53.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m30.012343308s + Feb 7 08:17:55.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m32.012441741s + Feb 7 08:17:57.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m34.01159755s + Feb 7 08:17:59.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m36.011562177s + Feb 7 08:18:01.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m38.012397803s + Feb 7 08:18:03.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m40.01190054s + Feb 7 08:18:05.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m42.011827562s + Feb 7 08:18:07.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m44.012138334s + Feb 7 08:18:09.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m46.01218832s + Feb 7 08:18:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m48.011072902s + Feb 7 08:18:13.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m50.011892822s + Feb 7 08:18:15.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m52.012000115s + Feb 7 08:18:17.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m54.010779079s + Feb 7 08:18:19.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m56.012838268s + Feb 7 08:18:21.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 1m58.011431379s + Feb 7 08:18:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m0.011720652s + Feb 7 08:18:25.844: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m2.014058002s + Feb 7 08:18:27.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m4.012886203s + Feb 7 08:18:29.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m6.012723317s + Feb 7 08:18:31.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m8.012064951s + Feb 7 08:18:33.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m10.011579762s + Feb 7 08:18:35.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m12.011019096s + Feb 7 08:18:37.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m14.009926659s + Feb 7 08:18:39.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m16.011134043s + Feb 7 08:18:41.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m18.010407306s + Feb 7 08:18:43.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m20.01015631s + Feb 7 08:18:45.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m22.012752266s + Feb 7 08:18:47.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m24.012376417s + Feb 7 08:18:49.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m26.011522887s + Feb 7 08:18:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m28.011348587s + Feb 7 08:18:53.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m30.00951377s + Feb 7 08:18:55.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m32.011162567s + Feb 7 08:18:57.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m34.011129378s + Feb 7 08:18:59.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m36.012108034s + Feb 7 08:19:01.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m38.009810664s + Feb 7 08:19:03.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m40.013188012s + Feb 7 08:19:05.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m42.011160517s + Feb 7 08:19:07.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m44.011596911s + Feb 7 08:19:09.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m46.011910861s + Feb 7 08:19:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m48.011204531s + Feb 7 08:19:13.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m50.010880881s + Feb 7 08:19:15.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m52.010693868s + Feb 7 08:19:17.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m54.012080499s + Feb 7 08:19:19.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m56.012529608s + Feb 7 08:19:21.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 2m58.011914547s + Feb 7 08:19:23.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m0.012098703s + Feb 7 08:19:25.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m2.011837563s + Feb 7 08:19:27.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m4.009511869s + Feb 7 08:19:29.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m6.013038297s + Feb 7 08:19:31.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m8.009134244s + Feb 7 08:19:33.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m10.012985015s + Feb 7 08:19:35.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m12.010815095s + Feb 7 08:19:37.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m14.011366628s + Feb 7 08:19:39.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m16.011879683s + Feb 7 08:19:41.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m18.01185879s + Feb 7 08:19:43.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m20.013566923s + Feb 7 08:19:45.838: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m22.008957512s + Feb 7 08:19:47.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m24.01092128s + Feb 7 08:19:49.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m26.01206636s + Feb 7 08:19:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m28.011334806s + Feb 7 08:19:53.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m30.011267063s + Feb 7 08:19:55.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m32.012897005s + Feb 7 08:19:57.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m34.010575135s + Feb 7 08:19:59.839: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m36.009966597s + Feb 7 08:20:01.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m38.010871369s + Feb 7 08:20:03.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m40.011353082s + Feb 7 08:20:05.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m42.012470421s + Feb 7 08:20:07.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m44.013113258s + Feb 7 08:20:09.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m46.011342029s + Feb 7 08:20:11.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m48.011135838s + Feb 7 08:20:13.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m50.010958773s + Feb 7 08:20:15.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m52.011359166s + Feb 7 08:20:17.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m54.011398717s + Feb 7 08:20:19.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m56.010429292s + Feb 7 08:20:21.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 3m58.011351831s + Feb 7 08:20:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m0.01155807s + Feb 7 08:20:25.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m2.011915965s + Feb 7 08:20:27.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m4.012716249s + Feb 7 08:20:29.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m6.010521284s + Feb 7 08:20:31.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m8.011258332s + Feb 7 08:20:33.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m10.012846002s + Feb 7 08:20:35.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m12.011903272s + Feb 7 08:20:37.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m14.012411141s + Feb 7 08:20:39.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m16.013102552s + Feb 7 08:20:41.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m18.012526934s + Feb 7 08:20:43.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m20.012764334s + Feb 7 08:20:45.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m22.011500013s + Feb 7 08:20:47.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m24.011703311s + Feb 7 08:20:49.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m26.010889917s + Feb 7 08:20:51.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m28.011106672s + Feb 7 08:20:53.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m30.01110771s + Feb 7 08:20:55.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m32.011288959s + Feb 7 08:20:57.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m34.010925264s + Feb 7 08:20:59.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m36.011067222s + Feb 7 08:21:01.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m38.010698573s + Feb 7 08:21:03.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m40.012041185s + Feb 7 08:21:05.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m42.010797531s + Feb 7 08:21:07.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m44.010872093s + Feb 7 08:21:09.843: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m46.013225692s + Feb 7 08:21:11.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m48.012780103s + Feb 7 08:21:13.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m50.011845293s + Feb 7 08:21:15.842: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m52.012222178s + Feb 7 08:21:17.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m54.010968613s + Feb 7 08:21:19.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m56.011012307s + Feb 7 08:21:21.840: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 4m58.010124298s + Feb 7 08:21:23.841: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.011693843s + Feb 7 08:21:23.846: INFO: Pod "pod5": Phase="Pending", Reason="", readiness=false. Elapsed: 5m0.016581452s + STEP: removing the label kubernetes.io/e2e-7ce00388-3524-496f-9640-1e84da07b7a7 off the node node2 02/07/23 08:21:23.846 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-7ce00388-3524-496f-9640-1e84da07b7a7 02/07/23 08:21:23.87 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:23.876: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-pred-4207" for this suite. 02/07/23 08:21:23.883 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] ConfigMap + should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:138 +[BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:23.889 +Feb 7 08:21:23.890: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:21:23.892 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:23.908 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:23.913 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:138 +STEP: Creating configMap that has name configmap-test-emptyKey-1137088a-72d5-4bad-b1d2-1ed8bba20d1b 02/07/23 08:21:23.915 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:23.917: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-7942" for this suite. 02/07/23 08:21:23.919 +------------------------------ +• [0.036 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:138 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:23.889 + Feb 7 08:21:23.890: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:21:23.892 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:23.908 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:23.913 + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should fail to create ConfigMap with empty key [Conformance] + test/e2e/common/node/configmap.go:138 + STEP: Creating configMap that has name configmap-test-emptyKey-1137088a-72d5-4bad-b1d2-1ed8bba20d1b 02/07/23 08:21:23.915 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:23.917: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-7942" for this suite. 02/07/23 08:21:23.919 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:89 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:23.925 +Feb 7 08:21:23.925: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:21:23.926 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:23.935 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:23.937 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:89 +STEP: Creating configMap with name projected-configmap-test-volume-map-a6cc6403-f967-4756-a9a7-89a1c0780abd 02/07/23 08:21:23.94 +STEP: Creating a pod to test consume configMaps 02/07/23 08:21:23.943 +Feb 7 08:21:23.950: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5" in namespace "projected-6181" to be "Succeeded or Failed" +Feb 7 08:21:23.952: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.094421ms +Feb 7 08:21:25.959: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009428779s +Feb 7 08:21:27.959: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009199927s +STEP: Saw pod success 02/07/23 08:21:27.959 +Feb 7 08:21:27.960: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5" satisfied condition "Succeeded or Failed" +Feb 7 08:21:27.964: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5 container agnhost-container: +STEP: delete the pod 02/07/23 08:21:27.995 +Feb 7 08:21:28.010: INFO: Waiting for pod pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5 to disappear +Feb 7 08:21:28.012: INFO: Pod pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:28.012: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-6181" for this suite. 02/07/23 08:21:28.016 +------------------------------ +• [4.097 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:89 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:23.925 + Feb 7 08:21:23.925: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:21:23.926 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:23.935 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:23.937 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:89 + STEP: Creating configMap with name projected-configmap-test-volume-map-a6cc6403-f967-4756-a9a7-89a1c0780abd 02/07/23 08:21:23.94 + STEP: Creating a pod to test consume configMaps 02/07/23 08:21:23.943 + Feb 7 08:21:23.950: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5" in namespace "projected-6181" to be "Succeeded or Failed" + Feb 7 08:21:23.952: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.094421ms + Feb 7 08:21:25.959: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009428779s + Feb 7 08:21:27.959: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009199927s + STEP: Saw pod success 02/07/23 08:21:27.959 + Feb 7 08:21:27.960: INFO: Pod "pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5" satisfied condition "Succeeded or Failed" + Feb 7 08:21:27.964: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5 container agnhost-container: + STEP: delete the pod 02/07/23 08:21:27.995 + Feb 7 08:21:28.010: INFO: Waiting for pod pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5 to disappear + Feb 7 08:21:28.012: INFO: Pod pod-projected-configmaps-663f270c-38c7-4882-97fa-137a4d4cabb5 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:28.012: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-6181" for this suite. 02/07/23 08:21:28.016 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:137 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:28.025 +Feb 7 08:21:28.026: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:21:28.028 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:28.041 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:28.044 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:137 +STEP: Creating a pod to test emptydir 0666 on tmpfs 02/07/23 08:21:28.048 +Feb 7 08:21:28.054: INFO: Waiting up to 5m0s for pod "pod-b16da557-81f7-479f-866e-e73582897aaf" in namespace "emptydir-8560" to be "Succeeded or Failed" +Feb 7 08:21:28.061: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.997746ms +Feb 7 08:21:30.068: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.014226846s +Feb 7 08:21:32.069: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015495044s +STEP: Saw pod success 02/07/23 08:21:32.07 +Feb 7 08:21:32.070: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf" satisfied condition "Succeeded or Failed" +Feb 7 08:21:32.075: INFO: Trying to get logs from node node2 pod pod-b16da557-81f7-479f-866e-e73582897aaf container test-container: +STEP: delete the pod 02/07/23 08:21:32.083 +Feb 7 08:21:32.093: INFO: Waiting for pod pod-b16da557-81f7-479f-866e-e73582897aaf to disappear +Feb 7 08:21:32.097: INFO: Pod pod-b16da557-81f7-479f-866e-e73582897aaf no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:32.097: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-8560" for this suite. 02/07/23 08:21:32.1 +------------------------------ +• [4.080 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:137 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:28.025 + Feb 7 08:21:28.026: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:21:28.028 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:28.041 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:28.044 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:137 + STEP: Creating a pod to test emptydir 0666 on tmpfs 02/07/23 08:21:28.048 + Feb 7 08:21:28.054: INFO: Waiting up to 5m0s for pod "pod-b16da557-81f7-479f-866e-e73582897aaf" in namespace "emptydir-8560" to be "Succeeded or Failed" + Feb 7 08:21:28.061: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf": Phase="Pending", Reason="", readiness=false. Elapsed: 6.997746ms + Feb 7 08:21:30.068: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf": Phase="Pending", Reason="", readiness=false. Elapsed: 2.014226846s + Feb 7 08:21:32.069: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.015495044s + STEP: Saw pod success 02/07/23 08:21:32.07 + Feb 7 08:21:32.070: INFO: Pod "pod-b16da557-81f7-479f-866e-e73582897aaf" satisfied condition "Succeeded or Failed" + Feb 7 08:21:32.075: INFO: Trying to get logs from node node2 pod pod-b16da557-81f7-479f-866e-e73582897aaf container test-container: + STEP: delete the pod 02/07/23 08:21:32.083 + Feb 7 08:21:32.093: INFO: Waiting for pod pod-b16da557-81f7-479f-866e-e73582897aaf to disappear + Feb 7 08:21:32.097: INFO: Pod pod-b16da557-81f7-479f-866e-e73582897aaf no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:32.097: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-8560" for this suite. 02/07/23 08:21:32.1 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Proxy server + should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1787 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:32.107 +Feb 7 08:21:32.107: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:21:32.109 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:32.127 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:32.13 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1787 +STEP: starting the proxy server 02/07/23 08:21:32.133 +Feb 7 08:21:32.133: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7671 proxy -p 0 --disable-filter' +STEP: curling proxy /api/ output 02/07/23 08:21:32.221 +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:32.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-7671" for this suite. 02/07/23 08:21:32.241 +------------------------------ +• [0.140 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Proxy server + test/e2e/kubectl/kubectl.go:1780 + should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1787 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:32.107 + Feb 7 08:21:32.107: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:21:32.109 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:32.127 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:32.13 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should support proxy with --port 0 [Conformance] + test/e2e/kubectl/kubectl.go:1787 + STEP: starting the proxy server 02/07/23 08:21:32.133 + Feb 7 08:21:32.133: INFO: Asynchronously running '/usr/local/bin/kubectl kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7671 proxy -p 0 --disable-filter' + STEP: curling proxy /api/ output 02/07/23 08:21:32.221 + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:32.237: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-7671" for this suite. 02/07/23 08:21:32.241 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance] + test/e2e/apimachinery/garbage_collector.go:735 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:32.248 +Feb 7 08:21:32.248: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 08:21:32.25 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:32.265 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:32.269 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance] + test/e2e/apimachinery/garbage_collector.go:735 +STEP: create the rc1 02/07/23 08:21:32.276 +STEP: create the rc2 02/07/23 08:21:32.281 +STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 02/07/23 08:21:37.296 +STEP: delete the rc simpletest-rc-to-be-deleted 02/07/23 08:21:37.834 +STEP: wait for the rc to be deleted 02/07/23 08:21:37.842 +Feb 7 08:21:42.866: INFO: 73 pods remaining +Feb 7 08:21:42.866: INFO: 73 pods has nil DeletionTimestamp +Feb 7 08:21:42.870: INFO: +STEP: Gathering metrics 02/07/23 08:21:47.86 +Feb 7 08:21:48.112: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" +Feb 7 08:21:48.116: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 4.58193ms +Feb 7 08:21:48.116: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) +Feb 7 08:21:48.117: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" +Feb 7 08:21:48.592: INFO: For apiserver_request_total: +For apiserver_request_latency_seconds: +For apiserver_init_events_total: +For garbage_collector_attempt_to_delete_queue_latency: +For garbage_collector_attempt_to_delete_work_duration: +For garbage_collector_attempt_to_orphan_queue_latency: +For garbage_collector_attempt_to_orphan_work_duration: +For garbage_collector_dirty_processing_latency_microseconds: +For garbage_collector_event_processing_latency_microseconds: +For garbage_collector_graph_changes_queue_latency: +For garbage_collector_graph_changes_work_duration: +For garbage_collector_orphan_processing_latency_microseconds: +For namespace_queue_latency: +For namespace_queue_latency_sum: +For namespace_queue_latency_count: +For namespace_retries: +For namespace_work_duration: +For namespace_work_duration_sum: +For namespace_work_duration_count: +For function_duration_seconds: +For errors_total: +For evicted_pods_total: + +Feb 7 08:21:48.592: INFO: Deleting pod "simpletest-rc-to-be-deleted-26xlb" in namespace "gc-105" +Feb 7 08:21:48.605: INFO: Deleting pod "simpletest-rc-to-be-deleted-29d6b" in namespace "gc-105" +Feb 7 08:21:48.621: INFO: Deleting pod "simpletest-rc-to-be-deleted-2ds5j" in namespace "gc-105" +Feb 7 08:21:48.642: INFO: Deleting pod "simpletest-rc-to-be-deleted-2s8w2" in namespace "gc-105" +Feb 7 08:21:48.652: INFO: Deleting pod "simpletest-rc-to-be-deleted-444nk" in namespace "gc-105" +Feb 7 08:21:48.664: INFO: Deleting pod "simpletest-rc-to-be-deleted-49cjk" in namespace "gc-105" +Feb 7 08:21:48.677: INFO: Deleting pod "simpletest-rc-to-be-deleted-4vfdg" in namespace "gc-105" +Feb 7 08:21:48.687: INFO: Deleting pod "simpletest-rc-to-be-deleted-4zxnq" in namespace "gc-105" +Feb 7 08:21:48.753: INFO: Deleting pod "simpletest-rc-to-be-deleted-597sm" in namespace "gc-105" +Feb 7 08:21:48.767: INFO: Deleting pod "simpletest-rc-to-be-deleted-5b5n9" in namespace "gc-105" +Feb 7 08:21:48.774: INFO: Deleting pod "simpletest-rc-to-be-deleted-5bphh" in namespace "gc-105" +Feb 7 08:21:48.791: INFO: Deleting pod "simpletest-rc-to-be-deleted-5wqj2" in namespace "gc-105" +Feb 7 08:21:48.803: INFO: Deleting pod "simpletest-rc-to-be-deleted-5xhcr" in namespace "gc-105" +Feb 7 08:21:48.812: INFO: Deleting pod "simpletest-rc-to-be-deleted-6cndx" in namespace "gc-105" +Feb 7 08:21:48.825: INFO: Deleting pod "simpletest-rc-to-be-deleted-6nxrg" in namespace "gc-105" +Feb 7 08:21:48.836: INFO: Deleting pod "simpletest-rc-to-be-deleted-6qkhj" in namespace "gc-105" +Feb 7 08:21:48.848: INFO: Deleting pod "simpletest-rc-to-be-deleted-6rj25" in namespace "gc-105" +Feb 7 08:21:48.855: INFO: Deleting pod "simpletest-rc-to-be-deleted-7nmqm" in namespace "gc-105" +Feb 7 08:21:48.862: INFO: Deleting pod "simpletest-rc-to-be-deleted-84cxf" in namespace "gc-105" +Feb 7 08:21:48.869: INFO: Deleting pod "simpletest-rc-to-be-deleted-89bzs" in namespace "gc-105" +Feb 7 08:21:48.876: INFO: Deleting pod "simpletest-rc-to-be-deleted-8wmvf" in namespace "gc-105" +Feb 7 08:21:48.882: INFO: Deleting pod "simpletest-rc-to-be-deleted-94z4l" in namespace "gc-105" +Feb 7 08:21:48.890: INFO: Deleting pod "simpletest-rc-to-be-deleted-9g7s7" in namespace "gc-105" +Feb 7 08:21:48.900: INFO: Deleting pod "simpletest-rc-to-be-deleted-9nh8c" in namespace "gc-105" +Feb 7 08:21:48.911: INFO: Deleting pod "simpletest-rc-to-be-deleted-9pgdz" in namespace "gc-105" +Feb 7 08:21:48.926: INFO: Deleting pod "simpletest-rc-to-be-deleted-b4dss" in namespace "gc-105" +Feb 7 08:21:48.938: INFO: Deleting pod "simpletest-rc-to-be-deleted-bmlbs" in namespace "gc-105" +Feb 7 08:21:48.948: INFO: Deleting pod "simpletest-rc-to-be-deleted-bmsnp" in namespace "gc-105" +Feb 7 08:21:48.961: INFO: Deleting pod "simpletest-rc-to-be-deleted-bz2sp" in namespace "gc-105" +Feb 7 08:21:48.971: INFO: Deleting pod "simpletest-rc-to-be-deleted-c7n8b" in namespace "gc-105" +Feb 7 08:21:48.981: INFO: Deleting pod "simpletest-rc-to-be-deleted-chpbv" in namespace "gc-105" +Feb 7 08:21:48.991: INFO: Deleting pod "simpletest-rc-to-be-deleted-chxcd" in namespace "gc-105" +Feb 7 08:21:49.002: INFO: Deleting pod "simpletest-rc-to-be-deleted-cqvnh" in namespace "gc-105" +Feb 7 08:21:49.027: INFO: Deleting pod "simpletest-rc-to-be-deleted-csnph" in namespace "gc-105" +Feb 7 08:21:49.041: INFO: Deleting pod "simpletest-rc-to-be-deleted-d4lbz" in namespace "gc-105" +Feb 7 08:21:49.050: INFO: Deleting pod "simpletest-rc-to-be-deleted-d7gjc" in namespace "gc-105" +Feb 7 08:21:49.067: INFO: Deleting pod "simpletest-rc-to-be-deleted-dnd2v" in namespace "gc-105" +Feb 7 08:21:49.076: INFO: Deleting pod "simpletest-rc-to-be-deleted-dq2p2" in namespace "gc-105" +Feb 7 08:21:49.090: INFO: Deleting pod "simpletest-rc-to-be-deleted-fb8vv" in namespace "gc-105" +Feb 7 08:21:49.097: INFO: Deleting pod "simpletest-rc-to-be-deleted-fcg9n" in namespace "gc-105" +Feb 7 08:21:49.111: INFO: Deleting pod "simpletest-rc-to-be-deleted-ff7jl" in namespace "gc-105" +Feb 7 08:21:49.134: INFO: Deleting pod "simpletest-rc-to-be-deleted-fw67c" in namespace "gc-105" +Feb 7 08:21:49.144: INFO: Deleting pod "simpletest-rc-to-be-deleted-g4ngs" in namespace "gc-105" +Feb 7 08:21:49.156: INFO: Deleting pod "simpletest-rc-to-be-deleted-gx6vr" in namespace "gc-105" +Feb 7 08:21:49.172: INFO: Deleting pod "simpletest-rc-to-be-deleted-hbd2p" in namespace "gc-105" +Feb 7 08:21:49.184: INFO: Deleting pod "simpletest-rc-to-be-deleted-hj7cm" in namespace "gc-105" +Feb 7 08:21:49.198: INFO: Deleting pod "simpletest-rc-to-be-deleted-hjhmb" in namespace "gc-105" +Feb 7 08:21:49.211: INFO: Deleting pod "simpletest-rc-to-be-deleted-htrzq" in namespace "gc-105" +Feb 7 08:21:49.224: INFO: Deleting pod "simpletest-rc-to-be-deleted-hv524" in namespace "gc-105" +Feb 7 08:21:49.237: INFO: Deleting pod "simpletest-rc-to-be-deleted-jk94x" in namespace "gc-105" +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:49.251: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-105" for this suite. 02/07/23 08:21:49.255 +------------------------------ +• [SLOW TEST] [17.016 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance] + test/e2e/apimachinery/garbage_collector.go:735 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:32.248 + Feb 7 08:21:32.248: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 08:21:32.25 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:32.265 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:32.269 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance] + test/e2e/apimachinery/garbage_collector.go:735 + STEP: create the rc1 02/07/23 08:21:32.276 + STEP: create the rc2 02/07/23 08:21:32.281 + STEP: set half of pods created by rc simpletest-rc-to-be-deleted to have rc simpletest-rc-to-stay as owner as well 02/07/23 08:21:37.296 + STEP: delete the rc simpletest-rc-to-be-deleted 02/07/23 08:21:37.834 + STEP: wait for the rc to be deleted 02/07/23 08:21:37.842 + Feb 7 08:21:42.866: INFO: 73 pods remaining + Feb 7 08:21:42.866: INFO: 73 pods has nil DeletionTimestamp + Feb 7 08:21:42.870: INFO: + STEP: Gathering metrics 02/07/23 08:21:47.86 + Feb 7 08:21:48.112: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" + Feb 7 08:21:48.116: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 4.58193ms + Feb 7 08:21:48.116: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) + Feb 7 08:21:48.117: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" + Feb 7 08:21:48.592: INFO: For apiserver_request_total: + For apiserver_request_latency_seconds: + For apiserver_init_events_total: + For garbage_collector_attempt_to_delete_queue_latency: + For garbage_collector_attempt_to_delete_work_duration: + For garbage_collector_attempt_to_orphan_queue_latency: + For garbage_collector_attempt_to_orphan_work_duration: + For garbage_collector_dirty_processing_latency_microseconds: + For garbage_collector_event_processing_latency_microseconds: + For garbage_collector_graph_changes_queue_latency: + For garbage_collector_graph_changes_work_duration: + For garbage_collector_orphan_processing_latency_microseconds: + For namespace_queue_latency: + For namespace_queue_latency_sum: + For namespace_queue_latency_count: + For namespace_retries: + For namespace_work_duration: + For namespace_work_duration_sum: + For namespace_work_duration_count: + For function_duration_seconds: + For errors_total: + For evicted_pods_total: + + Feb 7 08:21:48.592: INFO: Deleting pod "simpletest-rc-to-be-deleted-26xlb" in namespace "gc-105" + Feb 7 08:21:48.605: INFO: Deleting pod "simpletest-rc-to-be-deleted-29d6b" in namespace "gc-105" + Feb 7 08:21:48.621: INFO: Deleting pod "simpletest-rc-to-be-deleted-2ds5j" in namespace "gc-105" + Feb 7 08:21:48.642: INFO: Deleting pod "simpletest-rc-to-be-deleted-2s8w2" in namespace "gc-105" + Feb 7 08:21:48.652: INFO: Deleting pod "simpletest-rc-to-be-deleted-444nk" in namespace "gc-105" + Feb 7 08:21:48.664: INFO: Deleting pod "simpletest-rc-to-be-deleted-49cjk" in namespace "gc-105" + Feb 7 08:21:48.677: INFO: Deleting pod "simpletest-rc-to-be-deleted-4vfdg" in namespace "gc-105" + Feb 7 08:21:48.687: INFO: Deleting pod "simpletest-rc-to-be-deleted-4zxnq" in namespace "gc-105" + Feb 7 08:21:48.753: INFO: Deleting pod "simpletest-rc-to-be-deleted-597sm" in namespace "gc-105" + Feb 7 08:21:48.767: INFO: Deleting pod "simpletest-rc-to-be-deleted-5b5n9" in namespace "gc-105" + Feb 7 08:21:48.774: INFO: Deleting pod "simpletest-rc-to-be-deleted-5bphh" in namespace "gc-105" + Feb 7 08:21:48.791: INFO: Deleting pod "simpletest-rc-to-be-deleted-5wqj2" in namespace "gc-105" + Feb 7 08:21:48.803: INFO: Deleting pod "simpletest-rc-to-be-deleted-5xhcr" in namespace "gc-105" + Feb 7 08:21:48.812: INFO: Deleting pod "simpletest-rc-to-be-deleted-6cndx" in namespace "gc-105" + Feb 7 08:21:48.825: INFO: Deleting pod "simpletest-rc-to-be-deleted-6nxrg" in namespace "gc-105" + Feb 7 08:21:48.836: INFO: Deleting pod "simpletest-rc-to-be-deleted-6qkhj" in namespace "gc-105" + Feb 7 08:21:48.848: INFO: Deleting pod "simpletest-rc-to-be-deleted-6rj25" in namespace "gc-105" + Feb 7 08:21:48.855: INFO: Deleting pod "simpletest-rc-to-be-deleted-7nmqm" in namespace "gc-105" + Feb 7 08:21:48.862: INFO: Deleting pod "simpletest-rc-to-be-deleted-84cxf" in namespace "gc-105" + Feb 7 08:21:48.869: INFO: Deleting pod "simpletest-rc-to-be-deleted-89bzs" in namespace "gc-105" + Feb 7 08:21:48.876: INFO: Deleting pod "simpletest-rc-to-be-deleted-8wmvf" in namespace "gc-105" + Feb 7 08:21:48.882: INFO: Deleting pod "simpletest-rc-to-be-deleted-94z4l" in namespace "gc-105" + Feb 7 08:21:48.890: INFO: Deleting pod "simpletest-rc-to-be-deleted-9g7s7" in namespace "gc-105" + Feb 7 08:21:48.900: INFO: Deleting pod "simpletest-rc-to-be-deleted-9nh8c" in namespace "gc-105" + Feb 7 08:21:48.911: INFO: Deleting pod "simpletest-rc-to-be-deleted-9pgdz" in namespace "gc-105" + Feb 7 08:21:48.926: INFO: Deleting pod "simpletest-rc-to-be-deleted-b4dss" in namespace "gc-105" + Feb 7 08:21:48.938: INFO: Deleting pod "simpletest-rc-to-be-deleted-bmlbs" in namespace "gc-105" + Feb 7 08:21:48.948: INFO: Deleting pod "simpletest-rc-to-be-deleted-bmsnp" in namespace "gc-105" + Feb 7 08:21:48.961: INFO: Deleting pod "simpletest-rc-to-be-deleted-bz2sp" in namespace "gc-105" + Feb 7 08:21:48.971: INFO: Deleting pod "simpletest-rc-to-be-deleted-c7n8b" in namespace "gc-105" + Feb 7 08:21:48.981: INFO: Deleting pod "simpletest-rc-to-be-deleted-chpbv" in namespace "gc-105" + Feb 7 08:21:48.991: INFO: Deleting pod "simpletest-rc-to-be-deleted-chxcd" in namespace "gc-105" + Feb 7 08:21:49.002: INFO: Deleting pod "simpletest-rc-to-be-deleted-cqvnh" in namespace "gc-105" + Feb 7 08:21:49.027: INFO: Deleting pod "simpletest-rc-to-be-deleted-csnph" in namespace "gc-105" + Feb 7 08:21:49.041: INFO: Deleting pod "simpletest-rc-to-be-deleted-d4lbz" in namespace "gc-105" + Feb 7 08:21:49.050: INFO: Deleting pod "simpletest-rc-to-be-deleted-d7gjc" in namespace "gc-105" + Feb 7 08:21:49.067: INFO: Deleting pod "simpletest-rc-to-be-deleted-dnd2v" in namespace "gc-105" + Feb 7 08:21:49.076: INFO: Deleting pod "simpletest-rc-to-be-deleted-dq2p2" in namespace "gc-105" + Feb 7 08:21:49.090: INFO: Deleting pod "simpletest-rc-to-be-deleted-fb8vv" in namespace "gc-105" + Feb 7 08:21:49.097: INFO: Deleting pod "simpletest-rc-to-be-deleted-fcg9n" in namespace "gc-105" + Feb 7 08:21:49.111: INFO: Deleting pod "simpletest-rc-to-be-deleted-ff7jl" in namespace "gc-105" + Feb 7 08:21:49.134: INFO: Deleting pod "simpletest-rc-to-be-deleted-fw67c" in namespace "gc-105" + Feb 7 08:21:49.144: INFO: Deleting pod "simpletest-rc-to-be-deleted-g4ngs" in namespace "gc-105" + Feb 7 08:21:49.156: INFO: Deleting pod "simpletest-rc-to-be-deleted-gx6vr" in namespace "gc-105" + Feb 7 08:21:49.172: INFO: Deleting pod "simpletest-rc-to-be-deleted-hbd2p" in namespace "gc-105" + Feb 7 08:21:49.184: INFO: Deleting pod "simpletest-rc-to-be-deleted-hj7cm" in namespace "gc-105" + Feb 7 08:21:49.198: INFO: Deleting pod "simpletest-rc-to-be-deleted-hjhmb" in namespace "gc-105" + Feb 7 08:21:49.211: INFO: Deleting pod "simpletest-rc-to-be-deleted-htrzq" in namespace "gc-105" + Feb 7 08:21:49.224: INFO: Deleting pod "simpletest-rc-to-be-deleted-hv524" in namespace "gc-105" + Feb 7 08:21:49.237: INFO: Deleting pod "simpletest-rc-to-be-deleted-jk94x" in namespace "gc-105" + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:49.251: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-105" for this suite. 02/07/23 08:21:49.255 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Discovery + should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +[BeforeEach] [sig-api-machinery] Discovery + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:49.264 +Feb 7 08:21:49.264: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename discovery 02/07/23 08:21:49.275 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:49.29 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:49.298 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 +STEP: Setting up server cert 02/07/23 08:21:49.306 +[It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 +Feb 7 08:21:49.878: INFO: Checking APIGroup: apiregistration.k8s.io +Feb 7 08:21:49.880: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 +Feb 7 08:21:49.880: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] +Feb 7 08:21:49.880: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 +Feb 7 08:21:49.880: INFO: Checking APIGroup: apps +Feb 7 08:21:49.881: INFO: PreferredVersion.GroupVersion: apps/v1 +Feb 7 08:21:49.881: INFO: Versions found [{apps/v1 v1}] +Feb 7 08:21:49.881: INFO: apps/v1 matches apps/v1 +Feb 7 08:21:49.881: INFO: Checking APIGroup: events.k8s.io +Feb 7 08:21:49.882: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 +Feb 7 08:21:49.882: INFO: Versions found [{events.k8s.io/v1 v1}] +Feb 7 08:21:49.882: INFO: events.k8s.io/v1 matches events.k8s.io/v1 +Feb 7 08:21:49.882: INFO: Checking APIGroup: authentication.k8s.io +Feb 7 08:21:49.883: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 +Feb 7 08:21:49.883: INFO: Versions found [{authentication.k8s.io/v1 v1}] +Feb 7 08:21:49.883: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 +Feb 7 08:21:49.883: INFO: Checking APIGroup: authorization.k8s.io +Feb 7 08:21:49.886: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 +Feb 7 08:21:49.886: INFO: Versions found [{authorization.k8s.io/v1 v1}] +Feb 7 08:21:49.886: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 +Feb 7 08:21:49.886: INFO: Checking APIGroup: autoscaling +Feb 7 08:21:49.887: INFO: PreferredVersion.GroupVersion: autoscaling/v2 +Feb 7 08:21:49.887: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1}] +Feb 7 08:21:49.887: INFO: autoscaling/v2 matches autoscaling/v2 +Feb 7 08:21:49.887: INFO: Checking APIGroup: batch +Feb 7 08:21:49.889: INFO: PreferredVersion.GroupVersion: batch/v1 +Feb 7 08:21:49.889: INFO: Versions found [{batch/v1 v1}] +Feb 7 08:21:49.889: INFO: batch/v1 matches batch/v1 +Feb 7 08:21:49.889: INFO: Checking APIGroup: certificates.k8s.io +Feb 7 08:21:49.889: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 +Feb 7 08:21:49.890: INFO: Versions found [{certificates.k8s.io/v1 v1}] +Feb 7 08:21:49.890: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 +Feb 7 08:21:49.890: INFO: Checking APIGroup: networking.k8s.io +Feb 7 08:21:49.900: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 +Feb 7 08:21:49.900: INFO: Versions found [{networking.k8s.io/v1 v1}] +Feb 7 08:21:49.900: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 +Feb 7 08:21:49.900: INFO: Checking APIGroup: policy +Feb 7 08:21:49.902: INFO: PreferredVersion.GroupVersion: policy/v1 +Feb 7 08:21:49.902: INFO: Versions found [{policy/v1 v1}] +Feb 7 08:21:49.902: INFO: policy/v1 matches policy/v1 +Feb 7 08:21:49.902: INFO: Checking APIGroup: rbac.authorization.k8s.io +Feb 7 08:21:49.902: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 +Feb 7 08:21:49.902: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] +Feb 7 08:21:49.902: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 +Feb 7 08:21:49.902: INFO: Checking APIGroup: storage.k8s.io +Feb 7 08:21:49.903: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 +Feb 7 08:21:49.903: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] +Feb 7 08:21:49.903: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 +Feb 7 08:21:49.903: INFO: Checking APIGroup: admissionregistration.k8s.io +Feb 7 08:21:49.904: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 +Feb 7 08:21:49.904: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] +Feb 7 08:21:49.904: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 +Feb 7 08:21:49.904: INFO: Checking APIGroup: apiextensions.k8s.io +Feb 7 08:21:49.908: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 +Feb 7 08:21:49.908: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] +Feb 7 08:21:49.908: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 +Feb 7 08:21:49.908: INFO: Checking APIGroup: scheduling.k8s.io +Feb 7 08:21:49.910: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 +Feb 7 08:21:49.910: INFO: Versions found [{scheduling.k8s.io/v1 v1}] +Feb 7 08:21:49.910: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 +Feb 7 08:21:49.910: INFO: Checking APIGroup: coordination.k8s.io +Feb 7 08:21:49.913: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 +Feb 7 08:21:49.913: INFO: Versions found [{coordination.k8s.io/v1 v1}] +Feb 7 08:21:49.913: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 +Feb 7 08:21:49.913: INFO: Checking APIGroup: node.k8s.io +Feb 7 08:21:49.914: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 +Feb 7 08:21:49.914: INFO: Versions found [{node.k8s.io/v1 v1}] +Feb 7 08:21:49.914: INFO: node.k8s.io/v1 matches node.k8s.io/v1 +Feb 7 08:21:49.914: INFO: Checking APIGroup: discovery.k8s.io +Feb 7 08:21:49.916: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 +Feb 7 08:21:49.916: INFO: Versions found [{discovery.k8s.io/v1 v1}] +Feb 7 08:21:49.916: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 +Feb 7 08:21:49.916: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io +Feb 7 08:21:49.918: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta3 +Feb 7 08:21:49.918: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta3 v1beta3} {flowcontrol.apiserver.k8s.io/v1beta2 v1beta2}] +Feb 7 08:21:49.918: INFO: flowcontrol.apiserver.k8s.io/v1beta3 matches flowcontrol.apiserver.k8s.io/v1beta3 +Feb 7 08:21:49.918: INFO: Checking APIGroup: crd.projectcalico.org +Feb 7 08:21:49.919: INFO: PreferredVersion.GroupVersion: crd.projectcalico.org/v1 +Feb 7 08:21:49.919: INFO: Versions found [{crd.projectcalico.org/v1 v1}] +Feb 7 08:21:49.919: INFO: crd.projectcalico.org/v1 matches crd.projectcalico.org/v1 +Feb 7 08:21:49.919: INFO: Checking APIGroup: metrics.k8s.io +Feb 7 08:21:49.922: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 +Feb 7 08:21:49.922: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] +Feb 7 08:21:49.922: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 +[AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:49.922: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Discovery + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Discovery + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Discovery + tear down framework | framework.go:193 +STEP: Destroying namespace "discovery-567" for this suite. 02/07/23 08:21:49.927 +------------------------------ +• [0.671 seconds] +[sig-api-machinery] Discovery +test/e2e/apimachinery/framework.go:23 + should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Discovery + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:49.264 + Feb 7 08:21:49.264: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename discovery 02/07/23 08:21:49.275 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:49.29 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:49.298 + [BeforeEach] [sig-api-machinery] Discovery + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] Discovery + test/e2e/apimachinery/discovery.go:43 + STEP: Setting up server cert 02/07/23 08:21:49.306 + [It] should validate PreferredVersion for each APIGroup [Conformance] + test/e2e/apimachinery/discovery.go:122 + Feb 7 08:21:49.878: INFO: Checking APIGroup: apiregistration.k8s.io + Feb 7 08:21:49.880: INFO: PreferredVersion.GroupVersion: apiregistration.k8s.io/v1 + Feb 7 08:21:49.880: INFO: Versions found [{apiregistration.k8s.io/v1 v1}] + Feb 7 08:21:49.880: INFO: apiregistration.k8s.io/v1 matches apiregistration.k8s.io/v1 + Feb 7 08:21:49.880: INFO: Checking APIGroup: apps + Feb 7 08:21:49.881: INFO: PreferredVersion.GroupVersion: apps/v1 + Feb 7 08:21:49.881: INFO: Versions found [{apps/v1 v1}] + Feb 7 08:21:49.881: INFO: apps/v1 matches apps/v1 + Feb 7 08:21:49.881: INFO: Checking APIGroup: events.k8s.io + Feb 7 08:21:49.882: INFO: PreferredVersion.GroupVersion: events.k8s.io/v1 + Feb 7 08:21:49.882: INFO: Versions found [{events.k8s.io/v1 v1}] + Feb 7 08:21:49.882: INFO: events.k8s.io/v1 matches events.k8s.io/v1 + Feb 7 08:21:49.882: INFO: Checking APIGroup: authentication.k8s.io + Feb 7 08:21:49.883: INFO: PreferredVersion.GroupVersion: authentication.k8s.io/v1 + Feb 7 08:21:49.883: INFO: Versions found [{authentication.k8s.io/v1 v1}] + Feb 7 08:21:49.883: INFO: authentication.k8s.io/v1 matches authentication.k8s.io/v1 + Feb 7 08:21:49.883: INFO: Checking APIGroup: authorization.k8s.io + Feb 7 08:21:49.886: INFO: PreferredVersion.GroupVersion: authorization.k8s.io/v1 + Feb 7 08:21:49.886: INFO: Versions found [{authorization.k8s.io/v1 v1}] + Feb 7 08:21:49.886: INFO: authorization.k8s.io/v1 matches authorization.k8s.io/v1 + Feb 7 08:21:49.886: INFO: Checking APIGroup: autoscaling + Feb 7 08:21:49.887: INFO: PreferredVersion.GroupVersion: autoscaling/v2 + Feb 7 08:21:49.887: INFO: Versions found [{autoscaling/v2 v2} {autoscaling/v1 v1}] + Feb 7 08:21:49.887: INFO: autoscaling/v2 matches autoscaling/v2 + Feb 7 08:21:49.887: INFO: Checking APIGroup: batch + Feb 7 08:21:49.889: INFO: PreferredVersion.GroupVersion: batch/v1 + Feb 7 08:21:49.889: INFO: Versions found [{batch/v1 v1}] + Feb 7 08:21:49.889: INFO: batch/v1 matches batch/v1 + Feb 7 08:21:49.889: INFO: Checking APIGroup: certificates.k8s.io + Feb 7 08:21:49.889: INFO: PreferredVersion.GroupVersion: certificates.k8s.io/v1 + Feb 7 08:21:49.890: INFO: Versions found [{certificates.k8s.io/v1 v1}] + Feb 7 08:21:49.890: INFO: certificates.k8s.io/v1 matches certificates.k8s.io/v1 + Feb 7 08:21:49.890: INFO: Checking APIGroup: networking.k8s.io + Feb 7 08:21:49.900: INFO: PreferredVersion.GroupVersion: networking.k8s.io/v1 + Feb 7 08:21:49.900: INFO: Versions found [{networking.k8s.io/v1 v1}] + Feb 7 08:21:49.900: INFO: networking.k8s.io/v1 matches networking.k8s.io/v1 + Feb 7 08:21:49.900: INFO: Checking APIGroup: policy + Feb 7 08:21:49.902: INFO: PreferredVersion.GroupVersion: policy/v1 + Feb 7 08:21:49.902: INFO: Versions found [{policy/v1 v1}] + Feb 7 08:21:49.902: INFO: policy/v1 matches policy/v1 + Feb 7 08:21:49.902: INFO: Checking APIGroup: rbac.authorization.k8s.io + Feb 7 08:21:49.902: INFO: PreferredVersion.GroupVersion: rbac.authorization.k8s.io/v1 + Feb 7 08:21:49.902: INFO: Versions found [{rbac.authorization.k8s.io/v1 v1}] + Feb 7 08:21:49.902: INFO: rbac.authorization.k8s.io/v1 matches rbac.authorization.k8s.io/v1 + Feb 7 08:21:49.902: INFO: Checking APIGroup: storage.k8s.io + Feb 7 08:21:49.903: INFO: PreferredVersion.GroupVersion: storage.k8s.io/v1 + Feb 7 08:21:49.903: INFO: Versions found [{storage.k8s.io/v1 v1} {storage.k8s.io/v1beta1 v1beta1}] + Feb 7 08:21:49.903: INFO: storage.k8s.io/v1 matches storage.k8s.io/v1 + Feb 7 08:21:49.903: INFO: Checking APIGroup: admissionregistration.k8s.io + Feb 7 08:21:49.904: INFO: PreferredVersion.GroupVersion: admissionregistration.k8s.io/v1 + Feb 7 08:21:49.904: INFO: Versions found [{admissionregistration.k8s.io/v1 v1}] + Feb 7 08:21:49.904: INFO: admissionregistration.k8s.io/v1 matches admissionregistration.k8s.io/v1 + Feb 7 08:21:49.904: INFO: Checking APIGroup: apiextensions.k8s.io + Feb 7 08:21:49.908: INFO: PreferredVersion.GroupVersion: apiextensions.k8s.io/v1 + Feb 7 08:21:49.908: INFO: Versions found [{apiextensions.k8s.io/v1 v1}] + Feb 7 08:21:49.908: INFO: apiextensions.k8s.io/v1 matches apiextensions.k8s.io/v1 + Feb 7 08:21:49.908: INFO: Checking APIGroup: scheduling.k8s.io + Feb 7 08:21:49.910: INFO: PreferredVersion.GroupVersion: scheduling.k8s.io/v1 + Feb 7 08:21:49.910: INFO: Versions found [{scheduling.k8s.io/v1 v1}] + Feb 7 08:21:49.910: INFO: scheduling.k8s.io/v1 matches scheduling.k8s.io/v1 + Feb 7 08:21:49.910: INFO: Checking APIGroup: coordination.k8s.io + Feb 7 08:21:49.913: INFO: PreferredVersion.GroupVersion: coordination.k8s.io/v1 + Feb 7 08:21:49.913: INFO: Versions found [{coordination.k8s.io/v1 v1}] + Feb 7 08:21:49.913: INFO: coordination.k8s.io/v1 matches coordination.k8s.io/v1 + Feb 7 08:21:49.913: INFO: Checking APIGroup: node.k8s.io + Feb 7 08:21:49.914: INFO: PreferredVersion.GroupVersion: node.k8s.io/v1 + Feb 7 08:21:49.914: INFO: Versions found [{node.k8s.io/v1 v1}] + Feb 7 08:21:49.914: INFO: node.k8s.io/v1 matches node.k8s.io/v1 + Feb 7 08:21:49.914: INFO: Checking APIGroup: discovery.k8s.io + Feb 7 08:21:49.916: INFO: PreferredVersion.GroupVersion: discovery.k8s.io/v1 + Feb 7 08:21:49.916: INFO: Versions found [{discovery.k8s.io/v1 v1}] + Feb 7 08:21:49.916: INFO: discovery.k8s.io/v1 matches discovery.k8s.io/v1 + Feb 7 08:21:49.916: INFO: Checking APIGroup: flowcontrol.apiserver.k8s.io + Feb 7 08:21:49.918: INFO: PreferredVersion.GroupVersion: flowcontrol.apiserver.k8s.io/v1beta3 + Feb 7 08:21:49.918: INFO: Versions found [{flowcontrol.apiserver.k8s.io/v1beta3 v1beta3} {flowcontrol.apiserver.k8s.io/v1beta2 v1beta2}] + Feb 7 08:21:49.918: INFO: flowcontrol.apiserver.k8s.io/v1beta3 matches flowcontrol.apiserver.k8s.io/v1beta3 + Feb 7 08:21:49.918: INFO: Checking APIGroup: crd.projectcalico.org + Feb 7 08:21:49.919: INFO: PreferredVersion.GroupVersion: crd.projectcalico.org/v1 + Feb 7 08:21:49.919: INFO: Versions found [{crd.projectcalico.org/v1 v1}] + Feb 7 08:21:49.919: INFO: crd.projectcalico.org/v1 matches crd.projectcalico.org/v1 + Feb 7 08:21:49.919: INFO: Checking APIGroup: metrics.k8s.io + Feb 7 08:21:49.922: INFO: PreferredVersion.GroupVersion: metrics.k8s.io/v1beta1 + Feb 7 08:21:49.922: INFO: Versions found [{metrics.k8s.io/v1beta1 v1beta1}] + Feb 7 08:21:49.922: INFO: metrics.k8s.io/v1beta1 matches metrics.k8s.io/v1beta1 + [AfterEach] [sig-api-machinery] Discovery + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:49.922: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Discovery + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Discovery + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Discovery + tear down framework | framework.go:193 + STEP: Destroying namespace "discovery-567" for this suite. 02/07/23 08:21:49.927 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1083 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:49.936 +Feb 7 08:21:49.936: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:21:49.937 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:49.97 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:49.974 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1083 +STEP: Create a pod 02/07/23 08:21:49.977 +Feb 7 08:21:49.987: INFO: Waiting up to 5m0s for pod "pod-jgbtz" in namespace "pods-9611" to be "running" +Feb 7 08:21:49.992: INFO: Pod "pod-jgbtz": Phase="Pending", Reason="", readiness=false. Elapsed: 5.692938ms +Feb 7 08:21:51.999: INFO: Pod "pod-jgbtz": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011964475s +Feb 7 08:21:53.998: INFO: Pod "pod-jgbtz": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011001624s +Feb 7 08:21:55.997: INFO: Pod "pod-jgbtz": Phase="Running", Reason="", readiness=true. Elapsed: 6.010440109s +Feb 7 08:21:55.997: INFO: Pod "pod-jgbtz" satisfied condition "running" +STEP: patching /status 02/07/23 08:21:55.997 +Feb 7 08:21:56.012: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:21:56.012: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-9611" for this suite. 02/07/23 08:21:56.018 +------------------------------ +• [SLOW TEST] [6.090 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1083 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:49.936 + Feb 7 08:21:49.936: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:21:49.937 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:49.97 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:49.974 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should patch a pod status [Conformance] + test/e2e/common/node/pods.go:1083 + STEP: Create a pod 02/07/23 08:21:49.977 + Feb 7 08:21:49.987: INFO: Waiting up to 5m0s for pod "pod-jgbtz" in namespace "pods-9611" to be "running" + Feb 7 08:21:49.992: INFO: Pod "pod-jgbtz": Phase="Pending", Reason="", readiness=false. Elapsed: 5.692938ms + Feb 7 08:21:51.999: INFO: Pod "pod-jgbtz": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011964475s + Feb 7 08:21:53.998: INFO: Pod "pod-jgbtz": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011001624s + Feb 7 08:21:55.997: INFO: Pod "pod-jgbtz": Phase="Running", Reason="", readiness=true. Elapsed: 6.010440109s + Feb 7 08:21:55.997: INFO: Pod "pod-jgbtz" satisfied condition "running" + STEP: patching /status 02/07/23 08:21:55.997 + Feb 7 08:21:56.012: INFO: Status Message: "Patched by e2e test" and Reason: "E2E" + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:21:56.012: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-9611" for this suite. 02/07/23 08:21:56.018 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +[BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:21:56.033 +Feb 7 08:21:56.033: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename subpath 02/07/23 08:21:56.035 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:56.049 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:56.052 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 02/07/23 08:21:56.055 +[It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 +STEP: Creating pod pod-subpath-test-secret-b69m 02/07/23 08:21:56.062 +STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:21:56.062 +Feb 7 08:21:56.069: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-b69m" in namespace "subpath-6494" to be "Succeeded or Failed" +Feb 7 08:21:56.073: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Pending", Reason="", readiness=false. Elapsed: 3.938369ms +Feb 7 08:21:58.082: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012760329s +Feb 7 08:22:00.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 4.009795795s +Feb 7 08:22:02.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 6.009611857s +Feb 7 08:22:04.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 8.010433535s +Feb 7 08:22:06.081: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 10.011525593s +Feb 7 08:22:08.080: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 12.011470916s +Feb 7 08:22:10.080: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 14.010995194s +Feb 7 08:22:12.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 16.010349578s +Feb 7 08:22:14.076: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 18.006785773s +Feb 7 08:22:16.080: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 20.01136883s +Feb 7 08:22:18.078: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=false. Elapsed: 22.009510326s +Feb 7 08:22:20.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009533257s +STEP: Saw pod success 02/07/23 08:22:20.079 +Feb 7 08:22:20.079: INFO: Pod "pod-subpath-test-secret-b69m" satisfied condition "Succeeded or Failed" +Feb 7 08:22:20.083: INFO: Trying to get logs from node node2 pod pod-subpath-test-secret-b69m container test-container-subpath-secret-b69m: +STEP: delete the pod 02/07/23 08:22:20.093 +Feb 7 08:22:20.106: INFO: Waiting for pod pod-subpath-test-secret-b69m to disappear +Feb 7 08:22:20.108: INFO: Pod pod-subpath-test-secret-b69m no longer exists +STEP: Deleting pod pod-subpath-test-secret-b69m 02/07/23 08:22:20.108 +Feb 7 08:22:20.108: INFO: Deleting pod "pod-subpath-test-secret-b69m" in namespace "subpath-6494" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:20.111: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 +STEP: Destroying namespace "subpath-6494" for this suite. 02/07/23 08:22:20.114 +------------------------------ +• [SLOW TEST] [24.088 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:21:56.033 + Feb 7 08:21:56.033: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename subpath 02/07/23 08:21:56.035 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:21:56.049 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:21:56.052 + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 02/07/23 08:21:56.055 + [It] should support subpaths with secret pod [Conformance] + test/e2e/storage/subpath.go:60 + STEP: Creating pod pod-subpath-test-secret-b69m 02/07/23 08:21:56.062 + STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:21:56.062 + Feb 7 08:21:56.069: INFO: Waiting up to 5m0s for pod "pod-subpath-test-secret-b69m" in namespace "subpath-6494" to be "Succeeded or Failed" + Feb 7 08:21:56.073: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Pending", Reason="", readiness=false. Elapsed: 3.938369ms + Feb 7 08:21:58.082: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012760329s + Feb 7 08:22:00.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 4.009795795s + Feb 7 08:22:02.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 6.009611857s + Feb 7 08:22:04.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 8.010433535s + Feb 7 08:22:06.081: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 10.011525593s + Feb 7 08:22:08.080: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 12.011470916s + Feb 7 08:22:10.080: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 14.010995194s + Feb 7 08:22:12.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 16.010349578s + Feb 7 08:22:14.076: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 18.006785773s + Feb 7 08:22:16.080: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=true. Elapsed: 20.01136883s + Feb 7 08:22:18.078: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Running", Reason="", readiness=false. Elapsed: 22.009510326s + Feb 7 08:22:20.079: INFO: Pod "pod-subpath-test-secret-b69m": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009533257s + STEP: Saw pod success 02/07/23 08:22:20.079 + Feb 7 08:22:20.079: INFO: Pod "pod-subpath-test-secret-b69m" satisfied condition "Succeeded or Failed" + Feb 7 08:22:20.083: INFO: Trying to get logs from node node2 pod pod-subpath-test-secret-b69m container test-container-subpath-secret-b69m: + STEP: delete the pod 02/07/23 08:22:20.093 + Feb 7 08:22:20.106: INFO: Waiting for pod pod-subpath-test-secret-b69m to disappear + Feb 7 08:22:20.108: INFO: Pod pod-subpath-test-secret-b69m no longer exists + STEP: Deleting pod pod-subpath-test-secret-b69m 02/07/23 08:22:20.108 + Feb 7 08:22:20.108: INFO: Deleting pod "pod-subpath-test-secret-b69m" in namespace "subpath-6494" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:20.111: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 + STEP: Destroying namespace "subpath-6494" for this suite. 02/07/23 08:22:20.114 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[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] + test/e2e/common/node/runtime.go:232 +[BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:20.122 +Feb 7 08:22:20.122: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-runtime 02/07/23 08:22:20.123 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:20.134 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:20.138 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 +[It] should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:232 +STEP: create the container 02/07/23 08:22:20.141 +STEP: wait for the container to reach Succeeded 02/07/23 08:22:20.148 +STEP: get the container status 02/07/23 08:22:24.177 +STEP: the container should be terminated 02/07/23 08:22:24.181 +STEP: the termination message should be set 02/07/23 08:22:24.182 +Feb 7 08:22:24.182: INFO: Expected: &{} to match Container's Termination Message: -- +STEP: delete the container 02/07/23 08:22:24.182 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:24.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 +STEP: Destroying namespace "container-runtime-7045" for this suite. 02/07/23 08:22:24.206 +------------------------------ +• [4.090 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:44 + on terminated container + test/e2e/common/node/runtime.go:137 + should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:232 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:20.122 + Feb 7 08:22:20.122: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-runtime 02/07/23 08:22:20.123 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:20.134 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:20.138 + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 + [It] should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:232 + STEP: create the container 02/07/23 08:22:20.141 + STEP: wait for the container to reach Succeeded 02/07/23 08:22:20.148 + STEP: get the container status 02/07/23 08:22:24.177 + STEP: the container should be terminated 02/07/23 08:22:24.181 + STEP: the termination message should be set 02/07/23 08:22:24.182 + Feb 7 08:22:24.182: INFO: Expected: &{} to match Container's Termination Message: -- + STEP: delete the container 02/07/23 08:22:24.182 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:24.201: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 + STEP: Destroying namespace "container-runtime-7045" for this suite. 02/07/23 08:22:24.206 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-apps] Daemon set [Serial] + should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:862 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:24.215 +Feb 7 08:22:24.215: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 08:22:24.217 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:24.23 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:24.234 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:862 +STEP: Creating simple DaemonSet "daemon-set" 02/07/23 08:22:24.253 +STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:22:24.258 +Feb 7 08:22:24.262: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:22:24.263: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:22:25.270: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:22:25.270: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:22:26.272: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:22:26.272: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Getting /status 02/07/23 08:22:26.275 +Feb 7 08:22:26.280: INFO: Daemon Set daemon-set has Conditions: [] +STEP: updating the DaemonSet Status 02/07/23 08:22:26.28 +Feb 7 08:22:26.294: INFO: updatedStatus.Conditions: []v1.DaemonSetCondition{v1.DaemonSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the daemon set status to be updated 02/07/23 08:22:26.294 +Feb 7 08:22:26.297: INFO: Observed &DaemonSet event: ADDED +Feb 7 08:22:26.297: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.298: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.298: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.298: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.299: INFO: Found daemon set daemon-set in namespace daemonsets-7866 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Feb 7 08:22:26.299: INFO: Daemon set daemon-set has an updated status +STEP: patching the DaemonSet Status 02/07/23 08:22:26.299 +STEP: watching for the daemon set status to be patched 02/07/23 08:22:26.308 +Feb 7 08:22:26.312: INFO: Observed &DaemonSet event: ADDED +Feb 7 08:22:26.312: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.312: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.313: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.313: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.313: INFO: Observed daemon set daemon-set in namespace daemonsets-7866 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Feb 7 08:22:26.313: INFO: Observed &DaemonSet event: MODIFIED +Feb 7 08:22:26.313: INFO: Found daemon set daemon-set in namespace daemonsets-7866 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusPatched True 0001-01-01 00:00:00 +0000 UTC }] +Feb 7 08:22:26.313: INFO: Daemon set daemon-set has a patched status +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:22:26.317 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7866, will wait for the garbage collector to delete the pods 02/07/23 08:22:26.317 +Feb 7 08:22:26.378: INFO: Deleting DaemonSet.extensions daemon-set took: 7.160215ms +Feb 7 08:22:26.479: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.039681ms +Feb 7 08:22:28.685: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:22:28.685: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Feb 7 08:22:28.689: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"23811"},"items":null} + +Feb 7 08:22:28.693: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"23811"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:28.707: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-7866" for this suite. 02/07/23 08:22:28.711 +------------------------------ +• [4.503 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:862 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:24.215 + Feb 7 08:22:24.215: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 08:22:24.217 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:24.23 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:24.234 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should verify changes to a daemon set status [Conformance] + test/e2e/apps/daemon_set.go:862 + STEP: Creating simple DaemonSet "daemon-set" 02/07/23 08:22:24.253 + STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:22:24.258 + Feb 7 08:22:24.262: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:22:24.263: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:22:25.270: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:22:25.270: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:22:26.272: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:22:26.272: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Getting /status 02/07/23 08:22:26.275 + Feb 7 08:22:26.280: INFO: Daemon Set daemon-set has Conditions: [] + STEP: updating the DaemonSet Status 02/07/23 08:22:26.28 + Feb 7 08:22:26.294: INFO: updatedStatus.Conditions: []v1.DaemonSetCondition{v1.DaemonSetCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the daemon set status to be updated 02/07/23 08:22:26.294 + Feb 7 08:22:26.297: INFO: Observed &DaemonSet event: ADDED + Feb 7 08:22:26.297: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.298: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.298: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.298: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.299: INFO: Found daemon set daemon-set in namespace daemonsets-7866 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Feb 7 08:22:26.299: INFO: Daemon set daemon-set has an updated status + STEP: patching the DaemonSet Status 02/07/23 08:22:26.299 + STEP: watching for the daemon set status to be patched 02/07/23 08:22:26.308 + Feb 7 08:22:26.312: INFO: Observed &DaemonSet event: ADDED + Feb 7 08:22:26.312: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.312: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.313: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.313: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.313: INFO: Observed daemon set daemon-set in namespace daemonsets-7866 with annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusUpdate True 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Feb 7 08:22:26.313: INFO: Observed &DaemonSet event: MODIFIED + Feb 7 08:22:26.313: INFO: Found daemon set daemon-set in namespace daemonsets-7866 with labels: map[daemonset-name:daemon-set] annotations: map[deprecated.daemonset.template.generation:1] & Conditions: [{StatusPatched True 0001-01-01 00:00:00 +0000 UTC }] + Feb 7 08:22:26.313: INFO: Daemon set daemon-set has a patched status + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:22:26.317 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7866, will wait for the garbage collector to delete the pods 02/07/23 08:22:26.317 + Feb 7 08:22:26.378: INFO: Deleting DaemonSet.extensions daemon-set took: 7.160215ms + Feb 7 08:22:26.479: INFO: Terminating DaemonSet.extensions daemon-set pods took: 101.039681ms + Feb 7 08:22:28.685: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:22:28.685: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Feb 7 08:22:28.689: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"23811"},"items":null} + + Feb 7 08:22:28.693: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"23811"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:28.707: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-7866" for this suite. 02/07/23 08:22:28.711 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] RuntimeClass + should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +[BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:28.722 +Feb 7 08:22:28.722: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename runtimeclass 02/07/23 08:22:28.723 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:28.736 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:28.74 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 +[It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 +STEP: Deleting RuntimeClass runtimeclass-2438-delete-me 02/07/23 08:22:28.747 +STEP: Waiting for the RuntimeClass to disappear 02/07/23 08:22:28.751 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:28.758: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 +STEP: Destroying namespace "runtimeclass-2438" for this suite. 02/07/23 08:22:28.762 +------------------------------ +• [0.044 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:28.722 + Feb 7 08:22:28.722: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename runtimeclass 02/07/23 08:22:28.723 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:28.736 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:28.74 + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 + [It] should reject a Pod requesting a deleted RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:156 + STEP: Deleting RuntimeClass runtimeclass-2438-delete-me 02/07/23 08:22:28.747 + STEP: Waiting for the RuntimeClass to disappear 02/07/23 08:22:28.751 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:28.758: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 + STEP: Destroying namespace "runtimeclass-2438" for this suite. 02/07/23 08:22:28.762 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-node] KubeletManagedEtcHosts + should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 +[BeforeEach] [sig-node] KubeletManagedEtcHosts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:28.767 +Feb 7 08:22:28.767: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 02/07/23 08:22:28.769 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:28.78 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:28.783 +[BeforeEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/metrics/init/init.go:31 +[It] should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 +STEP: Setting up the test 02/07/23 08:22:28.785 +STEP: Creating hostNetwork=false pod 02/07/23 08:22:28.785 +Feb 7 08:22:28.792: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-6859" to be "running and ready" +Feb 7 08:22:28.794: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.048541ms +Feb 7 08:22:28.794: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:22:30.800: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007540654s +Feb 7 08:22:30.800: INFO: The phase of Pod test-pod is Running (Ready = true) +Feb 7 08:22:30.800: INFO: Pod "test-pod" satisfied condition "running and ready" +STEP: Creating hostNetwork=true pod 02/07/23 08:22:30.806 +Feb 7 08:22:30.811: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-6859" to be "running and ready" +Feb 7 08:22:30.816: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.692527ms +Feb 7 08:22:30.816: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:22:32.822: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.01155423s +Feb 7 08:22:32.822: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) +Feb 7 08:22:32.822: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" +STEP: Running the test 02/07/23 08:22:32.826 +STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 02/07/23 08:22:32.827 +Feb 7 08:22:32.827: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:32.827: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:32.828: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:32.828: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Feb 7 08:22:32.908: INFO: Exec stderr: "" +Feb 7 08:22:32.908: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:32.908: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:32.909: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:32.909: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Feb 7 08:22:32.983: INFO: Exec stderr: "" +Feb 7 08:22:32.983: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:32.983: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:32.984: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:32.984: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Feb 7 08:22:33.042: INFO: Exec stderr: "" +Feb 7 08:22:33.042: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.042: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.044: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.044: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Feb 7 08:22:33.121: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 02/07/23 08:22:33.121 +Feb 7 08:22:33.121: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.121: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.122: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.122: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Feb 7 08:22:33.202: INFO: Exec stderr: "" +Feb 7 08:22:33.202: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.202: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.202: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.202: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) +Feb 7 08:22:33.293: INFO: Exec stderr: "" +STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 02/07/23 08:22:33.294 +Feb 7 08:22:33.294: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.294: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.295: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.296: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Feb 7 08:22:33.364: INFO: Exec stderr: "" +Feb 7 08:22:33.364: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.364: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.366: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.366: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) +Feb 7 08:22:33.435: INFO: Exec stderr: "" +Feb 7 08:22:33.436: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.436: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.437: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.437: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Feb 7 08:22:33.518: INFO: Exec stderr: "" +Feb 7 08:22:33.518: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:22:33.518: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:22:33.519: INFO: ExecWithOptions: Clientset creation +Feb 7 08:22:33.520: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) +Feb 7 08:22:33.592: INFO: Exec stderr: "" +[AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:33.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] KubeletManagedEtcHosts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] KubeletManagedEtcHosts + tear down framework | framework.go:193 +STEP: Destroying namespace "e2e-kubelet-etc-hosts-6859" for this suite. 02/07/23 08:22:33.596 +------------------------------ +• [4.833 seconds] +[sig-node] KubeletManagedEtcHosts +test/e2e/common/node/framework.go:23 + should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] KubeletManagedEtcHosts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:28.767 + Feb 7 08:22:28.767: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename e2e-kubelet-etc-hosts 02/07/23 08:22:28.769 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:28.78 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:28.783 + [BeforeEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/metrics/init/init.go:31 + [It] should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/kubelet_etc_hosts.go:63 + STEP: Setting up the test 02/07/23 08:22:28.785 + STEP: Creating hostNetwork=false pod 02/07/23 08:22:28.785 + Feb 7 08:22:28.792: INFO: Waiting up to 5m0s for pod "test-pod" in namespace "e2e-kubelet-etc-hosts-6859" to be "running and ready" + Feb 7 08:22:28.794: INFO: Pod "test-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.048541ms + Feb 7 08:22:28.794: INFO: The phase of Pod test-pod is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:22:30.800: INFO: Pod "test-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.007540654s + Feb 7 08:22:30.800: INFO: The phase of Pod test-pod is Running (Ready = true) + Feb 7 08:22:30.800: INFO: Pod "test-pod" satisfied condition "running and ready" + STEP: Creating hostNetwork=true pod 02/07/23 08:22:30.806 + Feb 7 08:22:30.811: INFO: Waiting up to 5m0s for pod "test-host-network-pod" in namespace "e2e-kubelet-etc-hosts-6859" to be "running and ready" + Feb 7 08:22:30.816: INFO: Pod "test-host-network-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 5.692527ms + Feb 7 08:22:30.816: INFO: The phase of Pod test-host-network-pod is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:22:32.822: INFO: Pod "test-host-network-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.01155423s + Feb 7 08:22:32.822: INFO: The phase of Pod test-host-network-pod is Running (Ready = true) + Feb 7 08:22:32.822: INFO: Pod "test-host-network-pod" satisfied condition "running and ready" + STEP: Running the test 02/07/23 08:22:32.826 + STEP: Verifying /etc/hosts of container is kubelet-managed for pod with hostNetwork=false 02/07/23 08:22:32.827 + Feb 7 08:22:32.827: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:32.827: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:32.828: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:32.828: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Feb 7 08:22:32.908: INFO: Exec stderr: "" + Feb 7 08:22:32.908: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:32.908: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:32.909: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:32.909: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Feb 7 08:22:32.983: INFO: Exec stderr: "" + Feb 7 08:22:32.983: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:32.983: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:32.984: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:32.984: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Feb 7 08:22:33.042: INFO: Exec stderr: "" + Feb 7 08:22:33.042: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.042: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.044: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.044: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Feb 7 08:22:33.121: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts of container is not kubelet-managed since container specifies /etc/hosts mount 02/07/23 08:22:33.121 + Feb 7 08:22:33.121: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.121: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.122: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.122: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Feb 7 08:22:33.202: INFO: Exec stderr: "" + Feb 7 08:22:33.202: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-pod ContainerName:busybox-3 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.202: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.202: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.202: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-3&container=busybox-3&stderr=true&stdout=true) + Feb 7 08:22:33.293: INFO: Exec stderr: "" + STEP: Verifying /etc/hosts content of container is not kubelet-managed for pod with hostNetwork=true 02/07/23 08:22:33.294 + Feb 7 08:22:33.294: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.294: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.295: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.296: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Feb 7 08:22:33.364: INFO: Exec stderr: "" + Feb 7 08:22:33.364: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-1 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.364: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.366: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.366: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-1&container=busybox-1&stderr=true&stdout=true) + Feb 7 08:22:33.435: INFO: Exec stderr: "" + Feb 7 08:22:33.436: INFO: ExecWithOptions {Command:[cat /etc/hosts] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.436: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.437: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.437: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Feb 7 08:22:33.518: INFO: Exec stderr: "" + Feb 7 08:22:33.518: INFO: ExecWithOptions {Command:[cat /etc/hosts-original] Namespace:e2e-kubelet-etc-hosts-6859 PodName:test-host-network-pod ContainerName:busybox-2 Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:22:33.518: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:22:33.519: INFO: ExecWithOptions: Clientset creation + Feb 7 08:22:33.520: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/e2e-kubelet-etc-hosts-6859/pods/test-host-network-pod/exec?command=cat&command=%2Fetc%2Fhosts-original&container=busybox-2&container=busybox-2&stderr=true&stdout=true) + Feb 7 08:22:33.592: INFO: Exec stderr: "" + [AfterEach] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:33.592: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] KubeletManagedEtcHosts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] KubeletManagedEtcHosts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] KubeletManagedEtcHosts + tear down framework | framework.go:193 + STEP: Destroying namespace "e2e-kubelet-etc-hosts-6859" for this suite. 02/07/23 08:22:33.596 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl expose + should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1415 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:33.601 +Feb 7 08:22:33.601: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:22:33.602 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:33.612 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:33.616 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1415 +STEP: creating Agnhost RC 02/07/23 08:22:33.62 +Feb 7 08:22:33.621: INFO: namespace kubectl-3280 +Feb 7 08:22:33.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 create -f -' +Feb 7 08:22:33.881: INFO: stderr: "" +Feb 7 08:22:33.881: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 02/07/23 08:22:33.881 +Feb 7 08:22:34.886: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:22:34.886: INFO: Found 0 / 1 +Feb 7 08:22:35.889: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:22:35.889: INFO: Found 1 / 1 +Feb 7 08:22:35.889: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +Feb 7 08:22:35.893: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:22:35.893: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Feb 7 08:22:35.893: INFO: wait on agnhost-primary startup in kubectl-3280 +Feb 7 08:22:35.893: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 logs agnhost-primary-wg8rm agnhost-primary' +Feb 7 08:22:35.999: INFO: stderr: "" +Feb 7 08:22:35.999: INFO: stdout: "Paused\n" +STEP: exposing RC 02/07/23 08:22:35.999 +Feb 7 08:22:35.999: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' +Feb 7 08:22:36.146: INFO: stderr: "" +Feb 7 08:22:36.146: INFO: stdout: "service/rm2 exposed\n" +Feb 7 08:22:36.148: INFO: Service rm2 in namespace kubectl-3280 found. +STEP: exposing service 02/07/23 08:22:38.154 +Feb 7 08:22:38.155: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 expose service rm2 --name=rm3 --port=2345 --target-port=6379' +Feb 7 08:22:38.294: INFO: stderr: "" +Feb 7 08:22:38.294: INFO: stdout: "service/rm3 exposed\n" +Feb 7 08:22:38.298: INFO: Service rm3 in namespace kubectl-3280 found. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:40.307: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-3280" for this suite. 02/07/23 08:22:40.311 +------------------------------ +• [SLOW TEST] [6.717 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl expose + test/e2e/kubectl/kubectl.go:1409 + should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1415 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:33.601 + Feb 7 08:22:33.601: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:22:33.602 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:33.612 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:33.616 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should create services for rc [Conformance] + test/e2e/kubectl/kubectl.go:1415 + STEP: creating Agnhost RC 02/07/23 08:22:33.62 + Feb 7 08:22:33.621: INFO: namespace kubectl-3280 + Feb 7 08:22:33.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 create -f -' + Feb 7 08:22:33.881: INFO: stderr: "" + Feb 7 08:22:33.881: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 02/07/23 08:22:33.881 + Feb 7 08:22:34.886: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:22:34.886: INFO: Found 0 / 1 + Feb 7 08:22:35.889: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:22:35.889: INFO: Found 1 / 1 + Feb 7 08:22:35.889: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + Feb 7 08:22:35.893: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:22:35.893: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Feb 7 08:22:35.893: INFO: wait on agnhost-primary startup in kubectl-3280 + Feb 7 08:22:35.893: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 logs agnhost-primary-wg8rm agnhost-primary' + Feb 7 08:22:35.999: INFO: stderr: "" + Feb 7 08:22:35.999: INFO: stdout: "Paused\n" + STEP: exposing RC 02/07/23 08:22:35.999 + Feb 7 08:22:35.999: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 expose rc agnhost-primary --name=rm2 --port=1234 --target-port=6379' + Feb 7 08:22:36.146: INFO: stderr: "" + Feb 7 08:22:36.146: INFO: stdout: "service/rm2 exposed\n" + Feb 7 08:22:36.148: INFO: Service rm2 in namespace kubectl-3280 found. + STEP: exposing service 02/07/23 08:22:38.154 + Feb 7 08:22:38.155: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-3280 expose service rm2 --name=rm3 --port=2345 --target-port=6379' + Feb 7 08:22:38.294: INFO: stderr: "" + Feb 7 08:22:38.294: INFO: stdout: "service/rm3 exposed\n" + Feb 7 08:22:38.298: INFO: Service rm3 in namespace kubectl-3280 found. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:40.307: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-3280" for this suite. 02/07/23 08:22:40.311 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition + creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:40.319 +Feb 7 08:22:40.319: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 08:22:40.321 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:40.331 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:40.333 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 +Feb 7 08:22:40.335: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:41.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "custom-resource-definition-4272" for this suite. 02/07/23 08:22:41.362 +------------------------------ +• [1.048 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + Simple CustomResourceDefinition + test/e2e/apimachinery/custom_resource_definition.go:50 + creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:40.319 + Feb 7 08:22:40.319: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 08:22:40.321 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:40.331 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:40.333 + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] creating/deleting custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:58 + Feb 7 08:22:40.335: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:41.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "custom-resource-definition-4272" for this suite. 02/07/23 08:22:41.362 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] Downward API + should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:44 +[BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:41.367 +Feb 7 08:22:41.367: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:22:41.369 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:41.383 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:41.386 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 +[It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:44 +STEP: Creating a pod to test downward api env vars 02/07/23 08:22:41.39 +Feb 7 08:22:41.397: INFO: Waiting up to 5m0s for pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d" in namespace "downward-api-4509" to be "Succeeded or Failed" +Feb 7 08:22:41.399: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.41419ms +Feb 7 08:22:43.405: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008443621s +Feb 7 08:22:45.417: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0198898s +STEP: Saw pod success 02/07/23 08:22:45.417 +Feb 7 08:22:45.417: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d" satisfied condition "Succeeded or Failed" +Feb 7 08:22:45.425: INFO: Trying to get logs from node node2 pod downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d container dapi-container: +STEP: delete the pod 02/07/23 08:22:46 +Feb 7 08:22:46.006: INFO: Waiting for pod downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d to disappear +Feb 7 08:22:46.008: INFO: Pod downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:46.008: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-4509" for this suite. 02/07/23 08:22:46.011 +------------------------------ +• [4.647 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:44 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:41.367 + Feb 7 08:22:41.367: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:22:41.369 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:41.383 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:41.386 + [BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 + [It] should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:44 + STEP: Creating a pod to test downward api env vars 02/07/23 08:22:41.39 + Feb 7 08:22:41.397: INFO: Waiting up to 5m0s for pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d" in namespace "downward-api-4509" to be "Succeeded or Failed" + Feb 7 08:22:41.399: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.41419ms + Feb 7 08:22:43.405: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008443621s + Feb 7 08:22:45.417: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.0198898s + STEP: Saw pod success 02/07/23 08:22:45.417 + Feb 7 08:22:45.417: INFO: Pod "downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d" satisfied condition "Succeeded or Failed" + Feb 7 08:22:45.425: INFO: Trying to get logs from node node2 pod downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d container dapi-container: + STEP: delete the pod 02/07/23 08:22:46 + Feb 7 08:22:46.006: INFO: Waiting for pod downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d to disappear + Feb 7 08:22:46.008: INFO: Pod downward-api-c1cd3d98-4ef2-4631-ab86-cec455ba3c6d no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:46.008: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-4509" for this suite. 02/07/23 08:22:46.011 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:89 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:46.015 +Feb 7 08:22:46.015: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:22:46.018 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:46.027 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:46.029 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:89 +STEP: Creating secret with name secret-test-map-ba5ba61b-1adf-4059-8479-39fc60299ec5 02/07/23 08:22:46.032 +STEP: Creating a pod to test consume secrets 02/07/23 08:22:46.035 +Feb 7 08:22:46.040: INFO: Waiting up to 5m0s for pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce" in namespace "secrets-5651" to be "Succeeded or Failed" +Feb 7 08:22:46.043: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce": Phase="Pending", Reason="", readiness=false. Elapsed: 2.854734ms +Feb 7 08:22:48.121: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce": Phase="Pending", Reason="", readiness=false. Elapsed: 2.080633802s +Feb 7 08:22:50.051: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010156561s +STEP: Saw pod success 02/07/23 08:22:50.051 +Feb 7 08:22:50.051: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce" satisfied condition "Succeeded or Failed" +Feb 7 08:22:50.056: INFO: Trying to get logs from node node2 pod pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce container secret-volume-test: +STEP: delete the pod 02/07/23 08:22:50.067 +Feb 7 08:22:50.079: INFO: Waiting for pod pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce to disappear +Feb 7 08:22:50.083: INFO: Pod pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:50.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-5651" for this suite. 02/07/23 08:22:50.086 +------------------------------ +• [4.076 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:89 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:46.015 + Feb 7 08:22:46.015: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:22:46.018 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:46.027 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:46.029 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:89 + STEP: Creating secret with name secret-test-map-ba5ba61b-1adf-4059-8479-39fc60299ec5 02/07/23 08:22:46.032 + STEP: Creating a pod to test consume secrets 02/07/23 08:22:46.035 + Feb 7 08:22:46.040: INFO: Waiting up to 5m0s for pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce" in namespace "secrets-5651" to be "Succeeded or Failed" + Feb 7 08:22:46.043: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce": Phase="Pending", Reason="", readiness=false. Elapsed: 2.854734ms + Feb 7 08:22:48.121: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce": Phase="Pending", Reason="", readiness=false. Elapsed: 2.080633802s + Feb 7 08:22:50.051: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010156561s + STEP: Saw pod success 02/07/23 08:22:50.051 + Feb 7 08:22:50.051: INFO: Pod "pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce" satisfied condition "Succeeded or Failed" + Feb 7 08:22:50.056: INFO: Trying to get logs from node node2 pod pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce container secret-volume-test: + STEP: delete the pod 02/07/23 08:22:50.067 + Feb 7 08:22:50.079: INFO: Waiting for pod pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce to disappear + Feb 7 08:22:50.083: INFO: Pod pod-secrets-ec08bf7f-10d9-4465-b925-2206320e35ce no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:50.083: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-5651" for this suite. 02/07/23 08:22:50.086 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] Deployment + RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:50.091 +Feb 7 08:22:50.091: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 08:22:50.092 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:50.101 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:50.103 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 +Feb 7 08:22:50.107: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) +Feb 7 08:22:50.116: INFO: Pod name sample-pod: Found 0 pods out of 1 +Feb 7 08:22:55.123: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 02/07/23 08:22:55.123 +Feb 7 08:22:55.123: INFO: Creating deployment "test-rolling-update-deployment" +Feb 7 08:22:55.133: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has +Feb 7 08:22:55.139: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created +Feb 7 08:22:57.151: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected +Feb 7 08:22:57.155: INFO: Ensuring deployment "test-rolling-update-deployment" has one old replica set (the one it adopted) +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 08:22:57.167: INFO: Deployment "test-rolling-update-deployment": +&Deployment{ObjectMeta:{test-rolling-update-deployment deployment-465 a36c162c-0c92-4027-84e8-cbf5ce533f3b 24146 1 2023-02-07 08:22:55 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc003c7a438 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-02-07 08:22:55 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-7549d9f46d" has successfully progressed.,LastUpdateTime:2023-02-07 08:22:56 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Feb 7 08:22:57.171: INFO: New ReplicaSet "test-rolling-update-deployment-7549d9f46d" of Deployment "test-rolling-update-deployment": +&ReplicaSet{ObjectMeta:{test-rolling-update-deployment-7549d9f46d deployment-465 7b7ca251-a937-4f1f-8e98-26a382fdecc1 24136 1 2023-02-07 08:22:55 +0000 UTC map[name:sample-pod pod-template-hash:7549d9f46d] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:3546343826724305833] [{apps/v1 Deployment test-rolling-update-deployment a36c162c-0c92-4027-84e8-cbf5ce533f3b 0xc004935c17 0xc004935c18}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a36c162c-0c92-4027-84e8-cbf5ce533f3b\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod-template-hash: 7549d9f46d,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:7549d9f46d] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004935cd8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:22:57.171: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": +Feb 7 08:22:57.171: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-465 41191498-fff2-41b7-8b05-228019bd63b5 24145 2 2023-02-07 08:22:50 +0000 UTC map[name:sample-pod pod:httpd] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:3546343826724305832] [{apps/v1 Deployment test-rolling-update-deployment a36c162c-0c92-4027-84e8-cbf5ce533f3b 0xc004935ae7 0xc004935ae8}] [] [{e2e.test Update apps/v1 2023-02-07 08:22:50 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a36c162c-0c92-4027-84e8-cbf5ce533f3b\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc004935ba8 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:22:57.175: INFO: Pod "test-rolling-update-deployment-7549d9f46d-9p65x" is available: +&Pod{ObjectMeta:{test-rolling-update-deployment-7549d9f46d-9p65x test-rolling-update-deployment-7549d9f46d- deployment-465 bfcf8ba5-c61b-457a-bf0b-61469f6f7d20 24135 0 2023-02-07 08:22:55 +0000 UTC map[name:sample-pod pod-template-hash:7549d9f46d] map[cni.projectcalico.org/containerID:2ccaa17bb7498d2ede73283b28ba3cf0f9e552de4bd2252db170a4cdc160bb54 cni.projectcalico.org/podIP:192.168.136.15/32 cni.projectcalico.org/podIPs:192.168.136.15/32] [{apps/v1 ReplicaSet test-rolling-update-deployment-7549d9f46d 7b7ca251-a937-4f1f-8e98-26a382fdecc1 0xc003c7a7f7 0xc003c7a7f8}] [] [{calico Update v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kube-controller-manager Update v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"7b7ca251-a937-4f1f-8e98-26a382fdecc1\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.15\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-vzs6k,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-vzs6k,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.15,StartTime:2023-02-07 08:22:55 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:22:56 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e,ContainerID:containerd://440c6946cbf514f3a4a6434943a0af612443f314b6beb9d18147077b57fd6815,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.15,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 08:22:57.175: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-465" for this suite. 02/07/23 08:22:57.179 +------------------------------ +• [SLOW TEST] [7.092 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:50.091 + Feb 7 08:22:50.091: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 08:22:50.092 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:50.101 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:50.103 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] RollingUpdateDeployment should delete old pods and create new ones [Conformance] + test/e2e/apps/deployment.go:105 + Feb 7 08:22:50.107: INFO: Creating replica set "test-rolling-update-controller" (going to be adopted) + Feb 7 08:22:50.116: INFO: Pod name sample-pod: Found 0 pods out of 1 + Feb 7 08:22:55.123: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 02/07/23 08:22:55.123 + Feb 7 08:22:55.123: INFO: Creating deployment "test-rolling-update-deployment" + Feb 7 08:22:55.133: INFO: Ensuring deployment "test-rolling-update-deployment" gets the next revision from the one the adopted replica set "test-rolling-update-controller" has + Feb 7 08:22:55.139: INFO: new replicaset for deployment "test-rolling-update-deployment" is yet to be created + Feb 7 08:22:57.151: INFO: Ensuring status for deployment "test-rolling-update-deployment" is the expected + Feb 7 08:22:57.155: INFO: Ensuring deployment "test-rolling-update-deployment" has one old replica set (the one it adopted) + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 08:22:57.167: INFO: Deployment "test-rolling-update-deployment": + &Deployment{ObjectMeta:{test-rolling-update-deployment deployment-465 a36c162c-0c92-4027-84e8-cbf5ce533f3b 24146 1 2023-02-07 08:22:55 +0000 UTC map[name:sample-pod] map[deployment.kubernetes.io/revision:3546343826724305833] [] [] [{e2e.test Update apps/v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc003c7a438 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-02-07 08:22:55 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rolling-update-deployment-7549d9f46d" has successfully progressed.,LastUpdateTime:2023-02-07 08:22:56 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Feb 7 08:22:57.171: INFO: New ReplicaSet "test-rolling-update-deployment-7549d9f46d" of Deployment "test-rolling-update-deployment": + &ReplicaSet{ObjectMeta:{test-rolling-update-deployment-7549d9f46d deployment-465 7b7ca251-a937-4f1f-8e98-26a382fdecc1 24136 1 2023-02-07 08:22:55 +0000 UTC map[name:sample-pod pod-template-hash:7549d9f46d] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:3546343826724305833] [{apps/v1 Deployment test-rolling-update-deployment a36c162c-0c92-4027-84e8-cbf5ce533f3b 0xc004935c17 0xc004935c18}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a36c162c-0c92-4027-84e8-cbf5ce533f3b\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod-template-hash: 7549d9f46d,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod-template-hash:7549d9f46d] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004935cd8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:22:57.171: INFO: All old ReplicaSets of Deployment "test-rolling-update-deployment": + Feb 7 08:22:57.171: INFO: &ReplicaSet{ObjectMeta:{test-rolling-update-controller deployment-465 41191498-fff2-41b7-8b05-228019bd63b5 24145 2 2023-02-07 08:22:50 +0000 UTC map[name:sample-pod pod:httpd] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:3546343826724305832] [{apps/v1 Deployment test-rolling-update-deployment a36c162c-0c92-4027-84e8-cbf5ce533f3b 0xc004935ae7 0xc004935ae8}] [] [{e2e.test Update apps/v1 2023-02-07 08:22:50 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a36c162c-0c92-4027-84e8-cbf5ce533f3b\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: sample-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:sample-pod pod:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc004935ba8 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:22:57.175: INFO: Pod "test-rolling-update-deployment-7549d9f46d-9p65x" is available: + &Pod{ObjectMeta:{test-rolling-update-deployment-7549d9f46d-9p65x test-rolling-update-deployment-7549d9f46d- deployment-465 bfcf8ba5-c61b-457a-bf0b-61469f6f7d20 24135 0 2023-02-07 08:22:55 +0000 UTC map[name:sample-pod pod-template-hash:7549d9f46d] map[cni.projectcalico.org/containerID:2ccaa17bb7498d2ede73283b28ba3cf0f9e552de4bd2252db170a4cdc160bb54 cni.projectcalico.org/podIP:192.168.136.15/32 cni.projectcalico.org/podIPs:192.168.136.15/32] [{apps/v1 ReplicaSet test-rolling-update-deployment-7549d9f46d 7b7ca251-a937-4f1f-8e98-26a382fdecc1 0xc003c7a7f7 0xc003c7a7f8}] [] [{calico Update v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kube-controller-manager Update v1 2023-02-07 08:22:55 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"7b7ca251-a937-4f1f-8e98-26a382fdecc1\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:22:56 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.15\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-vzs6k,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-vzs6k,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:56 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:22:55 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.15,StartTime:2023-02-07 08:22:55 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:22:56 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e,ContainerID:containerd://440c6946cbf514f3a4a6434943a0af612443f314b6beb9d18147077b57fd6815,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.15,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 08:22:57.175: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-465" for this suite. 02/07/23 08:22:57.179 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-apps] Job + should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:426 +[BeforeEach] [sig-apps] Job + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:22:57.183 +Feb 7 08:22:57.183: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename job 02/07/23 08:22:57.184 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:57.197 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:57.201 +[BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 +[It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:426 +STEP: Creating a job 02/07/23 08:22:57.204 +STEP: Ensuring job reaches completions 02/07/23 08:22:57.21 +[AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:09.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 +STEP: Destroying namespace "job-8557" for this suite. 02/07/23 08:23:09.221 +------------------------------ +• [SLOW TEST] [12.048 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:426 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:22:57.183 + Feb 7 08:22:57.183: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename job 02/07/23 08:22:57.184 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:22:57.197 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:22:57.201 + [BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 + [It] should run a job to completion when tasks sometimes fail and are locally restarted [Conformance] + test/e2e/apps/job.go:426 + STEP: Creating a job 02/07/23 08:22:57.204 + STEP: Ensuring job reaches completions 02/07/23 08:22:57.21 + [AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:09.216: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 + STEP: Destroying namespace "job-8557" for this suite. 02/07/23 08:23:09.221 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] ServiceAccounts + should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:78 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:09.232 +Feb 7 08:23:09.232: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:23:09.233 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:09.246 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:09.25 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:78 +Feb 7 08:23:09.261: INFO: Waiting up to 5m0s for pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c" in namespace "svcaccounts-5540" to be "running" +Feb 7 08:23:09.264: INFO: Pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.252555ms +Feb 7 08:23:11.269: INFO: Pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c": Phase="Running", Reason="", readiness=true. Elapsed: 2.007398751s +Feb 7 08:23:11.269: INFO: Pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c" satisfied condition "running" +STEP: reading a file in the container 02/07/23 08:23:11.269 +Feb 7 08:23:11.269: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-5540 pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' +STEP: reading a file in the container 02/07/23 08:23:11.484 +Feb 7 08:23:11.484: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-5540 pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' +STEP: reading a file in the container 02/07/23 08:23:11.668 +Feb 7 08:23:11.668: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-5540 pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' +Feb 7 08:23:11.884: INFO: Got root ca configmap in namespace "svcaccounts-5540" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:11.888: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-5540" for this suite. 02/07/23 08:23:11.894 +------------------------------ +• [2.668 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:78 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:09.232 + Feb 7 08:23:09.232: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:23:09.233 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:09.246 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:09.25 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] should mount an API token into pods [Conformance] + test/e2e/auth/service_accounts.go:78 + Feb 7 08:23:09.261: INFO: Waiting up to 5m0s for pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c" in namespace "svcaccounts-5540" to be "running" + Feb 7 08:23:09.264: INFO: Pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.252555ms + Feb 7 08:23:11.269: INFO: Pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c": Phase="Running", Reason="", readiness=true. Elapsed: 2.007398751s + Feb 7 08:23:11.269: INFO: Pod "pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c" satisfied condition "running" + STEP: reading a file in the container 02/07/23 08:23:11.269 + Feb 7 08:23:11.269: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-5540 pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/token' + STEP: reading a file in the container 02/07/23 08:23:11.484 + Feb 7 08:23:11.484: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-5540 pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt' + STEP: reading a file in the container 02/07/23 08:23:11.668 + Feb 7 08:23:11.668: INFO: Running '/usr/local/bin/kubectl exec --namespace=svcaccounts-5540 pod-service-account-ad51174a-1131-49f5-842f-c4ba18653d9c -c=test -- cat /var/run/secrets/kubernetes.io/serviceaccount/namespace' + Feb 7 08:23:11.884: INFO: Got root ca configmap in namespace "svcaccounts-5540" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:11.888: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-5540" for this suite. 02/07/23 08:23:11.894 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] RuntimeClass + should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 +[BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:11.901 +Feb 7 08:23:11.901: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename runtimeclass 02/07/23 08:23:11.902 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:11.971 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:11.976 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 +[It] should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:11.990: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 +STEP: Destroying namespace "runtimeclass-2481" for this suite. 02/07/23 08:23:11.997 +------------------------------ +• [0.103 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:11.901 + Feb 7 08:23:11.901: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename runtimeclass 02/07/23 08:23:11.902 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:11.971 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:11.976 + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 + [It] should reject a Pod requesting a non-existent RuntimeClass [NodeConformance] [Conformance] + test/e2e/common/node/runtimeclass.go:55 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:11.990: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 + STEP: Destroying namespace "runtimeclass-2481" for this suite. 02/07/23 08:23:11.997 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-node] Kubelet when scheduling a busybox command that always fails in a pod + should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 +[BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:12.004 +Feb 7 08:23:12.005: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:23:12.006 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:12.026 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:12.03 +[BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 +[BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 +[It] should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 +[AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:16.049: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 +STEP: Destroying namespace "kubelet-test-4952" for this suite. 02/07/23 08:23:16.056 +------------------------------ +• [4.060 seconds] +[sig-node] Kubelet +test/e2e/common/node/framework.go:23 + when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:82 + should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Kubelet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:12.004 + Feb 7 08:23:12.005: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubelet-test 02/07/23 08:23:12.006 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:12.026 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:12.03 + [BeforeEach] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Kubelet + test/e2e/common/node/kubelet.go:41 + [BeforeEach] when scheduling a busybox command that always fails in a pod + test/e2e/common/node/kubelet.go:85 + [It] should have an terminated reason [NodeConformance] [Conformance] + test/e2e/common/node/kubelet.go:110 + [AfterEach] [sig-node] Kubelet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:16.049: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Kubelet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Kubelet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Kubelet + tear down framework | framework.go:193 + STEP: Destroying namespace "kubelet-test-4952" for this suite. 02/07/23 08:23:16.056 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] Deployment + deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:16.067 +Feb 7 08:23:16.067: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 08:23:16.07 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:16.083 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:16.086 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 +Feb 7 08:23:16.089: INFO: Creating deployment "webserver-deployment" +Feb 7 08:23:16.095: INFO: Waiting for observed generation 1 +Feb 7 08:23:18.105: INFO: Waiting for all required pods to come up +Feb 7 08:23:18.111: INFO: Pod name httpd: Found 10 pods out of 10 +STEP: ensuring each pod is running 02/07/23 08:23:18.111 +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-wwfbm" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-5gnm2" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-5p5q5" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-646hp" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-djd4b" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-dvtn8" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-nlx65" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-pp9bq" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.112: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-vkz57" in namespace "deployment-9709" to be "running" +Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-nlx65": Phase="Pending", Reason="", readiness=false. Elapsed: 9.294304ms +Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8": Phase="Pending", Reason="", readiness=false. Elapsed: 9.676441ms +Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57": Phase="Pending", Reason="", readiness=false. Elapsed: 9.545659ms +Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq": Phase="Pending", Reason="", readiness=false. Elapsed: 9.652511ms +Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-djd4b": Phase="Pending", Reason="", readiness=false. Elapsed: 10.527182ms +Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-646hp": Phase="Pending", Reason="", readiness=false. Elapsed: 10.726729ms +Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2": Phase="Pending", Reason="", readiness=false. Elapsed: 10.910333ms +Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.844164ms +Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm": Phase="Pending", Reason="", readiness=false. Elapsed: 11.135402ms +Feb 7 08:23:20.129: INFO: Pod "webserver-deployment-7f5969cbc7-nlx65": Phase="Running", Reason="", readiness=true. Elapsed: 2.018087621s +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-nlx65" satisfied condition "running" +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8": Phase="Running", Reason="", readiness=true. Elapsed: 2.018390602s +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8" satisfied condition "running" +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq": Phase="Running", Reason="", readiness=true. Elapsed: 2.018669532s +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq" satisfied condition "running" +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm": Phase="Running", Reason="", readiness=true. Elapsed: 2.019662111s +Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm" satisfied condition "running" +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2": Phase="Running", Reason="", readiness=true. Elapsed: 2.020287008s +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2" satisfied condition "running" +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-646hp": Phase="Running", Reason="", readiness=true. Elapsed: 2.020181059s +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-646hp" satisfied condition "running" +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-djd4b": Phase="Running", Reason="", readiness=true. Elapsed: 2.020168634s +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-djd4b" satisfied condition "running" +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5": Phase="Running", Reason="", readiness=true. Elapsed: 2.020407422s +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5" satisfied condition "running" +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57": Phase="Running", Reason="", readiness=true. Elapsed: 2.019919466s +Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57" satisfied condition "running" +Feb 7 08:23:20.131: INFO: Waiting for deployment "webserver-deployment" to complete +Feb 7 08:23:20.138: INFO: Updating deployment "webserver-deployment" with a non-existent image +Feb 7 08:23:20.149: INFO: Updating deployment webserver-deployment +Feb 7 08:23:20.149: INFO: Waiting for observed generation 2 +Feb 7 08:23:22.158: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 +Feb 7 08:23:22.163: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 +Feb 7 08:23:22.169: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Feb 7 08:23:22.178: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 +Feb 7 08:23:22.178: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 +Feb 7 08:23:22.181: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas +Feb 7 08:23:22.186: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas +Feb 7 08:23:22.186: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 +Feb 7 08:23:22.194: INFO: Updating deployment webserver-deployment +Feb 7 08:23:22.194: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas +Feb 7 08:23:22.199: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 +Feb 7 08:23:24.205: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 08:23:24.221: INFO: Deployment "webserver-deployment": +&Deployment{ObjectMeta:{webserver-deployment deployment-9709 5df69799-6829-47b5-8117-dd025f147369 24735 3 2023-02-07 08:23:16 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:unavailableReplicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*30,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd] map[] [] [] []} {[] [] [{httpd webserver:404 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0042775a8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:2,MaxSurge:3,},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:3,Replicas:33,UpdatedReplicas:13,AvailableReplicas:8,UnavailableReplicas:25,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2023-02-07 08:23:22 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-d9f79cb5" is progressing.,LastUpdateTime:2023-02-07 08:23:22 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} + +Feb 7 08:23:24.224: INFO: New ReplicaSet "webserver-deployment-d9f79cb5" of Deployment "webserver-deployment": +&ReplicaSet{ObjectMeta:{webserver-deployment-d9f79cb5 deployment-9709 a16da505-5cda-40bc-ad5a-aaa982ef73b5 24728 3 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment 5df69799-6829-47b5-8117-dd025f147369 0xc0021c5cc7 0xc0021c5cc8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5df69799-6829-47b5-8117-dd025f147369\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*13,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: d9f79cb5,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [] [] []} {[] [] [{httpd webserver:404 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0021c5d68 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:13,FullyLabeledReplicas:13,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:23:24.224: INFO: All old ReplicaSets of Deployment "webserver-deployment": +Feb 7 08:23:24.224: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-7f5969cbc7 deployment-9709 cb201718-1f78-42b0-a743-3712a0df9c80 24729 3 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment 5df69799-6829-47b5-8117-dd025f147369 0xc0021c5bd7 0xc0021c5bd8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5df69799-6829-47b5-8117-dd025f147369\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 7f5969cbc7,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0021c5c68 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:20,FullyLabeledReplicas:20,ObservedGeneration:3,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:23:24.235: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-5gnm2 webserver-deployment-7f5969cbc7- deployment-9709 ae4d3fc9-3caf-4a25-873f-8d001007d2c0 24561 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:9167ea6fe832fc67760d621b55b6555cb1b397c57881a11cd36fe489b13ef569 cni.projectcalico.org/podIP:192.168.136.46/32 cni.projectcalico.org/podIPs:192.168.136.46/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc0042779a7 0xc0042779a8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.46\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qrz7v,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qrz7v,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.46,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:18 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://6f16af896f99da6fd6513e3edbf18774dc32d2f03e938eb118fe97c499214287,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.46,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.235: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-5p5q5 webserver-deployment-7f5969cbc7- deployment-9709 7a97b8cd-1cc4-486a-b875-e62f4bf46796 24557 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:05024fd3b971cd0839572020c8df0661a5ab715f29b5a3f93b51c5db14771b1a cni.projectcalico.org/podIP:192.168.136.63/32 cni.projectcalico.org/podIPs:192.168.136.63/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004277bc7 0xc004277bc8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.63\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-s6vxd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-s6vxd,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.63,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://c58eea70448d74ada7ba53a6a24f9d1d4864710735159e96b5cfe0e4c056a0b7,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.63,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.235: INFO: Pod "webserver-deployment-7f5969cbc7-646hp" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-646hp webserver-deployment-7f5969cbc7- deployment-9709 098d81ae-d3a1-494f-b8d3-79ceed44488a 24538 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:955c936cc81181d7772382d92aa004a32ec41aadcb72d936ccb3665ac60e55ac cni.projectcalico.org/podIP:192.168.136.19/32 cni.projectcalico.org/podIPs:192.168.136.19/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004277dd7 0xc004277dd8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.19\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-nwj9x,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-nwj9x,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.19,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://afc9f2495479840e1dae4fdb4f7c66b08cdf7d3444cfde61a5ccfa9430510573,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.19,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-76ptc" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-76ptc webserver-deployment-7f5969cbc7- deployment-9709 eccc373b-d0af-438c-aef5-f3f4da859845 24726 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004277fe7 0xc004277fe8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hr588,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hr588,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-7rrfs" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-7rrfs webserver-deployment-7f5969cbc7- deployment-9709 333e18b6-49e7-48fd-a2e5-59123ceb64a0 24810 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:d02e3b9c7463c28f1d8df122e26a67297dee21fb67cc2ee2f3eb16654cbb6d99 cni.projectcalico.org/podIP:192.168.134.186/32 cni.projectcalico.org/podIPs:192.168.134.186/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44150 0xc004a44151}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-74nkl,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-74nkl,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-8gjfl" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-8gjfl webserver-deployment-7f5969cbc7- deployment-9709 a9151495-783e-45fe-84bd-dc8e8c04601e 24787 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:5fd7ed377fc4704904bcce47205f22358da184e1b0e4f5d7a5a12fff845eef79 cni.projectcalico.org/podIP:192.168.136.52/32 cni.projectcalico.org/podIPs:192.168.136.52/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a442d0 0xc004a442d1}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-rg97w,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-rg97w,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-9gmcw" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-9gmcw webserver-deployment-7f5969cbc7- deployment-9709 fa51fe55-191f-4b2b-8efd-87911191215f 24807 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:dad2b12185b3781c91144fefa1c3a1053cbd93d1fd664921547e4ab1cf28ad10 cni.projectcalico.org/podIP:192.168.136.18/32 cni.projectcalico.org/podIPs:192.168.136.18/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a444b7 0xc004a444b8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-ntqhv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ntqhv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-dvtn8 webserver-deployment-7f5969cbc7- deployment-9709 a2ab574f-49b9-44f9-8cdd-c25debf08769 24548 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:380b7d2663f9bdfb36ca1d3dfb9cb800526b0e0facf3654480fbc9d66ba70083 cni.projectcalico.org/podIP:192.168.136.8/32 cni.projectcalico.org/podIPs:192.168.136.8/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44660 0xc004a44661}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.8\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-fk2nv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-fk2nv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.8,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://61c2699b16de1e44d447dff2e09d0c49cc1438231757da65845d736c3587ac22,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.8,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-f6zfc" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-f6zfc webserver-deployment-7f5969cbc7- deployment-9709 5bea599e-a8d6-4bdf-9fc5-d9680f6d415e 24702 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44877 0xc004a44878}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-ln6pp,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ln6pp,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-gnkv2" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-gnkv2 webserver-deployment-7f5969cbc7- deployment-9709 7b8f418b-c1e2-4f71-89b1-e22c718cbc2e 24513 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:af96f8fde1ff7a682bf992ba7d92a0acc1ed5bf0f3754566cf41cfb32de9ca2c cni.projectcalico.org/podIP:192.168.134.182/32 cni.projectcalico.org/podIPs:192.168.134.182/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a449f0 0xc004a449f1}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.182\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-dtk5s,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-dtk5s,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.182,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://4e876cebb3c617e945ba925a9a4d1f0f1827e34837ab11abf257fdb425cf5ba3,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.182,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-h7pt2" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-h7pt2 webserver-deployment-7f5969cbc7- deployment-9709 8f9427d6-9499-4924-9d1c-32778ec2903f 24742 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44c07 0xc004a44c08}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-ldgv7,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ldgv7,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-jj8vj" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-jj8vj webserver-deployment-7f5969cbc7- deployment-9709 956dd69c-2a6b-47d8-99f4-72fd843920a8 24794 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:648f9f912be4d3889a27b7d1fe295f8016c4b72f25efcf2f4cb6fa7c904076e5 cni.projectcalico.org/podIP:192.168.136.40/32 cni.projectcalico.org/podIPs:192.168.136.40/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44dd7 0xc004a44dd8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gpk68,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gpk68,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-ms9d4" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-ms9d4 webserver-deployment-7f5969cbc7- deployment-9709 8b53c368-0113-486c-addd-3536fe78ddb7 24781 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:d5e4707e9f6de693a10b906b5481b7d45c8b4539032830d614e00112062fdd82 cni.projectcalico.org/podIP:192.168.134.149/32 cni.projectcalico.org/podIPs:192.168.134.149/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a45190 0xc004a45191}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hpl77,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hpl77,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-pp9bq webserver-deployment-7f5969cbc7- deployment-9709 13e396b7-9ae2-44ce-9a15-9627abdd65d3 24529 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:d78b3a35c43a9213b1fa8eda83b93efb68993331c98e31d7bb29a3c7387d7165 cni.projectcalico.org/podIP:192.168.136.24/32 cni.projectcalico.org/podIPs:192.168.136.24/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba2200 0xc004ba2201}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.24\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-g2prn,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-g2prn,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.24,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://53b17864e7d95391294cf31997cbce2fbc4ac0074c7e44f35909470c4ab98897,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.24,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-qmmwx" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-qmmwx webserver-deployment-7f5969cbc7- deployment-9709 c4debbc9-cfa0-49bc-b133-4da01231e8b6 24777 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:379d010359d57e4377e9e57eb067b3598632297028489d17b1cd88e2d108b40f cni.projectcalico.org/podIP:192.168.136.25/32 cni.projectcalico.org/podIPs:192.168.136.25/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba2937 0xc004ba2938}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-nbdsg,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-nbdsg,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-qqjvk" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-qqjvk webserver-deployment-7f5969cbc7- deployment-9709 87fa603e-62e6-49a4-9085-ce90dfcb1822 24707 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba2ec0 0xc004ba2ec1}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hbvbm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hbvbm,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-vkz57 webserver-deployment-7f5969cbc7- deployment-9709 703fb9db-91e1-4f47-ba13-fdcb9c3b0693 24546 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:cb6dbb3851b0ea24b5b3963fe39554841c1900db8ae04eede51cd4eb444f378c cni.projectcalico.org/podIP:192.168.134.152/32 cni.projectcalico.org/podIPs:192.168.134.152/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba3750 0xc004ba3751}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.152\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gztwv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gztwv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.152,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://0e9cfacf5e9ed0559aed4775df417ba75c2ac3b6f7cde758c2f04a79fa76567d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.152,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-wfdc2" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-wfdc2 webserver-deployment-7f5969cbc7- deployment-9709 968ab011-4a79-482c-a94b-6391063d7fb0 24776 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:3d285f8dd32c2a24562fb57b1bcfc9ed1113b6badb7ca6c84a9808d30add0b3e cni.projectcalico.org/podIP:192.168.134.174/32 cni.projectcalico.org/podIPs:192.168.134.174/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba3dd7 0xc004ba3dd8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-q9z7p,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-q9z7p,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.240: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm" is available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-wwfbm webserver-deployment-7f5969cbc7- deployment-9709 a0d77c33-4555-40a0-89ff-54c2ad18a9e0 24554 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:9ece4b33149c6324857ced0668de8124af7b47bf50f742951cb3570dd9c999d0 cni.projectcalico.org/podIP:192.168.134.153/32 cni.projectcalico.org/podIPs:192.168.134.153/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc000c43140 0xc000c43141}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.153\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xhjwj,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xhjwj,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.153,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://e30a3b0853d835cf551b531c217c904e1cd54bb7004ec4a0c0aea7be3bb1d1bf,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.153,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.240: INFO: Pod "webserver-deployment-7f5969cbc7-z5z8f" is not available: +&Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-z5z8f webserver-deployment-7f5969cbc7- deployment-9709 d8848742-c6b7-41cc-b660-b63274e8ac25 24756 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:f30fb7003ca643cd7571414d6dcaee65b66400ecab7ccc9ba417ccad153b2022 cni.projectcalico.org/podIP:192.168.134.170/32 cni.projectcalico.org/podIPs:192.168.134.170/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc000c43b97 0xc000c43b98}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-444ld,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-444ld,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-578kj" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-578kj webserver-deployment-d9f79cb5- deployment-9709 44ff7fe9-41b1-4210-8e3b-e91708c61201 24720 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc000c0eb97 0xc000c0eb98}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-p6555,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-p6555,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-7z8v9" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-7z8v9 webserver-deployment-d9f79cb5- deployment-9709 ffd1c4ca-ae6f-4731-8c3e-b7c41821dbf2 24686 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc000c0f5f7 0xc000c0f5f8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qn6sz,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qn6sz,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-974wm" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-974wm webserver-deployment-d9f79cb5- deployment-9709 0dce84ab-1811-4410-8963-812a0542a248 24633 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:0e6ef833cd25cd84483647becfa99e743ce45af08f5029617fadb4b19c5821ec cni.projectcalico.org/podIP:192.168.136.16/32 cni.projectcalico.org/podIPs:192.168.136.16/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc000c0fb4f 0xc000c0fbd0}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zf5gv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zf5gv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-bjd4p" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-bjd4p webserver-deployment-d9f79cb5- deployment-9709 4eb649f6-71b6-461e-ac9d-f885263caaca 24630 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:90b2ff1cf4c2429984092556871e86b0c56ca0503b1ad0056396fbf02a00f6c9 cni.projectcalico.org/podIP:192.168.134.144/32 cni.projectcalico.org/podIPs:192.168.134.144/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0009b8147 0xc0009b8148}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-mqscx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-mqscx,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-dhf74" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-dhf74 webserver-deployment-d9f79cb5- deployment-9709 926888e0-cb6d-42c2-93b1-5496aeab6f25 24800 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:59375640256f93291887682483c6ea09f2a35b362f421f1128c546b89d79d7f5 cni.projectcalico.org/podIP:192.168.134.175/32 cni.projectcalico.org/podIPs:192.168.134.175/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0009b83c7 0xc0009b83c8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qp5cc,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qp5cc,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-fwswr" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-fwswr webserver-deployment-d9f79cb5- deployment-9709 63eb8373-ba32-49d9-a8a4-0157305f626b 24711 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0009b8887 0xc0009b8888}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-s7hcd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-s7hcd,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-gwvrn" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-gwvrn webserver-deployment-d9f79cb5- deployment-9709 3e2030db-7f8c-4c02-ad07-8d7676fa0f38 24773 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:50927e63a1cb7fc8548aa9c4fdaf031a8e1910ec9a50e9f5424b811f89630248 cni.projectcalico.org/podIP:192.168.136.50/32 cni.projectcalico.org/podIPs:192.168.136.50/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0041460cf 0xc0041460e0}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-v2485,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-v2485,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-h72v2" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-h72v2 webserver-deployment-d9f79cb5- deployment-9709 53922cdb-1bfd-4cc6-bddc-0be5efe0d4df 24766 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:0a9627428a7c75a7d99898805920f711bd6aedc79c8e6197666d223a9b8690e4 cni.projectcalico.org/podIP:192.168.134.159/32 cni.projectcalico.org/podIPs:192.168.134.159/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc00414625f 0xc004146270}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-9szvv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-9szvv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-ks9qw" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-ks9qw webserver-deployment-d9f79cb5- deployment-9709 78d910f7-ed70-433c-b18b-7dae9def0b1c 24761 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:7413a8fd8712e45aad06c7373feef659b48a4d80ffc401e2f19a88adf016f29b cni.projectcalico.org/podIP:192.168.136.60/32 cni.projectcalico.org/podIPs:192.168.136.60/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc004146487 0xc004146488}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-8dj98,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-8dj98,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-ld78h" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-ld78h webserver-deployment-d9f79cb5- deployment-9709 8b28d349-16e6-422b-af37-b40c44033526 24626 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:9b04b936fe0daa23a847feca5dc980ab7bebb77774554b4406eba6c4071e9035 cni.projectcalico.org/podIP:192.168.136.21/32 cni.projectcalico.org/podIPs:192.168.136.21/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc00414661f 0xc004146630}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hdv42,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hdv42,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-n67t7" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-n67t7 webserver-deployment-d9f79cb5- deployment-9709 ffeba3ca-2c60-43f5-a40d-ec441ffba767 24708 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc004146857 0xc004146858}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-sbsw5,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-sbsw5,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-rmbmb" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-rmbmb webserver-deployment-d9f79cb5- deployment-9709 167db30b-00a6-414f-a705-c148bc685020 24640 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:12138577ae4e70ddc2be87360acb2228523a27045109147103217bdda076f9fc cni.projectcalico.org/podIP:192.168.134.142/32 cni.projectcalico.org/podIPs:192.168.134.142/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0041469cf 0xc0041469e0}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xrh9m,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xrh9m,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-t5mrv" is not available: +&Pod{ObjectMeta:{webserver-deployment-d9f79cb5-t5mrv webserver-deployment-d9f79cb5- deployment-9709 cfaa6808-d798-4b4a-bd43-be550e301c6e 24653 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:673c3f5f33f1f2f05f20ff3f7837ad37f05c1f5df190479b5a8152e351aac137 cni.projectcalico.org/podIP:192.168.136.23/32 cni.projectcalico.org/podIPs:192.168.136.23/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc004146c17 0xc004146c18}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-jgfbq,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jgfbq,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:24.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-9709" for this suite. 02/07/23 08:23:24.247 +------------------------------ +• [SLOW TEST] [8.185 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:16.067 + Feb 7 08:23:16.067: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 08:23:16.07 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:16.083 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:16.086 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support proportional scaling [Conformance] + test/e2e/apps/deployment.go:160 + Feb 7 08:23:16.089: INFO: Creating deployment "webserver-deployment" + Feb 7 08:23:16.095: INFO: Waiting for observed generation 1 + Feb 7 08:23:18.105: INFO: Waiting for all required pods to come up + Feb 7 08:23:18.111: INFO: Pod name httpd: Found 10 pods out of 10 + STEP: ensuring each pod is running 02/07/23 08:23:18.111 + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-wwfbm" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-5gnm2" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-5p5q5" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-646hp" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-djd4b" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-dvtn8" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-nlx65" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.111: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-pp9bq" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.112: INFO: Waiting up to 5m0s for pod "webserver-deployment-7f5969cbc7-vkz57" in namespace "deployment-9709" to be "running" + Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-nlx65": Phase="Pending", Reason="", readiness=false. Elapsed: 9.294304ms + Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8": Phase="Pending", Reason="", readiness=false. Elapsed: 9.676441ms + Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57": Phase="Pending", Reason="", readiness=false. Elapsed: 9.545659ms + Feb 7 08:23:18.121: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq": Phase="Pending", Reason="", readiness=false. Elapsed: 9.652511ms + Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-djd4b": Phase="Pending", Reason="", readiness=false. Elapsed: 10.527182ms + Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-646hp": Phase="Pending", Reason="", readiness=false. Elapsed: 10.726729ms + Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2": Phase="Pending", Reason="", readiness=false. Elapsed: 10.910333ms + Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5": Phase="Pending", Reason="", readiness=false. Elapsed: 10.844164ms + Feb 7 08:23:18.122: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm": Phase="Pending", Reason="", readiness=false. Elapsed: 11.135402ms + Feb 7 08:23:20.129: INFO: Pod "webserver-deployment-7f5969cbc7-nlx65": Phase="Running", Reason="", readiness=true. Elapsed: 2.018087621s + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-nlx65" satisfied condition "running" + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8": Phase="Running", Reason="", readiness=true. Elapsed: 2.018390602s + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8" satisfied condition "running" + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq": Phase="Running", Reason="", readiness=true. Elapsed: 2.018669532s + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq" satisfied condition "running" + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm": Phase="Running", Reason="", readiness=true. Elapsed: 2.019662111s + Feb 7 08:23:20.130: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm" satisfied condition "running" + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2": Phase="Running", Reason="", readiness=true. Elapsed: 2.020287008s + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2" satisfied condition "running" + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-646hp": Phase="Running", Reason="", readiness=true. Elapsed: 2.020181059s + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-646hp" satisfied condition "running" + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-djd4b": Phase="Running", Reason="", readiness=true. Elapsed: 2.020168634s + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-djd4b" satisfied condition "running" + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5": Phase="Running", Reason="", readiness=true. Elapsed: 2.020407422s + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5" satisfied condition "running" + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57": Phase="Running", Reason="", readiness=true. Elapsed: 2.019919466s + Feb 7 08:23:20.131: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57" satisfied condition "running" + Feb 7 08:23:20.131: INFO: Waiting for deployment "webserver-deployment" to complete + Feb 7 08:23:20.138: INFO: Updating deployment "webserver-deployment" with a non-existent image + Feb 7 08:23:20.149: INFO: Updating deployment webserver-deployment + Feb 7 08:23:20.149: INFO: Waiting for observed generation 2 + Feb 7 08:23:22.158: INFO: Waiting for the first rollout's replicaset to have .status.availableReplicas = 8 + Feb 7 08:23:22.163: INFO: Waiting for the first rollout's replicaset to have .spec.replicas = 8 + Feb 7 08:23:22.169: INFO: Waiting for the first rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Feb 7 08:23:22.178: INFO: Verifying that the second rollout's replicaset has .status.availableReplicas = 0 + Feb 7 08:23:22.178: INFO: Waiting for the second rollout's replicaset to have .spec.replicas = 5 + Feb 7 08:23:22.181: INFO: Waiting for the second rollout's replicaset of deployment "webserver-deployment" to have desired number of replicas + Feb 7 08:23:22.186: INFO: Verifying that deployment "webserver-deployment" has minimum required number of available replicas + Feb 7 08:23:22.186: INFO: Scaling up the deployment "webserver-deployment" from 10 to 30 + Feb 7 08:23:22.194: INFO: Updating deployment webserver-deployment + Feb 7 08:23:22.194: INFO: Waiting for the replicasets of deployment "webserver-deployment" to have desired number of replicas + Feb 7 08:23:22.199: INFO: Verifying that first rollout's replicaset has .spec.replicas = 20 + Feb 7 08:23:24.205: INFO: Verifying that second rollout's replicaset has .spec.replicas = 13 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 08:23:24.221: INFO: Deployment "webserver-deployment": + &Deployment{ObjectMeta:{webserver-deployment deployment-9709 5df69799-6829-47b5-8117-dd025f147369 24735 3 2023-02-07 08:23:16 +0000 UTC map[name:httpd] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:unavailableReplicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*30,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd] map[] [] [] []} {[] [] [{httpd webserver:404 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0042775a8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:2,MaxSurge:3,},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:3,Replicas:33,UpdatedReplicas:13,AvailableReplicas:8,UnavailableReplicas:25,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:False,Reason:MinimumReplicasUnavailable,Message:Deployment does not have minimum availability.,LastUpdateTime:2023-02-07 08:23:22 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:ReplicaSetUpdated,Message:ReplicaSet "webserver-deployment-d9f79cb5" is progressing.,LastUpdateTime:2023-02-07 08:23:22 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,},},ReadyReplicas:8,CollisionCount:nil,},} + + Feb 7 08:23:24.224: INFO: New ReplicaSet "webserver-deployment-d9f79cb5" of Deployment "webserver-deployment": + &ReplicaSet{ObjectMeta:{webserver-deployment-d9f79cb5 deployment-9709 a16da505-5cda-40bc-ad5a-aaa982ef73b5 24728 3 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment webserver-deployment 5df69799-6829-47b5-8117-dd025f147369 0xc0021c5cc7 0xc0021c5cc8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5df69799-6829-47b5-8117-dd025f147369\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*13,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: d9f79cb5,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [] [] []} {[] [] [{httpd webserver:404 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0021c5d68 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:13,FullyLabeledReplicas:13,ObservedGeneration:3,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:23:24.224: INFO: All old ReplicaSets of Deployment "webserver-deployment": + Feb 7 08:23:24.224: INFO: &ReplicaSet{ObjectMeta:{webserver-deployment-7f5969cbc7 deployment-9709 cb201718-1f78-42b0-a743-3712a0df9c80 24729 3 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[deployment.kubernetes.io/desired-replicas:30 deployment.kubernetes.io/max-replicas:33 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment webserver-deployment 5df69799-6829-47b5-8117-dd025f147369 0xc0021c5bd7 0xc0021c5bd8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5df69799-6829-47b5-8117-dd025f147369\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*20,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: httpd,pod-template-hash: 7f5969cbc7,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc0021c5c68 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:20,FullyLabeledReplicas:20,ObservedGeneration:3,ReadyReplicas:8,AvailableReplicas:8,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:23:24.235: INFO: Pod "webserver-deployment-7f5969cbc7-5gnm2" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-5gnm2 webserver-deployment-7f5969cbc7- deployment-9709 ae4d3fc9-3caf-4a25-873f-8d001007d2c0 24561 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:9167ea6fe832fc67760d621b55b6555cb1b397c57881a11cd36fe489b13ef569 cni.projectcalico.org/podIP:192.168.136.46/32 cni.projectcalico.org/podIPs:192.168.136.46/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc0042779a7 0xc0042779a8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.46\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qrz7v,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qrz7v,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.46,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:18 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://6f16af896f99da6fd6513e3edbf18774dc32d2f03e938eb118fe97c499214287,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.46,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.235: INFO: Pod "webserver-deployment-7f5969cbc7-5p5q5" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-5p5q5 webserver-deployment-7f5969cbc7- deployment-9709 7a97b8cd-1cc4-486a-b875-e62f4bf46796 24557 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:05024fd3b971cd0839572020c8df0661a5ab715f29b5a3f93b51c5db14771b1a cni.projectcalico.org/podIP:192.168.136.63/32 cni.projectcalico.org/podIPs:192.168.136.63/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004277bc7 0xc004277bc8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.63\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-s6vxd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-s6vxd,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.63,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://c58eea70448d74ada7ba53a6a24f9d1d4864710735159e96b5cfe0e4c056a0b7,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.63,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.235: INFO: Pod "webserver-deployment-7f5969cbc7-646hp" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-646hp webserver-deployment-7f5969cbc7- deployment-9709 098d81ae-d3a1-494f-b8d3-79ceed44488a 24538 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:955c936cc81181d7772382d92aa004a32ec41aadcb72d936ccb3665ac60e55ac cni.projectcalico.org/podIP:192.168.136.19/32 cni.projectcalico.org/podIPs:192.168.136.19/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004277dd7 0xc004277dd8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.19\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-nwj9x,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-nwj9x,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.19,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://afc9f2495479840e1dae4fdb4f7c66b08cdf7d3444cfde61a5ccfa9430510573,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.19,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-76ptc" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-76ptc webserver-deployment-7f5969cbc7- deployment-9709 eccc373b-d0af-438c-aef5-f3f4da859845 24726 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004277fe7 0xc004277fe8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hr588,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hr588,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-7rrfs" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-7rrfs webserver-deployment-7f5969cbc7- deployment-9709 333e18b6-49e7-48fd-a2e5-59123ceb64a0 24810 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:d02e3b9c7463c28f1d8df122e26a67297dee21fb67cc2ee2f3eb16654cbb6d99 cni.projectcalico.org/podIP:192.168.134.186/32 cni.projectcalico.org/podIPs:192.168.134.186/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44150 0xc004a44151}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-74nkl,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-74nkl,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-8gjfl" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-8gjfl webserver-deployment-7f5969cbc7- deployment-9709 a9151495-783e-45fe-84bd-dc8e8c04601e 24787 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:5fd7ed377fc4704904bcce47205f22358da184e1b0e4f5d7a5a12fff845eef79 cni.projectcalico.org/podIP:192.168.136.52/32 cni.projectcalico.org/podIPs:192.168.136.52/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a442d0 0xc004a442d1}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-rg97w,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-rg97w,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-9gmcw" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-9gmcw webserver-deployment-7f5969cbc7- deployment-9709 fa51fe55-191f-4b2b-8efd-87911191215f 24807 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:dad2b12185b3781c91144fefa1c3a1053cbd93d1fd664921547e4ab1cf28ad10 cni.projectcalico.org/podIP:192.168.136.18/32 cni.projectcalico.org/podIPs:192.168.136.18/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a444b7 0xc004a444b8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-ntqhv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ntqhv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-dvtn8" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-dvtn8 webserver-deployment-7f5969cbc7- deployment-9709 a2ab574f-49b9-44f9-8cdd-c25debf08769 24548 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:380b7d2663f9bdfb36ca1d3dfb9cb800526b0e0facf3654480fbc9d66ba70083 cni.projectcalico.org/podIP:192.168.136.8/32 cni.projectcalico.org/podIPs:192.168.136.8/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44660 0xc004a44661}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.8\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-fk2nv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-fk2nv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.8,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://61c2699b16de1e44d447dff2e09d0c49cc1438231757da65845d736c3587ac22,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.8,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-f6zfc" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-f6zfc webserver-deployment-7f5969cbc7- deployment-9709 5bea599e-a8d6-4bdf-9fc5-d9680f6d415e 24702 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44877 0xc004a44878}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-ln6pp,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ln6pp,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.236: INFO: Pod "webserver-deployment-7f5969cbc7-gnkv2" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-gnkv2 webserver-deployment-7f5969cbc7- deployment-9709 7b8f418b-c1e2-4f71-89b1-e22c718cbc2e 24513 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:af96f8fde1ff7a682bf992ba7d92a0acc1ed5bf0f3754566cf41cfb32de9ca2c cni.projectcalico.org/podIP:192.168.134.182/32 cni.projectcalico.org/podIPs:192.168.134.182/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a449f0 0xc004a449f1}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.182\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-dtk5s,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-dtk5s,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.182,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://4e876cebb3c617e945ba925a9a4d1f0f1827e34837ab11abf257fdb425cf5ba3,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.182,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-h7pt2" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-h7pt2 webserver-deployment-7f5969cbc7- deployment-9709 8f9427d6-9499-4924-9d1c-32778ec2903f 24742 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44c07 0xc004a44c08}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-ldgv7,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ldgv7,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-jj8vj" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-jj8vj webserver-deployment-7f5969cbc7- deployment-9709 956dd69c-2a6b-47d8-99f4-72fd843920a8 24794 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:648f9f912be4d3889a27b7d1fe295f8016c4b72f25efcf2f4cb6fa7c904076e5 cni.projectcalico.org/podIP:192.168.136.40/32 cni.projectcalico.org/podIPs:192.168.136.40/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a44dd7 0xc004a44dd8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gpk68,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gpk68,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-ms9d4" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-ms9d4 webserver-deployment-7f5969cbc7- deployment-9709 8b53c368-0113-486c-addd-3536fe78ddb7 24781 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:d5e4707e9f6de693a10b906b5481b7d45c8b4539032830d614e00112062fdd82 cni.projectcalico.org/podIP:192.168.134.149/32 cni.projectcalico.org/podIPs:192.168.134.149/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004a45190 0xc004a45191}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hpl77,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hpl77,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-pp9bq" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-pp9bq webserver-deployment-7f5969cbc7- deployment-9709 13e396b7-9ae2-44ce-9a15-9627abdd65d3 24529 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:d78b3a35c43a9213b1fa8eda83b93efb68993331c98e31d7bb29a3c7387d7165 cni.projectcalico.org/podIP:192.168.136.24/32 cni.projectcalico.org/podIPs:192.168.136.24/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba2200 0xc004ba2201}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.24\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-g2prn,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-g2prn,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.24,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://53b17864e7d95391294cf31997cbce2fbc4ac0074c7e44f35909470c4ab98897,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.24,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-qmmwx" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-qmmwx webserver-deployment-7f5969cbc7- deployment-9709 c4debbc9-cfa0-49bc-b133-4da01231e8b6 24777 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:379d010359d57e4377e9e57eb067b3598632297028489d17b1cd88e2d108b40f cni.projectcalico.org/podIP:192.168.136.25/32 cni.projectcalico.org/podIPs:192.168.136.25/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba2937 0xc004ba2938}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-nbdsg,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-nbdsg,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-qqjvk" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-qqjvk webserver-deployment-7f5969cbc7- deployment-9709 87fa603e-62e6-49a4-9085-ce90dfcb1822 24707 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba2ec0 0xc004ba2ec1}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hbvbm,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hbvbm,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-vkz57" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-vkz57 webserver-deployment-7f5969cbc7- deployment-9709 703fb9db-91e1-4f47-ba13-fdcb9c3b0693 24546 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:cb6dbb3851b0ea24b5b3963fe39554841c1900db8ae04eede51cd4eb444f378c cni.projectcalico.org/podIP:192.168.134.152/32 cni.projectcalico.org/podIPs:192.168.134.152/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba3750 0xc004ba3751}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:18 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.152\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-gztwv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-gztwv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.152,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://0e9cfacf5e9ed0559aed4775df417ba75c2ac3b6f7cde758c2f04a79fa76567d,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.152,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.237: INFO: Pod "webserver-deployment-7f5969cbc7-wfdc2" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-wfdc2 webserver-deployment-7f5969cbc7- deployment-9709 968ab011-4a79-482c-a94b-6391063d7fb0 24776 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:3d285f8dd32c2a24562fb57b1bcfc9ed1113b6badb7ca6c84a9808d30add0b3e cni.projectcalico.org/podIP:192.168.134.174/32 cni.projectcalico.org/podIPs:192.168.134.174/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc004ba3dd7 0xc004ba3dd8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-q9z7p,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-q9z7p,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.240: INFO: Pod "webserver-deployment-7f5969cbc7-wwfbm" is available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-wwfbm webserver-deployment-7f5969cbc7- deployment-9709 a0d77c33-4555-40a0-89ff-54c2ad18a9e0 24554 0 2023-02-07 08:23:16 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:9ece4b33149c6324857ced0668de8124af7b47bf50f742951cb3570dd9c999d0 cni.projectcalico.org/podIP:192.168.134.153/32 cni.projectcalico.org/podIPs:192.168.134.153/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc000c43140 0xc000c43141}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:16 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:19 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.134.153\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xhjwj,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xhjwj,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:18 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:16 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:192.168.134.153,StartTime:2023-02-07 08:23:16 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:23:17 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://e30a3b0853d835cf551b531c217c904e1cd54bb7004ec4a0c0aea7be3bb1d1bf,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.134.153,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.240: INFO: Pod "webserver-deployment-7f5969cbc7-z5z8f" is not available: + &Pod{ObjectMeta:{webserver-deployment-7f5969cbc7-z5z8f webserver-deployment-7f5969cbc7- deployment-9709 d8848742-c6b7-41cc-b660-b63274e8ac25 24756 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:7f5969cbc7] map[cni.projectcalico.org/containerID:f30fb7003ca643cd7571414d6dcaee65b66400ecab7ccc9ba417ccad153b2022 cni.projectcalico.org/podIP:192.168.134.170/32 cni.projectcalico.org/podIPs:192.168.134.170/32] [{apps/v1 ReplicaSet webserver-deployment-7f5969cbc7 cb201718-1f78-42b0-a743-3712a0df9c80 0xc000c43b97 0xc000c43b98}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"cb201718-1f78-42b0-a743-3712a0df9c80\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-444ld,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-444ld,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-578kj" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-578kj webserver-deployment-d9f79cb5- deployment-9709 44ff7fe9-41b1-4210-8e3b-e91708c61201 24720 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc000c0eb97 0xc000c0eb98}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-p6555,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-p6555,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-7z8v9" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-7z8v9 webserver-deployment-d9f79cb5- deployment-9709 ffd1c4ca-ae6f-4731-8c3e-b7c41821dbf2 24686 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc000c0f5f7 0xc000c0f5f8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qn6sz,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qn6sz,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-974wm" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-974wm webserver-deployment-d9f79cb5- deployment-9709 0dce84ab-1811-4410-8963-812a0542a248 24633 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:0e6ef833cd25cd84483647becfa99e743ce45af08f5029617fadb4b19c5821ec cni.projectcalico.org/podIP:192.168.136.16/32 cni.projectcalico.org/podIPs:192.168.136.16/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc000c0fb4f 0xc000c0fbd0}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-zf5gv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-zf5gv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-bjd4p" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-bjd4p webserver-deployment-d9f79cb5- deployment-9709 4eb649f6-71b6-461e-ac9d-f885263caaca 24630 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:90b2ff1cf4c2429984092556871e86b0c56ca0503b1ad0056396fbf02a00f6c9 cni.projectcalico.org/podIP:192.168.134.144/32 cni.projectcalico.org/podIPs:192.168.134.144/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0009b8147 0xc0009b8148}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-mqscx,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-mqscx,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-dhf74" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-dhf74 webserver-deployment-d9f79cb5- deployment-9709 926888e0-cb6d-42c2-93b1-5496aeab6f25 24800 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:59375640256f93291887682483c6ea09f2a35b362f421f1128c546b89d79d7f5 cni.projectcalico.org/podIP:192.168.134.175/32 cni.projectcalico.org/podIPs:192.168.134.175/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0009b83c7 0xc0009b83c8}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:24 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qp5cc,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qp5cc,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-fwswr" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-fwswr webserver-deployment-d9f79cb5- deployment-9709 63eb8373-ba32-49d9-a8a4-0157305f626b 24711 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0009b8887 0xc0009b8888}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-s7hcd,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-s7hcd,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-gwvrn" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-gwvrn webserver-deployment-d9f79cb5- deployment-9709 3e2030db-7f8c-4c02-ad07-8d7676fa0f38 24773 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:50927e63a1cb7fc8548aa9c4fdaf031a8e1910ec9a50e9f5424b811f89630248 cni.projectcalico.org/podIP:192.168.136.50/32 cni.projectcalico.org/podIPs:192.168.136.50/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0041460cf 0xc0041460e0}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-v2485,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-v2485,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.241: INFO: Pod "webserver-deployment-d9f79cb5-h72v2" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-h72v2 webserver-deployment-d9f79cb5- deployment-9709 53922cdb-1bfd-4cc6-bddc-0be5efe0d4df 24766 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:0a9627428a7c75a7d99898805920f711bd6aedc79c8e6197666d223a9b8690e4 cni.projectcalico.org/podIP:192.168.134.159/32 cni.projectcalico.org/podIPs:192.168.134.159/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc00414625f 0xc004146270}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-9szvv,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-9szvv,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:22 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-ks9qw" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-ks9qw webserver-deployment-d9f79cb5- deployment-9709 78d910f7-ed70-433c-b18b-7dae9def0b1c 24761 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:7413a8fd8712e45aad06c7373feef659b48a4d80ffc401e2f19a88adf016f29b cni.projectcalico.org/podIP:192.168.136.60/32 cni.projectcalico.org/podIPs:192.168.136.60/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc004146487 0xc004146488}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:23 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-8dj98,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-8dj98,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-ld78h" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-ld78h webserver-deployment-d9f79cb5- deployment-9709 8b28d349-16e6-422b-af37-b40c44033526 24626 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:9b04b936fe0daa23a847feca5dc980ab7bebb77774554b4406eba6c4071e9035 cni.projectcalico.org/podIP:192.168.136.21/32 cni.projectcalico.org/podIPs:192.168.136.21/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc00414661f 0xc004146630}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-hdv42,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-hdv42,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-n67t7" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-n67t7 webserver-deployment-d9f79cb5- deployment-9709 ffeba3ca-2c60-43f5-a40d-ec441ffba767 24708 0 2023-02-07 08:23:22 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc004146857 0xc004146858}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:22 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-sbsw5,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-sbsw5,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:22 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-rmbmb" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-rmbmb webserver-deployment-d9f79cb5- deployment-9709 167db30b-00a6-414f-a705-c148bc685020 24640 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:12138577ae4e70ddc2be87360acb2228523a27045109147103217bdda076f9fc cni.projectcalico.org/podIP:192.168.134.142/32 cni.projectcalico.org/podIPs:192.168.134.142/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc0041469cf 0xc0041469e0}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status} {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-xrh9m,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-xrh9m,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node1,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.41,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:23:24.242: INFO: Pod "webserver-deployment-d9f79cb5-t5mrv" is not available: + &Pod{ObjectMeta:{webserver-deployment-d9f79cb5-t5mrv webserver-deployment-d9f79cb5- deployment-9709 cfaa6808-d798-4b4a-bd43-be550e301c6e 24653 0 2023-02-07 08:23:20 +0000 UTC map[name:httpd pod-template-hash:d9f79cb5] map[cni.projectcalico.org/containerID:673c3f5f33f1f2f05f20ff3f7837ad37f05c1f5df190479b5a8152e351aac137 cni.projectcalico.org/podIP:192.168.136.23/32 cni.projectcalico.org/podIPs:192.168.136.23/32] [{apps/v1 ReplicaSet webserver-deployment-d9f79cb5 a16da505-5cda-40bc-ad5a-aaa982ef73b5 0xc004146c17 0xc004146c18}] [] [{kube-controller-manager Update v1 2023-02-07 08:23:20 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"a16da505-5cda-40bc-ad5a-aaa982ef73b5\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:23:21 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-jgfbq,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:webserver:404,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-jgfbq,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:ContainersReady,Status:False,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:ContainersNotReady,Message:containers with unready status: [httpd],},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:23:20 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:,StartTime:2023-02-07 08:23:20 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,},Running:nil,Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:false,RestartCount:0,Image:webserver:404,ImageID:,ContainerID:,Started:*false,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:24.242: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-9709" for this suite. 02/07/23 08:23:24.247 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:204 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:24.254 +Feb 7 08:23:24.254: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:23:24.255 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:24.27 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:24.273 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:204 +STEP: creating pod 02/07/23 08:23:24.275 +Feb 7 08:23:24.285: INFO: Waiting up to 5m0s for pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc" in namespace "pods-6267" to be "running and ready" +Feb 7 08:23:24.288: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.36342ms +Feb 7 08:23:24.288: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:23:26.296: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011745855s +Feb 7 08:23:26.297: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:23:28.294: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009709843s +Feb 7 08:23:28.294: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:23:30.295: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.010036873s +Feb 7 08:23:30.295: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:23:32.294: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Running", Reason="", readiness=true. Elapsed: 8.009060047s +Feb 7 08:23:32.294: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Running (Ready = true) +Feb 7 08:23:32.294: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc" satisfied condition "running and ready" +Feb 7 08:23:32.304: INFO: Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc has hostIP: 172.30.41.42 +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:32.304: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-6267" for this suite. 02/07/23 08:23:32.31 +------------------------------ +• [SLOW TEST] [8.062 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:204 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:24.254 + Feb 7 08:23:24.254: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:23:24.255 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:24.27 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:24.273 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should get a host IP [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:204 + STEP: creating pod 02/07/23 08:23:24.275 + Feb 7 08:23:24.285: INFO: Waiting up to 5m0s for pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc" in namespace "pods-6267" to be "running and ready" + Feb 7 08:23:24.288: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 3.36342ms + Feb 7 08:23:24.288: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:23:26.296: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011745855s + Feb 7 08:23:26.297: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:23:28.294: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009709843s + Feb 7 08:23:28.294: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:23:30.295: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Pending", Reason="", readiness=false. Elapsed: 6.010036873s + Feb 7 08:23:30.295: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:23:32.294: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc": Phase="Running", Reason="", readiness=true. Elapsed: 8.009060047s + Feb 7 08:23:32.294: INFO: The phase of Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc is Running (Ready = true) + Feb 7 08:23:32.294: INFO: Pod "pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc" satisfied condition "running and ready" + Feb 7 08:23:32.304: INFO: Pod pod-hostip-cab70de6-374b-455f-a5c6-dfe9304dbadc has hostIP: 172.30.41.42 + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:32.304: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-6267" for this suite. 02/07/23 08:23:32.31 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:787 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:32.317 +Feb 7 08:23:32.317: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:23:32.319 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:32.388 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:32.393 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:787 +STEP: creating service endpoint-test2 in namespace services-6328 02/07/23 08:23:32.396 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[] 02/07/23 08:23:32.403 +Feb 7 08:23:32.407: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found +Feb 7 08:23:33.423: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[] +STEP: Creating pod pod1 in namespace services-6328 02/07/23 08:23:33.423 +Feb 7 08:23:33.430: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-6328" to be "running and ready" +Feb 7 08:23:33.433: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.955651ms +Feb 7 08:23:33.433: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:23:35.436: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.006322173s +Feb 7 08:23:35.436: INFO: The phase of Pod pod1 is Running (Ready = true) +Feb 7 08:23:35.436: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[pod1:[80]] 02/07/23 08:23:35.439 +Feb 7 08:23:35.453: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[pod1:[80]] +STEP: Checking if the Service forwards traffic to pod1 02/07/23 08:23:35.453 +Feb 7 08:23:35.453: INFO: Creating new exec pod +Feb 7 08:23:35.457: INFO: Waiting up to 5m0s for pod "execpodzf42g" in namespace "services-6328" to be "running" +Feb 7 08:23:35.460: INFO: Pod "execpodzf42g": Phase="Pending", Reason="", readiness=false. Elapsed: 2.448572ms +Feb 7 08:23:37.464: INFO: Pod "execpodzf42g": Phase="Running", Reason="", readiness=true. Elapsed: 2.006901881s +Feb 7 08:23:37.464: INFO: Pod "execpodzf42g" satisfied condition "running" +Feb 7 08:23:38.465: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 endpoint-test2 80' +Feb 7 08:23:38.691: INFO: stderr: "+ nc -v -z -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Feb 7 08:23:38.691: INFO: stdout: "" +Feb 7 08:23:38.692: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 10.99.131.97 80' +Feb 7 08:23:38.831: INFO: stderr: "+ nc -v -z -w 2 10.99.131.97 80\nConnection to 10.99.131.97 80 port [tcp/http] succeeded!\n" +Feb 7 08:23:38.831: INFO: stdout: "" +STEP: Creating pod pod2 in namespace services-6328 02/07/23 08:23:38.831 +Feb 7 08:23:38.839: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-6328" to be "running and ready" +Feb 7 08:23:38.842: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.956886ms +Feb 7 08:23:38.842: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:23:40.846: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.007167575s +Feb 7 08:23:40.846: INFO: The phase of Pod pod2 is Running (Ready = true) +Feb 7 08:23:40.846: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[pod1:[80] pod2:[80]] 02/07/23 08:23:40.85 +Feb 7 08:23:40.869: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[pod1:[80] pod2:[80]] +STEP: Checking if the Service forwards traffic to pod1 and pod2 02/07/23 08:23:40.869 +Feb 7 08:23:41.870: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 endpoint-test2 80' +Feb 7 08:23:42.081: INFO: stderr: "+ nc -v -z -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Feb 7 08:23:42.081: INFO: stdout: "" +Feb 7 08:23:42.081: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 10.99.131.97 80' +Feb 7 08:23:42.284: INFO: stderr: "+ nc -v -z -w 2 10.99.131.97 80\nConnection to 10.99.131.97 80 port [tcp/http] succeeded!\n" +Feb 7 08:23:42.284: INFO: stdout: "" +STEP: Deleting pod pod1 in namespace services-6328 02/07/23 08:23:42.284 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[pod2:[80]] 02/07/23 08:23:42.299 +Feb 7 08:23:42.366: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[pod2:[80]] +STEP: Checking if the Service forwards traffic to pod2 02/07/23 08:23:42.366 +Feb 7 08:23:43.367: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 endpoint-test2 80' +Feb 7 08:23:43.559: INFO: stderr: "+ nc -v -z -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" +Feb 7 08:23:43.559: INFO: stdout: "" +Feb 7 08:23:43.560: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 10.99.131.97 80' +Feb 7 08:23:43.721: INFO: stderr: "+ nc -v -z -w 2 10.99.131.97 80\nConnection to 10.99.131.97 80 port [tcp/http] succeeded!\n" +Feb 7 08:23:43.721: INFO: stdout: "" +STEP: Deleting pod pod2 in namespace services-6328 02/07/23 08:23:43.721 +STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[] 02/07/23 08:23:43.737 +Feb 7 08:23:44.750: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[] +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:44.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-6328" for this suite. 02/07/23 08:23:44.771 +------------------------------ +• [SLOW TEST] [12.458 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:787 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:32.317 + Feb 7 08:23:32.317: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:23:32.319 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:32.388 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:32.393 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should serve a basic endpoint from pods [Conformance] + test/e2e/network/service.go:787 + STEP: creating service endpoint-test2 in namespace services-6328 02/07/23 08:23:32.396 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[] 02/07/23 08:23:32.403 + Feb 7 08:23:32.407: INFO: Failed go get Endpoints object: endpoints "endpoint-test2" not found + Feb 7 08:23:33.423: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[] + STEP: Creating pod pod1 in namespace services-6328 02/07/23 08:23:33.423 + Feb 7 08:23:33.430: INFO: Waiting up to 5m0s for pod "pod1" in namespace "services-6328" to be "running and ready" + Feb 7 08:23:33.433: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.955651ms + Feb 7 08:23:33.433: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:23:35.436: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 2.006322173s + Feb 7 08:23:35.436: INFO: The phase of Pod pod1 is Running (Ready = true) + Feb 7 08:23:35.436: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[pod1:[80]] 02/07/23 08:23:35.439 + Feb 7 08:23:35.453: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[pod1:[80]] + STEP: Checking if the Service forwards traffic to pod1 02/07/23 08:23:35.453 + Feb 7 08:23:35.453: INFO: Creating new exec pod + Feb 7 08:23:35.457: INFO: Waiting up to 5m0s for pod "execpodzf42g" in namespace "services-6328" to be "running" + Feb 7 08:23:35.460: INFO: Pod "execpodzf42g": Phase="Pending", Reason="", readiness=false. Elapsed: 2.448572ms + Feb 7 08:23:37.464: INFO: Pod "execpodzf42g": Phase="Running", Reason="", readiness=true. Elapsed: 2.006901881s + Feb 7 08:23:37.464: INFO: Pod "execpodzf42g" satisfied condition "running" + Feb 7 08:23:38.465: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 endpoint-test2 80' + Feb 7 08:23:38.691: INFO: stderr: "+ nc -v -z -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Feb 7 08:23:38.691: INFO: stdout: "" + Feb 7 08:23:38.692: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 10.99.131.97 80' + Feb 7 08:23:38.831: INFO: stderr: "+ nc -v -z -w 2 10.99.131.97 80\nConnection to 10.99.131.97 80 port [tcp/http] succeeded!\n" + Feb 7 08:23:38.831: INFO: stdout: "" + STEP: Creating pod pod2 in namespace services-6328 02/07/23 08:23:38.831 + Feb 7 08:23:38.839: INFO: Waiting up to 5m0s for pod "pod2" in namespace "services-6328" to be "running and ready" + Feb 7 08:23:38.842: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.956886ms + Feb 7 08:23:38.842: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:23:40.846: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.007167575s + Feb 7 08:23:40.846: INFO: The phase of Pod pod2 is Running (Ready = true) + Feb 7 08:23:40.846: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[pod1:[80] pod2:[80]] 02/07/23 08:23:40.85 + Feb 7 08:23:40.869: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[pod1:[80] pod2:[80]] + STEP: Checking if the Service forwards traffic to pod1 and pod2 02/07/23 08:23:40.869 + Feb 7 08:23:41.870: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 endpoint-test2 80' + Feb 7 08:23:42.081: INFO: stderr: "+ nc -v -z -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Feb 7 08:23:42.081: INFO: stdout: "" + Feb 7 08:23:42.081: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 10.99.131.97 80' + Feb 7 08:23:42.284: INFO: stderr: "+ nc -v -z -w 2 10.99.131.97 80\nConnection to 10.99.131.97 80 port [tcp/http] succeeded!\n" + Feb 7 08:23:42.284: INFO: stdout: "" + STEP: Deleting pod pod1 in namespace services-6328 02/07/23 08:23:42.284 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[pod2:[80]] 02/07/23 08:23:42.299 + Feb 7 08:23:42.366: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[pod2:[80]] + STEP: Checking if the Service forwards traffic to pod2 02/07/23 08:23:42.366 + Feb 7 08:23:43.367: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 endpoint-test2 80' + Feb 7 08:23:43.559: INFO: stderr: "+ nc -v -z -w 2 endpoint-test2 80\nConnection to endpoint-test2 80 port [tcp/http] succeeded!\n" + Feb 7 08:23:43.559: INFO: stdout: "" + Feb 7 08:23:43.560: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-6328 exec execpodzf42g -- /bin/sh -x -c nc -v -z -w 2 10.99.131.97 80' + Feb 7 08:23:43.721: INFO: stderr: "+ nc -v -z -w 2 10.99.131.97 80\nConnection to 10.99.131.97 80 port [tcp/http] succeeded!\n" + Feb 7 08:23:43.721: INFO: stdout: "" + STEP: Deleting pod pod2 in namespace services-6328 02/07/23 08:23:43.721 + STEP: waiting up to 3m0s for service endpoint-test2 in namespace services-6328 to expose endpoints map[] 02/07/23 08:23:43.737 + Feb 7 08:23:44.750: INFO: successfully validated that service endpoint-test2 in namespace services-6328 exposes endpoints map[] + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:44.768: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-6328" for this suite. 02/07/23 08:23:44.771 + << End Captured GinkgoWriter Output +------------------------------ +[sig-apps] ReplicaSet + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 +[BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:44.776 +Feb 7 08:23:44.776: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replicaset 02/07/23 08:23:44.776 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:44.788 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:44.791 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 +Feb 7 08:23:44.794: INFO: Creating ReplicaSet my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d +Feb 7 08:23:44.799: INFO: Pod name my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d: Found 0 pods out of 1 +Feb 7 08:23:49.804: INFO: Pod name my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d: Found 1 pods out of 1 +Feb 7 08:23:49.804: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d" is running +Feb 7 08:23:49.804: INFO: Waiting up to 5m0s for pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr" in namespace "replicaset-2491" to be "running" +Feb 7 08:23:49.809: INFO: Pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr": Phase="Running", Reason="", readiness=true. Elapsed: 4.845345ms +Feb 7 08:23:49.809: INFO: Pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr" satisfied condition "running" +Feb 7 08:23:49.809: INFO: Pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:44 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:46 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:46 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:44 +0000 UTC Reason: Message:}]) +Feb 7 08:23:49.809: INFO: Trying to dial the pod +Feb 7 08:23:54.827: INFO: Controller my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d: Got expected result from replica 1 [my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr]: "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:23:54.827: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 +STEP: Destroying namespace "replicaset-2491" for this suite. 02/07/23 08:23:54.834 +------------------------------ +• [SLOW TEST] [10.065 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:44.776 + Feb 7 08:23:44.776: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replicaset 02/07/23 08:23:44.776 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:44.788 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:44.791 + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/replica_set.go:111 + Feb 7 08:23:44.794: INFO: Creating ReplicaSet my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d + Feb 7 08:23:44.799: INFO: Pod name my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d: Found 0 pods out of 1 + Feb 7 08:23:49.804: INFO: Pod name my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d: Found 1 pods out of 1 + Feb 7 08:23:49.804: INFO: Ensuring a pod for ReplicaSet "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d" is running + Feb 7 08:23:49.804: INFO: Waiting up to 5m0s for pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr" in namespace "replicaset-2491" to be "running" + Feb 7 08:23:49.809: INFO: Pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr": Phase="Running", Reason="", readiness=true. Elapsed: 4.845345ms + Feb 7 08:23:49.809: INFO: Pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr" satisfied condition "running" + Feb 7 08:23:49.809: INFO: Pod "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:44 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:46 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:46 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:23:44 +0000 UTC Reason: Message:}]) + Feb 7 08:23:49.809: INFO: Trying to dial the pod + Feb 7 08:23:54.827: INFO: Controller my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d: Got expected result from replica 1 [my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr]: "my-hostname-basic-5c79c432-2765-456e-911b-ebc39afddd6d-c7bbr", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:23:54.827: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 + STEP: Destroying namespace "replicaset-2491" for this suite. 02/07/23 08:23:54.834 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2250 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:23:54.843 +Feb 7 08:23:54.843: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:23:54.845 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:54.866 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:54.871 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2250 +STEP: creating service in namespace services-8966 02/07/23 08:23:54.875 +STEP: creating service affinity-nodeport-transition in namespace services-8966 02/07/23 08:23:54.875 +STEP: creating replication controller affinity-nodeport-transition in namespace services-8966 02/07/23 08:23:54.919 +I0207 08:23:54.942939 20 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-8966, replica count: 3 +I0207 08:23:57.994232 20 runners.go:193] affinity-nodeport-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 08:23:58.011: INFO: Creating new exec pod +Feb 7 08:23:58.019: INFO: Waiting up to 5m0s for pod "execpod-affinity5fxg9" in namespace "services-8966" to be "running" +Feb 7 08:23:58.022: INFO: Pod "execpod-affinity5fxg9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.193714ms +Feb 7 08:24:00.028: INFO: Pod "execpod-affinity5fxg9": Phase="Running", Reason="", readiness=true. Elapsed: 2.009686083s +Feb 7 08:24:00.028: INFO: Pod "execpod-affinity5fxg9" satisfied condition "running" +Feb 7 08:24:01.035: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 affinity-nodeport-transition 80' +Feb 7 08:24:01.227: INFO: stderr: "+ nc -v -z -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" +Feb 7 08:24:01.227: INFO: stdout: "" +Feb 7 08:24:01.227: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 10.102.69.72 80' +Feb 7 08:24:01.395: INFO: stderr: "+ nc -v -z -w 2 10.102.69.72 80\nConnection to 10.102.69.72 80 port [tcp/http] succeeded!\n" +Feb 7 08:24:01.395: INFO: stdout: "" +Feb 7 08:24:01.395: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 31182' +Feb 7 08:24:01.569: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 31182\nConnection to 172.30.41.41 31182 port [tcp/*] succeeded!\n" +Feb 7 08:24:01.569: INFO: stdout: "" +Feb 7 08:24:01.569: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 31182' +Feb 7 08:24:01.801: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 31182\nConnection to 172.30.41.42 31182 port [tcp/*] succeeded!\n" +Feb 7 08:24:01.801: INFO: stdout: "" +Feb 7 08:24:01.812: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.30.41.41:31182/ ; done' +Feb 7 08:24:02.140: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n" +Feb 7 08:24:02.140: INFO: stdout: "\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-xhnf5" +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 +Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 +Feb 7 08:24:02.155: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.30.41.41:31182/ ; done' +Feb 7 08:24:02.441: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n" +Feb 7 08:24:02.441: INFO: stdout: "\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b" +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b +Feb 7 08:24:02.442: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-8966, will wait for the garbage collector to delete the pods 02/07/23 08:24:02.46 +Feb 7 08:24:02.524: INFO: Deleting ReplicationController affinity-nodeport-transition took: 9.432932ms +Feb 7 08:24:02.625: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.469066ms +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:05.045: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-8966" for this suite. 02/07/23 08:24:05.048 +------------------------------ +• [SLOW TEST] [10.209 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2250 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:23:54.843 + Feb 7 08:23:54.843: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:23:54.845 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:23:54.866 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:23:54.871 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2250 + STEP: creating service in namespace services-8966 02/07/23 08:23:54.875 + STEP: creating service affinity-nodeport-transition in namespace services-8966 02/07/23 08:23:54.875 + STEP: creating replication controller affinity-nodeport-transition in namespace services-8966 02/07/23 08:23:54.919 + I0207 08:23:54.942939 20 runners.go:193] Created replication controller with name: affinity-nodeport-transition, namespace: services-8966, replica count: 3 + I0207 08:23:57.994232 20 runners.go:193] affinity-nodeport-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 08:23:58.011: INFO: Creating new exec pod + Feb 7 08:23:58.019: INFO: Waiting up to 5m0s for pod "execpod-affinity5fxg9" in namespace "services-8966" to be "running" + Feb 7 08:23:58.022: INFO: Pod "execpod-affinity5fxg9": Phase="Pending", Reason="", readiness=false. Elapsed: 3.193714ms + Feb 7 08:24:00.028: INFO: Pod "execpod-affinity5fxg9": Phase="Running", Reason="", readiness=true. Elapsed: 2.009686083s + Feb 7 08:24:00.028: INFO: Pod "execpod-affinity5fxg9" satisfied condition "running" + Feb 7 08:24:01.035: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 affinity-nodeport-transition 80' + Feb 7 08:24:01.227: INFO: stderr: "+ nc -v -z -w 2 affinity-nodeport-transition 80\nConnection to affinity-nodeport-transition 80 port [tcp/http] succeeded!\n" + Feb 7 08:24:01.227: INFO: stdout: "" + Feb 7 08:24:01.227: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 10.102.69.72 80' + Feb 7 08:24:01.395: INFO: stderr: "+ nc -v -z -w 2 10.102.69.72 80\nConnection to 10.102.69.72 80 port [tcp/http] succeeded!\n" + Feb 7 08:24:01.395: INFO: stdout: "" + Feb 7 08:24:01.395: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 31182' + Feb 7 08:24:01.569: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 31182\nConnection to 172.30.41.41 31182 port [tcp/*] succeeded!\n" + Feb 7 08:24:01.569: INFO: stdout: "" + Feb 7 08:24:01.569: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 31182' + Feb 7 08:24:01.801: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 31182\nConnection to 172.30.41.42 31182 port [tcp/*] succeeded!\n" + Feb 7 08:24:01.801: INFO: stdout: "" + Feb 7 08:24:01.812: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.30.41.41:31182/ ; done' + Feb 7 08:24:02.140: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n" + Feb 7 08:24:02.140: INFO: stdout: "\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-xhnf5\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-8vcw2\naffinity-nodeport-transition-xhnf5" + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-8vcw2 + Feb 7 08:24:02.140: INFO: Received response from host: affinity-nodeport-transition-xhnf5 + Feb 7 08:24:02.155: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-8966 exec execpod-affinity5fxg9 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.30.41.41:31182/ ; done' + Feb 7 08:24:02.441: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31182/\n" + Feb 7 08:24:02.441: INFO: stdout: "\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b\naffinity-nodeport-transition-xmt7b" + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.441: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Received response from host: affinity-nodeport-transition-xmt7b + Feb 7 08:24:02.442: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport-transition in namespace services-8966, will wait for the garbage collector to delete the pods 02/07/23 08:24:02.46 + Feb 7 08:24:02.524: INFO: Deleting ReplicationController affinity-nodeport-transition took: 9.432932ms + Feb 7 08:24:02.625: INFO: Terminating ReplicationController affinity-nodeport-transition pods took: 100.469066ms + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:05.045: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-8966" for this suite. 02/07/23 08:24:05.048 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-apps] ReplicaSet + Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 +[BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:05.053 +Feb 7 08:24:05.055: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replicaset 02/07/23 08:24:05.058 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:05.067 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:05.069 +[BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 +[It] Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 +STEP: Creating replica set "test-rs" that asks for more than the allowed pod quota 02/07/23 08:24:05.072 +Feb 7 08:24:05.077: INFO: Pod name sample-pod: Found 0 pods out of 1 +Feb 7 08:24:10.086: INFO: Pod name sample-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 02/07/23 08:24:10.086 +STEP: getting scale subresource 02/07/23 08:24:10.086 +STEP: updating a scale subresource 02/07/23 08:24:10.09 +STEP: verifying the replicaset Spec.Replicas was modified 02/07/23 08:24:10.097 +STEP: Patch a scale subresource 02/07/23 08:24:10.1 +[AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:10.114: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 +STEP: Destroying namespace "replicaset-1214" for this suite. 02/07/23 08:24:10.125 +------------------------------ +• [SLOW TEST] [5.078 seconds] +[sig-apps] ReplicaSet +test/e2e/apps/framework.go:23 + Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicaSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:05.053 + Feb 7 08:24:05.055: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replicaset 02/07/23 08:24:05.058 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:05.067 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:05.069 + [BeforeEach] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:31 + [It] Replicaset should have a working scale subresource [Conformance] + test/e2e/apps/replica_set.go:143 + STEP: Creating replica set "test-rs" that asks for more than the allowed pod quota 02/07/23 08:24:05.072 + Feb 7 08:24:05.077: INFO: Pod name sample-pod: Found 0 pods out of 1 + Feb 7 08:24:10.086: INFO: Pod name sample-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 02/07/23 08:24:10.086 + STEP: getting scale subresource 02/07/23 08:24:10.086 + STEP: updating a scale subresource 02/07/23 08:24:10.09 + STEP: verifying the replicaset Spec.Replicas was modified 02/07/23 08:24:10.097 + STEP: Patch a scale subresource 02/07/23 08:24:10.1 + [AfterEach] [sig-apps] ReplicaSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:10.114: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicaSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicaSet + tear down framework | framework.go:193 + STEP: Destroying namespace "replicaset-1214" for this suite. 02/07/23 08:24:10.125 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-storage] Downward API volume + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:193 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:10.132 +Feb 7 08:24:10.132: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:24:10.135 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:10.15 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:10.156 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:193 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:24:10.161 +Feb 7 08:24:10.171: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04" in namespace "downward-api-8659" to be "Succeeded or Failed" +Feb 7 08:24:10.175: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04": Phase="Pending", Reason="", readiness=false. Elapsed: 4.200029ms +Feb 7 08:24:12.181: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009642615s +Feb 7 08:24:14.182: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010812662s +STEP: Saw pod success 02/07/23 08:24:14.182 +Feb 7 08:24:14.182: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04" satisfied condition "Succeeded or Failed" +Feb 7 08:24:14.187: INFO: Trying to get logs from node node2 pod downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04 container client-container: +STEP: delete the pod 02/07/23 08:24:14.198 +Feb 7 08:24:14.216: INFO: Waiting for pod downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04 to disappear +Feb 7 08:24:14.222: INFO: Pod downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:14.222: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-8659" for this suite. 02/07/23 08:24:14.226 +------------------------------ +• [4.100 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:10.132 + Feb 7 08:24:10.132: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:24:10.135 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:10.15 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:10.156 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide container's cpu limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:193 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:24:10.161 + Feb 7 08:24:10.171: INFO: Waiting up to 5m0s for pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04" in namespace "downward-api-8659" to be "Succeeded or Failed" + Feb 7 08:24:10.175: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04": Phase="Pending", Reason="", readiness=false. Elapsed: 4.200029ms + Feb 7 08:24:12.181: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009642615s + Feb 7 08:24:14.182: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010812662s + STEP: Saw pod success 02/07/23 08:24:14.182 + Feb 7 08:24:14.182: INFO: Pod "downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04" satisfied condition "Succeeded or Failed" + Feb 7 08:24:14.187: INFO: Trying to get logs from node node2 pod downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04 container client-container: + STEP: delete the pod 02/07/23 08:24:14.198 + Feb 7 08:24:14.216: INFO: Waiting for pod downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04 to disappear + Feb 7 08:24:14.222: INFO: Pod downwardapi-volume-4732e71a-7439-4306-8252-d64116e40e04 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:14.222: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-8659" for this suite. 02/07/23 08:24:14.226 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] ConfigMap + should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:169 +[BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:14.233 +Feb 7 08:24:14.233: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:24:14.234 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:14.248 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:14.25 +[BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:169 +STEP: creating a ConfigMap 02/07/23 08:24:14.252 +STEP: fetching the ConfigMap 02/07/23 08:24:14.254 +STEP: patching the ConfigMap 02/07/23 08:24:14.257 +STEP: listing all ConfigMaps in all namespaces with a label selector 02/07/23 08:24:14.262 +STEP: deleting the ConfigMap by collection with a label selector 02/07/23 08:24:14.266 +STEP: listing all ConfigMaps in test namespace 02/07/23 08:24:14.271 +[AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:14.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-1718" for this suite. 02/07/23 08:24:14.276 +------------------------------ +• [0.047 seconds] +[sig-node] ConfigMap +test/e2e/common/node/framework.go:23 + should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:169 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:14.233 + Feb 7 08:24:14.233: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:24:14.234 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:14.248 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:14.25 + [BeforeEach] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] should run through a ConfigMap lifecycle [Conformance] + test/e2e/common/node/configmap.go:169 + STEP: creating a ConfigMap 02/07/23 08:24:14.252 + STEP: fetching the ConfigMap 02/07/23 08:24:14.254 + STEP: patching the ConfigMap 02/07/23 08:24:14.257 + STEP: listing all ConfigMaps in all namespaces with a label selector 02/07/23 08:24:14.262 + STEP: deleting the ConfigMap by collection with a label selector 02/07/23 08:24:14.266 + STEP: listing all ConfigMaps in test namespace 02/07/23 08:24:14.271 + [AfterEach] [sig-node] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:14.273: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-1718" for this suite. 02/07/23 08:24:14.276 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:14.288 +Feb 7 08:24:14.288: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 08:24:14.289 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:14.3 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:14.303 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 +STEP: fetching the /apis discovery document 02/07/23 08:24:14.308 +STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 02/07/23 08:24:14.309 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 02/07/23 08:24:14.309 +STEP: fetching the /apis/apiextensions.k8s.io discovery document 02/07/23 08:24:14.309 +STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 02/07/23 08:24:14.311 +STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 02/07/23 08:24:14.311 +STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 02/07/23 08:24:14.313 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:14.313: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "custom-resource-definition-6918" for this suite. 02/07/23 08:24:14.317 +------------------------------ +• [0.034 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:14.288 + Feb 7 08:24:14.288: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 08:24:14.289 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:14.3 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:14.303 + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] should include custom resource definition resources in discovery documents [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:198 + STEP: fetching the /apis discovery document 02/07/23 08:24:14.308 + STEP: finding the apiextensions.k8s.io API group in the /apis discovery document 02/07/23 08:24:14.309 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis discovery document 02/07/23 08:24:14.309 + STEP: fetching the /apis/apiextensions.k8s.io discovery document 02/07/23 08:24:14.309 + STEP: finding the apiextensions.k8s.io/v1 API group/version in the /apis/apiextensions.k8s.io discovery document 02/07/23 08:24:14.311 + STEP: fetching the /apis/apiextensions.k8s.io/v1 discovery document 02/07/23 08:24:14.311 + STEP: finding customresourcedefinitions resources in the /apis/apiextensions.k8s.io/v1 discovery document 02/07/23 08:24:14.313 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:14.313: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "custom-resource-definition-6918" for this suite. 02/07/23 08:24:14.317 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:236 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:14.325 +Feb 7 08:24:14.325: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:24:14.327 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:14.338 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:14.343 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:236 +Feb 7 08:24:14.347: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 02/07/23 08:24:15.844 +Feb 7 08:24:15.844: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 create -f -' +Feb 7 08:24:16.614: INFO: stderr: "" +Feb 7 08:24:16.614: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Feb 7 08:24:16.614: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 delete e2e-test-crd-publish-openapi-173-crds test-cr' +Feb 7 08:24:16.728: INFO: stderr: "" +Feb 7 08:24:16.728: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +Feb 7 08:24:16.728: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 apply -f -' +Feb 7 08:24:17.007: INFO: stderr: "" +Feb 7 08:24:17.008: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" +Feb 7 08:24:17.008: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 delete e2e-test-crd-publish-openapi-173-crds test-cr' +Feb 7 08:24:17.147: INFO: stderr: "" +Feb 7 08:24:17.147: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 02/07/23 08:24:17.147 +Feb 7 08:24:17.147: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 explain e2e-test-crd-publish-openapi-173-crds' +Feb 7 08:24:17.449: INFO: stderr: "" +Feb 7 08:24:17.449: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-173-crd\nVERSION: crd-publish-openapi-test-unknown-in-nested.example.com/v1\n\nDESCRIPTION:\n preserve-unknown-properties in nested field for Testing\n\nFIELDS:\n apiVersion\t\n APIVersion defines the versioned schema of this representation of an\n object. Servers should convert recognized schemas to the latest internal\n value, and may reject unrecognized values. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n\n kind\t\n Kind is a string value representing the REST resource this object\n represents. Servers may infer this from the endpoint the client submits\n requests to. Cannot be updated. In CamelCase. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n\n metadata\t\n Standard object's metadata. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n spec\t<>\n Specification of Waldo\n\n status\t\n Status of Waldo\n\n" +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:18.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-9136" for this suite. 02/07/23 08:24:19 +------------------------------ +• [4.683 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:236 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:14.325 + Feb 7 08:24:14.325: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:24:14.327 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:14.338 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:14.343 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for CRD preserving unknown fields in an embedded object [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:236 + Feb 7 08:24:14.347: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 02/07/23 08:24:15.844 + Feb 7 08:24:15.844: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 create -f -' + Feb 7 08:24:16.614: INFO: stderr: "" + Feb 7 08:24:16.614: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Feb 7 08:24:16.614: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 delete e2e-test-crd-publish-openapi-173-crds test-cr' + Feb 7 08:24:16.728: INFO: stderr: "" + Feb 7 08:24:16.728: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + Feb 7 08:24:16.728: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 apply -f -' + Feb 7 08:24:17.007: INFO: stderr: "" + Feb 7 08:24:17.008: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com/test-cr created\n" + Feb 7 08:24:17.008: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 --namespace=crd-publish-openapi-9136 delete e2e-test-crd-publish-openapi-173-crds test-cr' + Feb 7 08:24:17.147: INFO: stderr: "" + Feb 7 08:24:17.147: INFO: stdout: "e2e-test-crd-publish-openapi-173-crd.crd-publish-openapi-test-unknown-in-nested.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 02/07/23 08:24:17.147 + Feb 7 08:24:17.147: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-9136 explain e2e-test-crd-publish-openapi-173-crds' + Feb 7 08:24:17.449: INFO: stderr: "" + Feb 7 08:24:17.449: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-173-crd\nVERSION: crd-publish-openapi-test-unknown-in-nested.example.com/v1\n\nDESCRIPTION:\n preserve-unknown-properties in nested field for Testing\n\nFIELDS:\n apiVersion\t\n APIVersion defines the versioned schema of this representation of an\n object. Servers should convert recognized schemas to the latest internal\n value, and may reject unrecognized values. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n\n kind\t\n Kind is a string value representing the REST resource this object\n represents. Servers may infer this from the endpoint the client submits\n requests to. Cannot be updated. In CamelCase. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n\n metadata\t\n Standard object's metadata. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n spec\t<>\n Specification of Waldo\n\n status\t\n Status of Waldo\n\n" + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:18.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-9136" for this suite. 02/07/23 08:24:19 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl api-versions + should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:824 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:19.009 +Feb 7 08:24:19.009: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:24:19.011 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:19.024 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:19.028 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:824 +STEP: validating api versions 02/07/23 08:24:19.031 +Feb 7 08:24:19.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5193 api-versions' +Feb 7 08:24:19.143: INFO: stderr: "" +Feb 7 08:24:19.143: INFO: stdout: "admissionregistration.k8s.io/v1\napiextensions.k8s.io/v1\napiregistration.k8s.io/v1\napps/v1\nauthentication.k8s.io/v1\nauthorization.k8s.io/v1\nautoscaling/v1\nautoscaling/v2\nbatch/v1\ncertificates.k8s.io/v1\ncoordination.k8s.io/v1\ncrd.projectcalico.org/v1\ndiscovery.k8s.io/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta2\nflowcontrol.apiserver.k8s.io/v1beta3\nmetrics.k8s.io/v1beta1\nnetworking.k8s.io/v1\nnode.k8s.io/v1\npolicy/v1\nrbac.authorization.k8s.io/v1\nscheduling.k8s.io/v1\nstorage.k8s.io/v1\nstorage.k8s.io/v1beta1\nv1\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:19.143: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-5193" for this suite. 02/07/23 08:24:19.147 +------------------------------ +• [0.146 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl api-versions + test/e2e/kubectl/kubectl.go:818 + should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:824 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:19.009 + Feb 7 08:24:19.009: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:24:19.011 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:19.024 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:19.028 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should check if v1 is in available api versions [Conformance] + test/e2e/kubectl/kubectl.go:824 + STEP: validating api versions 02/07/23 08:24:19.031 + Feb 7 08:24:19.031: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5193 api-versions' + Feb 7 08:24:19.143: INFO: stderr: "" + Feb 7 08:24:19.143: INFO: stdout: "admissionregistration.k8s.io/v1\napiextensions.k8s.io/v1\napiregistration.k8s.io/v1\napps/v1\nauthentication.k8s.io/v1\nauthorization.k8s.io/v1\nautoscaling/v1\nautoscaling/v2\nbatch/v1\ncertificates.k8s.io/v1\ncoordination.k8s.io/v1\ncrd.projectcalico.org/v1\ndiscovery.k8s.io/v1\nevents.k8s.io/v1\nflowcontrol.apiserver.k8s.io/v1beta2\nflowcontrol.apiserver.k8s.io/v1beta3\nmetrics.k8s.io/v1beta1\nnetworking.k8s.io/v1\nnode.k8s.io/v1\npolicy/v1\nrbac.authorization.k8s.io/v1\nscheduling.k8s.io/v1\nstorage.k8s.io/v1\nstorage.k8s.io/v1beta1\nv1\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:19.143: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-5193" for this suite. 02/07/23 08:24:19.147 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:448 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:19.157 +Feb 7 08:24:19.157: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:24:19.158 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:19.176 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:19.178 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:448 +STEP: Counting existing ResourceQuota 02/07/23 08:24:19.181 +STEP: Creating a ResourceQuota 02/07/23 08:24:24.184 +STEP: Ensuring resource quota status is calculated 02/07/23 08:24:24.188 +STEP: Creating a ReplicaSet 02/07/23 08:24:26.192 +STEP: Ensuring resource quota status captures replicaset creation 02/07/23 08:24:26.209 +STEP: Deleting a ReplicaSet 02/07/23 08:24:28.214 +STEP: Ensuring resource quota status released usage 02/07/23 08:24:28.22 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:30.228: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-5655" for this suite. 02/07/23 08:24:30.235 +------------------------------ +• [SLOW TEST] [11.086 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:448 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:19.157 + Feb 7 08:24:19.157: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:24:19.158 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:19.176 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:19.178 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and capture the life of a replica set. [Conformance] + test/e2e/apimachinery/resource_quota.go:448 + STEP: Counting existing ResourceQuota 02/07/23 08:24:19.181 + STEP: Creating a ResourceQuota 02/07/23 08:24:24.184 + STEP: Ensuring resource quota status is calculated 02/07/23 08:24:24.188 + STEP: Creating a ReplicaSet 02/07/23 08:24:26.192 + STEP: Ensuring resource quota status captures replicaset creation 02/07/23 08:24:26.209 + STEP: Deleting a ReplicaSet 02/07/23 08:24:28.214 + STEP: Ensuring resource quota status released usage 02/07/23 08:24:28.22 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:30.228: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-5655" for this suite. 02/07/23 08:24:30.235 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:194 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:30.243 +Feb 7 08:24:30.243: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:24:30.244 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:30.258 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:30.26 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:194 +Feb 7 08:24:30.262: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 02/07/23 08:24:31.756 +Feb 7 08:24:31.756: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 create -f -' +Feb 7 08:24:32.410: INFO: stderr: "" +Feb 7 08:24:32.410: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Feb 7 08:24:32.410: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 delete e2e-test-crd-publish-openapi-6958-crds test-cr' +Feb 7 08:24:32.507: INFO: stderr: "" +Feb 7 08:24:32.507: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +Feb 7 08:24:32.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 apply -f -' +Feb 7 08:24:32.758: INFO: stderr: "" +Feb 7 08:24:32.758: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" +Feb 7 08:24:32.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 delete e2e-test-crd-publish-openapi-6958-crds test-cr' +Feb 7 08:24:32.864: INFO: stderr: "" +Feb 7 08:24:32.864: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR 02/07/23 08:24:32.864 +Feb 7 08:24:32.865: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 explain e2e-test-crd-publish-openapi-6958-crds' +Feb 7 08:24:33.083: INFO: stderr: "" +Feb 7 08:24:33.083: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6958-crd\nVERSION: crd-publish-openapi-test-unknown-at-root.example.com/v1\n\nDESCRIPTION:\n \n" +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:24:34.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-8352" for this suite. 02/07/23 08:24:34.648 +------------------------------ +• [4.412 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:194 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:30.243 + Feb 7 08:24:30.243: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:24:30.244 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:30.258 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:30.26 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for CRD preserving unknown fields at the schema root [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:194 + Feb 7 08:24:30.262: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 02/07/23 08:24:31.756 + Feb 7 08:24:31.756: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 create -f -' + Feb 7 08:24:32.410: INFO: stderr: "" + Feb 7 08:24:32.410: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Feb 7 08:24:32.410: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 delete e2e-test-crd-publish-openapi-6958-crds test-cr' + Feb 7 08:24:32.507: INFO: stderr: "" + Feb 7 08:24:32.507: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + Feb 7 08:24:32.507: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 apply -f -' + Feb 7 08:24:32.758: INFO: stderr: "" + Feb 7 08:24:32.758: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com/test-cr created\n" + Feb 7 08:24:32.758: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 --namespace=crd-publish-openapi-8352 delete e2e-test-crd-publish-openapi-6958-crds test-cr' + Feb 7 08:24:32.864: INFO: stderr: "" + Feb 7 08:24:32.864: INFO: stdout: "e2e-test-crd-publish-openapi-6958-crd.crd-publish-openapi-test-unknown-at-root.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR 02/07/23 08:24:32.864 + Feb 7 08:24:32.865: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-8352 explain e2e-test-crd-publish-openapi-6958-crds' + Feb 7 08:24:33.083: INFO: stderr: "" + Feb 7 08:24:33.083: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-6958-crd\nVERSION: crd-publish-openapi-test-unknown-at-root.example.com/v1\n\nDESCRIPTION:\n \n" + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:24:34.638: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-8352" for this suite. 02/07/23 08:24:34.648 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:306 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:24:34.657 +Feb 7 08:24:34.657: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 08:24:34.659 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:34.671 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:34.674 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-5291 02/07/23 08:24:34.677 +[It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:306 +STEP: Creating a new StatefulSet 02/07/23 08:24:34.682 +Feb 7 08:24:34.694: INFO: Found 0 stateful pods, waiting for 3 +Feb 7 08:24:44.702: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:24:44.702: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:24:44.702: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:24:44.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 08:24:44.917: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 08:24:44.917: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 08:24:44.917: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss2-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +STEP: Updating StatefulSet template: update image from registry.k8s.io/e2e-test-images/httpd:2.4.38-4 to registry.k8s.io/e2e-test-images/httpd:2.4.39-4 02/07/23 08:24:54.941 +Feb 7 08:24:54.962: INFO: Updating stateful set ss2 +STEP: Creating a new revision 02/07/23 08:24:54.962 +STEP: Updating Pods in reverse ordinal order 02/07/23 08:25:04.992 +Feb 7 08:25:04.998: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 08:25:05.202: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 08:25:05.202: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 08:25:05.202: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss2-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +Feb 7 08:25:15.235: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update +Feb 7 08:25:15.235: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:15.235: INFO: Waiting for Pod statefulset-5291/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:25.247: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update +Feb 7 08:25:25.247: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:25.247: INFO: Waiting for Pod statefulset-5291/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:35.250: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update +Feb 7 08:25:35.250: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:35.250: INFO: Waiting for Pod statefulset-5291/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:45.250: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update +Feb 7 08:25:45.250: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:25:55.248: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update +Feb 7 08:25:55.249: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:26:05.247: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update +Feb 7 08:26:05.247: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +STEP: Rolling back to a previous revision 02/07/23 08:26:15.252 +Feb 7 08:26:15.252: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' +Feb 7 08:26:15.498: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" +Feb 7 08:26:15.498: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" +Feb 7 08:26:15.498: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss2-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + +Feb 7 08:26:25.548: INFO: Updating stateful set ss2 +STEP: Rolling back update in reverse ordinal order 02/07/23 08:26:35.57 +Feb 7 08:26:35.577: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' +Feb 7 08:26:35.820: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" +Feb 7 08:26:35.820: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" +Feb 7 08:26:35.820: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss2-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 08:26:45.853: INFO: Deleting all statefulset in ns statefulset-5291 +Feb 7 08:26:45.857: INFO: Scaling statefulset ss2 to 0 +Feb 7 08:26:55.883: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 08:26:55.887: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:26:55.904: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-5291" for this suite. 02/07/23 08:26:55.908 +------------------------------ +• [SLOW TEST] [141.255 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:306 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:24:34.657 + Feb 7 08:24:34.657: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 08:24:34.659 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:24:34.671 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:24:34.674 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-5291 02/07/23 08:24:34.677 + [It] should perform rolling updates and roll backs of template modifications [Conformance] + test/e2e/apps/statefulset.go:306 + STEP: Creating a new StatefulSet 02/07/23 08:24:34.682 + Feb 7 08:24:34.694: INFO: Found 0 stateful pods, waiting for 3 + Feb 7 08:24:44.702: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:24:44.702: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:24:44.702: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:24:44.717: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 08:24:44.917: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 08:24:44.917: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 08:24:44.917: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss2-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + STEP: Updating StatefulSet template: update image from registry.k8s.io/e2e-test-images/httpd:2.4.38-4 to registry.k8s.io/e2e-test-images/httpd:2.4.39-4 02/07/23 08:24:54.941 + Feb 7 08:24:54.962: INFO: Updating stateful set ss2 + STEP: Creating a new revision 02/07/23 08:24:54.962 + STEP: Updating Pods in reverse ordinal order 02/07/23 08:25:04.992 + Feb 7 08:25:04.998: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 08:25:05.202: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 08:25:05.202: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 08:25:05.202: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss2-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + Feb 7 08:25:15.235: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update + Feb 7 08:25:15.235: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:15.235: INFO: Waiting for Pod statefulset-5291/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:25.247: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update + Feb 7 08:25:25.247: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:25.247: INFO: Waiting for Pod statefulset-5291/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:35.250: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update + Feb 7 08:25:35.250: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:35.250: INFO: Waiting for Pod statefulset-5291/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:45.250: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update + Feb 7 08:25:45.250: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:25:55.248: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update + Feb 7 08:25:55.249: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:26:05.247: INFO: Waiting for StatefulSet statefulset-5291/ss2 to complete update + Feb 7 08:26:05.247: INFO: Waiting for Pod statefulset-5291/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + STEP: Rolling back to a previous revision 02/07/23 08:26:15.252 + Feb 7 08:26:15.252: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true' + Feb 7 08:26:15.498: INFO: stderr: "+ mv -v /usr/local/apache2/htdocs/index.html /tmp/\n" + Feb 7 08:26:15.498: INFO: stdout: "'/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html'\n" + Feb 7 08:26:15.498: INFO: stdout of mv -v /usr/local/apache2/htdocs/index.html /tmp/ || true on ss2-1: '/usr/local/apache2/htdocs/index.html' -> '/tmp/index.html' + + Feb 7 08:26:25.548: INFO: Updating stateful set ss2 + STEP: Rolling back update in reverse ordinal order 02/07/23 08:26:35.57 + Feb 7 08:26:35.577: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=statefulset-5291 exec ss2-1 -- /bin/sh -x -c mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true' + Feb 7 08:26:35.820: INFO: stderr: "+ mv -v /tmp/index.html /usr/local/apache2/htdocs/\n" + Feb 7 08:26:35.820: INFO: stdout: "'/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html'\n" + Feb 7 08:26:35.820: INFO: stdout of mv -v /tmp/index.html /usr/local/apache2/htdocs/ || true on ss2-1: '/tmp/index.html' -> '/usr/local/apache2/htdocs/index.html' + + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 08:26:45.853: INFO: Deleting all statefulset in ns statefulset-5291 + Feb 7 08:26:45.857: INFO: Scaling statefulset ss2 to 0 + Feb 7 08:26:55.883: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 08:26:55.887: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:26:55.904: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-5291" for this suite. 02/07/23 08:26:55.908 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-apps] Daemon set [Serial] + should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:294 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:26:55.912 +Feb 7 08:26:55.912: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 08:26:55.913 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:26:55.921 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:26:55.922 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:294 +STEP: Creating a simple DaemonSet "daemon-set" 02/07/23 08:26:55.932 +STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:26:55.934 +Feb 7 08:26:55.938: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:26:55.938: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:26:56.951: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:26:56.951: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:26:57.952: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:26:57.952: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived. 02/07/23 08:26:57.956 +Feb 7 08:26:57.984: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:26:57.984: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 08:26:58.998: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:26:58.998: INFO: Node node2 is running 0 daemon pod, expected 1 +Feb 7 08:26:59.999: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:26:59.999: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Wait for the failed daemon pod to be completely deleted. 02/07/23 08:26:59.999 +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:27:00.006 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7758, will wait for the garbage collector to delete the pods 02/07/23 08:27:00.007 +Feb 7 08:27:00.069: INFO: Deleting DaemonSet.extensions daemon-set took: 7.758543ms +Feb 7 08:27:00.170: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.736677ms +Feb 7 08:27:02.276: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:27:02.276: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Feb 7 08:27:02.281: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"26492"},"items":null} + +Feb 7 08:27:02.285: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"26492"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:02.299: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-7758" for this suite. 02/07/23 08:27:02.303 +------------------------------ +• [SLOW TEST] [6.398 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:294 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:26:55.912 + Feb 7 08:26:55.912: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 08:26:55.913 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:26:55.921 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:26:55.922 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should retry creating failed daemon pods [Conformance] + test/e2e/apps/daemon_set.go:294 + STEP: Creating a simple DaemonSet "daemon-set" 02/07/23 08:26:55.932 + STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:26:55.934 + Feb 7 08:26:55.938: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:26:55.938: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:26:56.951: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:26:56.951: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:26:57.952: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:26:57.952: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Set a daemon pod's phase to 'Failed', check that the daemon pod is revived. 02/07/23 08:26:57.956 + Feb 7 08:26:57.984: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:26:57.984: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 08:26:58.998: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:26:58.998: INFO: Node node2 is running 0 daemon pod, expected 1 + Feb 7 08:26:59.999: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:26:59.999: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Wait for the failed daemon pod to be completely deleted. 02/07/23 08:26:59.999 + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:27:00.006 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-7758, will wait for the garbage collector to delete the pods 02/07/23 08:27:00.007 + Feb 7 08:27:00.069: INFO: Deleting DaemonSet.extensions daemon-set took: 7.758543ms + Feb 7 08:27:00.170: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.736677ms + Feb 7 08:27:02.276: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:27:02.276: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Feb 7 08:27:02.281: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"26492"},"items":null} + + Feb 7 08:27:02.285: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"26492"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:02.299: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-7758" for this suite. 02/07/23 08:27:02.303 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl server-side dry-run + should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:962 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:02.311 +Feb 7 08:27:02.311: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:27:02.313 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:02.323 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:02.326 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:962 +STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 08:27:02.328 +Feb 7 08:27:02.329: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6481 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-4 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' +Feb 7 08:27:02.448: INFO: stderr: "" +Feb 7 08:27:02.448: INFO: stdout: "pod/e2e-test-httpd-pod created\n" +STEP: replace the image in the pod with server-side dry-run 02/07/23 08:27:02.448 +Feb 7 08:27:02.448: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6481 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "registry.k8s.io/e2e-test-images/busybox:1.29-4"}]}} --dry-run=server' +Feb 7 08:27:03.099: INFO: stderr: "" +Feb 7 08:27:03.099: INFO: stdout: "pod/e2e-test-httpd-pod patched\n" +STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 08:27:03.099 +Feb 7 08:27:03.103: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6481 delete pods e2e-test-httpd-pod' +Feb 7 08:27:05.240: INFO: stderr: "" +Feb 7 08:27:05.240: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:05.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-6481" for this suite. 02/07/23 08:27:05.244 +------------------------------ +• [2.937 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl server-side dry-run + test/e2e/kubectl/kubectl.go:956 + should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:962 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:02.311 + Feb 7 08:27:02.311: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:27:02.313 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:02.323 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:02.326 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should check if kubectl can dry-run update Pods [Conformance] + test/e2e/kubectl/kubectl.go:962 + STEP: running the image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 08:27:02.328 + Feb 7 08:27:02.329: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6481 run e2e-test-httpd-pod --image=registry.k8s.io/e2e-test-images/httpd:2.4.38-4 --pod-running-timeout=2m0s --labels=run=e2e-test-httpd-pod' + Feb 7 08:27:02.448: INFO: stderr: "" + Feb 7 08:27:02.448: INFO: stdout: "pod/e2e-test-httpd-pod created\n" + STEP: replace the image in the pod with server-side dry-run 02/07/23 08:27:02.448 + Feb 7 08:27:02.448: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6481 patch pod e2e-test-httpd-pod -p {"spec":{"containers":[{"name": "e2e-test-httpd-pod","image": "registry.k8s.io/e2e-test-images/busybox:1.29-4"}]}} --dry-run=server' + Feb 7 08:27:03.099: INFO: stderr: "" + Feb 7 08:27:03.099: INFO: stdout: "pod/e2e-test-httpd-pod patched\n" + STEP: verifying the pod e2e-test-httpd-pod has the right image registry.k8s.io/e2e-test-images/httpd:2.4.38-4 02/07/23 08:27:03.099 + Feb 7 08:27:03.103: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-6481 delete pods e2e-test-httpd-pod' + Feb 7 08:27:05.240: INFO: stderr: "" + Feb 7 08:27:05.240: INFO: stdout: "pod \"e2e-test-httpd-pod\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:05.240: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-6481" for this suite. 02/07/23 08:27:05.244 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:442 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:05.25 +Feb 7 08:27:05.250: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:27:05.252 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:05.264 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:05.267 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:442 +STEP: set up a multi version CRD 02/07/23 08:27:05.268 +Feb 7 08:27:05.269: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: mark a version not serverd 02/07/23 08:27:09.193 +STEP: check the unserved version gets removed 02/07/23 08:27:09.23 +STEP: check the other version is not changed 02/07/23 08:27:10.732 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:13.883: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-3958" for this suite. 02/07/23 08:27:13.898 +------------------------------ +• [SLOW TEST] [8.667 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:442 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:05.25 + Feb 7 08:27:05.250: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:27:05.252 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:05.264 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:05.267 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] removes definition from spec when one version gets changed to not be served [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:442 + STEP: set up a multi version CRD 02/07/23 08:27:05.268 + Feb 7 08:27:05.269: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: mark a version not serverd 02/07/23 08:27:09.193 + STEP: check the unserved version gets removed 02/07/23 08:27:09.23 + STEP: check the other version is not changed 02/07/23 08:27:10.732 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:13.883: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-3958" for this suite. 02/07/23 08:27:13.898 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:13.919 +Feb 7 08:27:13.919: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 08:27:13.92 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:13.944 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:13.946 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 +STEP: create the rc 02/07/23 08:27:13.949 +STEP: delete the rc 02/07/23 08:27:18.959 +STEP: wait for all pods to be garbage collected 02/07/23 08:27:18.963 +STEP: Gathering metrics 02/07/23 08:27:23.974 +Feb 7 08:27:24.005: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" +Feb 7 08:27:24.010: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 4.165474ms +Feb 7 08:27:24.010: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) +Feb 7 08:27:24.010: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" +Feb 7 08:27:24.107: INFO: For apiserver_request_total: +For apiserver_request_latency_seconds: +For apiserver_init_events_total: +For garbage_collector_attempt_to_delete_queue_latency: +For garbage_collector_attempt_to_delete_work_duration: +For garbage_collector_attempt_to_orphan_queue_latency: +For garbage_collector_attempt_to_orphan_work_duration: +For garbage_collector_dirty_processing_latency_microseconds: +For garbage_collector_event_processing_latency_microseconds: +For garbage_collector_graph_changes_queue_latency: +For garbage_collector_graph_changes_work_duration: +For garbage_collector_orphan_processing_latency_microseconds: +For namespace_queue_latency: +For namespace_queue_latency_sum: +For namespace_queue_latency_count: +For namespace_retries: +For namespace_work_duration: +For namespace_work_duration_sum: +For namespace_work_duration_count: +For function_duration_seconds: +For errors_total: +For evicted_pods_total: + +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:24.108: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-8488" for this suite. 02/07/23 08:27:24.115 +------------------------------ +• [SLOW TEST] [10.203 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:13.919 + Feb 7 08:27:13.919: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 08:27:13.92 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:13.944 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:13.946 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should delete pods created by rc when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:312 + STEP: create the rc 02/07/23 08:27:13.949 + STEP: delete the rc 02/07/23 08:27:18.959 + STEP: wait for all pods to be garbage collected 02/07/23 08:27:18.963 + STEP: Gathering metrics 02/07/23 08:27:23.974 + Feb 7 08:27:24.005: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" + Feb 7 08:27:24.010: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 4.165474ms + Feb 7 08:27:24.010: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) + Feb 7 08:27:24.010: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" + Feb 7 08:27:24.107: INFO: For apiserver_request_total: + For apiserver_request_latency_seconds: + For apiserver_init_events_total: + For garbage_collector_attempt_to_delete_queue_latency: + For garbage_collector_attempt_to_delete_work_duration: + For garbage_collector_attempt_to_orphan_queue_latency: + For garbage_collector_attempt_to_orphan_work_duration: + For garbage_collector_dirty_processing_latency_microseconds: + For garbage_collector_event_processing_latency_microseconds: + For garbage_collector_graph_changes_queue_latency: + For garbage_collector_graph_changes_work_duration: + For garbage_collector_orphan_processing_latency_microseconds: + For namespace_queue_latency: + For namespace_queue_latency_sum: + For namespace_queue_latency_count: + For namespace_retries: + For namespace_work_duration: + For namespace_work_duration_sum: + For namespace_work_duration_count: + For function_duration_seconds: + For errors_total: + For evicted_pods_total: + + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:24.108: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-8488" for this suite. 02/07/23 08:27:24.115 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:391 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:24.122 +Feb 7 08:27:24.122: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:27:24.124 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:24.143 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:24.145 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:391 +STEP: set up a multi version CRD 02/07/23 08:27:24.148 +Feb 7 08:27:24.149: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: rename a version 02/07/23 08:27:28.136 +STEP: check the new version name is served 02/07/23 08:27:28.153 +STEP: check the old version name is removed 02/07/23 08:27:29.165 +STEP: check the other version is not changed 02/07/23 08:27:29.951 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:33.100: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-3290" for this suite. 02/07/23 08:27:33.116 +------------------------------ +• [SLOW TEST] [8.999 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:391 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:24.122 + Feb 7 08:27:24.122: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:27:24.124 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:24.143 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:24.145 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] updates the published spec when one version gets renamed [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:391 + STEP: set up a multi version CRD 02/07/23 08:27:24.148 + Feb 7 08:27:24.149: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: rename a version 02/07/23 08:27:28.136 + STEP: check the new version name is served 02/07/23 08:27:28.153 + STEP: check the old version name is removed 02/07/23 08:27:29.165 + STEP: check the other version is not changed 02/07/23 08:27:29.951 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:33.100: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-3290" for this suite. 02/07/23 08:27:33.116 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-node] Lease + lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[BeforeEach] [sig-node] Lease + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:33.122 +Feb 7 08:27:33.122: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename lease-test 02/07/23 08:27:33.124 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:33.135 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:33.138 +[BeforeEach] [sig-node] Lease + test/e2e/framework/metrics/init/init.go:31 +[It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 +[AfterEach] [sig-node] Lease + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:33.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Lease + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Lease + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Lease + tear down framework | framework.go:193 +STEP: Destroying namespace "lease-test-8062" for this suite. 02/07/23 08:27:33.191 +------------------------------ +• [0.073 seconds] +[sig-node] Lease +test/e2e/common/node/framework.go:23 + lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Lease + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:33.122 + Feb 7 08:27:33.122: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename lease-test 02/07/23 08:27:33.124 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:33.135 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:33.138 + [BeforeEach] [sig-node] Lease + test/e2e/framework/metrics/init/init.go:31 + [It] lease API should be available [Conformance] + test/e2e/common/node/lease.go:72 + [AfterEach] [sig-node] Lease + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:33.187: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Lease + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Lease + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Lease + tear down framework | framework.go:193 + STEP: Destroying namespace "lease-test-8062" for this suite. 02/07/23 08:27:33.191 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:33.199 +Feb 7 08:27:33.199: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 08:27:33.2 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:33.215 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:33.219 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 +STEP: Creating a test headless service 02/07/23 08:27:33.222 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_udp@PTR;check="$$(dig +tcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_tcp@PTR;sleep 1; done + 02/07/23 08:27:33.239 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_udp@PTR;check="$$(dig +tcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_tcp@PTR;sleep 1; done + 02/07/23 08:27:33.24 +STEP: creating a pod to probe DNS 02/07/23 08:27:33.24 +STEP: submitting the pod to kubernetes 02/07/23 08:27:33.24 +Feb 7 08:27:33.247: INFO: Waiting up to 15m0s for pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740" in namespace "dns-6786" to be "running" +Feb 7 08:27:33.249: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740": Phase="Pending", Reason="", readiness=false. Elapsed: 2.020433ms +Feb 7 08:27:35.256: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009309908s +Feb 7 08:27:37.257: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740": Phase="Running", Reason="", readiness=true. Elapsed: 4.00988192s +Feb 7 08:27:37.257: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:27:37.257 +STEP: looking for the results for each expected name from probers 02/07/23 08:27:37.263 +Feb 7 08:27:37.268: INFO: Unable to read wheezy_udp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.273: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.278: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.282: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.302: INFO: Unable to read jessie_udp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.306: INFO: Unable to read jessie_tcp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.310: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.314: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) +Feb 7 08:27:37.330: INFO: Lookups using dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740 failed for: [wheezy_udp@dns-test-service.dns-6786.svc.cluster.local wheezy_tcp@dns-test-service.dns-6786.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local jessie_udp@dns-test-service.dns-6786.svc.cluster.local jessie_tcp@dns-test-service.dns-6786.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local] + +Feb 7 08:27:42.398: INFO: DNS probes using dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740 succeeded + +STEP: deleting the pod 02/07/23 08:27:42.398 +STEP: deleting the test service 02/07/23 08:27:42.559 +STEP: deleting the test headless service 02/07/23 08:27:42.573 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:42.580: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-6786" for this suite. 02/07/23 08:27:42.584 +------------------------------ +• [SLOW TEST] [9.389 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:33.199 + Feb 7 08:27:33.199: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 08:27:33.2 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:33.215 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:33.219 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should provide DNS for services [Conformance] + test/e2e/network/dns.go:137 + STEP: Creating a test headless service 02/07/23 08:27:33.222 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_udp@PTR;check="$$(dig +tcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_tcp@PTR;sleep 1; done + 02/07/23 08:27:33.239 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-6786.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-6786.svc.cluster.local SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-6786.svc.cluster.local;check="$$(dig +notcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_udp@PTR;check="$$(dig +tcp +noall +answer +search 246.201.96.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.96.201.246_tcp@PTR;sleep 1; done + 02/07/23 08:27:33.24 + STEP: creating a pod to probe DNS 02/07/23 08:27:33.24 + STEP: submitting the pod to kubernetes 02/07/23 08:27:33.24 + Feb 7 08:27:33.247: INFO: Waiting up to 15m0s for pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740" in namespace "dns-6786" to be "running" + Feb 7 08:27:33.249: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740": Phase="Pending", Reason="", readiness=false. Elapsed: 2.020433ms + Feb 7 08:27:35.256: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009309908s + Feb 7 08:27:37.257: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740": Phase="Running", Reason="", readiness=true. Elapsed: 4.00988192s + Feb 7 08:27:37.257: INFO: Pod "dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:27:37.257 + STEP: looking for the results for each expected name from probers 02/07/23 08:27:37.263 + Feb 7 08:27:37.268: INFO: Unable to read wheezy_udp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.273: INFO: Unable to read wheezy_tcp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.278: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.282: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.302: INFO: Unable to read jessie_udp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.306: INFO: Unable to read jessie_tcp@dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.310: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.314: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local from pod dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740: the server could not find the requested resource (get pods dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740) + Feb 7 08:27:37.330: INFO: Lookups using dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740 failed for: [wheezy_udp@dns-test-service.dns-6786.svc.cluster.local wheezy_tcp@dns-test-service.dns-6786.svc.cluster.local wheezy_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local wheezy_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local jessie_udp@dns-test-service.dns-6786.svc.cluster.local jessie_tcp@dns-test-service.dns-6786.svc.cluster.local jessie_udp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local jessie_tcp@_http._tcp.dns-test-service.dns-6786.svc.cluster.local] + + Feb 7 08:27:42.398: INFO: DNS probes using dns-6786/dns-test-36ce51a3-9a31-403a-9fb8-d77b98c3a740 succeeded + + STEP: deleting the pod 02/07/23 08:27:42.398 + STEP: deleting the test service 02/07/23 08:27:42.559 + STEP: deleting the test headless service 02/07/23 08:27:42.573 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:42.580: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-6786" for this suite. 02/07/23 08:27:42.584 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir wrapper volumes + should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:42.588 +Feb 7 08:27:42.588: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir-wrapper 02/07/23 08:27:42.589 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:42.597 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:42.6 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 +Feb 7 08:27:42.616: INFO: Waiting up to 5m0s for pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c" in namespace "emptydir-wrapper-9410" to be "running and ready" +Feb 7 08:27:42.621: INFO: Pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.96118ms +Feb 7 08:27:42.621: INFO: The phase of Pod pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:27:44.627: INFO: Pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c": Phase="Running", Reason="", readiness=true. Elapsed: 2.010596581s +Feb 7 08:27:44.627: INFO: The phase of Pod pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c is Running (Ready = true) +Feb 7 08:27:44.627: INFO: Pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c" satisfied condition "running and ready" +STEP: Cleaning up the secret 02/07/23 08:27:44.631 +STEP: Cleaning up the configmap 02/07/23 08:27:44.639 +STEP: Cleaning up the pod 02/07/23 08:27:44.645 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:44.654: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-wrapper-9410" for this suite. 02/07/23 08:27:44.66 +------------------------------ +• [2.077 seconds] +[sig-storage] EmptyDir wrapper volumes +test/e2e/storage/utils/framework.go:23 + should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir wrapper volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:42.588 + Feb 7 08:27:42.588: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir-wrapper 02/07/23 08:27:42.589 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:42.597 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:42.6 + [BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should not conflict [Conformance] + test/e2e/storage/empty_dir_wrapper.go:67 + Feb 7 08:27:42.616: INFO: Waiting up to 5m0s for pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c" in namespace "emptydir-wrapper-9410" to be "running and ready" + Feb 7 08:27:42.621: INFO: Pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.96118ms + Feb 7 08:27:42.621: INFO: The phase of Pod pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:27:44.627: INFO: Pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c": Phase="Running", Reason="", readiness=true. Elapsed: 2.010596581s + Feb 7 08:27:44.627: INFO: The phase of Pod pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c is Running (Ready = true) + Feb 7 08:27:44.627: INFO: Pod "pod-secrets-9abc7724-b8c0-47d1-bf41-79428421b51c" satisfied condition "running and ready" + STEP: Cleaning up the secret 02/07/23 08:27:44.631 + STEP: Cleaning up the configmap 02/07/23 08:27:44.639 + STEP: Cleaning up the pod 02/07/23 08:27:44.645 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:44.654: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-wrapper-9410" for this suite. 02/07/23 08:27:44.66 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:217 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:44.667 +Feb 7 08:27:44.667: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:27:44.669 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:44.679 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:44.681 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:217 +STEP: Creating a pod to test emptydir 0777 on node default medium 02/07/23 08:27:44.683 +Feb 7 08:27:44.689: INFO: Waiting up to 5m0s for pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1" in namespace "emptydir-8581" to be "Succeeded or Failed" +Feb 7 08:27:44.691: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.636169ms +Feb 7 08:27:46.696: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007072262s +Feb 7 08:27:48.697: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007883272s +Feb 7 08:27:50.697: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.007165531s +STEP: Saw pod success 02/07/23 08:27:50.697 +Feb 7 08:27:50.697: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1" satisfied condition "Succeeded or Failed" +Feb 7 08:27:50.702: INFO: Trying to get logs from node node2 pod pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1 container test-container: +STEP: delete the pod 02/07/23 08:27:50.734 +Feb 7 08:27:50.749: INFO: Waiting for pod pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1 to disappear +Feb 7 08:27:50.754: INFO: Pod pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:27:50.755: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-8581" for this suite. 02/07/23 08:27:50.76 +------------------------------ +• [SLOW TEST] [6.099 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:217 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:44.667 + Feb 7 08:27:44.667: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:27:44.669 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:44.679 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:44.681 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:217 + STEP: Creating a pod to test emptydir 0777 on node default medium 02/07/23 08:27:44.683 + Feb 7 08:27:44.689: INFO: Waiting up to 5m0s for pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1" in namespace "emptydir-8581" to be "Succeeded or Failed" + Feb 7 08:27:44.691: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Pending", Reason="", readiness=false. Elapsed: 1.636169ms + Feb 7 08:27:46.696: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007072262s + Feb 7 08:27:48.697: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.007883272s + Feb 7 08:27:50.697: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.007165531s + STEP: Saw pod success 02/07/23 08:27:50.697 + Feb 7 08:27:50.697: INFO: Pod "pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1" satisfied condition "Succeeded or Failed" + Feb 7 08:27:50.702: INFO: Trying to get logs from node node2 pod pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1 container test-container: + STEP: delete the pod 02/07/23 08:27:50.734 + Feb 7 08:27:50.749: INFO: Waiting for pod pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1 to disappear + Feb 7 08:27:50.754: INFO: Pod pod-28af832a-0e39-4ec7-b029-ace4fd08f9b1 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:27:50.755: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-8581" for this suite. 02/07/23 08:27:50.76 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:381 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:27:50.766 +Feb 7 08:27:50.767: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:27:50.768 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:50.781 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:50.785 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:27:50.798 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:27:50.956 +STEP: Deploying the webhook pod 02/07/23 08:27:50.968 +STEP: Wait for the deployment to be ready 02/07/23 08:27:50.98 +Feb 7 08:27:50.989: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +Feb 7 08:27:53.000: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 27, 51, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 27, 51, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 27, 51, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 27, 50, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-865554f4d9\" is progressing."}}, CollisionCount:(*int32)(nil)} +STEP: Deploying the webhook service 02/07/23 08:27:55.006 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:27:55.025 +Feb 7 08:27:56.026: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:381 +STEP: Setting timeout (1s) shorter than webhook latency (5s) 02/07/23 08:27:56.032 +STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:27:56.032 +STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 02/07/23 08:27:56.061 +STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 02/07/23 08:27:57.077 +STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:27:57.078 +STEP: Having no error when timeout is longer than webhook latency 02/07/23 08:27:58.121 +STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:27:58.121 +STEP: Having no error when timeout is empty (defaulted to 10s in v1) 02/07/23 08:28:03.17 +STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:28:03.17 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:28:08.208: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-2575" for this suite. 02/07/23 08:28:08.252 +STEP: Destroying namespace "webhook-2575-markers" for this suite. 02/07/23 08:28:08.257 +------------------------------ +• [SLOW TEST] [17.495 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:381 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:27:50.766 + Feb 7 08:27:50.767: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:27:50.768 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:27:50.781 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:27:50.785 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:27:50.798 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:27:50.956 + STEP: Deploying the webhook pod 02/07/23 08:27:50.968 + STEP: Wait for the deployment to be ready 02/07/23 08:27:50.98 + Feb 7 08:27:50.989: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + Feb 7 08:27:53.000: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 27, 51, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 27, 51, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 27, 51, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 27, 50, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-webhook-deployment-865554f4d9\" is progressing."}}, CollisionCount:(*int32)(nil)} + STEP: Deploying the webhook service 02/07/23 08:27:55.006 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:27:55.025 + Feb 7 08:27:56.026: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should honor timeout [Conformance] + test/e2e/apimachinery/webhook.go:381 + STEP: Setting timeout (1s) shorter than webhook latency (5s) 02/07/23 08:27:56.032 + STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:27:56.032 + STEP: Request fails when timeout (1s) is shorter than slow webhook latency (5s) 02/07/23 08:27:56.061 + STEP: Having no error when timeout is shorter than webhook latency and failure policy is ignore 02/07/23 08:27:57.077 + STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:27:57.078 + STEP: Having no error when timeout is longer than webhook latency 02/07/23 08:27:58.121 + STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:27:58.121 + STEP: Having no error when timeout is empty (defaulted to 10s in v1) 02/07/23 08:28:03.17 + STEP: Registering slow webhook via the AdmissionRegistration API 02/07/23 08:28:03.17 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:28:08.208: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-2575" for this suite. 02/07/23 08:28:08.252 + STEP: Destroying namespace "webhook-2575-markers" for this suite. 02/07/23 08:28:08.257 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-storage] Projected configMap + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:124 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:28:08.262 +Feb 7 08:28:08.262: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:28:08.268 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:08.281 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:08.284 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:124 +STEP: Creating projection with configMap that has name projected-configmap-test-upd-de4db695-bb09-40c8-b37a-1ab3b71c3b4d 02/07/23 08:28:08.289 +STEP: Creating the pod 02/07/23 08:28:08.292 +Feb 7 08:28:08.298: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b" in namespace "projected-3869" to be "running and ready" +Feb 7 08:28:08.300: INFO: Pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.323965ms +Feb 7 08:28:08.301: INFO: The phase of Pod pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:28:10.308: INFO: Pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b": Phase="Running", Reason="", readiness=true. Elapsed: 2.009527191s +Feb 7 08:28:10.308: INFO: The phase of Pod pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b is Running (Ready = true) +Feb 7 08:28:10.308: INFO: Pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b" satisfied condition "running and ready" +STEP: Updating configmap projected-configmap-test-upd-de4db695-bb09-40c8-b37a-1ab3b71c3b4d 02/07/23 08:28:10.322 +STEP: waiting to observe update in volume 02/07/23 08:28:10.327 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:28:12.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-3869" for this suite. 02/07/23 08:28:12.353 +------------------------------ +• [4.100 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:28:08.262 + Feb 7 08:28:08.262: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:28:08.268 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:08.281 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:08.284 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:124 + STEP: Creating projection with configMap that has name projected-configmap-test-upd-de4db695-bb09-40c8-b37a-1ab3b71c3b4d 02/07/23 08:28:08.289 + STEP: Creating the pod 02/07/23 08:28:08.292 + Feb 7 08:28:08.298: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b" in namespace "projected-3869" to be "running and ready" + Feb 7 08:28:08.300: INFO: Pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.323965ms + Feb 7 08:28:08.301: INFO: The phase of Pod pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:28:10.308: INFO: Pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b": Phase="Running", Reason="", readiness=true. Elapsed: 2.009527191s + Feb 7 08:28:10.308: INFO: The phase of Pod pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b is Running (Ready = true) + Feb 7 08:28:10.308: INFO: Pod "pod-projected-configmaps-f7db879c-5f8a-4359-8cdf-cd31798e056b" satisfied condition "running and ready" + STEP: Updating configmap projected-configmap-test-upd-de4db695-bb09-40c8-b37a-1ab3b71c3b4d 02/07/23 08:28:10.322 + STEP: waiting to observe update in volume 02/07/23 08:28:10.327 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:28:12.348: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-3869" for this suite. 02/07/23 08:28:12.353 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-apps] DisruptionController + should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:108 +[BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:28:12.363 +Feb 7 08:28:12.364: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename disruption 02/07/23 08:28:12.366 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:12.433 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:12.442 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 +[It] should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:108 +STEP: creating the pdb 02/07/23 08:28:12.446 +STEP: Waiting for the pdb to be processed 02/07/23 08:28:12.452 +STEP: updating the pdb 02/07/23 08:28:14.462 +STEP: Waiting for the pdb to be processed 02/07/23 08:28:14.475 +STEP: patching the pdb 02/07/23 08:28:16.487 +STEP: Waiting for the pdb to be processed 02/07/23 08:28:16.501 +STEP: Waiting for the pdb to be deleted 02/07/23 08:28:18.52 +[AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 +Feb 7 08:28:18.523: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 +STEP: Destroying namespace "disruption-6145" for this suite. 02/07/23 08:28:18.526 +------------------------------ +• [SLOW TEST] [6.168 seconds] +[sig-apps] DisruptionController +test/e2e/apps/framework.go:23 + should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:108 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] DisruptionController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:28:12.363 + Feb 7 08:28:12.364: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename disruption 02/07/23 08:28:12.366 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:12.433 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:12.442 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] DisruptionController + test/e2e/apps/disruption.go:72 + [It] should create a PodDisruptionBudget [Conformance] + test/e2e/apps/disruption.go:108 + STEP: creating the pdb 02/07/23 08:28:12.446 + STEP: Waiting for the pdb to be processed 02/07/23 08:28:12.452 + STEP: updating the pdb 02/07/23 08:28:14.462 + STEP: Waiting for the pdb to be processed 02/07/23 08:28:14.475 + STEP: patching the pdb 02/07/23 08:28:16.487 + STEP: Waiting for the pdb to be processed 02/07/23 08:28:16.501 + STEP: Waiting for the pdb to be deleted 02/07/23 08:28:18.52 + [AfterEach] [sig-apps] DisruptionController + test/e2e/framework/node/init/init.go:32 + Feb 7 08:28:18.523: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] DisruptionController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] DisruptionController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] DisruptionController + tear down framework | framework.go:193 + STEP: Destroying namespace "disruption-6145" for this suite. 02/07/23 08:28:18.526 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:466 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:28:18.535 +Feb 7 08:28:18.535: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-pred 02/07/23 08:28:18.536 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:18.548 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:18.552 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 +Feb 7 08:28:18.557: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Feb 7 08:28:18.563: INFO: Waiting for terminating namespaces to be deleted... +Feb 7 08:28:18.565: INFO: +Logging pods the apiserver thinks is on node node1 before test +Feb 7 08:28:18.570: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container calico-node ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container coredns ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container autoscaler ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container etcd ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container kube-apiserver ready: true, restart count 1 +Feb 7 08:28:18.570: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container kube-controller-manager ready: true, restart count 1 +Feb 7 08:28:18.570: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container kube-scheduler ready: true, restart count 1 +Feb 7 08:28:18.570: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:28:18.570: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: Container systemd-logs ready: true, restart count 0 +Feb 7 08:28:18.570: INFO: +Logging pods the apiserver thinks is on node node2 before test +Feb 7 08:28:18.576: INFO: calico-kube-controllers-5c4f88bff6-qjnbl from kube-system started at 2023-02-07 07:02:33 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container calico-kube-controllers ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container calico-node ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: coredns-7759f8769f-s9gfd from kube-system started at 2023-02-07 07:04:27 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container coredns ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: metrics-server-575c65464c-kkc9d from kube-system started at 2023-02-07 07:03:25 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container metrics-server ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container nginx-proxy ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: local-path-provisioner-84d5b97df7-6m8k6 from local-path-storage started at 2023-02-07 07:02:49 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container local-path-provisioner ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container kube-sonobuoy ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container e2e ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:28:18.576: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:28:18.576: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:466 +STEP: Trying to launch a pod without a label to get a node which can launch it. 02/07/23 08:28:18.576 +Feb 7 08:28:18.585: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-514" to be "running" +Feb 7 08:28:18.591: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 5.946248ms +Feb 7 08:28:20.598: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.012833472s +Feb 7 08:28:20.598: INFO: Pod "without-label" satisfied condition "running" +STEP: Explicitly delete pod here to free the resource it takes. 02/07/23 08:28:20.603 +STEP: Trying to apply a random label on the found node. 02/07/23 08:28:20.623 +STEP: verifying the node has the label kubernetes.io/e2e-e717e893-1611-4b02-a86c-be8e15d65361 42 02/07/23 08:28:20.632 +STEP: Trying to relaunch the pod, now with labels. 02/07/23 08:28:20.635 +Feb 7 08:28:20.640: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-514" to be "not pending" +Feb 7 08:28:20.645: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 4.967477ms +Feb 7 08:28:22.652: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.011694685s +Feb 7 08:28:22.652: INFO: Pod "with-labels" satisfied condition "not pending" +STEP: removing the label kubernetes.io/e2e-e717e893-1611-4b02-a86c-be8e15d65361 off the node node2 02/07/23 08:28:22.657 +STEP: verifying the node doesn't have the label kubernetes.io/e2e-e717e893-1611-4b02-a86c-be8e15d65361 02/07/23 08:28:22.674 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:28:22.683: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-pred-514" for this suite. 02/07/23 08:28:22.686 +------------------------------ +• [4.156 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:466 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:28:18.535 + Feb 7 08:28:18.535: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-pred 02/07/23 08:28:18.536 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:18.548 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:18.552 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 + Feb 7 08:28:18.557: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Feb 7 08:28:18.563: INFO: Waiting for terminating namespaces to be deleted... + Feb 7 08:28:18.565: INFO: + Logging pods the apiserver thinks is on node node1 before test + Feb 7 08:28:18.570: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container calico-node ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container coredns ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container autoscaler ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container etcd ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container kube-apiserver ready: true, restart count 1 + Feb 7 08:28:18.570: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container kube-controller-manager ready: true, restart count 1 + Feb 7 08:28:18.570: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container kube-scheduler ready: true, restart count 1 + Feb 7 08:28:18.570: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:28:18.570: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: Container systemd-logs ready: true, restart count 0 + Feb 7 08:28:18.570: INFO: + Logging pods the apiserver thinks is on node node2 before test + Feb 7 08:28:18.576: INFO: calico-kube-controllers-5c4f88bff6-qjnbl from kube-system started at 2023-02-07 07:02:33 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container calico-kube-controllers ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container calico-node ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: coredns-7759f8769f-s9gfd from kube-system started at 2023-02-07 07:04:27 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container coredns ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: metrics-server-575c65464c-kkc9d from kube-system started at 2023-02-07 07:03:25 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container metrics-server ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container nginx-proxy ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: local-path-provisioner-84d5b97df7-6m8k6 from local-path-storage started at 2023-02-07 07:02:49 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container local-path-provisioner ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container kube-sonobuoy ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container e2e ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:28:18.576: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:28:18.576: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates that NodeSelector is respected if matching [Conformance] + test/e2e/scheduling/predicates.go:466 + STEP: Trying to launch a pod without a label to get a node which can launch it. 02/07/23 08:28:18.576 + Feb 7 08:28:18.585: INFO: Waiting up to 1m0s for pod "without-label" in namespace "sched-pred-514" to be "running" + Feb 7 08:28:18.591: INFO: Pod "without-label": Phase="Pending", Reason="", readiness=false. Elapsed: 5.946248ms + Feb 7 08:28:20.598: INFO: Pod "without-label": Phase="Running", Reason="", readiness=true. Elapsed: 2.012833472s + Feb 7 08:28:20.598: INFO: Pod "without-label" satisfied condition "running" + STEP: Explicitly delete pod here to free the resource it takes. 02/07/23 08:28:20.603 + STEP: Trying to apply a random label on the found node. 02/07/23 08:28:20.623 + STEP: verifying the node has the label kubernetes.io/e2e-e717e893-1611-4b02-a86c-be8e15d65361 42 02/07/23 08:28:20.632 + STEP: Trying to relaunch the pod, now with labels. 02/07/23 08:28:20.635 + Feb 7 08:28:20.640: INFO: Waiting up to 5m0s for pod "with-labels" in namespace "sched-pred-514" to be "not pending" + Feb 7 08:28:20.645: INFO: Pod "with-labels": Phase="Pending", Reason="", readiness=false. Elapsed: 4.967477ms + Feb 7 08:28:22.652: INFO: Pod "with-labels": Phase="Running", Reason="", readiness=true. Elapsed: 2.011694685s + Feb 7 08:28:22.652: INFO: Pod "with-labels" satisfied condition "not pending" + STEP: removing the label kubernetes.io/e2e-e717e893-1611-4b02-a86c-be8e15d65361 off the node node2 02/07/23 08:28:22.657 + STEP: verifying the node doesn't have the label kubernetes.io/e2e-e717e893-1611-4b02-a86c-be8e15d65361 02/07/23 08:28:22.674 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:28:22.683: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-pred-514" for this suite. 02/07/23 08:28:22.686 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Servers with support for Table transformation + should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 +[BeforeEach] [sig-api-machinery] Servers with support for Table transformation + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:28:22.692 +Feb 7 08:28:22.692: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename tables 02/07/23 08:28:22.694 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:22.712 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:22.716 +[BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/apimachinery/table_conversion.go:49 +[It] should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 +[AfterEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/node/init/init.go:32 +Feb 7 08:28:22.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Servers with support for Table transformation + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Servers with support for Table transformation + tear down framework | framework.go:193 +STEP: Destroying namespace "tables-5352" for this suite. 02/07/23 08:28:22.727 +------------------------------ +• [0.042 seconds] +[sig-api-machinery] Servers with support for Table transformation +test/e2e/apimachinery/framework.go:23 + should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Servers with support for Table transformation + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:28:22.692 + Feb 7 08:28:22.692: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename tables 02/07/23 08:28:22.694 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:22.712 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:22.716 + [BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/apimachinery/table_conversion.go:49 + [It] should return a 406 for a backend which does not implement metadata [Conformance] + test/e2e/apimachinery/table_conversion.go:154 + [AfterEach] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/node/init/init.go:32 + Feb 7 08:28:22.724: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Servers with support for Table transformation + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Servers with support for Table transformation + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Servers with support for Table transformation + tear down framework | framework.go:193 + STEP: Destroying namespace "tables-5352" for this suite. 02/07/23 08:28:22.727 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Security Context When creating a pod with privileged + should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:528 +[BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:28:22.736 +Feb 7 08:28:22.736: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename security-context-test 02/07/23 08:28:22.737 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:22.745 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:22.747 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 +[It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:528 +Feb 7 08:28:22.755: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95" in namespace "security-context-test-4276" to be "Succeeded or Failed" +Feb 7 08:28:22.757: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": Phase="Pending", Reason="", readiness=false. Elapsed: 1.64123ms +Feb 7 08:28:24.764: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008455679s +Feb 7 08:28:26.762: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006846747s +Feb 7 08:28:26.762: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95" satisfied condition "Succeeded or Failed" +Feb 7 08:28:26.771: INFO: Got logs for pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": "ip: RTNETLINK answers: Operation not permitted\n" +[AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 +Feb 7 08:28:26.771: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 +STEP: Destroying namespace "security-context-test-4276" for this suite. 02/07/23 08:28:26.777 +------------------------------ +• [4.050 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + When creating a pod with privileged + test/e2e/common/node/security_context.go:491 + should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:528 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:28:22.736 + Feb 7 08:28:22.736: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename security-context-test 02/07/23 08:28:22.737 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:22.745 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:22.747 + [BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 + [It] should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:528 + Feb 7 08:28:22.755: INFO: Waiting up to 5m0s for pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95" in namespace "security-context-test-4276" to be "Succeeded or Failed" + Feb 7 08:28:22.757: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": Phase="Pending", Reason="", readiness=false. Elapsed: 1.64123ms + Feb 7 08:28:24.764: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008455679s + Feb 7 08:28:26.762: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006846747s + Feb 7 08:28:26.762: INFO: Pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95" satisfied condition "Succeeded or Failed" + Feb 7 08:28:26.771: INFO: Got logs for pod "busybox-privileged-false-1c77cc69-9d72-4f2d-ac59-bac782a9ad95": "ip: RTNETLINK answers: Operation not permitted\n" + [AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 + Feb 7 08:28:26.771: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 + STEP: Destroying namespace "security-context-test-4276" for this suite. 02/07/23 08:28:26.777 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Aggregator + Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 +[BeforeEach] [sig-api-machinery] Aggregator + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:28:26.787 +Feb 7 08:28:26.787: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename aggregator 02/07/23 08:28:26.789 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:26.802 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:26.806 +[BeforeEach] [sig-api-machinery] Aggregator + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 +Feb 7 08:28:26.810: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[It] Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 +STEP: Registering the sample API server. 02/07/23 08:28:26.811 +Feb 7 08:28:27.247: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set +Feb 7 08:28:29.284: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:31.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:33.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:35.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:37.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:39.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:41.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:43.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:45.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:47.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:49.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:51.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:53.288: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:55.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:57.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:28:59.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:01.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:03.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:05.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:07.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:09.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:11.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:13.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:15.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:17.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:19.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:21.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:23.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:25.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:27.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:29.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:31.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:33.293: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:35.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:37.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:39.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:41.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:43.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:45.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:47.293: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:49.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:51.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:53.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:29:55.442: INFO: Waited 140.872428ms for the sample-apiserver to be ready to handle requests. +STEP: Read Status for v1alpha1.wardle.example.com 02/07/23 08:29:55.527 +STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 02/07/23 08:29:55.532 +STEP: List APIServices 02/07/23 08:29:55.541 +Feb 7 08:29:55.550: INFO: Found v1alpha1.wardle.example.com in APIServiceList +[AfterEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:68 +[AfterEach] [sig-api-machinery] Aggregator + test/e2e/framework/node/init/init.go:32 +Feb 7 08:29:55.689: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Aggregator + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Aggregator + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Aggregator + tear down framework | framework.go:193 +STEP: Destroying namespace "aggregator-5346" for this suite. 02/07/23 08:29:55.692 +------------------------------ +• [SLOW TEST] [88.969 seconds] +[sig-api-machinery] Aggregator +test/e2e/apimachinery/framework.go:23 + Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Aggregator + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:28:26.787 + Feb 7 08:28:26.787: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename aggregator 02/07/23 08:28:26.789 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:28:26.802 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:28:26.806 + [BeforeEach] [sig-api-machinery] Aggregator + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:78 + Feb 7 08:28:26.810: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [It] Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] + test/e2e/apimachinery/aggregator.go:100 + STEP: Registering the sample API server. 02/07/23 08:28:26.811 + Feb 7 08:28:27.247: INFO: deployment "sample-apiserver-deployment" doesn't have the required revision set + Feb 7 08:28:29.284: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:31.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:33.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:35.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:37.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:39.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:41.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:43.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:45.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:47.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:49.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:51.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:53.288: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:55.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:57.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:28:59.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:01.289: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:03.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:05.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:07.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:09.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:11.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:13.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:15.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:17.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:19.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:21.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:23.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:25.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:27.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:29.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:31.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:33.293: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:35.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:37.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:39.290: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:41.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:43.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:45.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:47.293: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:49.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:51.291: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:53.292: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:1, Replicas:1, UpdatedReplicas:1, ReadyReplicas:0, AvailableReplicas:0, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"False", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"MinimumReplicasUnavailable", Message:"Deployment does not have minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 28, 27, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"sample-apiserver-deployment-55bd96fd47\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:29:55.442: INFO: Waited 140.872428ms for the sample-apiserver to be ready to handle requests. + STEP: Read Status for v1alpha1.wardle.example.com 02/07/23 08:29:55.527 + STEP: kubectl patch apiservice v1alpha1.wardle.example.com -p '{"spec":{"versionPriority": 400}}' 02/07/23 08:29:55.532 + STEP: List APIServices 02/07/23 08:29:55.541 + Feb 7 08:29:55.550: INFO: Found v1alpha1.wardle.example.com in APIServiceList + [AfterEach] [sig-api-machinery] Aggregator + test/e2e/apimachinery/aggregator.go:68 + [AfterEach] [sig-api-machinery] Aggregator + test/e2e/framework/node/init/init.go:32 + Feb 7 08:29:55.689: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Aggregator + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Aggregator + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Aggregator + tear down framework | framework.go:193 + STEP: Destroying namespace "aggregator-5346" for this suite. 02/07/23 08:29:55.692 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 +[BeforeEach] [sig-network] Networking + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:29:55.757 +Feb 7 08:29:55.757: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pod-network-test 02/07/23 08:29:55.758 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:29:56.152 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:29:56.156 +[BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 +[It] should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 +STEP: Performing setup for networking test in namespace pod-network-test-219 02/07/23 08:29:56.16 +STEP: creating a selector 02/07/23 08:29:56.16 +STEP: Creating the service pods in kubernetes 02/07/23 08:29:56.16 +Feb 7 08:29:56.161: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Feb 7 08:29:56.620: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-219" to be "running and ready" +Feb 7 08:29:56.627: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.76643ms +Feb 7 08:29:56.627: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:29:58.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013199997s +Feb 7 08:29:58.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:00.632: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.011705141s +Feb 7 08:30:00.632: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:02.636: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.015354084s +Feb 7 08:30:02.636: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:04.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.012510022s +Feb 7 08:30:04.633: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:06.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.013174838s +Feb 7 08:30:06.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:08.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.012851658s +Feb 7 08:30:08.633: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:10.634: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.013452325s +Feb 7 08:30:10.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:12.634: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.013768647s +Feb 7 08:30:12.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:14.634: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.013637185s +Feb 7 08:30:14.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:16.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.013137987s +Feb 7 08:30:16.633: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:30:18.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.01249315s +Feb 7 08:30:18.633: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Feb 7 08:30:18.633: INFO: Pod "netserver-0" satisfied condition "running and ready" +Feb 7 08:30:18.638: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-219" to be "running and ready" +Feb 7 08:30:18.643: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.571538ms +Feb 7 08:30:18.643: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Feb 7 08:30:18.643: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 02/07/23 08:30:18.647 +Feb 7 08:30:18.654: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-219" to be "running" +Feb 7 08:30:18.658: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.732666ms +Feb 7 08:30:20.664: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009836301s +Feb 7 08:30:20.664: INFO: Pod "test-container-pod" satisfied condition "running" +Feb 7 08:30:20.669: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Feb 7 08:30:20.669: INFO: Breadth first check of 192.168.134.133 on host 172.30.41.41... +Feb 7 08:30:20.674: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.11:9080/dial?request=hostname&protocol=udp&host=192.168.134.133&port=8081&tries=1'] Namespace:pod-network-test-219 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:30:20.674: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:30:20.674: INFO: ExecWithOptions: Clientset creation +Feb 7 08:30:20.675: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-219/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.11%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D192.168.134.133%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Feb 7 08:30:20.778: INFO: Waiting for responses: map[] +Feb 7 08:30:20.779: INFO: reached 192.168.134.133 after 0/1 tries +Feb 7 08:30:20.779: INFO: Breadth first check of 192.168.136.62 on host 172.30.41.42... +Feb 7 08:30:20.783: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.11:9080/dial?request=hostname&protocol=udp&host=192.168.136.62&port=8081&tries=1'] Namespace:pod-network-test-219 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:30:20.783: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:30:20.783: INFO: ExecWithOptions: Clientset creation +Feb 7 08:30:20.784: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-219/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.11%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D192.168.136.62%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) +Feb 7 08:30:20.865: INFO: Waiting for responses: map[] +Feb 7 08:30:20.865: INFO: reached 192.168.136.62 after 0/1 tries +Feb 7 08:30:20.865: INFO: Going to retry 0 out of 2 pods.... +[AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 +Feb 7 08:30:20.865: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 +STEP: Destroying namespace "pod-network-test-219" for this suite. 02/07/23 08:30:20.871 +------------------------------ +• [SLOW TEST] [25.123 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:29:55.757 + Feb 7 08:29:55.757: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pod-network-test 02/07/23 08:29:55.758 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:29:56.152 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:29:56.156 + [BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 + [It] should function for intra-pod communication: udp [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:93 + STEP: Performing setup for networking test in namespace pod-network-test-219 02/07/23 08:29:56.16 + STEP: creating a selector 02/07/23 08:29:56.16 + STEP: Creating the service pods in kubernetes 02/07/23 08:29:56.16 + Feb 7 08:29:56.161: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Feb 7 08:29:56.620: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-219" to be "running and ready" + Feb 7 08:29:56.627: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 6.76643ms + Feb 7 08:29:56.627: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:29:58.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013199997s + Feb 7 08:29:58.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:00.632: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.011705141s + Feb 7 08:30:00.632: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:02.636: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.015354084s + Feb 7 08:30:02.636: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:04.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.012510022s + Feb 7 08:30:04.633: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:06.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.013174838s + Feb 7 08:30:06.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:08.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.012851658s + Feb 7 08:30:08.633: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:10.634: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.013452325s + Feb 7 08:30:10.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:12.634: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.013768647s + Feb 7 08:30:12.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:14.634: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.013637185s + Feb 7 08:30:14.634: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:16.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.013137987s + Feb 7 08:30:16.633: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:30:18.633: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.01249315s + Feb 7 08:30:18.633: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Feb 7 08:30:18.633: INFO: Pod "netserver-0" satisfied condition "running and ready" + Feb 7 08:30:18.638: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-219" to be "running and ready" + Feb 7 08:30:18.643: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.571538ms + Feb 7 08:30:18.643: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Feb 7 08:30:18.643: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 02/07/23 08:30:18.647 + Feb 7 08:30:18.654: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-219" to be "running" + Feb 7 08:30:18.658: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.732666ms + Feb 7 08:30:20.664: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.009836301s + Feb 7 08:30:20.664: INFO: Pod "test-container-pod" satisfied condition "running" + Feb 7 08:30:20.669: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Feb 7 08:30:20.669: INFO: Breadth first check of 192.168.134.133 on host 172.30.41.41... + Feb 7 08:30:20.674: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.11:9080/dial?request=hostname&protocol=udp&host=192.168.134.133&port=8081&tries=1'] Namespace:pod-network-test-219 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:30:20.674: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:30:20.674: INFO: ExecWithOptions: Clientset creation + Feb 7 08:30:20.675: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-219/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.11%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D192.168.134.133%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Feb 7 08:30:20.778: INFO: Waiting for responses: map[] + Feb 7 08:30:20.779: INFO: reached 192.168.134.133 after 0/1 tries + Feb 7 08:30:20.779: INFO: Breadth first check of 192.168.136.62 on host 172.30.41.42... + Feb 7 08:30:20.783: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g -q -s 'http://192.168.136.11:9080/dial?request=hostname&protocol=udp&host=192.168.136.62&port=8081&tries=1'] Namespace:pod-network-test-219 PodName:test-container-pod ContainerName:webserver Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:30:20.783: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:30:20.783: INFO: ExecWithOptions: Clientset creation + Feb 7 08:30:20.784: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-219/pods/test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+-q+-s+%27http%3A%2F%2F192.168.136.11%3A9080%2Fdial%3Frequest%3Dhostname%26protocol%3Dudp%26host%3D192.168.136.62%26port%3D8081%26tries%3D1%27&container=webserver&container=webserver&stderr=true&stdout=true) + Feb 7 08:30:20.865: INFO: Waiting for responses: map[] + Feb 7 08:30:20.865: INFO: reached 192.168.136.62 after 0/1 tries + Feb 7 08:30:20.865: INFO: Going to retry 0 out of 2 pods.... + [AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 + Feb 7 08:30:20.865: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 + STEP: Destroying namespace "pod-network-test-219" for this suite. 02/07/23 08:30:20.871 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] CSIInlineVolumes + should support ephemeral VolumeLifecycleMode in CSIDriver API [Conformance] + test/e2e/storage/csi_inline.go:46 +[BeforeEach] [sig-storage] CSIInlineVolumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:30:20.88 +Feb 7 08:30:20.880: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename csiinlinevolumes 02/07/23 08:30:20.881 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:30:20.948 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:30:20.955 +[BeforeEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support ephemeral VolumeLifecycleMode in CSIDriver API [Conformance] + test/e2e/storage/csi_inline.go:46 +STEP: creating 02/07/23 08:30:20.959 +STEP: getting 02/07/23 08:30:20.974 +STEP: listing 02/07/23 08:30:20.98 +STEP: deleting 02/07/23 08:30:20.983 +[AfterEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:30:20.995: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + tear down framework | framework.go:193 +STEP: Destroying namespace "csiinlinevolumes-2137" for this suite. 02/07/23 08:30:21 +------------------------------ +• [0.125 seconds] +[sig-storage] CSIInlineVolumes +test/e2e/storage/utils/framework.go:23 + should support ephemeral VolumeLifecycleMode in CSIDriver API [Conformance] + test/e2e/storage/csi_inline.go:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] CSIInlineVolumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:30:20.88 + Feb 7 08:30:20.880: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename csiinlinevolumes 02/07/23 08:30:20.881 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:30:20.948 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:30:20.955 + [BeforeEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support ephemeral VolumeLifecycleMode in CSIDriver API [Conformance] + test/e2e/storage/csi_inline.go:46 + STEP: creating 02/07/23 08:30:20.959 + STEP: getting 02/07/23 08:30:20.974 + STEP: listing 02/07/23 08:30:20.98 + STEP: deleting 02/07/23 08:30:20.983 + [AfterEach] [sig-storage] CSIInlineVolumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:30:20.995: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] CSIInlineVolumes + tear down framework | framework.go:193 + STEP: Destroying namespace "csiinlinevolumes-2137" for this suite. 02/07/23 08:30:21 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-node] Probing container + with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:108 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:30:21.006 +Feb 7 08:30:21.006: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 08:30:21.009 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:30:21.025 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:30:21.029 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:108 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:21.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-338" for this suite. 02/07/23 08:31:21.053 +------------------------------ +• [SLOW TEST] [60.057 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:108 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:30:21.006 + Feb 7 08:30:21.006: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 08:30:21.009 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:30:21.025 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:30:21.029 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:108 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:21.046: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-338" for this suite. 02/07/23 08:31:21.053 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-node] RuntimeClass + should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +[BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:21.065 +Feb 7 08:31:21.065: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename runtimeclass 02/07/23 08:31:21.067 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:21.085 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:21.091 +[BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 +[It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 +STEP: getting /apis 02/07/23 08:31:21.096 +STEP: getting /apis/node.k8s.io 02/07/23 08:31:21.099 +STEP: getting /apis/node.k8s.io/v1 02/07/23 08:31:21.101 +STEP: creating 02/07/23 08:31:21.102 +STEP: watching 02/07/23 08:31:21.117 +Feb 7 08:31:21.117: INFO: starting watch +STEP: getting 02/07/23 08:31:21.122 +STEP: listing 02/07/23 08:31:21.125 +STEP: patching 02/07/23 08:31:21.127 +STEP: updating 02/07/23 08:31:21.132 +Feb 7 08:31:21.137: INFO: waiting for watch events with expected annotations +STEP: deleting 02/07/23 08:31:21.137 +STEP: deleting a collection 02/07/23 08:31:21.149 +[AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:21.159: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 +STEP: Destroying namespace "runtimeclass-4862" for this suite. 02/07/23 08:31:21.164 +------------------------------ +• [0.107 seconds] +[sig-node] RuntimeClass +test/e2e/common/node/framework.go:23 + should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] RuntimeClass + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:21.065 + Feb 7 08:31:21.065: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename runtimeclass 02/07/23 08:31:21.067 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:21.085 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:21.091 + [BeforeEach] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:31 + [It] should support RuntimeClasses API operations [Conformance] + test/e2e/common/node/runtimeclass.go:189 + STEP: getting /apis 02/07/23 08:31:21.096 + STEP: getting /apis/node.k8s.io 02/07/23 08:31:21.099 + STEP: getting /apis/node.k8s.io/v1 02/07/23 08:31:21.101 + STEP: creating 02/07/23 08:31:21.102 + STEP: watching 02/07/23 08:31:21.117 + Feb 7 08:31:21.117: INFO: starting watch + STEP: getting 02/07/23 08:31:21.122 + STEP: listing 02/07/23 08:31:21.125 + STEP: patching 02/07/23 08:31:21.127 + STEP: updating 02/07/23 08:31:21.132 + Feb 7 08:31:21.137: INFO: waiting for watch events with expected annotations + STEP: deleting 02/07/23 08:31:21.137 + STEP: deleting a collection 02/07/23 08:31:21.149 + [AfterEach] [sig-node] RuntimeClass + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:21.159: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] RuntimeClass + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] RuntimeClass + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] RuntimeClass + tear down framework | framework.go:193 + STEP: Destroying namespace "runtimeclass-4862" for this suite. 02/07/23 08:31:21.164 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:125 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:21.173 +Feb 7 08:31:21.173: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:31:21.175 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:21.189 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:21.192 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:125 +STEP: Creating secret with name secret-test-e7cd7ffd-80f1-4b04-8b10-145d45f01e56 02/07/23 08:31:21.195 +STEP: Creating a pod to test consume secrets 02/07/23 08:31:21.198 +Feb 7 08:31:21.203: INFO: Waiting up to 5m0s for pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086" in namespace "secrets-1224" to be "Succeeded or Failed" +Feb 7 08:31:21.205: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086": Phase="Pending", Reason="", readiness=false. Elapsed: 2.141053ms +Feb 7 08:31:23.212: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008872163s +Feb 7 08:31:25.213: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009362426s +STEP: Saw pod success 02/07/23 08:31:25.213 +Feb 7 08:31:25.213: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086" satisfied condition "Succeeded or Failed" +Feb 7 08:31:25.218: INFO: Trying to get logs from node node2 pod pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086 container secret-volume-test: +STEP: delete the pod 02/07/23 08:31:25.24 +Feb 7 08:31:25.252: INFO: Waiting for pod pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086 to disappear +Feb 7 08:31:25.254: INFO: Pod pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:25.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-1224" for this suite. 02/07/23 08:31:25.258 +------------------------------ +• [4.092 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:125 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:21.173 + Feb 7 08:31:21.173: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:31:21.175 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:21.189 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:21.192 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:125 + STEP: Creating secret with name secret-test-e7cd7ffd-80f1-4b04-8b10-145d45f01e56 02/07/23 08:31:21.195 + STEP: Creating a pod to test consume secrets 02/07/23 08:31:21.198 + Feb 7 08:31:21.203: INFO: Waiting up to 5m0s for pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086" in namespace "secrets-1224" to be "Succeeded or Failed" + Feb 7 08:31:21.205: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086": Phase="Pending", Reason="", readiness=false. Elapsed: 2.141053ms + Feb 7 08:31:23.212: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008872163s + Feb 7 08:31:25.213: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009362426s + STEP: Saw pod success 02/07/23 08:31:25.213 + Feb 7 08:31:25.213: INFO: Pod "pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086" satisfied condition "Succeeded or Failed" + Feb 7 08:31:25.218: INFO: Trying to get logs from node node2 pod pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086 container secret-volume-test: + STEP: delete the pod 02/07/23 08:31:25.24 + Feb 7 08:31:25.252: INFO: Waiting for pod pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086 to disappear + Feb 7 08:31:25.254: INFO: Pod pod-secrets-8262f34d-6fb6-4f62-9c11-38ac7c1a7086 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:25.254: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-1224" for this suite. 02/07/23 08:31:25.258 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[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] + test/e2e/common/node/runtime.go:248 +[BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:25.266 +Feb 7 08:31:25.266: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-runtime 02/07/23 08:31:25.268 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:25.282 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:25.286 +[BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 +[It] should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:248 +STEP: create the container 02/07/23 08:31:25.289 +STEP: wait for the container to reach Succeeded 02/07/23 08:31:25.296 +STEP: get the container status 02/07/23 08:31:29.32 +STEP: the container should be terminated 02/07/23 08:31:29.325 +STEP: the termination message should be set 02/07/23 08:31:29.325 +Feb 7 08:31:29.325: INFO: Expected: &{OK} to match Container's Termination Message: OK -- +STEP: delete the container 02/07/23 08:31:29.325 +[AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:29.340: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 +STEP: Destroying namespace "container-runtime-330" for this suite. 02/07/23 08:31:29.344 +------------------------------ +• [4.083 seconds] +[sig-node] Container Runtime +test/e2e/common/node/framework.go:23 + blackbox test + test/e2e/common/node/runtime.go:44 + on terminated container + test/e2e/common/node/runtime.go:137 + should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:248 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Runtime + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:25.266 + Feb 7 08:31:25.266: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-runtime 02/07/23 08:31:25.268 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:25.282 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:25.286 + [BeforeEach] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:31 + [It] should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance] + test/e2e/common/node/runtime.go:248 + STEP: create the container 02/07/23 08:31:25.289 + STEP: wait for the container to reach Succeeded 02/07/23 08:31:25.296 + STEP: get the container status 02/07/23 08:31:29.32 + STEP: the container should be terminated 02/07/23 08:31:29.325 + STEP: the termination message should be set 02/07/23 08:31:29.325 + Feb 7 08:31:29.325: INFO: Expected: &{OK} to match Container's Termination Message: OK -- + STEP: delete the container 02/07/23 08:31:29.325 + [AfterEach] [sig-node] Container Runtime + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:29.340: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Runtime + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Runtime + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Runtime + tear down framework | framework.go:193 + STEP: Destroying namespace "container-runtime-330" for this suite. 02/07/23 08:31:29.344 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:78 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:29.349 +Feb 7 08:31:29.350: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:31:29.351 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:29.401 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:29.406 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:78 +STEP: Creating projection with secret that has name projected-secret-test-map-fa127055-4c70-42c3-b190-fe692e4eb8ff 02/07/23 08:31:29.41 +STEP: Creating a pod to test consume secrets 02/07/23 08:31:29.415 +Feb 7 08:31:29.423: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6" in namespace "projected-1712" to be "Succeeded or Failed" +Feb 7 08:31:29.427: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.141439ms +Feb 7 08:31:31.430: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Running", Reason="", readiness=false. Elapsed: 2.006160282s +Feb 7 08:31:33.433: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Running", Reason="", readiness=false. Elapsed: 4.009355349s +Feb 7 08:31:35.433: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009413477s +STEP: Saw pod success 02/07/23 08:31:35.433 +Feb 7 08:31:35.433: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6" satisfied condition "Succeeded or Failed" +Feb 7 08:31:35.439: INFO: Trying to get logs from node node2 pod pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6 container projected-secret-volume-test: +STEP: delete the pod 02/07/23 08:31:35.45 +Feb 7 08:31:35.462: INFO: Waiting for pod pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6 to disappear +Feb 7 08:31:35.466: INFO: Pod pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:35.466: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-1712" for this suite. 02/07/23 08:31:35.471 +------------------------------ +• [SLOW TEST] [6.130 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:78 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:29.349 + Feb 7 08:31:29.350: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:31:29.351 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:29.401 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:29.406 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:78 + STEP: Creating projection with secret that has name projected-secret-test-map-fa127055-4c70-42c3-b190-fe692e4eb8ff 02/07/23 08:31:29.41 + STEP: Creating a pod to test consume secrets 02/07/23 08:31:29.415 + Feb 7 08:31:29.423: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6" in namespace "projected-1712" to be "Succeeded or Failed" + Feb 7 08:31:29.427: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.141439ms + Feb 7 08:31:31.430: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Running", Reason="", readiness=false. Elapsed: 2.006160282s + Feb 7 08:31:33.433: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Running", Reason="", readiness=false. Elapsed: 4.009355349s + Feb 7 08:31:35.433: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009413477s + STEP: Saw pod success 02/07/23 08:31:35.433 + Feb 7 08:31:35.433: INFO: Pod "pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6" satisfied condition "Succeeded or Failed" + Feb 7 08:31:35.439: INFO: Trying to get logs from node node2 pod pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6 container projected-secret-volume-test: + STEP: delete the pod 02/07/23 08:31:35.45 + Feb 7 08:31:35.462: INFO: Waiting for pod pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6 to disappear + Feb 7 08:31:35.466: INFO: Pod pod-projected-secrets-1e979c8e-2f84-44c2-b2f7-5ef8fc79cba6 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:35.466: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-1712" for this suite. 02/07/23 08:31:35.471 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-node] InitContainer [NodeConformance] + should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:458 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:35.48 +Feb 7 08:31:35.480: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename init-container 02/07/23 08:31:35.482 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:35.518 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:35.525 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 +[It] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:458 +STEP: creating the pod 02/07/23 08:31:35.532 +Feb 7 08:31:35.533: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:40.459: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "init-container-4283" for this suite. 02/07/23 08:31:40.463 +------------------------------ +• [4.989 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:458 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:35.48 + Feb 7 08:31:35.480: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename init-container 02/07/23 08:31:35.482 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:35.518 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:35.525 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 + [It] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:458 + STEP: creating the pod 02/07/23 08:31:35.532 + Feb 7 08:31:35.533: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:40.459: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "init-container-4283" for this suite. 02/07/23 08:31:40.463 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:261 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:40.481 +Feb 7 08:31:40.481: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:31:40.482 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:40.501 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:40.505 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:261 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:31:40.509 +Feb 7 08:31:40.514: INFO: Waiting up to 5m0s for pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5" in namespace "downward-api-6683" to be "Succeeded or Failed" +Feb 7 08:31:40.516: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.741705ms +Feb 7 08:31:42.525: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010957503s +Feb 7 08:31:44.522: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008469611s +STEP: Saw pod success 02/07/23 08:31:44.522 +Feb 7 08:31:44.522: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5" satisfied condition "Succeeded or Failed" +Feb 7 08:31:44.526: INFO: Trying to get logs from node node2 pod downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5 container client-container: +STEP: delete the pod 02/07/23 08:31:44.532 +Feb 7 08:31:44.563: INFO: Waiting for pod downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5 to disappear +Feb 7 08:31:44.566: INFO: Pod downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:31:44.566: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-6683" for this suite. 02/07/23 08:31:44.57 +------------------------------ +• [4.094 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:261 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:40.481 + Feb 7 08:31:40.481: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:31:40.482 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:40.501 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:40.505 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:261 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:31:40.509 + Feb 7 08:31:40.514: INFO: Waiting up to 5m0s for pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5" in namespace "downward-api-6683" to be "Succeeded or Failed" + Feb 7 08:31:40.516: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.741705ms + Feb 7 08:31:42.525: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010957503s + Feb 7 08:31:44.522: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008469611s + STEP: Saw pod success 02/07/23 08:31:44.522 + Feb 7 08:31:44.522: INFO: Pod "downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5" satisfied condition "Succeeded or Failed" + Feb 7 08:31:44.526: INFO: Trying to get logs from node node2 pod downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5 container client-container: + STEP: delete the pod 02/07/23 08:31:44.532 + Feb 7 08:31:44.563: INFO: Waiting for pod downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5 to disappear + Feb 7 08:31:44.566: INFO: Pod downwardapi-volume-033983f6-d2e7-45b5-8855-968bd530cec5 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:31:44.566: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-6683" for this suite. 02/07/23 08:31:44.57 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] NoExecuteTaintManager Multiple Pods [Serial] + evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:455 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:31:44.577 +Feb 7 08:31:44.577: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename taint-multiple-pods 02/07/23 08:31:44.578 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:44.59 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:44.594 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:383 +Feb 7 08:31:44.596: INFO: Waiting up to 1m0s for all nodes to be ready +Feb 7 08:32:44.629: INFO: Waiting for terminating namespaces to be deleted... +[It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:455 +Feb 7 08:32:44.633: INFO: Starting informer... +STEP: Starting pods... 02/07/23 08:32:44.633 +Feb 7 08:32:44.857: INFO: Pod1 is running on node2. Tainting Node +Feb 7 08:32:45.078: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-2070" to be "running" +Feb 7 08:32:45.082: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.076894ms +Feb 7 08:32:47.089: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.010387763s +Feb 7 08:32:47.089: INFO: Pod "taint-eviction-b1" satisfied condition "running" +Feb 7 08:32:47.089: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-2070" to be "running" +Feb 7 08:32:47.094: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 5.547194ms +Feb 7 08:32:47.094: INFO: Pod "taint-eviction-b2" satisfied condition "running" +Feb 7 08:32:47.095: INFO: Pod2 is running on node2. Tainting Node +STEP: Trying to apply a taint on the Node 02/07/23 08:32:47.095 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:32:47.13 +STEP: Waiting for Pod1 and Pod2 to be deleted 02/07/23 08:32:47.134 +Feb 7 08:32:53.099: INFO: Noticed Pod "taint-eviction-b1" gets evicted. +Feb 7 08:33:12.839: INFO: Noticed Pod "taint-eviction-b2" gets evicted. +STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:33:12.851 +[AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:12.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "taint-multiple-pods-2070" for this suite. 02/07/23 08:33:12.857 +------------------------------ +• [SLOW TEST] [88.288 seconds] +[sig-node] NoExecuteTaintManager Multiple Pods [Serial] +test/e2e/node/framework.go:23 + evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:455 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:31:44.577 + Feb 7 08:31:44.577: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename taint-multiple-pods 02/07/23 08:31:44.578 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:31:44.59 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:31:44.594 + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/node/taints.go:383 + Feb 7 08:31:44.596: INFO: Waiting up to 1m0s for all nodes to be ready + Feb 7 08:32:44.629: INFO: Waiting for terminating namespaces to be deleted... + [It] evicts pods with minTolerationSeconds [Disruptive] [Conformance] + test/e2e/node/taints.go:455 + Feb 7 08:32:44.633: INFO: Starting informer... + STEP: Starting pods... 02/07/23 08:32:44.633 + Feb 7 08:32:44.857: INFO: Pod1 is running on node2. Tainting Node + Feb 7 08:32:45.078: INFO: Waiting up to 5m0s for pod "taint-eviction-b1" in namespace "taint-multiple-pods-2070" to be "running" + Feb 7 08:32:45.082: INFO: Pod "taint-eviction-b1": Phase="Pending", Reason="", readiness=false. Elapsed: 4.076894ms + Feb 7 08:32:47.089: INFO: Pod "taint-eviction-b1": Phase="Running", Reason="", readiness=true. Elapsed: 2.010387763s + Feb 7 08:32:47.089: INFO: Pod "taint-eviction-b1" satisfied condition "running" + Feb 7 08:32:47.089: INFO: Waiting up to 5m0s for pod "taint-eviction-b2" in namespace "taint-multiple-pods-2070" to be "running" + Feb 7 08:32:47.094: INFO: Pod "taint-eviction-b2": Phase="Running", Reason="", readiness=true. Elapsed: 5.547194ms + Feb 7 08:32:47.094: INFO: Pod "taint-eviction-b2" satisfied condition "running" + Feb 7 08:32:47.095: INFO: Pod2 is running on node2. Tainting Node + STEP: Trying to apply a taint on the Node 02/07/23 08:32:47.095 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:32:47.13 + STEP: Waiting for Pod1 and Pod2 to be deleted 02/07/23 08:32:47.134 + Feb 7 08:32:53.099: INFO: Noticed Pod "taint-eviction-b1" gets evicted. + Feb 7 08:33:12.839: INFO: Noticed Pod "taint-eviction-b2" gets evicted. + STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:33:12.851 + [AfterEach] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:12.854: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "taint-multiple-pods-2070" for this suite. 02/07/23 08:33:12.857 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl patch + should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1652 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:12.866 +Feb 7 08:33:12.866: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:33:12.867 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:12.878 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:12.881 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1652 +STEP: creating Agnhost RC 02/07/23 08:33:12.884 +Feb 7 08:33:12.884: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4050 create -f -' +Feb 7 08:33:13.703: INFO: stderr: "" +Feb 7 08:33:13.703: INFO: stdout: "replicationcontroller/agnhost-primary created\n" +STEP: Waiting for Agnhost primary to start. 02/07/23 08:33:13.703 +Feb 7 08:33:14.710: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:33:14.711: INFO: Found 0 / 1 +Feb 7 08:33:15.710: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:33:15.710: INFO: Found 1 / 1 +Feb 7 08:33:15.710: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 +STEP: patching all pods 02/07/23 08:33:15.71 +Feb 7 08:33:15.715: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:33:15.716: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +Feb 7 08:33:15.716: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4050 patch pod agnhost-primary-wkzdx -p {"metadata":{"annotations":{"x":"y"}}}' +Feb 7 08:33:15.821: INFO: stderr: "" +Feb 7 08:33:15.821: INFO: stdout: "pod/agnhost-primary-wkzdx patched\n" +STEP: checking annotations 02/07/23 08:33:15.821 +Feb 7 08:33:15.826: INFO: Selector matched 1 pods for map[app:agnhost] +Feb 7 08:33:15.826: INFO: ForEach: Found 1 pods from the filter. Now looping through them. +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:15.826: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-4050" for this suite. 02/07/23 08:33:15.832 +------------------------------ +• [2.972 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl patch + test/e2e/kubectl/kubectl.go:1646 + should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1652 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:12.866 + Feb 7 08:33:12.866: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:33:12.867 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:12.878 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:12.881 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should add annotations for pods in rc [Conformance] + test/e2e/kubectl/kubectl.go:1652 + STEP: creating Agnhost RC 02/07/23 08:33:12.884 + Feb 7 08:33:12.884: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4050 create -f -' + Feb 7 08:33:13.703: INFO: stderr: "" + Feb 7 08:33:13.703: INFO: stdout: "replicationcontroller/agnhost-primary created\n" + STEP: Waiting for Agnhost primary to start. 02/07/23 08:33:13.703 + Feb 7 08:33:14.710: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:33:14.711: INFO: Found 0 / 1 + Feb 7 08:33:15.710: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:33:15.710: INFO: Found 1 / 1 + Feb 7 08:33:15.710: INFO: WaitFor completed with timeout 5m0s. Pods found = 1 out of 1 + STEP: patching all pods 02/07/23 08:33:15.71 + Feb 7 08:33:15.715: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:33:15.716: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + Feb 7 08:33:15.716: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4050 patch pod agnhost-primary-wkzdx -p {"metadata":{"annotations":{"x":"y"}}}' + Feb 7 08:33:15.821: INFO: stderr: "" + Feb 7 08:33:15.821: INFO: stdout: "pod/agnhost-primary-wkzdx patched\n" + STEP: checking annotations 02/07/23 08:33:15.821 + Feb 7 08:33:15.826: INFO: Selector matched 1 pods for map[app:agnhost] + Feb 7 08:33:15.826: INFO: ForEach: Found 1 pods from the filter. Now looping through them. + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:15.826: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-4050" for this suite. 02/07/23 08:33:15.832 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-apps] Deployment + should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:15.838 +Feb 7 08:33:15.838: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 08:33:15.839 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:15.849 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:15.853 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 +STEP: creating a Deployment 02/07/23 08:33:15.858 +Feb 7 08:33:15.858: INFO: Creating simple deployment test-deployment-drph5 +Feb 7 08:33:15.867: INFO: deployment "test-deployment-drph5" doesn't have the required revision set +STEP: Getting /status 02/07/23 08:33:17.885 +Feb 7 08:33:17.888: INFO: Deployment test-deployment-drph5 has Conditions: [{Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.}] +STEP: updating Deployment Status 02/07/23 08:33:17.888 +Feb 7 08:33:17.895: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 33, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 33, 17, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 33, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 33, 15, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-drph5-54bc444df\" has successfully progressed."}, v1.DeploymentCondition{Type:"StatusUpdate", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the Deployment status to be updated 02/07/23 08:33:17.895 +Feb 7 08:33:17.897: INFO: Observed &Deployment event: ADDED +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} +Feb 7 08:33:17.897: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Feb 7 08:33:17.897: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-drph5-54bc444df" is progressing.} +Feb 7 08:33:17.897: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} +Feb 7 08:33:17.898: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.898: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Feb 7 08:33:17.898: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} +Feb 7 08:33:17.898: INFO: Found Deployment test-deployment-drph5 in namespace deployment-1294 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Feb 7 08:33:17.898: INFO: Deployment test-deployment-drph5 has an updated status +STEP: patching the Statefulset Status 02/07/23 08:33:17.898 +Feb 7 08:33:17.898: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} +Feb 7 08:33:17.904: INFO: Patched status conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"StatusPatched", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} +STEP: watching for the Deployment status to be patched 02/07/23 08:33:17.904 +Feb 7 08:33:17.908: INFO: Observed &Deployment event: ADDED +Feb 7 08:33:17.908: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} +Feb 7 08:33:17.908: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.908: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} +Feb 7 08:33:17.908: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-drph5-54bc444df" is progressing.} +Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} +Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} +Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} +Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED +Feb 7 08:33:17.909: INFO: Found deployment test-deployment-drph5 in namespace deployment-1294 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC } +Feb 7 08:33:17.910: INFO: Deployment test-deployment-drph5 has a patched status +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 08:33:17.915: INFO: Deployment "test-deployment-drph5": +&Deployment{ObjectMeta:{test-deployment-drph5 deployment-1294 5a8cde87-28e8-4982-b33f-164285496ce1 28249 1 2023-02-07 08:33:15 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2023-02-07 08:33:15 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {e2e.test Update apps/v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"StatusPatched\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}}}} status} {kube-controller-manager Update apps/v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004bc3608 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:StatusPatched,Status:True,Reason:,Message:,LastUpdateTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:0001-01-01 00:00:00 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:FoundNewReplicaSet,Message:Found new replica set "test-deployment-drph5-54bc444df",LastUpdateTime:2023-02-07 08:33:17 +0000 UTC,LastTransitionTime:2023-02-07 08:33:17 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Feb 7 08:33:17.921: INFO: New ReplicaSet "test-deployment-drph5-54bc444df" of Deployment "test-deployment-drph5": +&ReplicaSet{ObjectMeta:{test-deployment-drph5-54bc444df deployment-1294 07412c1b-7bea-49ac-921e-c23cbb61788b 28245 1 2023-02-07 08:33:15 +0000 UTC map[e2e:testing name:httpd pod-template-hash:54bc444df] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-drph5 5a8cde87-28e8-4982-b33f-164285496ce1 0xc004bc39f0 0xc004bc39f1}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:33:15 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5a8cde87-28e8-4982-b33f-164285496ce1\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,pod-template-hash: 54bc444df,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:54bc444df] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004bc3a98 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:33:17.924: INFO: Pod "test-deployment-drph5-54bc444df-tdprm" is available: +&Pod{ObjectMeta:{test-deployment-drph5-54bc444df-tdprm test-deployment-drph5-54bc444df- deployment-1294 08a76b8a-07c4-47bb-8f74-b2d71021a927 28244 0 2023-02-07 08:33:15 +0000 UTC map[e2e:testing name:httpd pod-template-hash:54bc444df] map[cni.projectcalico.org/containerID:46d14e01799d2856e5d5ff0c3feef4cc8a66077c27ca6fa5bbe9aaff84c4eb20 cni.projectcalico.org/podIP:192.168.136.28/32 cni.projectcalico.org/podIPs:192.168.136.28/32] [{apps/v1 ReplicaSet test-deployment-drph5-54bc444df 07412c1b-7bea-49ac-921e-c23cbb61788b 0xc00401bc00 0xc00401bc01}] [] [{kube-controller-manager Update v1 2023-02-07 08:33:15 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"07412c1b-7bea-49ac-921e-c23cbb61788b\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:33:16 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.28\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qcx7l,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qcx7l,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:15 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.28,StartTime:2023-02-07 08:33:15 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:33:16 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://174153ccd4852aaf1aa442bb4c879807f6f43c01fc3032d3236343b7d8d03b36,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.28,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:17.924: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-1294" for this suite. 02/07/23 08:33:17.927 +------------------------------ +• [2.093 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:15.838 + Feb 7 08:33:15.838: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 08:33:15.839 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:15.849 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:15.853 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] should validate Deployment Status endpoints [Conformance] + test/e2e/apps/deployment.go:479 + STEP: creating a Deployment 02/07/23 08:33:15.858 + Feb 7 08:33:15.858: INFO: Creating simple deployment test-deployment-drph5 + Feb 7 08:33:15.867: INFO: deployment "test-deployment-drph5" doesn't have the required revision set + STEP: Getting /status 02/07/23 08:33:17.885 + Feb 7 08:33:17.888: INFO: Deployment test-deployment-drph5 has Conditions: [{Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.}] + STEP: updating Deployment Status 02/07/23 08:33:17.888 + Feb 7 08:33:17.895: INFO: updatedStatus.Conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 33, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 33, 17, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 33, 17, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 33, 15, 0, time.Local), Reason:"NewReplicaSetAvailable", Message:"ReplicaSet \"test-deployment-drph5-54bc444df\" has successfully progressed."}, v1.DeploymentCondition{Type:"StatusUpdate", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the Deployment status to be updated 02/07/23 08:33:17.895 + Feb 7 08:33:17.897: INFO: Observed &Deployment event: ADDED + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} + Feb 7 08:33:17.897: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Feb 7 08:33:17.897: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-drph5-54bc444df" is progressing.} + Feb 7 08:33:17.897: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Feb 7 08:33:17.897: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} + Feb 7 08:33:17.898: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.898: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Feb 7 08:33:17.898: INFO: Observed Deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} + Feb 7 08:33:17.898: INFO: Found Deployment test-deployment-drph5 in namespace deployment-1294 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Feb 7 08:33:17.898: INFO: Deployment test-deployment-drph5 has an updated status + STEP: patching the Statefulset Status 02/07/23 08:33:17.898 + Feb 7 08:33:17.898: INFO: Patch payload: {"status":{"conditions":[{"type":"StatusPatched","status":"True"}]}} + Feb 7 08:33:17.904: INFO: Patched status conditions: []v1.DeploymentCondition{v1.DeploymentCondition{Type:"StatusPatched", Status:"True", LastUpdateTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"", Message:""}} + STEP: watching for the Deployment status to be patched 02/07/23 08:33:17.904 + Feb 7 08:33:17.908: INFO: Observed &Deployment event: ADDED + Feb 7 08:33:17.908: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} + Feb 7 08:33:17.908: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.908: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetCreated Created new replica set "test-deployment-drph5-54bc444df"} + Feb 7 08:33:17.908: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available False 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC MinimumReplicasUnavailable Deployment does not have minimum availability.} + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:15 +0000 UTC 2023-02-07 08:33:15 +0000 UTC ReplicaSetUpdated ReplicaSet "test-deployment-drph5-54bc444df" is progressing.} + Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} + Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Available True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:17 +0000 UTC MinimumReplicasAvailable Deployment has minimum availability.} + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {Progressing True 2023-02-07 08:33:17 +0000 UTC 2023-02-07 08:33:15 +0000 UTC NewReplicaSetAvailable ReplicaSet "test-deployment-drph5-54bc444df" has successfully progressed.} + Feb 7 08:33:17.909: INFO: Observed deployment test-deployment-drph5 in namespace deployment-1294 with annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusUpdate True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test} + Feb 7 08:33:17.909: INFO: Observed &Deployment event: MODIFIED + Feb 7 08:33:17.909: INFO: Found deployment test-deployment-drph5 in namespace deployment-1294 with labels: map[e2e:testing name:httpd] annotations: map[deployment.kubernetes.io/revision:1] & Conditions: {StatusPatched True 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC } + Feb 7 08:33:17.910: INFO: Deployment test-deployment-drph5 has a patched status + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 08:33:17.915: INFO: Deployment "test-deployment-drph5": + &Deployment{ObjectMeta:{test-deployment-drph5 deployment-1294 5a8cde87-28e8-4982-b33f-164285496ce1 28249 1 2023-02-07 08:33:15 +0000 UTC map[e2e:testing name:httpd] map[deployment.kubernetes.io/revision:1] [] [] [{e2e.test Update apps/v1 2023-02-07 08:33:15 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {e2e.test Update apps/v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"StatusPatched\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:status":{},"f:type":{}}}}} status} {kube-controller-manager Update apps/v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004bc3608 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:1,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:StatusPatched,Status:True,Reason:,Message:,LastUpdateTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:0001-01-01 00:00:00 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:FoundNewReplicaSet,Message:Found new replica set "test-deployment-drph5-54bc444df",LastUpdateTime:2023-02-07 08:33:17 +0000 UTC,LastTransitionTime:2023-02-07 08:33:17 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Feb 7 08:33:17.921: INFO: New ReplicaSet "test-deployment-drph5-54bc444df" of Deployment "test-deployment-drph5": + &ReplicaSet{ObjectMeta:{test-deployment-drph5-54bc444df deployment-1294 07412c1b-7bea-49ac-921e-c23cbb61788b 28245 1 2023-02-07 08:33:15 +0000 UTC map[e2e:testing name:httpd pod-template-hash:54bc444df] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-deployment-drph5 5a8cde87-28e8-4982-b33f-164285496ce1 0xc004bc39f0 0xc004bc39f1}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:33:15 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"5a8cde87-28e8-4982-b33f-164285496ce1\"}":{}}},"f:spec":{"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{e2e: testing,name: httpd,pod-template-hash: 54bc444df,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[e2e:testing name:httpd pod-template-hash:54bc444df] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004bc3a98 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:1,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:33:17.924: INFO: Pod "test-deployment-drph5-54bc444df-tdprm" is available: + &Pod{ObjectMeta:{test-deployment-drph5-54bc444df-tdprm test-deployment-drph5-54bc444df- deployment-1294 08a76b8a-07c4-47bb-8f74-b2d71021a927 28244 0 2023-02-07 08:33:15 +0000 UTC map[e2e:testing name:httpd pod-template-hash:54bc444df] map[cni.projectcalico.org/containerID:46d14e01799d2856e5d5ff0c3feef4cc8a66077c27ca6fa5bbe9aaff84c4eb20 cni.projectcalico.org/podIP:192.168.136.28/32 cni.projectcalico.org/podIPs:192.168.136.28/32] [{apps/v1 ReplicaSet test-deployment-drph5-54bc444df 07412c1b-7bea-49ac-921e-c23cbb61788b 0xc00401bc00 0xc00401bc01}] [] [{kube-controller-manager Update v1 2023-02-07 08:33:15 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:e2e":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"07412c1b-7bea-49ac-921e-c23cbb61788b\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {calico Update v1 2023-02-07 08:33:16 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kubelet Update v1 2023-02-07 08:33:17 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.28\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-qcx7l,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:httpd,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-qcx7l,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:15 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:17 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:33:15 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.28,StartTime:2023-02-07 08:33:15 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:httpd,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:33:16 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/httpd:2.4.38-4,ImageID:registry.k8s.io/e2e-test-images/httpd@sha256:148b022f5c5da426fc2f3c14b5c0867e58ef05961510c84749ac1fddcb0fef22,ContainerID:containerd://174153ccd4852aaf1aa442bb4c879807f6f43c01fc3032d3236343b7d8d03b36,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.28,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:17.924: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-1294" for this suite. 02/07/23 08:33:17.927 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-storage] EmptyDir volumes + volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:87 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:17.931 +Feb 7 08:33:17.931: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:33:17.932 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:17.942 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:17.944 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:87 +STEP: Creating a pod to test emptydir volume type on tmpfs 02/07/23 08:33:17.947 +Feb 7 08:33:17.954: INFO: Waiting up to 5m0s for pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c" in namespace "emptydir-3398" to be "Succeeded or Failed" +Feb 7 08:33:17.958: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.191605ms +Feb 7 08:33:19.964: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009890067s +Feb 7 08:33:21.961: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007626173s +STEP: Saw pod success 02/07/23 08:33:21.961 +Feb 7 08:33:21.961: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c" satisfied condition "Succeeded or Failed" +Feb 7 08:33:21.964: INFO: Trying to get logs from node node2 pod pod-ee4439d0-0f23-48ba-b78e-759482e1955c container test-container: +STEP: delete the pod 02/07/23 08:33:21.98 +Feb 7 08:33:21.993: INFO: Waiting for pod pod-ee4439d0-0f23-48ba-b78e-759482e1955c to disappear +Feb 7 08:33:21.996: INFO: Pod pod-ee4439d0-0f23-48ba-b78e-759482e1955c no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:21.996: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-3398" for this suite. 02/07/23 08:33:21.999 +------------------------------ +• [4.072 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:87 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:17.931 + Feb 7 08:33:17.931: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:33:17.932 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:17.942 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:17.944 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:87 + STEP: Creating a pod to test emptydir volume type on tmpfs 02/07/23 08:33:17.947 + Feb 7 08:33:17.954: INFO: Waiting up to 5m0s for pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c" in namespace "emptydir-3398" to be "Succeeded or Failed" + Feb 7 08:33:17.958: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c": Phase="Pending", Reason="", readiness=false. Elapsed: 4.191605ms + Feb 7 08:33:19.964: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009890067s + Feb 7 08:33:21.961: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007626173s + STEP: Saw pod success 02/07/23 08:33:21.961 + Feb 7 08:33:21.961: INFO: Pod "pod-ee4439d0-0f23-48ba-b78e-759482e1955c" satisfied condition "Succeeded or Failed" + Feb 7 08:33:21.964: INFO: Trying to get logs from node node2 pod pod-ee4439d0-0f23-48ba-b78e-759482e1955c container test-container: + STEP: delete the pod 02/07/23 08:33:21.98 + Feb 7 08:33:21.993: INFO: Waiting for pod pod-ee4439d0-0f23-48ba-b78e-759482e1955c to disappear + Feb 7 08:33:21.996: INFO: Pod pod-ee4439d0-0f23-48ba-b78e-759482e1955c no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:21.996: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-3398" for this suite. 02/07/23 08:33:21.999 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-auth] ServiceAccounts + should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:742 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:22.004 +Feb 7 08:33:22.004: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:33:22.005 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:22.015 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:22.017 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:742 +Feb 7 08:33:22.021: INFO: Got root ca configmap in namespace "svcaccounts-1384" +Feb 7 08:33:22.024: INFO: Deleted root ca configmap in namespace "svcaccounts-1384" +STEP: waiting for a new root ca configmap created 02/07/23 08:33:22.525 +Feb 7 08:33:22.531: INFO: Recreated root ca configmap in namespace "svcaccounts-1384" +Feb 7 08:33:22.534: INFO: Updated root ca configmap in namespace "svcaccounts-1384" +STEP: waiting for the root ca configmap reconciled 02/07/23 08:33:23.035 +Feb 7 08:33:23.037: INFO: Reconciled root ca configmap in namespace "svcaccounts-1384" +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:23.037: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-1384" for this suite. 02/07/23 08:33:23.04 +------------------------------ +• [1.041 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:742 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:22.004 + Feb 7 08:33:22.004: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:33:22.005 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:22.015 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:22.017 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] should guarantee kube-root-ca.crt exist in any namespace [Conformance] + test/e2e/auth/service_accounts.go:742 + Feb 7 08:33:22.021: INFO: Got root ca configmap in namespace "svcaccounts-1384" + Feb 7 08:33:22.024: INFO: Deleted root ca configmap in namespace "svcaccounts-1384" + STEP: waiting for a new root ca configmap created 02/07/23 08:33:22.525 + Feb 7 08:33:22.531: INFO: Recreated root ca configmap in namespace "svcaccounts-1384" + Feb 7 08:33:22.534: INFO: Updated root ca configmap in namespace "svcaccounts-1384" + STEP: waiting for the root ca configmap reconciled 02/07/23 08:33:23.035 + Feb 7 08:33:23.037: INFO: Reconciled root ca configmap in namespace "svcaccounts-1384" + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:23.037: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-1384" for this suite. 02/07/23 08:33:23.04 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-network] EndpointSliceMirroring + should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 +[BeforeEach] [sig-network] EndpointSliceMirroring + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:23.045 +Feb 7 08:33:23.046: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename endpointslicemirroring 02/07/23 08:33:23.047 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:23.056 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:23.062 +[BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/network/endpointslicemirroring.go:41 +[It] should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 +STEP: mirroring a new custom Endpoint 02/07/23 08:33:23.076 +Feb 7 08:33:23.082: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 +STEP: mirroring an update to a custom Endpoint 02/07/23 08:33:25.089 +STEP: mirroring deletion of a custom Endpoint 02/07/23 08:33:25.103 +Feb 7 08:33:25.114: INFO: Waiting for 0 EndpointSlices to exist, got 1 +[AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:27.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] EndpointSliceMirroring + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] EndpointSliceMirroring + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] EndpointSliceMirroring + tear down framework | framework.go:193 +STEP: Destroying namespace "endpointslicemirroring-6206" for this suite. 02/07/23 08:33:27.124 +------------------------------ +• [4.084 seconds] +[sig-network] EndpointSliceMirroring +test/e2e/network/common/framework.go:23 + should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSliceMirroring + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:23.045 + Feb 7 08:33:23.046: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename endpointslicemirroring 02/07/23 08:33:23.047 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:23.056 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:23.062 + [BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] EndpointSliceMirroring + test/e2e/network/endpointslicemirroring.go:41 + [It] should mirror a custom Endpoints resource through create update and delete [Conformance] + test/e2e/network/endpointslicemirroring.go:53 + STEP: mirroring a new custom Endpoint 02/07/23 08:33:23.076 + Feb 7 08:33:23.082: INFO: Waiting for at least 1 EndpointSlice to exist, got 0 + STEP: mirroring an update to a custom Endpoint 02/07/23 08:33:25.089 + STEP: mirroring deletion of a custom Endpoint 02/07/23 08:33:25.103 + Feb 7 08:33:25.114: INFO: Waiting for 0 EndpointSlices to exist, got 1 + [AfterEach] [sig-network] EndpointSliceMirroring + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:27.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] EndpointSliceMirroring + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] EndpointSliceMirroring + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] EndpointSliceMirroring + tear down framework | framework.go:193 + STEP: Destroying namespace "endpointslicemirroring-6206" for this suite. 02/07/23 08:33:27.124 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-instrumentation] Events + should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +[BeforeEach] [sig-instrumentation] Events + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:27.129 +Feb 7 08:33:27.130: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename events 02/07/23 08:33:27.131 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:27.142 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:27.146 +[BeforeEach] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:31 +[It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 +STEP: creating a test event 02/07/23 08:33:27.15 +STEP: listing all events in all namespaces 02/07/23 08:33:27.155 +STEP: patching the test event 02/07/23 08:33:27.157 +STEP: fetching the test event 02/07/23 08:33:27.162 +STEP: updating the test event 02/07/23 08:33:27.165 +STEP: getting the test event 02/07/23 08:33:27.175 +STEP: deleting the test event 02/07/23 08:33:27.18 +STEP: listing all events in all namespaces 02/07/23 08:33:27.185 +[AfterEach] [sig-instrumentation] Events + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:27.189: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-instrumentation] Events + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-instrumentation] Events + tear down framework | framework.go:193 +STEP: Destroying namespace "events-6335" for this suite. 02/07/23 08:33:27.194 +------------------------------ +• [0.068 seconds] +[sig-instrumentation] Events +test/e2e/instrumentation/common/framework.go:23 + should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:27.129 + Feb 7 08:33:27.130: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename events 02/07/23 08:33:27.131 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:27.142 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:27.146 + [BeforeEach] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:31 + [It] should manage the lifecycle of an event [Conformance] + test/e2e/instrumentation/core_events.go:57 + STEP: creating a test event 02/07/23 08:33:27.15 + STEP: listing all events in all namespaces 02/07/23 08:33:27.155 + STEP: patching the test event 02/07/23 08:33:27.157 + STEP: fetching the test event 02/07/23 08:33:27.162 + STEP: updating the test event 02/07/23 08:33:27.165 + STEP: getting the test event 02/07/23 08:33:27.175 + STEP: deleting the test event 02/07/23 08:33:27.18 + STEP: listing all events in all namespaces 02/07/23 08:33:27.185 + [AfterEach] [sig-instrumentation] Events + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:27.189: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-instrumentation] Events + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-instrumentation] Events + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-instrumentation] Events + tear down framework | framework.go:193 + STEP: Destroying namespace "events-6335" for this suite. 02/07/23 08:33:27.194 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Security Context When creating a container with runAsUser + should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:347 +[BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:27.198 +Feb 7 08:33:27.198: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename security-context-test 02/07/23 08:33:27.199 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:27.215 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:27.219 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 +[It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:347 +Feb 7 08:33:27.229: INFO: Waiting up to 5m0s for pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83" in namespace "security-context-test-9267" to be "Succeeded or Failed" +Feb 7 08:33:27.231: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83": Phase="Pending", Reason="", readiness=false. Elapsed: 2.537185ms +Feb 7 08:33:29.236: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007527578s +Feb 7 08:33:31.237: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00841008s +Feb 7 08:33:31.237: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:31.238: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 +STEP: Destroying namespace "security-context-test-9267" for this suite. 02/07/23 08:33:31.245 +------------------------------ +• [4.055 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + When creating a container with runAsUser + test/e2e/common/node/security_context.go:309 + should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:347 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:27.198 + Feb 7 08:33:27.198: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename security-context-test 02/07/23 08:33:27.199 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:27.215 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:27.219 + [BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 + [It] should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:347 + Feb 7 08:33:27.229: INFO: Waiting up to 5m0s for pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83" in namespace "security-context-test-9267" to be "Succeeded or Failed" + Feb 7 08:33:27.231: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83": Phase="Pending", Reason="", readiness=false. Elapsed: 2.537185ms + Feb 7 08:33:29.236: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007527578s + Feb 7 08:33:31.237: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00841008s + Feb 7 08:33:31.237: INFO: Pod "busybox-user-65534-80641307-5034-4b49-981c-ab6973f53b83" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:31.238: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 + STEP: Destroying namespace "security-context-test-9267" for this suite. 02/07/23 08:33:31.245 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:212 +[BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:31.254 +Feb 7 08:33:31.254: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 08:33:31.256 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:31.27 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:31.273 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 +STEP: create the container to handle the HTTPGet hook request. 02/07/23 08:33:31.282 +Feb 7 08:33:31.295: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-5846" to be "running and ready" +Feb 7 08:33:31.300: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.978865ms +Feb 7 08:33:31.300: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:33:33.305: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.009733586s +Feb 7 08:33:33.305: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Feb 7 08:33:33.305: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:212 +STEP: create the pod with lifecycle hook 02/07/23 08:33:33.307 +Feb 7 08:33:33.312: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-5846" to be "running and ready" +Feb 7 08:33:33.323: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 11.102019ms +Feb 7 08:33:33.323: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:33:35.330: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.018488428s +Feb 7 08:33:35.330: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) +Feb 7 08:33:35.331: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" +STEP: delete the pod with lifecycle hook 02/07/23 08:33:35.336 +Feb 7 08:33:35.345: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Feb 7 08:33:35.360: INFO: Pod pod-with-prestop-http-hook still exists +Feb 7 08:33:37.361: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Feb 7 08:33:37.364: INFO: Pod pod-with-prestop-http-hook still exists +Feb 7 08:33:39.362: INFO: Waiting for pod pod-with-prestop-http-hook to disappear +Feb 7 08:33:39.368: INFO: Pod pod-with-prestop-http-hook no longer exists +STEP: check prestop hook 02/07/23 08:33:39.369 +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:39.380: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 +STEP: Destroying namespace "container-lifecycle-hook-5846" for this suite. 02/07/23 08:33:39.386 +------------------------------ +• [SLOW TEST] [8.139 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:212 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:31.254 + Feb 7 08:33:31.254: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 08:33:31.256 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:31.27 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:31.273 + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 + STEP: create the container to handle the HTTPGet hook request. 02/07/23 08:33:31.282 + Feb 7 08:33:31.295: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-5846" to be "running and ready" + Feb 7 08:33:31.300: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 4.978865ms + Feb 7 08:33:31.300: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:33:33.305: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.009733586s + Feb 7 08:33:33.305: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Feb 7 08:33:33.305: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute prestop http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:212 + STEP: create the pod with lifecycle hook 02/07/23 08:33:33.307 + Feb 7 08:33:33.312: INFO: Waiting up to 5m0s for pod "pod-with-prestop-http-hook" in namespace "container-lifecycle-hook-5846" to be "running and ready" + Feb 7 08:33:33.323: INFO: Pod "pod-with-prestop-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 11.102019ms + Feb 7 08:33:33.323: INFO: The phase of Pod pod-with-prestop-http-hook is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:33:35.330: INFO: Pod "pod-with-prestop-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.018488428s + Feb 7 08:33:35.330: INFO: The phase of Pod pod-with-prestop-http-hook is Running (Ready = true) + Feb 7 08:33:35.331: INFO: Pod "pod-with-prestop-http-hook" satisfied condition "running and ready" + STEP: delete the pod with lifecycle hook 02/07/23 08:33:35.336 + Feb 7 08:33:35.345: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Feb 7 08:33:35.360: INFO: Pod pod-with-prestop-http-hook still exists + Feb 7 08:33:37.361: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Feb 7 08:33:37.364: INFO: Pod pod-with-prestop-http-hook still exists + Feb 7 08:33:39.362: INFO: Waiting for pod pod-with-prestop-http-hook to disappear + Feb 7 08:33:39.368: INFO: Pod pod-with-prestop-http-hook no longer exists + STEP: check prestop hook 02/07/23 08:33:39.369 + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:39.380: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 + STEP: Destroying namespace "container-lifecycle-hook-5846" for this suite. 02/07/23 08:33:39.386 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:207 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:39.394 +Feb 7 08:33:39.394: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:33:39.396 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:39.412 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:39.417 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:207 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:33:39.42 +Feb 7 08:33:39.430: INFO: Waiting up to 5m0s for pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0" in namespace "projected-9081" to be "Succeeded or Failed" +Feb 7 08:33:39.433: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.685774ms +Feb 7 08:33:41.439: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009324098s +Feb 7 08:33:43.439: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008775334s +STEP: Saw pod success 02/07/23 08:33:43.439 +Feb 7 08:33:43.439: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0" satisfied condition "Succeeded or Failed" +Feb 7 08:33:43.443: INFO: Trying to get logs from node node2 pod downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0 container client-container: +STEP: delete the pod 02/07/23 08:33:43.451 +Feb 7 08:33:43.461: INFO: Waiting for pod downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0 to disappear +Feb 7 08:33:43.464: INFO: Pod downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:43.464: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-9081" for this suite. 02/07/23 08:33:43.467 +------------------------------ +• [4.080 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:207 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:39.394 + Feb 7 08:33:39.394: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:33:39.396 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:39.412 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:39.417 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:207 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:33:39.42 + Feb 7 08:33:39.430: INFO: Waiting up to 5m0s for pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0" in namespace "projected-9081" to be "Succeeded or Failed" + Feb 7 08:33:39.433: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.685774ms + Feb 7 08:33:41.439: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009324098s + Feb 7 08:33:43.439: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008775334s + STEP: Saw pod success 02/07/23 08:33:43.439 + Feb 7 08:33:43.439: INFO: Pod "downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0" satisfied condition "Succeeded or Failed" + Feb 7 08:33:43.443: INFO: Trying to get logs from node node2 pod downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0 container client-container: + STEP: delete the pod 02/07/23 08:33:43.451 + Feb 7 08:33:43.461: INFO: Waiting for pod downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0 to disappear + Feb 7 08:33:43.464: INFO: Pod downwardapi-volume-d6cfb2c0-7b5b-4a94-829b-93b7962f93a0 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:43.464: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-9081" for this suite. 02/07/23 08:33:43.467 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Security Context When creating a pod with readOnlyRootFilesystem + should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:486 +[BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:43.476 +Feb 7 08:33:43.476: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename security-context-test 02/07/23 08:33:43.478 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:43.489 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:43.492 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 +[It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:486 +Feb 7 08:33:43.500: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2" in namespace "security-context-test-1441" to be "Succeeded or Failed" +Feb 7 08:33:43.503: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.52153ms +Feb 7 08:33:45.510: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010022724s +Feb 7 08:33:47.509: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00821904s +Feb 7 08:33:47.509: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2" satisfied condition "Succeeded or Failed" +[AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:47.509: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 +STEP: Destroying namespace "security-context-test-1441" for this suite. 02/07/23 08:33:47.514 +------------------------------ +• [4.046 seconds] +[sig-node] Security Context +test/e2e/common/node/framework.go:23 + When creating a pod with readOnlyRootFilesystem + test/e2e/common/node/security_context.go:430 + should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:486 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:43.476 + Feb 7 08:33:43.476: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename security-context-test 02/07/23 08:33:43.478 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:43.489 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:43.492 + [BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Security Context + test/e2e/common/node/security_context.go:50 + [It] should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance] + test/e2e/common/node/security_context.go:486 + Feb 7 08:33:43.500: INFO: Waiting up to 5m0s for pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2" in namespace "security-context-test-1441" to be "Succeeded or Failed" + Feb 7 08:33:43.503: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.52153ms + Feb 7 08:33:45.510: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010022724s + Feb 7 08:33:47.509: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00821904s + Feb 7 08:33:47.509: INFO: Pod "busybox-readonly-false-c652cf3a-f0d7-4bc7-9c6f-62ff51a11ac2" satisfied condition "Succeeded or Failed" + [AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:47.509: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 + STEP: Destroying namespace "security-context-test-1441" for this suite. 02/07/23 08:33:47.514 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-network] Services + should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1557 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:47.523 +Feb 7 08:33:47.524: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:33:47.525 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:47.538 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:47.542 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1557 +STEP: creating a service nodeport-service with the type=NodePort in namespace services-1009 02/07/23 08:33:47.545 +STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 02/07/23 08:33:47.563 +STEP: creating service externalsvc in namespace services-1009 02/07/23 08:33:47.563 +STEP: creating replication controller externalsvc in namespace services-1009 02/07/23 08:33:47.574 +I0207 08:33:47.579584 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-1009, replica count: 2 +I0207 08:33:50.630015 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +STEP: changing the NodePort service to type=ExternalName 02/07/23 08:33:50.636 +Feb 7 08:33:50.667: INFO: Creating new exec pod +Feb 7 08:33:50.672: INFO: Waiting up to 5m0s for pod "execpod46rzb" in namespace "services-1009" to be "running" +Feb 7 08:33:50.676: INFO: Pod "execpod46rzb": Phase="Pending", Reason="", readiness=false. Elapsed: 3.567695ms +Feb 7 08:33:52.678: INFO: Pod "execpod46rzb": Phase="Running", Reason="", readiness=true. Elapsed: 2.006334041s +Feb 7 08:33:52.679: INFO: Pod "execpod46rzb" satisfied condition "running" +Feb 7 08:33:52.679: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1009 exec execpod46rzb -- /bin/sh -x -c nslookup nodeport-service.services-1009.svc.cluster.local' +Feb 7 08:33:52.904: INFO: stderr: "+ nslookup nodeport-service.services-1009.svc.cluster.local\n" +Feb 7 08:33:52.904: INFO: stdout: "Server:\t\t10.96.0.3\nAddress:\t10.96.0.3#53\n\nnodeport-service.services-1009.svc.cluster.local\tcanonical name = externalsvc.services-1009.svc.cluster.local.\nName:\texternalsvc.services-1009.svc.cluster.local\nAddress: 10.105.98.52\n\n" +STEP: deleting ReplicationController externalsvc in namespace services-1009, will wait for the garbage collector to delete the pods 02/07/23 08:33:52.904 +Feb 7 08:33:52.962: INFO: Deleting ReplicationController externalsvc took: 3.220696ms +Feb 7 08:33:53.063: INFO: Terminating ReplicationController externalsvc pods took: 100.943882ms +Feb 7 08:33:55.185: INFO: Cleaning up the NodePort to ExternalName test service +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:33:55.193: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-1009" for this suite. 02/07/23 08:33:55.197 +------------------------------ +• [SLOW TEST] [7.677 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1557 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:47.523 + Feb 7 08:33:47.524: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:33:47.525 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:47.538 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:47.542 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to change the type from NodePort to ExternalName [Conformance] + test/e2e/network/service.go:1557 + STEP: creating a service nodeport-service with the type=NodePort in namespace services-1009 02/07/23 08:33:47.545 + STEP: Creating active service to test reachability when its FQDN is referred as externalName for another service 02/07/23 08:33:47.563 + STEP: creating service externalsvc in namespace services-1009 02/07/23 08:33:47.563 + STEP: creating replication controller externalsvc in namespace services-1009 02/07/23 08:33:47.574 + I0207 08:33:47.579584 20 runners.go:193] Created replication controller with name: externalsvc, namespace: services-1009, replica count: 2 + I0207 08:33:50.630015 20 runners.go:193] externalsvc Pods: 2 out of 2 created, 2 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + STEP: changing the NodePort service to type=ExternalName 02/07/23 08:33:50.636 + Feb 7 08:33:50.667: INFO: Creating new exec pod + Feb 7 08:33:50.672: INFO: Waiting up to 5m0s for pod "execpod46rzb" in namespace "services-1009" to be "running" + Feb 7 08:33:50.676: INFO: Pod "execpod46rzb": Phase="Pending", Reason="", readiness=false. Elapsed: 3.567695ms + Feb 7 08:33:52.678: INFO: Pod "execpod46rzb": Phase="Running", Reason="", readiness=true. Elapsed: 2.006334041s + Feb 7 08:33:52.679: INFO: Pod "execpod46rzb" satisfied condition "running" + Feb 7 08:33:52.679: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1009 exec execpod46rzb -- /bin/sh -x -c nslookup nodeport-service.services-1009.svc.cluster.local' + Feb 7 08:33:52.904: INFO: stderr: "+ nslookup nodeport-service.services-1009.svc.cluster.local\n" + Feb 7 08:33:52.904: INFO: stdout: "Server:\t\t10.96.0.3\nAddress:\t10.96.0.3#53\n\nnodeport-service.services-1009.svc.cluster.local\tcanonical name = externalsvc.services-1009.svc.cluster.local.\nName:\texternalsvc.services-1009.svc.cluster.local\nAddress: 10.105.98.52\n\n" + STEP: deleting ReplicationController externalsvc in namespace services-1009, will wait for the garbage collector to delete the pods 02/07/23 08:33:52.904 + Feb 7 08:33:52.962: INFO: Deleting ReplicationController externalsvc took: 3.220696ms + Feb 7 08:33:53.063: INFO: Terminating ReplicationController externalsvc pods took: 100.943882ms + Feb 7 08:33:55.185: INFO: Cleaning up the NodePort to ExternalName test service + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:33:55.193: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-1009" for this suite. 02/07/23 08:33:55.197 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch + watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:33:55.2 +Feb 7 08:33:55.200: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-watch 02/07/23 08:33:55.201 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:55.213 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:55.22 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 +Feb 7 08:33:55.223: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Creating first CR 02/07/23 08:33:57.801 +Feb 7 08:33:57.807: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:33:57Z generation:1 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:33:57Z]] name:name1 resourceVersion:28724 uid:2141fb9b-bc4f-4240-8871-1c66b7441e16] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Creating second CR 02/07/23 08:34:07.809 +Feb 7 08:34:07.816: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:34:07Z generation:1 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:07Z]] name:name2 resourceVersion:28766 uid:ee4f5744-9157-4282-95bd-954527f78aa5] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying first CR 02/07/23 08:34:17.818 +Feb 7 08:34:17.826: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:33:57Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:17Z]] name:name1 resourceVersion:28783 uid:2141fb9b-bc4f-4240-8871-1c66b7441e16] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Modifying second CR 02/07/23 08:34:27.827 +Feb 7 08:34:27.837: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:34:07Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:27Z]] name:name2 resourceVersion:28800 uid:ee4f5744-9157-4282-95bd-954527f78aa5] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting first CR 02/07/23 08:34:37.837 +Feb 7 08:34:37.845: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:33:57Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:17Z]] name:name1 resourceVersion:28817 uid:2141fb9b-bc4f-4240-8871-1c66b7441e16] num:map[num1:9223372036854775807 num2:1000000]]} +STEP: Deleting second CR 02/07/23 08:34:47.846 +Feb 7 08:34:47.856: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:34:07Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:27Z]] name:name2 resourceVersion:28842 uid:ee4f5744-9157-4282-95bd-954527f78aa5] num:map[num1:9223372036854775807 num2:1000000]]} +[AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:34:58.370: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-watch-7713" for this suite. 02/07/23 08:34:58.376 +------------------------------ +• [SLOW TEST] [63.183 seconds] +[sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + CustomResourceDefinition Watch + test/e2e/apimachinery/crd_watch.go:44 + watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:33:55.2 + Feb 7 08:33:55.200: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-watch 02/07/23 08:33:55.201 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:33:55.213 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:33:55.22 + [BeforeEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] watch on custom resource definition objects [Conformance] + test/e2e/apimachinery/crd_watch.go:51 + Feb 7 08:33:55.223: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Creating first CR 02/07/23 08:33:57.801 + Feb 7 08:33:57.807: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:33:57Z generation:1 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:33:57Z]] name:name1 resourceVersion:28724 uid:2141fb9b-bc4f-4240-8871-1c66b7441e16] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Creating second CR 02/07/23 08:34:07.809 + Feb 7 08:34:07.816: INFO: Got : ADDED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:34:07Z generation:1 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:07Z]] name:name2 resourceVersion:28766 uid:ee4f5744-9157-4282-95bd-954527f78aa5] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying first CR 02/07/23 08:34:17.818 + Feb 7 08:34:17.826: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:33:57Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:17Z]] name:name1 resourceVersion:28783 uid:2141fb9b-bc4f-4240-8871-1c66b7441e16] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Modifying second CR 02/07/23 08:34:27.827 + Feb 7 08:34:27.837: INFO: Got : MODIFIED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:34:07Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:27Z]] name:name2 resourceVersion:28800 uid:ee4f5744-9157-4282-95bd-954527f78aa5] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting first CR 02/07/23 08:34:37.837 + Feb 7 08:34:37.845: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:33:57Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:17Z]] name:name1 resourceVersion:28817 uid:2141fb9b-bc4f-4240-8871-1c66b7441e16] num:map[num1:9223372036854775807 num2:1000000]]} + STEP: Deleting second CR 02/07/23 08:34:47.846 + Feb 7 08:34:47.856: INFO: Got : DELETED &{map[apiVersion:mygroup.example.com/v1beta1 content:map[key:value] dummy:test kind:WishIHadChosenNoxu metadata:map[creationTimestamp:2023-02-07T08:34:07Z generation:2 managedFields:[map[apiVersion:mygroup.example.com/v1beta1 fieldsType:FieldsV1 fieldsV1:map[f:content:map[.:map[] f:key:map[]] f:dummy:map[] f:num:map[.:map[] f:num1:map[] f:num2:map[]]] manager:e2e.test operation:Update time:2023-02-07T08:34:27Z]] name:name2 resourceVersion:28842 uid:ee4f5744-9157-4282-95bd-954527f78aa5] num:map[num1:9223372036854775807 num2:1000000]]} + [AfterEach] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:34:58.370: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-watch-7713" for this suite. 02/07/23 08:34:58.376 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:160 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:34:58.386 +Feb 7 08:34:58.386: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:34:58.388 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:34:58.401 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:34:58.405 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:160 +STEP: Discovering how many secrets are in namespace by default 02/07/23 08:34:58.407 +STEP: Counting existing ResourceQuota 02/07/23 08:35:03.412 +STEP: Creating a ResourceQuota 02/07/23 08:35:08.418 +STEP: Ensuring resource quota status is calculated 02/07/23 08:35:08.426 +STEP: Creating a Secret 02/07/23 08:35:10.432 +STEP: Ensuring resource quota status captures secret creation 02/07/23 08:35:10.505 +STEP: Deleting a secret 02/07/23 08:35:12.51 +STEP: Ensuring resource quota status released usage 02/07/23 08:35:12.515 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:14.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-1532" for this suite. 02/07/23 08:35:14.534 +------------------------------ +• [SLOW TEST] [16.154 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:160 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:34:58.386 + Feb 7 08:34:58.386: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:34:58.388 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:34:58.401 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:34:58.405 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and capture the life of a secret. [Conformance] + test/e2e/apimachinery/resource_quota.go:160 + STEP: Discovering how many secrets are in namespace by default 02/07/23 08:34:58.407 + STEP: Counting existing ResourceQuota 02/07/23 08:35:03.412 + STEP: Creating a ResourceQuota 02/07/23 08:35:08.418 + STEP: Ensuring resource quota status is calculated 02/07/23 08:35:08.426 + STEP: Creating a Secret 02/07/23 08:35:10.432 + STEP: Ensuring resource quota status captures secret creation 02/07/23 08:35:10.505 + STEP: Deleting a secret 02/07/23 08:35:12.51 + STEP: Ensuring resource quota status released usage 02/07/23 08:35:12.515 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:14.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-1532" for this suite. 02/07/23 08:35:14.534 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:14.542 +Feb 7 08:35:14.542: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 08:35:14.544 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:14.555 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:14.558 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 +STEP: Creating a test externalName service 02/07/23 08:35:14.562 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:14.566 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:14.567 +STEP: creating a pod to probe DNS 02/07/23 08:35:14.567 +STEP: submitting the pod to kubernetes 02/07/23 08:35:14.567 +Feb 7 08:35:14.577: INFO: Waiting up to 15m0s for pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6" in namespace "dns-3025" to be "running" +Feb 7 08:35:14.581: INFO: Pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.63969ms +Feb 7 08:35:16.588: INFO: Pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6": Phase="Running", Reason="", readiness=true. Elapsed: 2.010894597s +Feb 7 08:35:16.588: INFO: Pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:35:16.588 +STEP: looking for the results for each expected name from probers 02/07/23 08:35:16.594 +Feb 7 08:35:16.608: INFO: DNS probes using dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6 succeeded + +STEP: deleting the pod 02/07/23 08:35:16.608 +STEP: changing the externalName to bar.example.com 02/07/23 08:35:16.623 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:16.63 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:16.63 +STEP: creating a second pod to probe DNS 02/07/23 08:35:16.63 +STEP: submitting the pod to kubernetes 02/07/23 08:35:16.63 +Feb 7 08:35:16.637: INFO: Waiting up to 15m0s for pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb" in namespace "dns-3025" to be "running" +Feb 7 08:35:16.641: INFO: Pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb": Phase="Pending", Reason="", readiness=false. Elapsed: 4.557322ms +Feb 7 08:35:18.649: INFO: Pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb": Phase="Running", Reason="", readiness=true. Elapsed: 2.012108174s +Feb 7 08:35:18.649: INFO: Pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:35:18.649 +STEP: looking for the results for each expected name from probers 02/07/23 08:35:18.653 +Feb 7 08:35:18.659: INFO: File wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local from pod dns-3025/dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb contains 'foo.example.com. +' instead of 'bar.example.com.' +Feb 7 08:35:18.663: INFO: File jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local from pod dns-3025/dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb contains 'foo.example.com. +' instead of 'bar.example.com.' +Feb 7 08:35:18.663: INFO: Lookups using dns-3025/dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb failed for: [wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local] + +Feb 7 08:35:23.678: INFO: DNS probes using dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb succeeded + +STEP: deleting the pod 02/07/23 08:35:23.678 +STEP: changing the service to type=ClusterIP 02/07/23 08:35:23.699 +STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:23.715 +STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:23.715 +STEP: creating a third pod to probe DNS 02/07/23 08:35:23.715 +STEP: submitting the pod to kubernetes 02/07/23 08:35:23.717 +Feb 7 08:35:23.721: INFO: Waiting up to 15m0s for pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f" in namespace "dns-3025" to be "running" +Feb 7 08:35:23.724: INFO: Pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.280506ms +Feb 7 08:35:25.732: INFO: Pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f": Phase="Running", Reason="", readiness=true. Elapsed: 2.010585346s +Feb 7 08:35:25.732: INFO: Pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:35:25.732 +STEP: looking for the results for each expected name from probers 02/07/23 08:35:25.738 +Feb 7 08:35:25.751: INFO: DNS probes using dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f succeeded + +STEP: deleting the pod 02/07/23 08:35:25.751 +STEP: deleting the test externalName service 02/07/23 08:35:25.764 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:25.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-3025" for this suite. 02/07/23 08:35:25.779 +------------------------------ +• [SLOW TEST] [11.242 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:14.542 + Feb 7 08:35:14.542: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 08:35:14.544 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:14.555 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:14.558 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should provide DNS for ExternalName services [Conformance] + test/e2e/network/dns.go:333 + STEP: Creating a test externalName service 02/07/23 08:35:14.562 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:14.566 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:14.567 + STEP: creating a pod to probe DNS 02/07/23 08:35:14.567 + STEP: submitting the pod to kubernetes 02/07/23 08:35:14.567 + Feb 7 08:35:14.577: INFO: Waiting up to 15m0s for pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6" in namespace "dns-3025" to be "running" + Feb 7 08:35:14.581: INFO: Pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6": Phase="Pending", Reason="", readiness=false. Elapsed: 3.63969ms + Feb 7 08:35:16.588: INFO: Pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6": Phase="Running", Reason="", readiness=true. Elapsed: 2.010894597s + Feb 7 08:35:16.588: INFO: Pod "dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:35:16.588 + STEP: looking for the results for each expected name from probers 02/07/23 08:35:16.594 + Feb 7 08:35:16.608: INFO: DNS probes using dns-test-d14b6656-58ce-4b03-9f95-ccd3cfc9bed6 succeeded + + STEP: deleting the pod 02/07/23 08:35:16.608 + STEP: changing the externalName to bar.example.com 02/07/23 08:35:16.623 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:16.63 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local CNAME > /results/jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:16.63 + STEP: creating a second pod to probe DNS 02/07/23 08:35:16.63 + STEP: submitting the pod to kubernetes 02/07/23 08:35:16.63 + Feb 7 08:35:16.637: INFO: Waiting up to 15m0s for pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb" in namespace "dns-3025" to be "running" + Feb 7 08:35:16.641: INFO: Pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb": Phase="Pending", Reason="", readiness=false. Elapsed: 4.557322ms + Feb 7 08:35:18.649: INFO: Pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb": Phase="Running", Reason="", readiness=true. Elapsed: 2.012108174s + Feb 7 08:35:18.649: INFO: Pod "dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:35:18.649 + STEP: looking for the results for each expected name from probers 02/07/23 08:35:18.653 + Feb 7 08:35:18.659: INFO: File wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local from pod dns-3025/dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb contains 'foo.example.com. + ' instead of 'bar.example.com.' + Feb 7 08:35:18.663: INFO: File jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local from pod dns-3025/dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb contains 'foo.example.com. + ' instead of 'bar.example.com.' + Feb 7 08:35:18.663: INFO: Lookups using dns-3025/dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb failed for: [wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local] + + Feb 7 08:35:23.678: INFO: DNS probes using dns-test-4df1deb7-ed88-43ce-acb8-614b047038eb succeeded + + STEP: deleting the pod 02/07/23 08:35:23.678 + STEP: changing the service to type=ClusterIP 02/07/23 08:35:23.699 + STEP: Running these commands on wheezy: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local A > /results/wheezy_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:23.715 + STEP: Running these commands on jessie: for i in `seq 1 30`; do dig +short dns-test-service-3.dns-3025.svc.cluster.local A > /results/jessie_udp@dns-test-service-3.dns-3025.svc.cluster.local; sleep 1; done + 02/07/23 08:35:23.715 + STEP: creating a third pod to probe DNS 02/07/23 08:35:23.715 + STEP: submitting the pod to kubernetes 02/07/23 08:35:23.717 + Feb 7 08:35:23.721: INFO: Waiting up to 15m0s for pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f" in namespace "dns-3025" to be "running" + Feb 7 08:35:23.724: INFO: Pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f": Phase="Pending", Reason="", readiness=false. Elapsed: 3.280506ms + Feb 7 08:35:25.732: INFO: Pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f": Phase="Running", Reason="", readiness=true. Elapsed: 2.010585346s + Feb 7 08:35:25.732: INFO: Pod "dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:35:25.732 + STEP: looking for the results for each expected name from probers 02/07/23 08:35:25.738 + Feb 7 08:35:25.751: INFO: DNS probes using dns-test-4ca0a54a-dad7-4bb1-b2fb-bd5fb5b9795f succeeded + + STEP: deleting the pod 02/07/23 08:35:25.751 + STEP: deleting the test externalName service 02/07/23 08:35:25.764 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:25.776: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-3025" for this suite. 02/07/23 08:35:25.779 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-cli] Kubectl client Kubectl label + should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1509 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:25.784 +Feb 7 08:35:25.784: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:35:25.784 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:25.795 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:25.798 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1494 +STEP: creating the pod 02/07/23 08:35:25.799 +Feb 7 08:35:25.800: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 create -f -' +Feb 7 08:35:26.665: INFO: stderr: "" +Feb 7 08:35:26.665: INFO: stdout: "pod/pause created\n" +Feb 7 08:35:26.665: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] +Feb 7 08:35:26.665: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-883" to be "running and ready" +Feb 7 08:35:26.669: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 3.946995ms +Feb 7 08:35:26.669: INFO: Error evaluating pod condition running and ready: want pod 'pause' on 'node2' to be 'Running' but was 'Pending' +Feb 7 08:35:28.674: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.008219048s +Feb 7 08:35:28.674: INFO: Pod "pause" satisfied condition "running and ready" +Feb 7 08:35:28.674: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [pause] +[It] should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1509 +STEP: adding the label testing-label with value testing-label-value to a pod 02/07/23 08:35:28.674 +Feb 7 08:35:28.674: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 label pods pause testing-label=testing-label-value' +Feb 7 08:35:28.787: INFO: stderr: "" +Feb 7 08:35:28.787: INFO: stdout: "pod/pause labeled\n" +STEP: verifying the pod has the label testing-label with the value testing-label-value 02/07/23 08:35:28.787 +Feb 7 08:35:28.787: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get pod pause -L testing-label' +Feb 7 08:35:28.888: INFO: stderr: "" +Feb 7 08:35:28.888: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s testing-label-value\n" +STEP: removing the label testing-label of a pod 02/07/23 08:35:28.888 +Feb 7 08:35:28.888: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 label pods pause testing-label-' +Feb 7 08:35:28.981: INFO: stderr: "" +Feb 7 08:35:28.981: INFO: stdout: "pod/pause unlabeled\n" +STEP: verifying the pod doesn't have the label testing-label 02/07/23 08:35:28.981 +Feb 7 08:35:28.981: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get pod pause -L testing-label' +Feb 7 08:35:29.086: INFO: stderr: "" +Feb 7 08:35:29.086: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 3s \n" +[AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1500 +STEP: using delete to clean up resources 02/07/23 08:35:29.086 +Feb 7 08:35:29.086: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 delete --grace-period=0 --force -f -' +Feb 7 08:35:29.240: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 08:35:29.240: INFO: stdout: "pod \"pause\" force deleted\n" +Feb 7 08:35:29.240: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get rc,svc -l name=pause --no-headers' +Feb 7 08:35:29.355: INFO: stderr: "No resources found in kubectl-883 namespace.\n" +Feb 7 08:35:29.355: INFO: stdout: "" +Feb 7 08:35:29.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Feb 7 08:35:29.472: INFO: stderr: "" +Feb 7 08:35:29.472: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:29.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-883" for this suite. 02/07/23 08:35:29.478 +------------------------------ +• [3.702 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl label + test/e2e/kubectl/kubectl.go:1492 + should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1509 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:25.784 + Feb 7 08:35:25.784: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:35:25.784 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:25.795 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:25.798 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [BeforeEach] Kubectl label + test/e2e/kubectl/kubectl.go:1494 + STEP: creating the pod 02/07/23 08:35:25.799 + Feb 7 08:35:25.800: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 create -f -' + Feb 7 08:35:26.665: INFO: stderr: "" + Feb 7 08:35:26.665: INFO: stdout: "pod/pause created\n" + Feb 7 08:35:26.665: INFO: Waiting up to 5m0s for 1 pods to be running and ready: [pause] + Feb 7 08:35:26.665: INFO: Waiting up to 5m0s for pod "pause" in namespace "kubectl-883" to be "running and ready" + Feb 7 08:35:26.669: INFO: Pod "pause": Phase="Pending", Reason="", readiness=false. Elapsed: 3.946995ms + Feb 7 08:35:26.669: INFO: Error evaluating pod condition running and ready: want pod 'pause' on 'node2' to be 'Running' but was 'Pending' + Feb 7 08:35:28.674: INFO: Pod "pause": Phase="Running", Reason="", readiness=true. Elapsed: 2.008219048s + Feb 7 08:35:28.674: INFO: Pod "pause" satisfied condition "running and ready" + Feb 7 08:35:28.674: INFO: Wanted all 1 pods to be running and ready. Result: true. Pods: [pause] + [It] should update the label on a resource [Conformance] + test/e2e/kubectl/kubectl.go:1509 + STEP: adding the label testing-label with value testing-label-value to a pod 02/07/23 08:35:28.674 + Feb 7 08:35:28.674: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 label pods pause testing-label=testing-label-value' + Feb 7 08:35:28.787: INFO: stderr: "" + Feb 7 08:35:28.787: INFO: stdout: "pod/pause labeled\n" + STEP: verifying the pod has the label testing-label with the value testing-label-value 02/07/23 08:35:28.787 + Feb 7 08:35:28.787: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get pod pause -L testing-label' + Feb 7 08:35:28.888: INFO: stderr: "" + Feb 7 08:35:28.888: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 2s testing-label-value\n" + STEP: removing the label testing-label of a pod 02/07/23 08:35:28.888 + Feb 7 08:35:28.888: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 label pods pause testing-label-' + Feb 7 08:35:28.981: INFO: stderr: "" + Feb 7 08:35:28.981: INFO: stdout: "pod/pause unlabeled\n" + STEP: verifying the pod doesn't have the label testing-label 02/07/23 08:35:28.981 + Feb 7 08:35:28.981: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get pod pause -L testing-label' + Feb 7 08:35:29.086: INFO: stderr: "" + Feb 7 08:35:29.086: INFO: stdout: "NAME READY STATUS RESTARTS AGE TESTING-LABEL\npause 1/1 Running 0 3s \n" + [AfterEach] Kubectl label + test/e2e/kubectl/kubectl.go:1500 + STEP: using delete to clean up resources 02/07/23 08:35:29.086 + Feb 7 08:35:29.086: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 delete --grace-period=0 --force -f -' + Feb 7 08:35:29.240: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 08:35:29.240: INFO: stdout: "pod \"pause\" force deleted\n" + Feb 7 08:35:29.240: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get rc,svc -l name=pause --no-headers' + Feb 7 08:35:29.355: INFO: stderr: "No resources found in kubectl-883 namespace.\n" + Feb 7 08:35:29.355: INFO: stdout: "" + Feb 7 08:35:29.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-883 get pods -l name=pause -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Feb 7 08:35:29.472: INFO: stderr: "" + Feb 7 08:35:29.472: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:29.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-883" for this suite. 02/07/23 08:35:29.478 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-network] EndpointSlice + should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:102 +[BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:29.487 +Feb 7 08:35:29.488: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename endpointslice 02/07/23 08:35:29.489 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:29.499 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:29.503 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 +[It] should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:102 +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:31.610: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 +STEP: Destroying namespace "endpointslice-2637" for this suite. 02/07/23 08:35:31.614 +------------------------------ +• [2.131 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:102 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:29.487 + Feb 7 08:35:29.488: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename endpointslice 02/07/23 08:35:29.489 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:29.499 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:29.503 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 + [It] should create and delete Endpoints and EndpointSlices for a Service with a selector specified [Conformance] + test/e2e/network/endpointslice.go:102 + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:31.610: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 + STEP: Destroying namespace "endpointslice-2637" for this suite. 02/07/23 08:35:31.614 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] Certificates API [Privileged:ClusterAdmin] + should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 +[BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:31.62 +Feb 7 08:35:31.620: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename certificates 02/07/23 08:35:31.622 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:31.722 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:31.725 +[BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 +STEP: getting /apis 02/07/23 08:35:32.579 +STEP: getting /apis/certificates.k8s.io 02/07/23 08:35:32.583 +STEP: getting /apis/certificates.k8s.io/v1 02/07/23 08:35:32.584 +STEP: creating 02/07/23 08:35:32.584 +STEP: getting 02/07/23 08:35:32.62 +STEP: listing 02/07/23 08:35:32.622 +STEP: watching 02/07/23 08:35:32.624 +Feb 7 08:35:32.624: INFO: starting watch +STEP: patching 02/07/23 08:35:32.626 +STEP: updating 02/07/23 08:35:32.631 +Feb 7 08:35:32.637: INFO: waiting for watch events with expected annotations +Feb 7 08:35:32.637: INFO: saw patched and updated annotations +STEP: getting /approval 02/07/23 08:35:32.637 +STEP: patching /approval 02/07/23 08:35:32.641 +STEP: updating /approval 02/07/23 08:35:32.646 +STEP: getting /status 02/07/23 08:35:32.653 +STEP: patching /status 02/07/23 08:35:32.656 +STEP: updating /status 02/07/23 08:35:32.662 +STEP: deleting 02/07/23 08:35:32.668 +STEP: deleting a collection 02/07/23 08:35:32.678 +[AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:32.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] Certificates API [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] Certificates API [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "certificates-8773" for this suite. 02/07/23 08:35:32.699 +------------------------------ +• [1.082 seconds] +[sig-auth] Certificates API [Privileged:ClusterAdmin] +test/e2e/auth/framework.go:23 + should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:31.62 + Feb 7 08:35:31.620: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename certificates 02/07/23 08:35:31.622 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:31.722 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:31.725 + [BeforeEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] should support CSR API operations [Conformance] + test/e2e/auth/certificates.go:200 + STEP: getting /apis 02/07/23 08:35:32.579 + STEP: getting /apis/certificates.k8s.io 02/07/23 08:35:32.583 + STEP: getting /apis/certificates.k8s.io/v1 02/07/23 08:35:32.584 + STEP: creating 02/07/23 08:35:32.584 + STEP: getting 02/07/23 08:35:32.62 + STEP: listing 02/07/23 08:35:32.622 + STEP: watching 02/07/23 08:35:32.624 + Feb 7 08:35:32.624: INFO: starting watch + STEP: patching 02/07/23 08:35:32.626 + STEP: updating 02/07/23 08:35:32.631 + Feb 7 08:35:32.637: INFO: waiting for watch events with expected annotations + Feb 7 08:35:32.637: INFO: saw patched and updated annotations + STEP: getting /approval 02/07/23 08:35:32.637 + STEP: patching /approval 02/07/23 08:35:32.641 + STEP: updating /approval 02/07/23 08:35:32.646 + STEP: getting /status 02/07/23 08:35:32.653 + STEP: patching /status 02/07/23 08:35:32.656 + STEP: updating /status 02/07/23 08:35:32.662 + STEP: deleting 02/07/23 08:35:32.668 + STEP: deleting a collection 02/07/23 08:35:32.678 + [AfterEach] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:32.694: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] Certificates API [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] Certificates API [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] Certificates API [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "certificates-8773" for this suite. 02/07/23 08:35:32.699 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:215 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:32.704 +Feb 7 08:35:32.704: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:35:32.705 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:32.717 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:32.72 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:215 +STEP: Creating secret with name s-test-opt-del-4f963843-23cc-47aa-a9ed-1d7e3d9faac9 02/07/23 08:35:32.729 +STEP: Creating secret with name s-test-opt-upd-19fb0e6b-f5eb-4bcf-b5bb-dbb316fb279a 02/07/23 08:35:32.732 +STEP: Creating the pod 02/07/23 08:35:32.736 +Feb 7 08:35:32.743: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729" in namespace "projected-4122" to be "running and ready" +Feb 7 08:35:32.746: INFO: Pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729": Phase="Pending", Reason="", readiness=false. Elapsed: 2.89599ms +Feb 7 08:35:32.746: INFO: The phase of Pod pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:35:34.756: INFO: Pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729": Phase="Running", Reason="", readiness=true. Elapsed: 2.012837079s +Feb 7 08:35:34.756: INFO: The phase of Pod pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729 is Running (Ready = true) +Feb 7 08:35:34.756: INFO: Pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-4f963843-23cc-47aa-a9ed-1d7e3d9faac9 02/07/23 08:35:34.797 +STEP: Updating secret s-test-opt-upd-19fb0e6b-f5eb-4bcf-b5bb-dbb316fb279a 02/07/23 08:35:34.803 +STEP: Creating secret with name s-test-opt-create-28ac71d1-27e9-4158-b602-ab4cced4365f 02/07/23 08:35:34.808 +STEP: waiting to observe update in volume 02/07/23 08:35:34.813 +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:36.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-4122" for this suite. 02/07/23 08:35:36.852 +------------------------------ +• [4.154 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:215 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:32.704 + Feb 7 08:35:32.704: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:35:32.705 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:32.717 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:32.72 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:215 + STEP: Creating secret with name s-test-opt-del-4f963843-23cc-47aa-a9ed-1d7e3d9faac9 02/07/23 08:35:32.729 + STEP: Creating secret with name s-test-opt-upd-19fb0e6b-f5eb-4bcf-b5bb-dbb316fb279a 02/07/23 08:35:32.732 + STEP: Creating the pod 02/07/23 08:35:32.736 + Feb 7 08:35:32.743: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729" in namespace "projected-4122" to be "running and ready" + Feb 7 08:35:32.746: INFO: Pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729": Phase="Pending", Reason="", readiness=false. Elapsed: 2.89599ms + Feb 7 08:35:32.746: INFO: The phase of Pod pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:35:34.756: INFO: Pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729": Phase="Running", Reason="", readiness=true. Elapsed: 2.012837079s + Feb 7 08:35:34.756: INFO: The phase of Pod pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729 is Running (Ready = true) + Feb 7 08:35:34.756: INFO: Pod "pod-projected-secrets-c30084da-0cf7-491d-8d80-0a191ea95729" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-4f963843-23cc-47aa-a9ed-1d7e3d9faac9 02/07/23 08:35:34.797 + STEP: Updating secret s-test-opt-upd-19fb0e6b-f5eb-4bcf-b5bb-dbb316fb279a 02/07/23 08:35:34.803 + STEP: Creating secret with name s-test-opt-create-28ac71d1-27e9-4158-b602-ab4cced4365f 02/07/23 08:35:34.808 + STEP: waiting to observe update in volume 02/07/23 08:35:34.813 + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:36.847: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-4122" for this suite. 02/07/23 08:35:36.852 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition + listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:36.859 +Feb 7 08:35:36.859: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 08:35:36.86 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:36.875 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:36.88 +[BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 +Feb 7 08:35:36.884: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +[AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:35:43.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "custom-resource-definition-9030" for this suite. 02/07/23 08:35:43.227 +------------------------------ +• [SLOW TEST] [6.376 seconds] +[sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + Simple CustomResourceDefinition + test/e2e/apimachinery/custom_resource_definition.go:50 + listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:36.859 + Feb 7 08:35:36.859: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename custom-resource-definition 02/07/23 08:35:36.86 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:36.875 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:36.88 + [BeforeEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] listing custom resource definition objects works [Conformance] + test/e2e/apimachinery/custom_resource_definition.go:85 + Feb 7 08:35:36.884: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + [AfterEach] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:35:43.220: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "custom-resource-definition-9030" for this suite. 02/07/23 08:35:43.227 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:326 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:35:43.236 +Feb 7 08:35:43.237: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:35:43.238 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:43.251 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:43.254 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:326 +STEP: Counting existing ResourceQuota 02/07/23 08:36:00.265 +STEP: Creating a ResourceQuota 02/07/23 08:36:05.271 +STEP: Ensuring resource quota status is calculated 02/07/23 08:36:05.279 +STEP: Creating a ConfigMap 02/07/23 08:36:07.287 +STEP: Ensuring resource quota status captures configMap creation 02/07/23 08:36:07.305 +STEP: Deleting a ConfigMap 02/07/23 08:36:09.312 +STEP: Ensuring resource quota status released usage 02/07/23 08:36:09.321 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:36:11.329: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-5502" for this suite. 02/07/23 08:36:11.336 +------------------------------ +• [SLOW TEST] [28.109 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:326 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:35:43.236 + Feb 7 08:35:43.237: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:35:43.238 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:35:43.251 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:35:43.254 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and capture the life of a configMap. [Conformance] + test/e2e/apimachinery/resource_quota.go:326 + STEP: Counting existing ResourceQuota 02/07/23 08:36:00.265 + STEP: Creating a ResourceQuota 02/07/23 08:36:05.271 + STEP: Ensuring resource quota status is calculated 02/07/23 08:36:05.279 + STEP: Creating a ConfigMap 02/07/23 08:36:07.287 + STEP: Ensuring resource quota status captures configMap creation 02/07/23 08:36:07.305 + STEP: Deleting a ConfigMap 02/07/23 08:36:09.312 + STEP: Ensuring resource quota status released usage 02/07/23 08:36:09.321 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:36:11.329: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-5502" for this suite. 02/07/23 08:36:11.336 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Downward API + should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:217 +[BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:36:11.347 +Feb 7 08:36:11.347: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:36:11.35 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:11.365 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:11.368 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 +[It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:217 +STEP: Creating a pod to test downward api env vars 02/07/23 08:36:11.37 +Feb 7 08:36:11.376: INFO: Waiting up to 5m0s for pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b" in namespace "downward-api-9469" to be "Succeeded or Failed" +Feb 7 08:36:11.378: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.207461ms +Feb 7 08:36:13.385: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009034579s +Feb 7 08:36:15.387: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010312272s +STEP: Saw pod success 02/07/23 08:36:15.387 +Feb 7 08:36:15.387: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b" satisfied condition "Succeeded or Failed" +Feb 7 08:36:15.392: INFO: Trying to get logs from node node2 pod downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b container dapi-container: +STEP: delete the pod 02/07/23 08:36:15.402 +Feb 7 08:36:15.419: INFO: Waiting for pod downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b to disappear +Feb 7 08:36:15.424: INFO: Pod downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:36:15.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-9469" for this suite. 02/07/23 08:36:15.43 +------------------------------ +• [4.091 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:217 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:36:11.347 + Feb 7 08:36:11.347: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:36:11.35 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:11.365 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:11.368 + [BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 + [It] should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:217 + STEP: Creating a pod to test downward api env vars 02/07/23 08:36:11.37 + Feb 7 08:36:11.376: INFO: Waiting up to 5m0s for pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b" in namespace "downward-api-9469" to be "Succeeded or Failed" + Feb 7 08:36:11.378: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.207461ms + Feb 7 08:36:13.385: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009034579s + Feb 7 08:36:15.387: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010312272s + STEP: Saw pod success 02/07/23 08:36:15.387 + Feb 7 08:36:15.387: INFO: Pod "downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b" satisfied condition "Succeeded or Failed" + Feb 7 08:36:15.392: INFO: Trying to get logs from node node2 pod downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b container dapi-container: + STEP: delete the pod 02/07/23 08:36:15.402 + Feb 7 08:36:15.419: INFO: Waiting for pod downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b to disappear + Feb 7 08:36:15.424: INFO: Pod downward-api-9deae9a4-c639-459a-8cb5-335ea9d00c7b no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:36:15.424: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-9469" for this suite. 02/07/23 08:36:15.43 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-auth] ServiceAccounts + should update a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:810 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:36:15.438 +Feb 7 08:36:15.438: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:36:15.44 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:15.454 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:15.458 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] should update a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:810 +STEP: Creating ServiceAccount "e2e-sa-m8h5g" 02/07/23 08:36:15.462 +Feb 7 08:36:15.466: INFO: AutomountServiceAccountToken: false +STEP: Updating ServiceAccount "e2e-sa-m8h5g" 02/07/23 08:36:15.466 +Feb 7 08:36:15.473: INFO: AutomountServiceAccountToken: true +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:36:15.473: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-5121" for this suite. 02/07/23 08:36:15.478 +------------------------------ +• [0.044 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should update a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:810 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:36:15.438 + Feb 7 08:36:15.438: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:36:15.44 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:15.454 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:15.458 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] should update a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:810 + STEP: Creating ServiceAccount "e2e-sa-m8h5g" 02/07/23 08:36:15.462 + Feb 7 08:36:15.466: INFO: AutomountServiceAccountToken: false + STEP: Updating ServiceAccount "e2e-sa-m8h5g" 02/07/23 08:36:15.466 + Feb 7 08:36:15.473: INFO: AutomountServiceAccountToken: true + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:36:15.473: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-5121" for this suite. 02/07/23 08:36:15.478 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:36:15.483 +Feb 7 08:36:15.483: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 08:36:15.484 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:15.496 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:15.499 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 +Feb 7 08:36:15.509: INFO: Pod name cleanup-pod: Found 0 pods out of 1 +Feb 7 08:36:20.519: INFO: Pod name cleanup-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 02/07/23 08:36:20.519 +Feb 7 08:36:20.519: INFO: Creating deployment test-cleanup-deployment +STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 02/07/23 08:36:20.527 +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 08:36:20.539: INFO: Deployment "test-cleanup-deployment": +&Deployment{ObjectMeta:{test-cleanup-deployment deployment-6472 65179bff-0c5a-422e-af7b-494228cabc1a 29411 1 2023-02-07 08:36:20 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2023-02-07 08:36:20 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} }]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00472d558 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*0,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:0,Replicas:0,UpdatedReplicas:0,AvailableReplicas:0,UnavailableReplicas:0,Conditions:[]DeploymentCondition{},ReadyReplicas:0,CollisionCount:nil,},} + +Feb 7 08:36:20.550: INFO: New ReplicaSet of Deployment "test-cleanup-deployment" is nil. +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 08:36:20.553: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-6472" for this suite. 02/07/23 08:36:20.558 +------------------------------ +• [SLOW TEST] [5.084 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:36:15.483 + Feb 7 08:36:15.483: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 08:36:15.484 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:15.496 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:15.499 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should delete old replica sets [Conformance] + test/e2e/apps/deployment.go:122 + Feb 7 08:36:15.509: INFO: Pod name cleanup-pod: Found 0 pods out of 1 + Feb 7 08:36:20.519: INFO: Pod name cleanup-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 02/07/23 08:36:20.519 + Feb 7 08:36:20.519: INFO: Creating deployment test-cleanup-deployment + STEP: Waiting for deployment test-cleanup-deployment history to be cleaned up 02/07/23 08:36:20.527 + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 08:36:20.539: INFO: Deployment "test-cleanup-deployment": + &Deployment{ObjectMeta:{test-cleanup-deployment deployment-6472 65179bff-0c5a-422e-af7b-494228cabc1a 29411 1 2023-02-07 08:36:20 +0000 UTC map[name:cleanup-pod] map[] [] [] [{e2e.test Update apps/v1 2023-02-07 08:36:20 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} }]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: cleanup-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:cleanup-pod] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00472d558 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:25%!,(MISSING)MaxSurge:25%!,(MISSING)},},MinReadySeconds:0,RevisionHistoryLimit:*0,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:0,Replicas:0,UpdatedReplicas:0,AvailableReplicas:0,UnavailableReplicas:0,Conditions:[]DeploymentCondition{},ReadyReplicas:0,CollisionCount:nil,},} + + Feb 7 08:36:20.550: INFO: New ReplicaSet of Deployment "test-cleanup-deployment" is nil. + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 08:36:20.553: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-6472" for this suite. 02/07/23 08:36:20.558 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-apps] Job + should delete a job [Conformance] + test/e2e/apps/job.go:481 +[BeforeEach] [sig-apps] Job + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:36:20.568 +Feb 7 08:36:20.568: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename job 02/07/23 08:36:20.57 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:20.588 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:20.591 +[BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 +[It] should delete a job [Conformance] + test/e2e/apps/job.go:481 +STEP: Creating a job 02/07/23 08:36:20.593 +STEP: Ensuring active pods == parallelism 02/07/23 08:36:20.597 +STEP: delete a job 02/07/23 08:36:22.605 +STEP: deleting Job.batch foo in namespace job-7683, will wait for the garbage collector to delete the pods 02/07/23 08:36:22.606 +Feb 7 08:36:22.674: INFO: Deleting Job.batch foo took: 6.516621ms +Feb 7 08:36:22.775: INFO: Terminating Job.batch foo pods took: 100.66166ms +STEP: Ensuring job was deleted 02/07/23 08:36:54.975 +[AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 +Feb 7 08:36:54.981: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 +STEP: Destroying namespace "job-7683" for this suite. 02/07/23 08:36:54.988 +------------------------------ +• [SLOW TEST] [34.428 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should delete a job [Conformance] + test/e2e/apps/job.go:481 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:36:20.568 + Feb 7 08:36:20.568: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename job 02/07/23 08:36:20.57 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:20.588 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:20.591 + [BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 + [It] should delete a job [Conformance] + test/e2e/apps/job.go:481 + STEP: Creating a job 02/07/23 08:36:20.593 + STEP: Ensuring active pods == parallelism 02/07/23 08:36:20.597 + STEP: delete a job 02/07/23 08:36:22.605 + STEP: deleting Job.batch foo in namespace job-7683, will wait for the garbage collector to delete the pods 02/07/23 08:36:22.606 + Feb 7 08:36:22.674: INFO: Deleting Job.batch foo took: 6.516621ms + Feb 7 08:36:22.775: INFO: Terminating Job.batch foo pods took: 100.66166ms + STEP: Ensuring job was deleted 02/07/23 08:36:54.975 + [AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 + Feb 7 08:36:54.981: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 + STEP: Destroying namespace "job-7683" for this suite. 02/07/23 08:36:54.988 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] EndpointSlice + should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:205 +[BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:36:54.998 +Feb 7 08:36:54.998: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename endpointslice 02/07/23 08:36:55 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:55.015 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:55.019 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 +[It] should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:205 +STEP: referencing a single matching pod 02/07/23 08:37:00.116 +STEP: referencing matching pods with named port 02/07/23 08:37:05.13 +STEP: creating empty Endpoints and EndpointSlices for no matching Pods 02/07/23 08:37:10.149 +STEP: recreating EndpointSlices after they've been deleted 02/07/23 08:37:15.159 +Feb 7 08:37:15.185: INFO: EndpointSlice for Service endpointslice-7822/example-named-port not found +[AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:25.202: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 +STEP: Destroying namespace "endpointslice-7822" for this suite. 02/07/23 08:37:25.208 +------------------------------ +• [SLOW TEST] [30.217 seconds] +[sig-network] EndpointSlice +test/e2e/network/common/framework.go:23 + should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:205 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] EndpointSlice + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:36:54.998 + Feb 7 08:36:54.998: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename endpointslice 02/07/23 08:36:55 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:36:55.015 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:36:55.019 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] EndpointSlice + test/e2e/network/endpointslice.go:52 + [It] should create Endpoints and EndpointSlices for Pods matching a Service [Conformance] + test/e2e/network/endpointslice.go:205 + STEP: referencing a single matching pod 02/07/23 08:37:00.116 + STEP: referencing matching pods with named port 02/07/23 08:37:05.13 + STEP: creating empty Endpoints and EndpointSlices for no matching Pods 02/07/23 08:37:10.149 + STEP: recreating EndpointSlices after they've been deleted 02/07/23 08:37:15.159 + Feb 7 08:37:15.185: INFO: EndpointSlice for Service endpointslice-7822/example-named-port not found + [AfterEach] [sig-network] EndpointSlice + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:25.202: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] EndpointSlice + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] EndpointSlice + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] EndpointSlice + tear down framework | framework.go:193 + STEP: Destroying namespace "endpointslice-7822" for this suite. 02/07/23 08:37:25.208 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:299 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:25.215 +Feb 7 08:37:25.216: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename namespaces 02/07/23 08:37:25.217 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:25.233 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:25.236 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 +[It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:299 +STEP: Read namespace status 02/07/23 08:37:25.238 +Feb 7 08:37:25.241: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} +STEP: Patch namespace status 02/07/23 08:37:25.241 +Feb 7 08:37:25.246: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusPatch", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Patched by an e2e test"} +STEP: Update namespace status 02/07/23 08:37:25.246 +Feb 7 08:37:25.252: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Updated by an e2e test"} +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:25.253: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "namespaces-3586" for this suite. 02/07/23 08:37:25.259 +------------------------------ +• [0.048 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:299 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:25.215 + Feb 7 08:37:25.216: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename namespaces 02/07/23 08:37:25.217 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:25.233 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:25.236 + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 + [It] should apply changes to a namespace status [Conformance] + test/e2e/apimachinery/namespace.go:299 + STEP: Read namespace status 02/07/23 08:37:25.238 + Feb 7 08:37:25.241: INFO: Status: v1.NamespaceStatus{Phase:"Active", Conditions:[]v1.NamespaceCondition(nil)} + STEP: Patch namespace status 02/07/23 08:37:25.241 + Feb 7 08:37:25.246: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusPatch", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Patched by an e2e test"} + STEP: Update namespace status 02/07/23 08:37:25.246 + Feb 7 08:37:25.252: INFO: Status.Condition: v1.NamespaceCondition{Type:"StatusUpdate", Status:"True", LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Updated by an e2e test"} + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:25.253: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "namespaces-3586" for this suite. 02/07/23 08:37:25.259 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-network] Services + should delete a collection of services [Conformance] + test/e2e/network/service.go:3654 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:25.264 +Feb 7 08:37:25.264: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:37:25.266 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:25.275 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:25.278 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should delete a collection of services [Conformance] + test/e2e/network/service.go:3654 +STEP: creating a collection of services 02/07/23 08:37:25.281 +Feb 7 08:37:25.281: INFO: Creating e2e-svc-a-svmrg +Feb 7 08:37:25.291: INFO: Creating e2e-svc-b-sqpgq +Feb 7 08:37:25.303: INFO: Creating e2e-svc-c-fh6n4 +STEP: deleting service collection 02/07/23 08:37:25.334 +Feb 7 08:37:25.368: INFO: Collection of services has been deleted +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:25.368: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-4829" for this suite. 02/07/23 08:37:25.371 +------------------------------ +• [0.111 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should delete a collection of services [Conformance] + test/e2e/network/service.go:3654 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:25.264 + Feb 7 08:37:25.264: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:37:25.266 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:25.275 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:25.278 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should delete a collection of services [Conformance] + test/e2e/network/service.go:3654 + STEP: creating a collection of services 02/07/23 08:37:25.281 + Feb 7 08:37:25.281: INFO: Creating e2e-svc-a-svmrg + Feb 7 08:37:25.291: INFO: Creating e2e-svc-b-sqpgq + Feb 7 08:37:25.303: INFO: Creating e2e-svc-c-fh6n4 + STEP: deleting service collection 02/07/23 08:37:25.334 + Feb 7 08:37:25.368: INFO: Collection of services has been deleted + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:25.368: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-4829" for this suite. 02/07/23 08:37:25.371 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-storage] Secrets + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:205 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:25.375 +Feb 7 08:37:25.375: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:37:25.376 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:25.388 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:25.392 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:205 +STEP: Creating secret with name s-test-opt-del-87b2ee5e-82de-4d5f-914e-0a4aaf976e6e 02/07/23 08:37:25.401 +STEP: Creating secret with name s-test-opt-upd-c2488958-71d1-40d1-8b14-e0a0752bcfff 02/07/23 08:37:25.405 +STEP: Creating the pod 02/07/23 08:37:25.408 +Feb 7 08:37:25.415: INFO: Waiting up to 5m0s for pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306" in namespace "secrets-6892" to be "running and ready" +Feb 7 08:37:25.421: INFO: Pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306": Phase="Pending", Reason="", readiness=false. Elapsed: 6.635013ms +Feb 7 08:37:25.421: INFO: The phase of Pod pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:37:27.428: INFO: Pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306": Phase="Running", Reason="", readiness=true. Elapsed: 2.013719542s +Feb 7 08:37:27.429: INFO: The phase of Pod pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306 is Running (Ready = true) +Feb 7 08:37:27.429: INFO: Pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306" satisfied condition "running and ready" +STEP: Deleting secret s-test-opt-del-87b2ee5e-82de-4d5f-914e-0a4aaf976e6e 02/07/23 08:37:27.465 +STEP: Updating secret s-test-opt-upd-c2488958-71d1-40d1-8b14-e0a0752bcfff 02/07/23 08:37:27.472 +STEP: Creating secret with name s-test-opt-create-f6046482-b024-4c02-8504-35af62ad719b 02/07/23 08:37:27.479 +STEP: waiting to observe update in volume 02/07/23 08:37:27.487 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:29.523: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-6892" for this suite. 02/07/23 08:37:29.528 +------------------------------ +• [4.160 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:205 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:25.375 + Feb 7 08:37:25.375: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:37:25.376 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:25.388 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:25.392 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:205 + STEP: Creating secret with name s-test-opt-del-87b2ee5e-82de-4d5f-914e-0a4aaf976e6e 02/07/23 08:37:25.401 + STEP: Creating secret with name s-test-opt-upd-c2488958-71d1-40d1-8b14-e0a0752bcfff 02/07/23 08:37:25.405 + STEP: Creating the pod 02/07/23 08:37:25.408 + Feb 7 08:37:25.415: INFO: Waiting up to 5m0s for pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306" in namespace "secrets-6892" to be "running and ready" + Feb 7 08:37:25.421: INFO: Pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306": Phase="Pending", Reason="", readiness=false. Elapsed: 6.635013ms + Feb 7 08:37:25.421: INFO: The phase of Pod pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:37:27.428: INFO: Pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306": Phase="Running", Reason="", readiness=true. Elapsed: 2.013719542s + Feb 7 08:37:27.429: INFO: The phase of Pod pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306 is Running (Ready = true) + Feb 7 08:37:27.429: INFO: Pod "pod-secrets-cbe805ce-92e5-45f2-bfa4-9ebb5a017306" satisfied condition "running and ready" + STEP: Deleting secret s-test-opt-del-87b2ee5e-82de-4d5f-914e-0a4aaf976e6e 02/07/23 08:37:27.465 + STEP: Updating secret s-test-opt-upd-c2488958-71d1-40d1-8b14-e0a0752bcfff 02/07/23 08:37:27.472 + STEP: Creating secret with name s-test-opt-create-f6046482-b024-4c02-8504-35af62ad719b 02/07/23 08:37:27.479 + STEP: waiting to observe update in volume 02/07/23 08:37:27.487 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:29.523: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-6892" for this suite. 02/07/23 08:37:29.528 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Downward API volume + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:235 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:29.535 +Feb 7 08:37:29.535: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:37:29.536 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:29.549 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:29.551 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:235 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:37:29.554 +Feb 7 08:37:29.558: INFO: Waiting up to 5m0s for pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49" in namespace "downward-api-5558" to be "Succeeded or Failed" +Feb 7 08:37:29.561: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.611528ms +Feb 7 08:37:31.567: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00902801s +Feb 7 08:37:33.569: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011101222s +STEP: Saw pod success 02/07/23 08:37:33.569 +Feb 7 08:37:33.570: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49" satisfied condition "Succeeded or Failed" +Feb 7 08:37:33.574: INFO: Trying to get logs from node node2 pod downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49 container client-container: +STEP: delete the pod 02/07/23 08:37:33.583 +Feb 7 08:37:33.596: INFO: Waiting for pod downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49 to disappear +Feb 7 08:37:33.599: INFO: Pod downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:33.600: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-5558" for this suite. 02/07/23 08:37:33.604 +------------------------------ +• [4.075 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:235 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:29.535 + Feb 7 08:37:29.535: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:37:29.536 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:29.549 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:29.551 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:235 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:37:29.554 + Feb 7 08:37:29.558: INFO: Waiting up to 5m0s for pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49" in namespace "downward-api-5558" to be "Succeeded or Failed" + Feb 7 08:37:29.561: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.611528ms + Feb 7 08:37:31.567: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00902801s + Feb 7 08:37:33.569: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011101222s + STEP: Saw pod success 02/07/23 08:37:33.569 + Feb 7 08:37:33.570: INFO: Pod "downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49" satisfied condition "Succeeded or Failed" + Feb 7 08:37:33.574: INFO: Trying to get logs from node node2 pod downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49 container client-container: + STEP: delete the pod 02/07/23 08:37:33.583 + Feb 7 08:37:33.596: INFO: Waiting for pod downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49 to disappear + Feb 7 08:37:33.599: INFO: Pod downwardapi-volume-1d44cf3c-79fa-4549-a1a2-de4b4e329f49 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:33.600: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-5558" for this suite. 02/07/23 08:37:33.604 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] ServiceAccounts + should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:649 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:33.615 +Feb 7 08:37:33.615: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:37:33.617 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:33.626 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:33.628 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:649 +STEP: creating a ServiceAccount 02/07/23 08:37:33.631 +STEP: watching for the ServiceAccount to be added 02/07/23 08:37:33.637 +STEP: patching the ServiceAccount 02/07/23 08:37:33.638 +STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 02/07/23 08:37:33.643 +STEP: deleting the ServiceAccount 02/07/23 08:37:33.646 +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:33.652: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-2827" for this suite. 02/07/23 08:37:33.656 +------------------------------ +• [0.047 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:649 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:33.615 + Feb 7 08:37:33.615: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:37:33.617 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:33.626 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:33.628 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] should run through the lifecycle of a ServiceAccount [Conformance] + test/e2e/auth/service_accounts.go:649 + STEP: creating a ServiceAccount 02/07/23 08:37:33.631 + STEP: watching for the ServiceAccount to be added 02/07/23 08:37:33.637 + STEP: patching the ServiceAccount 02/07/23 08:37:33.638 + STEP: finding ServiceAccount in list of all ServiceAccounts (by LabelSelector) 02/07/23 08:37:33.643 + STEP: deleting the ServiceAccount 02/07/23 08:37:33.646 + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:33.652: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-2827" for this suite. 02/07/23 08:37:33.656 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:33.665 +Feb 7 08:37:33.665: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 08:37:33.667 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:33.681 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:33.69 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 +STEP: create the deployment 02/07/23 08:37:33.694 +STEP: Wait for the Deployment to create new ReplicaSet 02/07/23 08:37:33.701 +STEP: delete the deployment 02/07/23 08:37:34.211 +STEP: wait for all rs to be garbage collected 02/07/23 08:37:34.219 +STEP: expected 0 rs, got 1 rs 02/07/23 08:37:34.222 +STEP: expected 0 pods, got 2 pods 02/07/23 08:37:34.227 +STEP: Gathering metrics 02/07/23 08:37:34.738 +Feb 7 08:37:34.767: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" +Feb 7 08:37:34.771: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 3.399717ms +Feb 7 08:37:34.771: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) +Feb 7 08:37:34.771: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" +Feb 7 08:37:34.862: INFO: For apiserver_request_total: +For apiserver_request_latency_seconds: +For apiserver_init_events_total: +For garbage_collector_attempt_to_delete_queue_latency: +For garbage_collector_attempt_to_delete_work_duration: +For garbage_collector_attempt_to_orphan_queue_latency: +For garbage_collector_attempt_to_orphan_work_duration: +For garbage_collector_dirty_processing_latency_microseconds: +For garbage_collector_event_processing_latency_microseconds: +For garbage_collector_graph_changes_queue_latency: +For garbage_collector_graph_changes_work_duration: +For garbage_collector_orphan_processing_latency_microseconds: +For namespace_queue_latency: +For namespace_queue_latency_sum: +For namespace_queue_latency_count: +For namespace_retries: +For namespace_work_duration: +For namespace_work_duration_sum: +For namespace_work_duration_count: +For function_duration_seconds: +For errors_total: +For evicted_pods_total: + +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:34.862: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-2617" for this suite. 02/07/23 08:37:34.868 +------------------------------ +• [1.247 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:33.665 + Feb 7 08:37:33.665: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 08:37:33.667 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:33.681 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:33.69 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should delete RS created by deployment when not orphaning [Conformance] + test/e2e/apimachinery/garbage_collector.go:491 + STEP: create the deployment 02/07/23 08:37:33.694 + STEP: Wait for the Deployment to create new ReplicaSet 02/07/23 08:37:33.701 + STEP: delete the deployment 02/07/23 08:37:34.211 + STEP: wait for all rs to be garbage collected 02/07/23 08:37:34.219 + STEP: expected 0 rs, got 1 rs 02/07/23 08:37:34.222 + STEP: expected 0 pods, got 2 pods 02/07/23 08:37:34.227 + STEP: Gathering metrics 02/07/23 08:37:34.738 + Feb 7 08:37:34.767: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" + Feb 7 08:37:34.771: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 3.399717ms + Feb 7 08:37:34.771: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) + Feb 7 08:37:34.771: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" + Feb 7 08:37:34.862: INFO: For apiserver_request_total: + For apiserver_request_latency_seconds: + For apiserver_init_events_total: + For garbage_collector_attempt_to_delete_queue_latency: + For garbage_collector_attempt_to_delete_work_duration: + For garbage_collector_attempt_to_orphan_queue_latency: + For garbage_collector_attempt_to_orphan_work_duration: + For garbage_collector_dirty_processing_latency_microseconds: + For garbage_collector_event_processing_latency_microseconds: + For garbage_collector_graph_changes_queue_latency: + For garbage_collector_graph_changes_work_duration: + For garbage_collector_orphan_processing_latency_microseconds: + For namespace_queue_latency: + For namespace_queue_latency_sum: + For namespace_queue_latency_count: + For namespace_retries: + For namespace_work_duration: + For namespace_work_duration_sum: + For namespace_work_duration_count: + For function_duration_seconds: + For errors_total: + For evicted_pods_total: + + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:34.862: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-2617" for this suite. 02/07/23 08:37:34.868 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:127 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:34.912 +Feb 7 08:37:34.912: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:37:34.914 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:34.927 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:34.931 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:127 +STEP: Creating a pod to test emptydir 0644 on tmpfs 02/07/23 08:37:34.933 +Feb 7 08:37:34.938: INFO: Waiting up to 5m0s for pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637" in namespace "emptydir-3653" to be "Succeeded or Failed" +Feb 7 08:37:34.940: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637": Phase="Pending", Reason="", readiness=false. Elapsed: 2.188173ms +Feb 7 08:37:36.948: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010063s +Feb 7 08:37:38.947: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008474095s +STEP: Saw pod success 02/07/23 08:37:38.947 +Feb 7 08:37:38.947: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637" satisfied condition "Succeeded or Failed" +Feb 7 08:37:38.951: INFO: Trying to get logs from node node2 pod pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637 container test-container: +STEP: delete the pod 02/07/23 08:37:38.96 +Feb 7 08:37:38.976: INFO: Waiting for pod pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637 to disappear +Feb 7 08:37:38.979: INFO: Pod pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:38.979: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-3653" for this suite. 02/07/23 08:37:38.982 +------------------------------ +• [4.074 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:127 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:34.912 + Feb 7 08:37:34.912: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:37:34.914 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:34.927 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:34.931 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:127 + STEP: Creating a pod to test emptydir 0644 on tmpfs 02/07/23 08:37:34.933 + Feb 7 08:37:34.938: INFO: Waiting up to 5m0s for pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637" in namespace "emptydir-3653" to be "Succeeded or Failed" + Feb 7 08:37:34.940: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637": Phase="Pending", Reason="", readiness=false. Elapsed: 2.188173ms + Feb 7 08:37:36.948: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010063s + Feb 7 08:37:38.947: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008474095s + STEP: Saw pod success 02/07/23 08:37:38.947 + Feb 7 08:37:38.947: INFO: Pod "pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637" satisfied condition "Succeeded or Failed" + Feb 7 08:37:38.951: INFO: Trying to get logs from node node2 pod pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637 container test-container: + STEP: delete the pod 02/07/23 08:37:38.96 + Feb 7 08:37:38.976: INFO: Waiting for pod pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637 to disappear + Feb 7 08:37:38.979: INFO: Pod pod-4ae49cec-8b42-489c-a7e9-d26d3dcb8637 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:38.979: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-3653" for this suite. 02/07/23 08:37:38.982 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:197 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:38.987 +Feb 7 08:37:38.987: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:37:38.989 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:38.999 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:39.004 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:197 +STEP: Creating a pod to test emptydir 0644 on node default medium 02/07/23 08:37:39.008 +Feb 7 08:37:39.014: INFO: Waiting up to 5m0s for pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d" in namespace "emptydir-4436" to be "Succeeded or Failed" +Feb 7 08:37:39.018: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.777344ms +Feb 7 08:37:41.024: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010267761s +Feb 7 08:37:43.024: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010021585s +STEP: Saw pod success 02/07/23 08:37:43.024 +Feb 7 08:37:43.024: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d" satisfied condition "Succeeded or Failed" +Feb 7 08:37:43.028: INFO: Trying to get logs from node node2 pod pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d container test-container: +STEP: delete the pod 02/07/23 08:37:43.035 +Feb 7 08:37:43.065: INFO: Waiting for pod pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d to disappear +Feb 7 08:37:43.069: INFO: Pod pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:37:43.069: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-4436" for this suite. 02/07/23 08:37:43.074 +------------------------------ +• [4.093 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:197 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:38.987 + Feb 7 08:37:38.987: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:37:38.989 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:38.999 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:39.004 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:197 + STEP: Creating a pod to test emptydir 0644 on node default medium 02/07/23 08:37:39.008 + Feb 7 08:37:39.014: INFO: Waiting up to 5m0s for pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d" in namespace "emptydir-4436" to be "Succeeded or Failed" + Feb 7 08:37:39.018: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d": Phase="Pending", Reason="", readiness=false. Elapsed: 3.777344ms + Feb 7 08:37:41.024: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010267761s + Feb 7 08:37:43.024: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010021585s + STEP: Saw pod success 02/07/23 08:37:43.024 + Feb 7 08:37:43.024: INFO: Pod "pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d" satisfied condition "Succeeded or Failed" + Feb 7 08:37:43.028: INFO: Trying to get logs from node node2 pod pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d container test-container: + STEP: delete the pod 02/07/23 08:37:43.035 + Feb 7 08:37:43.065: INFO: Waiting for pod pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d to disappear + Feb 7 08:37:43.069: INFO: Pod pod-f2fd0551-bb51-4e94-8c1f-5520fc2e4a5d no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:37:43.069: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-4436" for this suite. 02/07/23 08:37:43.074 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Networking Granular Checks: Pods + should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 +[BeforeEach] [sig-network] Networking + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:37:43.08 +Feb 7 08:37:43.080: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pod-network-test 02/07/23 08:37:43.081 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:43.094 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:43.097 +[BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 +[It] should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 +STEP: Performing setup for networking test in namespace pod-network-test-9963 02/07/23 08:37:43.099 +STEP: creating a selector 02/07/23 08:37:43.099 +STEP: Creating the service pods in kubernetes 02/07/23 08:37:43.099 +Feb 7 08:37:43.099: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +Feb 7 08:37:43.117: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-9963" to be "running and ready" +Feb 7 08:37:43.123: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.901167ms +Feb 7 08:37:43.123: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:37:45.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013286857s +Feb 7 08:37:45.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:47.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.014100878s +Feb 7 08:37:47.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:49.129: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.011239089s +Feb 7 08:37:49.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:51.129: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.011235742s +Feb 7 08:37:51.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:53.129: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.01165783s +Feb 7 08:37:53.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:55.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.013343406s +Feb 7 08:37:55.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:57.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.013428587s +Feb 7 08:37:57.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:37:59.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.013459546s +Feb 7 08:37:59.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:38:01.130: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.012337017s +Feb 7 08:38:01.130: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:38:03.128: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.011120687s +Feb 7 08:38:03.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) +Feb 7 08:38:05.130: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.012936734s +Feb 7 08:38:05.130: INFO: The phase of Pod netserver-0 is Running (Ready = true) +Feb 7 08:38:05.130: INFO: Pod "netserver-0" satisfied condition "running and ready" +Feb 7 08:38:05.135: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-9963" to be "running and ready" +Feb 7 08:38:05.140: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.941945ms +Feb 7 08:38:05.140: INFO: The phase of Pod netserver-1 is Running (Ready = true) +Feb 7 08:38:05.140: INFO: Pod "netserver-1" satisfied condition "running and ready" +STEP: Creating test pods 02/07/23 08:38:05.144 +Feb 7 08:38:05.158: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-9963" to be "running" +Feb 7 08:38:05.162: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.786862ms +Feb 7 08:38:07.169: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010735562s +Feb 7 08:38:07.169: INFO: Pod "test-container-pod" satisfied condition "running" +Feb 7 08:38:07.174: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-9963" to be "running" +Feb 7 08:38:07.179: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.472997ms +Feb 7 08:38:07.179: INFO: Pod "host-test-container-pod" satisfied condition "running" +Feb 7 08:38:07.183: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 +Feb 7 08:38:07.183: INFO: Going to poll 192.168.134.140 on port 8081 at least 0 times, with a maximum of 34 tries before failing +Feb 7 08:38:07.188: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 192.168.134.140 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9963 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:38:07.188: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:38:07.189: INFO: ExecWithOptions: Clientset creation +Feb 7 08:38:07.189: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-9963/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+192.168.134.140+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Feb 7 08:38:08.295: INFO: Found all 1 expected endpoints: [netserver-0] +Feb 7 08:38:08.295: INFO: Going to poll 192.168.136.38 on port 8081 at least 0 times, with a maximum of 34 tries before failing +Feb 7 08:38:08.300: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 192.168.136.38 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9963 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:38:08.300: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:38:08.301: INFO: ExecWithOptions: Clientset creation +Feb 7 08:38:08.302: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-9963/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+192.168.136.38+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Feb 7 08:38:09.381: INFO: Found all 1 expected endpoints: [netserver-1] +[AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 +Feb 7 08:38:09.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 +STEP: Destroying namespace "pod-network-test-9963" for this suite. 02/07/23 08:38:09.388 +------------------------------ +• [SLOW TEST] [26.315 seconds] +[sig-network] Networking +test/e2e/common/network/framework.go:23 + Granular Checks: Pods + test/e2e/common/network/networking.go:32 + should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Networking + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:37:43.08 + Feb 7 08:37:43.080: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pod-network-test 02/07/23 08:37:43.081 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:37:43.094 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:37:43.097 + [BeforeEach] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:31 + [It] should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/network/networking.go:122 + STEP: Performing setup for networking test in namespace pod-network-test-9963 02/07/23 08:37:43.099 + STEP: creating a selector 02/07/23 08:37:43.099 + STEP: Creating the service pods in kubernetes 02/07/23 08:37:43.099 + Feb 7 08:37:43.099: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + Feb 7 08:37:43.117: INFO: Waiting up to 5m0s for pod "netserver-0" in namespace "pod-network-test-9963" to be "running and ready" + Feb 7 08:37:43.123: INFO: Pod "netserver-0": Phase="Pending", Reason="", readiness=false. Elapsed: 5.901167ms + Feb 7 08:37:43.123: INFO: The phase of Pod netserver-0 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:37:45.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 2.013286857s + Feb 7 08:37:45.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:47.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 4.014100878s + Feb 7 08:37:47.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:49.129: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 6.011239089s + Feb 7 08:37:49.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:51.129: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 8.011235742s + Feb 7 08:37:51.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:53.129: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 10.01165783s + Feb 7 08:37:53.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:55.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 12.013343406s + Feb 7 08:37:55.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:57.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 14.013428587s + Feb 7 08:37:57.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:37:59.131: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 16.013459546s + Feb 7 08:37:59.131: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:38:01.130: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 18.012337017s + Feb 7 08:38:01.130: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:38:03.128: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=false. Elapsed: 20.011120687s + Feb 7 08:38:03.129: INFO: The phase of Pod netserver-0 is Running (Ready = false) + Feb 7 08:38:05.130: INFO: Pod "netserver-0": Phase="Running", Reason="", readiness=true. Elapsed: 22.012936734s + Feb 7 08:38:05.130: INFO: The phase of Pod netserver-0 is Running (Ready = true) + Feb 7 08:38:05.130: INFO: Pod "netserver-0" satisfied condition "running and ready" + Feb 7 08:38:05.135: INFO: Waiting up to 5m0s for pod "netserver-1" in namespace "pod-network-test-9963" to be "running and ready" + Feb 7 08:38:05.140: INFO: Pod "netserver-1": Phase="Running", Reason="", readiness=true. Elapsed: 4.941945ms + Feb 7 08:38:05.140: INFO: The phase of Pod netserver-1 is Running (Ready = true) + Feb 7 08:38:05.140: INFO: Pod "netserver-1" satisfied condition "running and ready" + STEP: Creating test pods 02/07/23 08:38:05.144 + Feb 7 08:38:05.158: INFO: Waiting up to 5m0s for pod "test-container-pod" in namespace "pod-network-test-9963" to be "running" + Feb 7 08:38:05.162: INFO: Pod "test-container-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 3.786862ms + Feb 7 08:38:07.169: INFO: Pod "test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 2.010735562s + Feb 7 08:38:07.169: INFO: Pod "test-container-pod" satisfied condition "running" + Feb 7 08:38:07.174: INFO: Waiting up to 5m0s for pod "host-test-container-pod" in namespace "pod-network-test-9963" to be "running" + Feb 7 08:38:07.179: INFO: Pod "host-test-container-pod": Phase="Running", Reason="", readiness=true. Elapsed: 4.472997ms + Feb 7 08:38:07.179: INFO: Pod "host-test-container-pod" satisfied condition "running" + Feb 7 08:38:07.183: INFO: Setting MaxTries for pod polling to 34 for networking test based on endpoint count 2 + Feb 7 08:38:07.183: INFO: Going to poll 192.168.134.140 on port 8081 at least 0 times, with a maximum of 34 tries before failing + Feb 7 08:38:07.188: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 192.168.134.140 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9963 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:38:07.188: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:38:07.189: INFO: ExecWithOptions: Clientset creation + Feb 7 08:38:07.189: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-9963/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+192.168.134.140+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Feb 7 08:38:08.295: INFO: Found all 1 expected endpoints: [netserver-0] + Feb 7 08:38:08.295: INFO: Going to poll 192.168.136.38 on port 8081 at least 0 times, with a maximum of 34 tries before failing + Feb 7 08:38:08.300: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostName | nc -w 1 -u 192.168.136.38 8081 | grep -v '^\s*$'] Namespace:pod-network-test-9963 PodName:host-test-container-pod ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:38:08.300: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:38:08.301: INFO: ExecWithOptions: Clientset creation + Feb 7 08:38:08.302: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/pod-network-test-9963/pods/host-test-container-pod/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostName+%7C+nc+-w+1+-u+192.168.136.38+8081+%7C+grep+-v+%27%5E%5Cs%2A%24%27&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Feb 7 08:38:09.381: INFO: Found all 1 expected endpoints: [netserver-1] + [AfterEach] [sig-network] Networking + test/e2e/framework/node/init/init.go:32 + Feb 7 08:38:09.381: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Networking + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Networking + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Networking + tear down framework | framework.go:193 + STEP: Destroying namespace "pod-network-test-9963" for this suite. 02/07/23 08:38:09.388 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-node] Probing container + should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:135 +[BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:38:09.397 +Feb 7 08:38:09.397: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-probe 02/07/23 08:38:09.399 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:38:09.416 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:38:09.421 +[BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 +[It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:135 +STEP: Creating pod busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 in namespace container-probe-2336 02/07/23 08:38:09.423 +Feb 7 08:38:09.429: INFO: Waiting up to 5m0s for pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760" in namespace "container-probe-2336" to be "not pending" +Feb 7 08:38:09.431: INFO: Pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760": Phase="Pending", Reason="", readiness=false. Elapsed: 2.041845ms +Feb 7 08:38:11.437: INFO: Pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760": Phase="Running", Reason="", readiness=true. Elapsed: 2.008065506s +Feb 7 08:38:11.437: INFO: Pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760" satisfied condition "not pending" +Feb 7 08:38:11.437: INFO: Started pod busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 in namespace container-probe-2336 +STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 08:38:11.437 +Feb 7 08:38:11.443: INFO: Initial restart count of pod busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 is 0 +Feb 7 08:39:01.621: INFO: Restart count of pod container-probe-2336/busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 is now 1 (50.178292249s elapsed) +STEP: deleting the pod 02/07/23 08:39:01.621 +[AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:01.636: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 +STEP: Destroying namespace "container-probe-2336" for this suite. 02/07/23 08:39:01.64 +------------------------------ +• [SLOW TEST] [52.251 seconds] +[sig-node] Probing container +test/e2e/common/node/framework.go:23 + should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:135 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Probing container + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:38:09.397 + Feb 7 08:38:09.397: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-probe 02/07/23 08:38:09.399 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:38:09.416 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:38:09.421 + [BeforeEach] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Probing container + test/e2e/common/node/container_probe.go:63 + [It] should be restarted with a exec "cat /tmp/health" liveness probe [NodeConformance] [Conformance] + test/e2e/common/node/container_probe.go:135 + STEP: Creating pod busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 in namespace container-probe-2336 02/07/23 08:38:09.423 + Feb 7 08:38:09.429: INFO: Waiting up to 5m0s for pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760" in namespace "container-probe-2336" to be "not pending" + Feb 7 08:38:09.431: INFO: Pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760": Phase="Pending", Reason="", readiness=false. Elapsed: 2.041845ms + Feb 7 08:38:11.437: INFO: Pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760": Phase="Running", Reason="", readiness=true. Elapsed: 2.008065506s + Feb 7 08:38:11.437: INFO: Pod "busybox-cc99cfa6-02a3-47be-a81a-edaf75580760" satisfied condition "not pending" + Feb 7 08:38:11.437: INFO: Started pod busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 in namespace container-probe-2336 + STEP: checking the pod's current state and verifying that restartCount is present 02/07/23 08:38:11.437 + Feb 7 08:38:11.443: INFO: Initial restart count of pod busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 is 0 + Feb 7 08:39:01.621: INFO: Restart count of pod container-probe-2336/busybox-cc99cfa6-02a3-47be-a81a-edaf75580760 is now 1 (50.178292249s elapsed) + STEP: deleting the pod 02/07/23 08:39:01.621 + [AfterEach] [sig-node] Probing container + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:01.636: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Probing container + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Probing container + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Probing container + tear down framework | framework.go:193 + STEP: Destroying namespace "container-probe-2336" for this suite. 02/07/23 08:39:01.64 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:207 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:01.65 +Feb 7 08:39:01.650: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:39:01.652 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:01.675 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:01.677 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:207 +STEP: Creating a pod to test emptydir 0666 on node default medium 02/07/23 08:39:01.68 +Feb 7 08:39:01.684: INFO: Waiting up to 5m0s for pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e" in namespace "emptydir-8792" to be "Succeeded or Failed" +Feb 7 08:39:01.687: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.462441ms +Feb 7 08:39:03.694: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009144133s +Feb 7 08:39:05.694: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009726879s +STEP: Saw pod success 02/07/23 08:39:05.694 +Feb 7 08:39:05.694: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e" satisfied condition "Succeeded or Failed" +Feb 7 08:39:05.699: INFO: Trying to get logs from node node2 pod pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e container test-container: +STEP: delete the pod 02/07/23 08:39:05.713 +Feb 7 08:39:05.726: INFO: Waiting for pod pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e to disappear +Feb 7 08:39:05.729: INFO: Pod pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:05.729: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-8792" for this suite. 02/07/23 08:39:05.733 +------------------------------ +• [4.089 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:207 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:01.65 + Feb 7 08:39:01.650: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:39:01.652 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:01.675 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:01.677 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:207 + STEP: Creating a pod to test emptydir 0666 on node default medium 02/07/23 08:39:01.68 + Feb 7 08:39:01.684: INFO: Waiting up to 5m0s for pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e" in namespace "emptydir-8792" to be "Succeeded or Failed" + Feb 7 08:39:01.687: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.462441ms + Feb 7 08:39:03.694: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009144133s + Feb 7 08:39:05.694: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009726879s + STEP: Saw pod success 02/07/23 08:39:05.694 + Feb 7 08:39:05.694: INFO: Pod "pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e" satisfied condition "Succeeded or Failed" + Feb 7 08:39:05.699: INFO: Trying to get logs from node node2 pod pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e container test-container: + STEP: delete the pod 02/07/23 08:39:05.713 + Feb 7 08:39:05.726: INFO: Waiting for pod pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e to disappear + Feb 7 08:39:05.729: INFO: Pod pod-e940cfec-bc84-4cf1-ab4c-4ee9abbcbc8e no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:05.729: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-8792" for this suite. 02/07/23 08:39:05.733 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Job + should apply changes to a job status [Conformance] + test/e2e/apps/job.go:636 +[BeforeEach] [sig-apps] Job + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:05.74 +Feb 7 08:39:05.740: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename job 02/07/23 08:39:05.744 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:05.756 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:05.759 +[BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 +[It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:636 +STEP: Creating a job 02/07/23 08:39:05.813 +STEP: Ensure pods equal to parallelism count is attached to the job 02/07/23 08:39:05.822 +STEP: patching /status 02/07/23 08:39:07.828 +STEP: updating /status 02/07/23 08:39:07.838 +STEP: get /status 02/07/23 08:39:07.862 +[AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:07.865: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 +STEP: Destroying namespace "job-8686" for this suite. 02/07/23 08:39:07.868 +------------------------------ +• [2.132 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should apply changes to a job status [Conformance] + test/e2e/apps/job.go:636 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:05.74 + Feb 7 08:39:05.740: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename job 02/07/23 08:39:05.744 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:05.756 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:05.759 + [BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 + [It] should apply changes to a job status [Conformance] + test/e2e/apps/job.go:636 + STEP: Creating a job 02/07/23 08:39:05.813 + STEP: Ensure pods equal to parallelism count is attached to the job 02/07/23 08:39:05.822 + STEP: patching /status 02/07/23 08:39:07.828 + STEP: updating /status 02/07/23 08:39:07.838 + STEP: get /status 02/07/23 08:39:07.862 + [AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:07.865: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 + STEP: Destroying namespace "job-8686" for this suite. 02/07/23 08:39:07.868 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Ingress API + should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +[BeforeEach] [sig-network] Ingress API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:07.873 +Feb 7 08:39:07.874: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename ingress 02/07/23 08:39:07.876 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:07.89 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:07.894 +[BeforeEach] [sig-network] Ingress API + test/e2e/framework/metrics/init/init.go:31 +[It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 +STEP: getting /apis 02/07/23 08:39:07.898 +STEP: getting /apis/networking.k8s.io 02/07/23 08:39:07.903 +STEP: getting /apis/networking.k8s.iov1 02/07/23 08:39:07.905 +STEP: creating 02/07/23 08:39:07.906 +STEP: getting 02/07/23 08:39:07.924 +STEP: listing 02/07/23 08:39:07.927 +STEP: watching 02/07/23 08:39:07.93 +Feb 7 08:39:07.930: INFO: starting watch +STEP: cluster-wide listing 02/07/23 08:39:07.931 +STEP: cluster-wide watching 02/07/23 08:39:07.934 +Feb 7 08:39:07.934: INFO: starting watch +STEP: patching 02/07/23 08:39:07.936 +STEP: updating 02/07/23 08:39:07.945 +Feb 7 08:39:07.952: INFO: waiting for watch events with expected annotations +Feb 7 08:39:07.952: INFO: saw patched and updated annotations +STEP: patching /status 02/07/23 08:39:07.952 +STEP: updating /status 02/07/23 08:39:07.957 +STEP: get /status 02/07/23 08:39:07.967 +STEP: deleting 02/07/23 08:39:07.969 +STEP: deleting a collection 02/07/23 08:39:07.979 +[AfterEach] [sig-network] Ingress API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:07.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Ingress API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Ingress API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Ingress API + tear down framework | framework.go:193 +STEP: Destroying namespace "ingress-3527" for this suite. 02/07/23 08:39:07.996 +------------------------------ +• [0.130 seconds] +[sig-network] Ingress API +test/e2e/network/common/framework.go:23 + should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Ingress API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:07.873 + Feb 7 08:39:07.874: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename ingress 02/07/23 08:39:07.876 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:07.89 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:07.894 + [BeforeEach] [sig-network] Ingress API + test/e2e/framework/metrics/init/init.go:31 + [It] should support creating Ingress API operations [Conformance] + test/e2e/network/ingress.go:552 + STEP: getting /apis 02/07/23 08:39:07.898 + STEP: getting /apis/networking.k8s.io 02/07/23 08:39:07.903 + STEP: getting /apis/networking.k8s.iov1 02/07/23 08:39:07.905 + STEP: creating 02/07/23 08:39:07.906 + STEP: getting 02/07/23 08:39:07.924 + STEP: listing 02/07/23 08:39:07.927 + STEP: watching 02/07/23 08:39:07.93 + Feb 7 08:39:07.930: INFO: starting watch + STEP: cluster-wide listing 02/07/23 08:39:07.931 + STEP: cluster-wide watching 02/07/23 08:39:07.934 + Feb 7 08:39:07.934: INFO: starting watch + STEP: patching 02/07/23 08:39:07.936 + STEP: updating 02/07/23 08:39:07.945 + Feb 7 08:39:07.952: INFO: waiting for watch events with expected annotations + Feb 7 08:39:07.952: INFO: saw patched and updated annotations + STEP: patching /status 02/07/23 08:39:07.952 + STEP: updating /status 02/07/23 08:39:07.957 + STEP: get /status 02/07/23 08:39:07.967 + STEP: deleting 02/07/23 08:39:07.969 + STEP: deleting a collection 02/07/23 08:39:07.979 + [AfterEach] [sig-network] Ingress API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:07.992: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Ingress API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Ingress API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Ingress API + tear down framework | framework.go:193 + STEP: Destroying namespace "ingress-3527" for this suite. 02/07/23 08:39:07.996 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:896 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:08.005 +Feb 7 08:39:08.006: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:39:08.008 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:08.018 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:08.022 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:896 +STEP: creating a Pod with a static label 02/07/23 08:39:08.034 +STEP: watching for Pod to be ready 02/07/23 08:39:08.043 +Feb 7 08:39:08.045: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [] +Feb 7 08:39:08.048: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] +Feb 7 08:39:08.058: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] +Feb 7 08:39:08.651: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] +Feb 7 08:39:09.507: INFO: Found Pod pod-test in namespace pods-890 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:09 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:09 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] +STEP: patching the Pod with a new Label and updated data 02/07/23 08:39:09.513 +STEP: getting the Pod and ensuring that it's patched 02/07/23 08:39:09.523 +STEP: replacing the Pod's status Ready condition to False 02/07/23 08:39:09.527 +STEP: check the Pod again to ensure its Ready conditions are False 02/07/23 08:39:09.538 +STEP: deleting the Pod via a Collection with a LabelSelector 02/07/23 08:39:09.538 +STEP: watching for the Pod to be deleted 02/07/23 08:39:09.543 +Feb 7 08:39:09.545: INFO: observed event type MODIFIED +Feb 7 08:39:11.516: INFO: observed event type MODIFIED +Feb 7 08:39:11.763: INFO: observed event type MODIFIED +Feb 7 08:39:12.523: INFO: observed event type MODIFIED +Feb 7 08:39:12.528: INFO: observed event type MODIFIED +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:12.536: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-890" for this suite. 02/07/23 08:39:12.539 +------------------------------ +• [4.538 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:896 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:08.005 + Feb 7 08:39:08.006: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:39:08.008 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:08.018 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:08.022 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should run through the lifecycle of Pods and PodStatus [Conformance] + test/e2e/common/node/pods.go:896 + STEP: creating a Pod with a static label 02/07/23 08:39:08.034 + STEP: watching for Pod to be ready 02/07/23 08:39:08.043 + Feb 7 08:39:08.045: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [] + Feb 7 08:39:08.048: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] + Feb 7 08:39:08.058: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] + Feb 7 08:39:08.651: INFO: observed Pod pod-test in namespace pods-890 in phase Pending with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC ContainersNotReady containers with unready status: [pod-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] + Feb 7 08:39:09.507: INFO: Found Pod pod-test in namespace pods-890 in phase Running with labels: map[test-pod-static:true] & conditions [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC } {Ready True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:09 +0000 UTC } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:09 +0000 UTC } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:39:08 +0000 UTC }] + STEP: patching the Pod with a new Label and updated data 02/07/23 08:39:09.513 + STEP: getting the Pod and ensuring that it's patched 02/07/23 08:39:09.523 + STEP: replacing the Pod's status Ready condition to False 02/07/23 08:39:09.527 + STEP: check the Pod again to ensure its Ready conditions are False 02/07/23 08:39:09.538 + STEP: deleting the Pod via a Collection with a LabelSelector 02/07/23 08:39:09.538 + STEP: watching for the Pod to be deleted 02/07/23 08:39:09.543 + Feb 7 08:39:09.545: INFO: observed event type MODIFIED + Feb 7 08:39:11.516: INFO: observed event type MODIFIED + Feb 7 08:39:11.763: INFO: observed event type MODIFIED + Feb 7 08:39:12.523: INFO: observed event type MODIFIED + Feb 7 08:39:12.528: INFO: observed event type MODIFIED + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:12.536: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-890" for this suite. 02/07/23 08:39:12.539 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:167 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:12.544 +Feb 7 08:39:12.544: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:39:12.545 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:12.555 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:12.558 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:167 +STEP: Creating a pod to test emptydir 0644 on node default medium 02/07/23 08:39:12.561 +Feb 7 08:39:12.568: INFO: Waiting up to 5m0s for pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529" in namespace "emptydir-1793" to be "Succeeded or Failed" +Feb 7 08:39:12.570: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529": Phase="Pending", Reason="", readiness=false. Elapsed: 1.846056ms +Feb 7 08:39:14.576: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529": Phase="Running", Reason="", readiness=false. Elapsed: 2.008492768s +Feb 7 08:39:16.574: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006163909s +STEP: Saw pod success 02/07/23 08:39:16.574 +Feb 7 08:39:16.574: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529" satisfied condition "Succeeded or Failed" +Feb 7 08:39:16.577: INFO: Trying to get logs from node node2 pod pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529 container test-container: +STEP: delete the pod 02/07/23 08:39:16.584 +Feb 7 08:39:16.624: INFO: Waiting for pod pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529 to disappear +Feb 7 08:39:16.629: INFO: Pod pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:16.629: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-1793" for this suite. 02/07/23 08:39:16.634 +------------------------------ +• [4.096 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:167 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:12.544 + Feb 7 08:39:12.544: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:39:12.545 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:12.555 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:12.558 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:167 + STEP: Creating a pod to test emptydir 0644 on node default medium 02/07/23 08:39:12.561 + Feb 7 08:39:12.568: INFO: Waiting up to 5m0s for pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529" in namespace "emptydir-1793" to be "Succeeded or Failed" + Feb 7 08:39:12.570: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529": Phase="Pending", Reason="", readiness=false. Elapsed: 1.846056ms + Feb 7 08:39:14.576: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529": Phase="Running", Reason="", readiness=false. Elapsed: 2.008492768s + Feb 7 08:39:16.574: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.006163909s + STEP: Saw pod success 02/07/23 08:39:16.574 + Feb 7 08:39:16.574: INFO: Pod "pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529" satisfied condition "Succeeded or Failed" + Feb 7 08:39:16.577: INFO: Trying to get logs from node node2 pod pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529 container test-container: + STEP: delete the pod 02/07/23 08:39:16.584 + Feb 7 08:39:16.624: INFO: Waiting for pod pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529 to disappear + Feb 7 08:39:16.629: INFO: Pod pod-ee3b0993-f2cd-4bba-9ed7-4662eb830529 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:16.629: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-1793" for this suite. 02/07/23 08:39:16.634 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Job + should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:507 +[BeforeEach] [sig-apps] Job + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:16.642 +Feb 7 08:39:16.642: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename job 02/07/23 08:39:16.643 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:16.657 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:16.661 +[BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 +[It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:507 +STEP: Creating a job 02/07/23 08:39:16.665 +STEP: Ensuring active pods == parallelism 02/07/23 08:39:16.669 +STEP: Orphaning one of the Job's Pods 02/07/23 08:39:18.673 +Feb 7 08:39:19.199: INFO: Successfully updated pod "adopt-release-8jcl6" +STEP: Checking that the Job readopts the Pod 02/07/23 08:39:19.199 +Feb 7 08:39:19.200: INFO: Waiting up to 15m0s for pod "adopt-release-8jcl6" in namespace "job-6360" to be "adopted" +Feb 7 08:39:19.207: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 7.77463ms +Feb 7 08:39:21.214: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 2.014788822s +Feb 7 08:39:21.214: INFO: Pod "adopt-release-8jcl6" satisfied condition "adopted" +STEP: Removing the labels from the Job's Pod 02/07/23 08:39:21.214 +Feb 7 08:39:21.724: INFO: Successfully updated pod "adopt-release-8jcl6" +STEP: Checking that the Job releases the Pod 02/07/23 08:39:21.724 +Feb 7 08:39:21.724: INFO: Waiting up to 15m0s for pod "adopt-release-8jcl6" in namespace "job-6360" to be "released" +Feb 7 08:39:21.728: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 3.92966ms +Feb 7 08:39:23.733: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 2.008766885s +Feb 7 08:39:23.733: INFO: Pod "adopt-release-8jcl6" satisfied condition "released" +[AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:23.733: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 +STEP: Destroying namespace "job-6360" for this suite. 02/07/23 08:39:23.738 +------------------------------ +• [SLOW TEST] [7.103 seconds] +[sig-apps] Job +test/e2e/apps/framework.go:23 + should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:507 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Job + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:16.642 + Feb 7 08:39:16.642: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename job 02/07/23 08:39:16.643 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:16.657 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:16.661 + [BeforeEach] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:31 + [It] should adopt matching orphans and release non-matching pods [Conformance] + test/e2e/apps/job.go:507 + STEP: Creating a job 02/07/23 08:39:16.665 + STEP: Ensuring active pods == parallelism 02/07/23 08:39:16.669 + STEP: Orphaning one of the Job's Pods 02/07/23 08:39:18.673 + Feb 7 08:39:19.199: INFO: Successfully updated pod "adopt-release-8jcl6" + STEP: Checking that the Job readopts the Pod 02/07/23 08:39:19.199 + Feb 7 08:39:19.200: INFO: Waiting up to 15m0s for pod "adopt-release-8jcl6" in namespace "job-6360" to be "adopted" + Feb 7 08:39:19.207: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 7.77463ms + Feb 7 08:39:21.214: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 2.014788822s + Feb 7 08:39:21.214: INFO: Pod "adopt-release-8jcl6" satisfied condition "adopted" + STEP: Removing the labels from the Job's Pod 02/07/23 08:39:21.214 + Feb 7 08:39:21.724: INFO: Successfully updated pod "adopt-release-8jcl6" + STEP: Checking that the Job releases the Pod 02/07/23 08:39:21.724 + Feb 7 08:39:21.724: INFO: Waiting up to 15m0s for pod "adopt-release-8jcl6" in namespace "job-6360" to be "released" + Feb 7 08:39:21.728: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 3.92966ms + Feb 7 08:39:23.733: INFO: Pod "adopt-release-8jcl6": Phase="Running", Reason="", readiness=true. Elapsed: 2.008766885s + Feb 7 08:39:23.733: INFO: Pod "adopt-release-8jcl6" satisfied condition "released" + [AfterEach] [sig-apps] Job + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:23.733: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Job + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Job + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Job + tear down framework | framework.go:193 + STEP: Destroying namespace "job-6360" for this suite. 02/07/23 08:39:23.738 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-apps] ReplicationController + should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:110 +[BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:23.746 +Feb 7 08:39:23.746: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replication-controller 02/07/23 08:39:23.748 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:23.765 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:23.768 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 +[It] should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:110 +STEP: creating a ReplicationController 02/07/23 08:39:23.773 +STEP: waiting for RC to be added 02/07/23 08:39:23.777 +STEP: waiting for available Replicas 02/07/23 08:39:23.778 +STEP: patching ReplicationController 02/07/23 08:39:25.608 +STEP: waiting for RC to be modified 02/07/23 08:39:25.619 +STEP: patching ReplicationController status 02/07/23 08:39:25.619 +STEP: waiting for RC to be modified 02/07/23 08:39:25.624 +STEP: waiting for available Replicas 02/07/23 08:39:25.625 +STEP: fetching ReplicationController status 02/07/23 08:39:25.63 +STEP: patching ReplicationController scale 02/07/23 08:39:25.634 +STEP: waiting for RC to be modified 02/07/23 08:39:25.641 +STEP: waiting for ReplicationController's scale to be the max amount 02/07/23 08:39:25.641 +STEP: fetching ReplicationController; ensuring that it's patched 02/07/23 08:39:27.388 +STEP: updating ReplicationController status 02/07/23 08:39:27.393 +STEP: waiting for RC to be modified 02/07/23 08:39:27.401 +STEP: listing all ReplicationControllers 02/07/23 08:39:27.402 +STEP: checking that ReplicationController has expected values 02/07/23 08:39:27.405 +STEP: deleting ReplicationControllers by collection 02/07/23 08:39:27.405 +STEP: waiting for ReplicationController to have a DELETED watchEvent 02/07/23 08:39:27.411 +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 +Feb 7 08:39:27.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 +STEP: Destroying namespace "replication-controller-9339" for this suite. 02/07/23 08:39:27.475 +------------------------------ +• [3.734 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:110 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:23.746 + Feb 7 08:39:23.746: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replication-controller 02/07/23 08:39:23.748 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:23.765 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:23.768 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 + [It] should test the lifecycle of a ReplicationController [Conformance] + test/e2e/apps/rc.go:110 + STEP: creating a ReplicationController 02/07/23 08:39:23.773 + STEP: waiting for RC to be added 02/07/23 08:39:23.777 + STEP: waiting for available Replicas 02/07/23 08:39:23.778 + STEP: patching ReplicationController 02/07/23 08:39:25.608 + STEP: waiting for RC to be modified 02/07/23 08:39:25.619 + STEP: patching ReplicationController status 02/07/23 08:39:25.619 + STEP: waiting for RC to be modified 02/07/23 08:39:25.624 + STEP: waiting for available Replicas 02/07/23 08:39:25.625 + STEP: fetching ReplicationController status 02/07/23 08:39:25.63 + STEP: patching ReplicationController scale 02/07/23 08:39:25.634 + STEP: waiting for RC to be modified 02/07/23 08:39:25.641 + STEP: waiting for ReplicationController's scale to be the max amount 02/07/23 08:39:25.641 + STEP: fetching ReplicationController; ensuring that it's patched 02/07/23 08:39:27.388 + STEP: updating ReplicationController status 02/07/23 08:39:27.393 + STEP: waiting for RC to be modified 02/07/23 08:39:27.401 + STEP: listing all ReplicationControllers 02/07/23 08:39:27.402 + STEP: checking that ReplicationController has expected values 02/07/23 08:39:27.405 + STEP: deleting ReplicationControllers by collection 02/07/23 08:39:27.405 + STEP: waiting for ReplicationController to have a DELETED watchEvent 02/07/23 08:39:27.411 + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 + Feb 7 08:39:27.472: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 + STEP: Destroying namespace "replication-controller-9339" for this suite. 02/07/23 08:39:27.475 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] NoExecuteTaintManager Single Pod [Serial] + removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:293 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:39:27.482 +Feb 7 08:39:27.482: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename taint-single-pod 02/07/23 08:39:27.483 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:27.494 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:27.497 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:170 +Feb 7 08:39:27.499: INFO: Waiting up to 1m0s for all nodes to be ready +Feb 7 08:40:27.530: INFO: Waiting for terminating namespaces to be deleted... +[It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:293 +Feb 7 08:40:27.534: INFO: Starting informer... +STEP: Starting pod... 02/07/23 08:40:27.534 +Feb 7 08:40:27.753: INFO: Pod is running on node2. Tainting Node +STEP: Trying to apply a taint on the Node 02/07/23 08:40:27.753 +STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:40:27.778 +STEP: Waiting short time to make sure Pod is queued for deletion 02/07/23 08:40:27.785 +Feb 7 08:40:27.785: INFO: Pod wasn't evicted. Proceeding +Feb 7 08:40:27.785: INFO: Removing taint from Node +STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:40:27.799 +STEP: Waiting some time to make sure that toleration time passed. 02/07/23 08:40:27.802 +Feb 7 08:41:42.802: INFO: Pod wasn't evicted. Test successful +[AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:41:42.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Single Pod [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Single Pod [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "taint-single-pod-5521" for this suite. 02/07/23 08:41:42.812 +------------------------------ +• [SLOW TEST] [135.339 seconds] +[sig-node] NoExecuteTaintManager Single Pod [Serial] +test/e2e/node/framework.go:23 + removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:293 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:39:27.482 + Feb 7 08:39:27.482: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename taint-single-pod 02/07/23 08:39:27.483 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:39:27.494 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:39:27.497 + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/node/taints.go:170 + Feb 7 08:39:27.499: INFO: Waiting up to 1m0s for all nodes to be ready + Feb 7 08:40:27.530: INFO: Waiting for terminating namespaces to be deleted... + [It] removing taint cancels eviction [Disruptive] [Conformance] + test/e2e/node/taints.go:293 + Feb 7 08:40:27.534: INFO: Starting informer... + STEP: Starting pod... 02/07/23 08:40:27.534 + Feb 7 08:40:27.753: INFO: Pod is running on node2. Tainting Node + STEP: Trying to apply a taint on the Node 02/07/23 08:40:27.753 + STEP: verifying the node has the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:40:27.778 + STEP: Waiting short time to make sure Pod is queued for deletion 02/07/23 08:40:27.785 + Feb 7 08:40:27.785: INFO: Pod wasn't evicted. Proceeding + Feb 7 08:40:27.785: INFO: Removing taint from Node + STEP: verifying the node doesn't have the taint kubernetes.io/e2e-evict-taint-key=evictTaintVal:NoExecute 02/07/23 08:40:27.799 + STEP: Waiting some time to make sure that toleration time passed. 02/07/23 08:40:27.802 + Feb 7 08:41:42.802: INFO: Pod wasn't evicted. Test successful + [AfterEach] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:41:42.803: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Single Pod [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Single Pod [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] NoExecuteTaintManager Single Pod [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "taint-single-pod-5521" for this suite. 02/07/23 08:41:42.812 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:317 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:41:42.824 +Feb 7 08:41:42.824: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 08:41:42.825 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:41:42.836 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:41:42.84 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-9270 02/07/23 08:41:42.842 +[It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:317 +STEP: Creating a new StatefulSet 02/07/23 08:41:42.845 +Feb 7 08:41:42.853: INFO: Found 0 stateful pods, waiting for 3 +Feb 7 08:41:52.860: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:41:52.860: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:41:52.861: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Updating stateful set template: update image from registry.k8s.io/e2e-test-images/httpd:2.4.38-4 to registry.k8s.io/e2e-test-images/httpd:2.4.39-4 02/07/23 08:41:52.877 +Feb 7 08:41:52.902: INFO: Updating stateful set ss2 +STEP: Creating a new revision 02/07/23 08:41:52.903 +STEP: Not applying an update when the partition is greater than the number of replicas 02/07/23 08:42:02.931 +STEP: Performing a canary update 02/07/23 08:42:02.932 +Feb 7 08:42:02.954: INFO: Updating stateful set ss2 +Feb 7 08:42:03.019: INFO: Waiting for Pod statefulset-9270/ss2-2 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +STEP: Restoring Pods to the correct revision when they are deleted 02/07/23 08:42:13.031 +Feb 7 08:42:13.060: INFO: Found 2 stateful pods, waiting for 3 +Feb 7 08:42:23.071: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:42:23.071: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:42:23.071: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true +STEP: Performing a phased rolling update 02/07/23 08:42:23.079 +Feb 7 08:42:23.103: INFO: Updating stateful set ss2 +Feb 7 08:42:23.124: INFO: Waiting for Pod statefulset-9270/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +Feb 7 08:42:33.157: INFO: Updating stateful set ss2 +Feb 7 08:42:33.167: INFO: Waiting for StatefulSet statefulset-9270/ss2 to complete update +Feb 7 08:42:33.167: INFO: Waiting for Pod statefulset-9270/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 08:42:43.179: INFO: Deleting all statefulset in ns statefulset-9270 +Feb 7 08:42:43.183: INFO: Scaling statefulset ss2 to 0 +Feb 7 08:42:53.205: INFO: Waiting for statefulset status.replicas updated to 0 +Feb 7 08:42:53.212: INFO: Deleting statefulset ss2 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:42:53.228: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-9270" for this suite. 02/07/23 08:42:53.236 +------------------------------ +• [SLOW TEST] [70.417 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:317 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:41:42.824 + Feb 7 08:41:42.824: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 08:41:42.825 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:41:42.836 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:41:42.84 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-9270 02/07/23 08:41:42.842 + [It] should perform canary updates and phased rolling updates of template modifications [Conformance] + test/e2e/apps/statefulset.go:317 + STEP: Creating a new StatefulSet 02/07/23 08:41:42.845 + Feb 7 08:41:42.853: INFO: Found 0 stateful pods, waiting for 3 + Feb 7 08:41:52.860: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:41:52.860: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:41:52.861: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Updating stateful set template: update image from registry.k8s.io/e2e-test-images/httpd:2.4.38-4 to registry.k8s.io/e2e-test-images/httpd:2.4.39-4 02/07/23 08:41:52.877 + Feb 7 08:41:52.902: INFO: Updating stateful set ss2 + STEP: Creating a new revision 02/07/23 08:41:52.903 + STEP: Not applying an update when the partition is greater than the number of replicas 02/07/23 08:42:02.931 + STEP: Performing a canary update 02/07/23 08:42:02.932 + Feb 7 08:42:02.954: INFO: Updating stateful set ss2 + Feb 7 08:42:03.019: INFO: Waiting for Pod statefulset-9270/ss2-2 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + STEP: Restoring Pods to the correct revision when they are deleted 02/07/23 08:42:13.031 + Feb 7 08:42:13.060: INFO: Found 2 stateful pods, waiting for 3 + Feb 7 08:42:23.071: INFO: Waiting for pod ss2-0 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:42:23.071: INFO: Waiting for pod ss2-1 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:42:23.071: INFO: Waiting for pod ss2-2 to enter Running - Ready=true, currently Running - Ready=true + STEP: Performing a phased rolling update 02/07/23 08:42:23.079 + Feb 7 08:42:23.103: INFO: Updating stateful set ss2 + Feb 7 08:42:23.124: INFO: Waiting for Pod statefulset-9270/ss2-1 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + Feb 7 08:42:33.157: INFO: Updating stateful set ss2 + Feb 7 08:42:33.167: INFO: Waiting for StatefulSet statefulset-9270/ss2 to complete update + Feb 7 08:42:33.167: INFO: Waiting for Pod statefulset-9270/ss2-0 to have revision ss2-5459d8585b update revision ss2-7b6c9599d5 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 08:42:43.179: INFO: Deleting all statefulset in ns statefulset-9270 + Feb 7 08:42:43.183: INFO: Scaling statefulset ss2 to 0 + Feb 7 08:42:53.205: INFO: Waiting for statefulset status.replicas updated to 0 + Feb 7 08:42:53.212: INFO: Deleting statefulset ss2 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:42:53.228: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-9270" for this suite. 02/07/23 08:42:53.236 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-instrumentation] Events API + should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 +[BeforeEach] [sig-instrumentation] Events API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:42:53.241 +Feb 7 08:42:53.241: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename events 02/07/23 08:42:53.243 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:53.252 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:53.254 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 +[It] should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 +STEP: Create set of events 02/07/23 08:42:53.255 +STEP: get a list of Events with a label in the current namespace 02/07/23 08:42:53.271 +STEP: delete a list of events 02/07/23 08:42:53.274 +Feb 7 08:42:53.274: INFO: requesting DeleteCollection of events +STEP: check that the list of events matches the requested quantity 02/07/23 08:42:53.281 +[AfterEach] [sig-instrumentation] Events API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:42:53.283: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-instrumentation] Events API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-instrumentation] Events API + tear down framework | framework.go:193 +STEP: Destroying namespace "events-156" for this suite. 02/07/23 08:42:53.286 +------------------------------ +• [0.048 seconds] +[sig-instrumentation] Events API +test/e2e/instrumentation/common/framework.go:23 + should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-instrumentation] Events API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:42:53.241 + Feb 7 08:42:53.241: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename events 02/07/23 08:42:53.243 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:53.252 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:53.254 + [BeforeEach] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-instrumentation] Events API + test/e2e/instrumentation/events.go:84 + [It] should delete a collection of events [Conformance] + test/e2e/instrumentation/events.go:207 + STEP: Create set of events 02/07/23 08:42:53.255 + STEP: get a list of Events with a label in the current namespace 02/07/23 08:42:53.271 + STEP: delete a list of events 02/07/23 08:42:53.274 + Feb 7 08:42:53.274: INFO: requesting DeleteCollection of events + STEP: check that the list of events matches the requested quantity 02/07/23 08:42:53.281 + [AfterEach] [sig-instrumentation] Events API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:42:53.283: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-instrumentation] Events API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-instrumentation] Events API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-instrumentation] Events API + tear down framework | framework.go:193 + STEP: Destroying namespace "events-156" for this suite. 02/07/23 08:42:53.286 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:42:53.29 +Feb 7 08:42:53.291: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 08:42:53.292 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:53.302 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:53.306 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 +Feb 7 08:42:53.344: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"b40d813e-cf51-4256-8cb9-e9245778d0df", Controller:(*bool)(0xc004a6c2c6), BlockOwnerDeletion:(*bool)(0xc004a6c2c7)}} +Feb 7 08:42:53.349: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"4ab31fe9-27cc-4cf0-909e-f9816dea088f", Controller:(*bool)(0xc00401b69e), BlockOwnerDeletion:(*bool)(0xc00401b69f)}} +Feb 7 08:42:53.353: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"f5452ed2-ccbd-4b72-9773-f66b074cf8a8", Controller:(*bool)(0xc00401b8ce), BlockOwnerDeletion:(*bool)(0xc00401b8cf)}} +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 08:42:58.361: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-7366" for this suite. 02/07/23 08:42:58.364 +------------------------------ +• [SLOW TEST] [5.080 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:42:53.29 + Feb 7 08:42:53.291: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 08:42:53.292 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:53.302 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:53.306 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should not be blocked by dependency circle [Conformance] + test/e2e/apimachinery/garbage_collector.go:849 + Feb 7 08:42:53.344: INFO: pod1.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod3", UID:"b40d813e-cf51-4256-8cb9-e9245778d0df", Controller:(*bool)(0xc004a6c2c6), BlockOwnerDeletion:(*bool)(0xc004a6c2c7)}} + Feb 7 08:42:53.349: INFO: pod2.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod1", UID:"4ab31fe9-27cc-4cf0-909e-f9816dea088f", Controller:(*bool)(0xc00401b69e), BlockOwnerDeletion:(*bool)(0xc00401b69f)}} + Feb 7 08:42:53.353: INFO: pod3.ObjectMeta.OwnerReferences=[]v1.OwnerReference{v1.OwnerReference{APIVersion:"v1", Kind:"Pod", Name:"pod2", UID:"f5452ed2-ccbd-4b72-9773-f66b074cf8a8", Controller:(*bool)(0xc00401b8ce), BlockOwnerDeletion:(*bool)(0xc00401b8cf)}} + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 08:42:58.361: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-7366" for this suite. 02/07/23 08:42:58.364 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should provide secure master service [Conformance] + test/e2e/network/service.go:777 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:42:58.371 +Feb 7 08:42:58.371: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:42:58.372 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:58.381 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:58.382 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should provide secure master service [Conformance] + test/e2e/network/service.go:777 +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:42:58.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-1101" for this suite. 02/07/23 08:42:58.388 +------------------------------ +• [0.021 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should provide secure master service [Conformance] + test/e2e/network/service.go:777 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:42:58.371 + Feb 7 08:42:58.371: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:42:58.372 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:58.381 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:58.382 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should provide secure master service [Conformance] + test/e2e/network/service.go:777 + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:42:58.386: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-1101" for this suite. 02/07/23 08:42:58.388 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] PriorityClass endpoints + verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:814 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:42:58.395 +Feb 7 08:42:58.395: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-preemption 02/07/23 08:42:58.397 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:58.408 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:58.411 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 +Feb 7 08:42:58.424: INFO: Waiting up to 1m0s for all nodes to be ready +Feb 7 08:43:58.460: INFO: Waiting for terminating namespaces to be deleted... +[BeforeEach] PriorityClass endpoints + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:43:58.464 +Feb 7 08:43:58.464: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-preemption-path 02/07/23 08:43:58.466 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:43:58.483 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:43:58.491 +[BeforeEach] PriorityClass endpoints + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:771 +[It] verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:814 +Feb 7 08:43:58.504: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. +Feb 7 08:43:58.506: INFO: PriorityClass.scheduling.k8s.io "p2" is invalid: value: Forbidden: may not be changed in an update. +[AfterEach] PriorityClass endpoints + test/e2e/framework/node/init/init.go:32 +Feb 7 08:43:58.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:787 +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:43:58.529: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 +[DeferCleanup (Each)] PriorityClass endpoints + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] PriorityClass endpoints + dump namespaces | framework.go:196 +[DeferCleanup (Each)] PriorityClass endpoints + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-preemption-path-2930" for this suite. 02/07/23 08:43:58.56 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-preemption-7683" for this suite. 02/07/23 08:43:58.565 +------------------------------ +• [SLOW TEST] [60.177 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + PriorityClass endpoints + test/e2e/scheduling/preemption.go:764 + verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:814 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:42:58.395 + Feb 7 08:42:58.395: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-preemption 02/07/23 08:42:58.397 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:42:58.408 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:42:58.411 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 + Feb 7 08:42:58.424: INFO: Waiting up to 1m0s for all nodes to be ready + Feb 7 08:43:58.460: INFO: Waiting for terminating namespaces to be deleted... + [BeforeEach] PriorityClass endpoints + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:43:58.464 + Feb 7 08:43:58.464: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-preemption-path 02/07/23 08:43:58.466 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:43:58.483 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:43:58.491 + [BeforeEach] PriorityClass endpoints + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:771 + [It] verify PriorityClass endpoints can be operated with different HTTP methods [Conformance] + test/e2e/scheduling/preemption.go:814 + Feb 7 08:43:58.504: INFO: PriorityClass.scheduling.k8s.io "p1" is invalid: value: Forbidden: may not be changed in an update. + Feb 7 08:43:58.506: INFO: PriorityClass.scheduling.k8s.io "p2" is invalid: value: Forbidden: may not be changed in an update. + [AfterEach] PriorityClass endpoints + test/e2e/framework/node/init/init.go:32 + Feb 7 08:43:58.519: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] PriorityClass endpoints + test/e2e/scheduling/preemption.go:787 + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:43:58.529: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 + [DeferCleanup (Each)] PriorityClass endpoints + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] PriorityClass endpoints + dump namespaces | framework.go:196 + [DeferCleanup (Each)] PriorityClass endpoints + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-preemption-path-2930" for this suite. 02/07/23 08:43:58.56 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-preemption-7683" for this suite. 02/07/23 08:43:58.565 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] EmptyDir volumes + pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:227 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:43:58.573 +Feb 7 08:43:58.573: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:43:58.575 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:43:58.585 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:43:58.587 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:227 +STEP: Creating Pod 02/07/23 08:43:58.59 +Feb 7 08:43:58.594: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd" in namespace "emptydir-4634" to be "running" +Feb 7 08:43:58.597: INFO: Pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.184748ms +Feb 7 08:44:00.604: INFO: Pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd": Phase="Running", Reason="", readiness=true. Elapsed: 2.009745957s +Feb 7 08:44:00.604: INFO: Pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd" satisfied condition "running" +STEP: Reading file content from the nginx-container 02/07/23 08:44:00.604 +Feb 7 08:44:00.605: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-4634 PodName:pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:44:00.605: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:44:00.606: INFO: ExecWithOptions: Clientset creation +Feb 7 08:44:00.606: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/emptydir-4634/pods/pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fusr%2Fshare%2Fvolumeshare%2Fshareddata.txt&container=busybox-main-container&container=busybox-main-container&stderr=true&stdout=true) +Feb 7 08:44:00.699: INFO: Exec stderr: "" +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:00.699: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-4634" for this suite. 02/07/23 08:44:00.704 +------------------------------ +• [2.141 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:227 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:43:58.573 + Feb 7 08:43:58.573: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:43:58.575 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:43:58.585 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:43:58.587 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] pod should support shared volumes between containers [Conformance] + test/e2e/common/storage/empty_dir.go:227 + STEP: Creating Pod 02/07/23 08:43:58.59 + Feb 7 08:43:58.594: INFO: Waiting up to 5m0s for pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd" in namespace "emptydir-4634" to be "running" + Feb 7 08:43:58.597: INFO: Pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd": Phase="Pending", Reason="", readiness=false. Elapsed: 2.184748ms + Feb 7 08:44:00.604: INFO: Pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd": Phase="Running", Reason="", readiness=true. Elapsed: 2.009745957s + Feb 7 08:44:00.604: INFO: Pod "pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd" satisfied condition "running" + STEP: Reading file content from the nginx-container 02/07/23 08:44:00.604 + Feb 7 08:44:00.605: INFO: ExecWithOptions {Command:[/bin/sh -c cat /usr/share/volumeshare/shareddata.txt] Namespace:emptydir-4634 PodName:pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd ContainerName:busybox-main-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:44:00.605: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:44:00.606: INFO: ExecWithOptions: Clientset creation + Feb 7 08:44:00.606: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/emptydir-4634/pods/pod-sharedvolume-42e88aab-0db0-492c-b956-29861d8443dd/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fusr%2Fshare%2Fvolumeshare%2Fshareddata.txt&container=busybox-main-container&container=busybox-main-container&stderr=true&stdout=true) + Feb 7 08:44:00.699: INFO: Exec stderr: "" + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:00.699: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-4634" for this suite. 02/07/23 08:44:00.704 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Update Demo + should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:352 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:00.716 +Feb 7 08:44:00.716: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:44:00.718 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:00.73 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:00.732 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:326 +[It] should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:352 +STEP: creating a replication controller 02/07/23 08:44:00.735 +Feb 7 08:44:00.735: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 create -f -' +Feb 7 08:44:01.621: INFO: stderr: "" +Feb 7 08:44:01.621: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" +STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:44:01.621 +Feb 7 08:44:01.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:44:01.716: INFO: stderr: "" +Feb 7 08:44:01.716: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-xqz64 " +Feb 7 08:44:01.716: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:01.836: INFO: stderr: "" +Feb 7 08:44:01.836: INFO: stdout: "" +Feb 7 08:44:01.836: INFO: update-demo-nautilus-7hdb7 is created but not running +Feb 7 08:44:06.837: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:44:06.933: INFO: stderr: "" +Feb 7 08:44:06.933: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-xqz64 " +Feb 7 08:44:06.933: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:07.024: INFO: stderr: "" +Feb 7 08:44:07.024: INFO: stdout: "true" +Feb 7 08:44:07.025: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:44:07.115: INFO: stderr: "" +Feb 7 08:44:07.115: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:44:07.115: INFO: validating pod update-demo-nautilus-7hdb7 +Feb 7 08:44:07.120: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:44:07.120: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:44:07.120: INFO: update-demo-nautilus-7hdb7 is verified up and running +Feb 7 08:44:07.120: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-xqz64 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:07.230: INFO: stderr: "" +Feb 7 08:44:07.230: INFO: stdout: "true" +Feb 7 08:44:07.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-xqz64 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:44:07.345: INFO: stderr: "" +Feb 7 08:44:07.345: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:44:07.345: INFO: validating pod update-demo-nautilus-xqz64 +Feb 7 08:44:07.354: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:44:07.354: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:44:07.354: INFO: update-demo-nautilus-xqz64 is verified up and running +STEP: scaling down the replication controller 02/07/23 08:44:07.354 +Feb 7 08:44:07.357: INFO: scanned /root for discovery docs: +Feb 7 08:44:07.358: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 scale rc update-demo-nautilus --replicas=1 --timeout=5m' +Feb 7 08:44:08.503: INFO: stderr: "" +Feb 7 08:44:08.503: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:44:08.503 +Feb 7 08:44:08.503: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:44:08.608: INFO: stderr: "" +Feb 7 08:44:08.608: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-xqz64 " +STEP: Replicas for name=update-demo: expected=1 actual=2 02/07/23 08:44:08.608 +Feb 7 08:44:13.611: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:44:13.761: INFO: stderr: "" +Feb 7 08:44:13.761: INFO: stdout: "update-demo-nautilus-7hdb7 " +Feb 7 08:44:13.761: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:13.886: INFO: stderr: "" +Feb 7 08:44:13.886: INFO: stdout: "true" +Feb 7 08:44:13.886: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:44:14.013: INFO: stderr: "" +Feb 7 08:44:14.013: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:44:14.013: INFO: validating pod update-demo-nautilus-7hdb7 +Feb 7 08:44:14.019: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:44:14.019: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:44:14.019: INFO: update-demo-nautilus-7hdb7 is verified up and running +STEP: scaling up the replication controller 02/07/23 08:44:14.019 +Feb 7 08:44:14.022: INFO: scanned /root for discovery docs: +Feb 7 08:44:14.022: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 scale rc update-demo-nautilus --replicas=2 --timeout=5m' +Feb 7 08:44:15.170: INFO: stderr: "" +Feb 7 08:44:15.170: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" +STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:44:15.17 +Feb 7 08:44:15.171: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:44:15.300: INFO: stderr: "" +Feb 7 08:44:15.300: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-l6kjw " +Feb 7 08:44:15.300: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:15.426: INFO: stderr: "" +Feb 7 08:44:15.426: INFO: stdout: "true" +Feb 7 08:44:15.426: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:44:15.550: INFO: stderr: "" +Feb 7 08:44:15.550: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:44:15.550: INFO: validating pod update-demo-nautilus-7hdb7 +Feb 7 08:44:15.557: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:44:15.557: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:44:15.557: INFO: update-demo-nautilus-7hdb7 is verified up and running +Feb 7 08:44:15.557: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-l6kjw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:15.683: INFO: stderr: "" +Feb 7 08:44:15.683: INFO: stdout: "" +Feb 7 08:44:15.683: INFO: update-demo-nautilus-l6kjw is created but not running +Feb 7 08:44:20.684: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' +Feb 7 08:44:20.830: INFO: stderr: "" +Feb 7 08:44:20.830: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-l6kjw " +Feb 7 08:44:20.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:20.945: INFO: stderr: "" +Feb 7 08:44:20.945: INFO: stdout: "true" +Feb 7 08:44:20.945: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:44:21.065: INFO: stderr: "" +Feb 7 08:44:21.065: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:44:21.065: INFO: validating pod update-demo-nautilus-7hdb7 +Feb 7 08:44:21.071: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:44:21.071: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:44:21.071: INFO: update-demo-nautilus-7hdb7 is verified up and running +Feb 7 08:44:21.071: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-l6kjw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' +Feb 7 08:44:21.208: INFO: stderr: "" +Feb 7 08:44:21.208: INFO: stdout: "true" +Feb 7 08:44:21.208: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-l6kjw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' +Feb 7 08:44:21.346: INFO: stderr: "" +Feb 7 08:44:21.346: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" +Feb 7 08:44:21.346: INFO: validating pod update-demo-nautilus-l6kjw +Feb 7 08:44:21.355: INFO: got data: { + "image": "nautilus.jpg" +} + +Feb 7 08:44:21.355: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . +Feb 7 08:44:21.355: INFO: update-demo-nautilus-l6kjw is verified up and running +STEP: using delete to clean up resources 02/07/23 08:44:21.355 +Feb 7 08:44:21.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 delete --grace-period=0 --force -f -' +Feb 7 08:44:21.493: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" +Feb 7 08:44:21.493: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" +Feb 7 08:44:21.494: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get rc,svc -l name=update-demo --no-headers' +Feb 7 08:44:21.608: INFO: stderr: "No resources found in kubectl-7852 namespace.\n" +Feb 7 08:44:21.608: INFO: stdout: "" +Feb 7 08:44:21.608: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' +Feb 7 08:44:21.696: INFO: stderr: "" +Feb 7 08:44:21.696: INFO: stdout: "" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:21.696: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-7852" for this suite. 02/07/23 08:44:21.7 +------------------------------ +• [SLOW TEST] [20.989 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Update Demo + test/e2e/kubectl/kubectl.go:324 + should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:352 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:00.716 + Feb 7 08:44:00.716: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:44:00.718 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:00.73 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:00.732 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [BeforeEach] Update Demo + test/e2e/kubectl/kubectl.go:326 + [It] should scale a replication controller [Conformance] + test/e2e/kubectl/kubectl.go:352 + STEP: creating a replication controller 02/07/23 08:44:00.735 + Feb 7 08:44:00.735: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 create -f -' + Feb 7 08:44:01.621: INFO: stderr: "" + Feb 7 08:44:01.621: INFO: stdout: "replicationcontroller/update-demo-nautilus created\n" + STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:44:01.621 + Feb 7 08:44:01.621: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:44:01.716: INFO: stderr: "" + Feb 7 08:44:01.716: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-xqz64 " + Feb 7 08:44:01.716: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:01.836: INFO: stderr: "" + Feb 7 08:44:01.836: INFO: stdout: "" + Feb 7 08:44:01.836: INFO: update-demo-nautilus-7hdb7 is created but not running + Feb 7 08:44:06.837: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:44:06.933: INFO: stderr: "" + Feb 7 08:44:06.933: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-xqz64 " + Feb 7 08:44:06.933: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:07.024: INFO: stderr: "" + Feb 7 08:44:07.024: INFO: stdout: "true" + Feb 7 08:44:07.025: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:44:07.115: INFO: stderr: "" + Feb 7 08:44:07.115: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:44:07.115: INFO: validating pod update-demo-nautilus-7hdb7 + Feb 7 08:44:07.120: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:44:07.120: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:44:07.120: INFO: update-demo-nautilus-7hdb7 is verified up and running + Feb 7 08:44:07.120: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-xqz64 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:07.230: INFO: stderr: "" + Feb 7 08:44:07.230: INFO: stdout: "true" + Feb 7 08:44:07.230: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-xqz64 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:44:07.345: INFO: stderr: "" + Feb 7 08:44:07.345: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:44:07.345: INFO: validating pod update-demo-nautilus-xqz64 + Feb 7 08:44:07.354: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:44:07.354: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:44:07.354: INFO: update-demo-nautilus-xqz64 is verified up and running + STEP: scaling down the replication controller 02/07/23 08:44:07.354 + Feb 7 08:44:07.357: INFO: scanned /root for discovery docs: + Feb 7 08:44:07.358: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 scale rc update-demo-nautilus --replicas=1 --timeout=5m' + Feb 7 08:44:08.503: INFO: stderr: "" + Feb 7 08:44:08.503: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:44:08.503 + Feb 7 08:44:08.503: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:44:08.608: INFO: stderr: "" + Feb 7 08:44:08.608: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-xqz64 " + STEP: Replicas for name=update-demo: expected=1 actual=2 02/07/23 08:44:08.608 + Feb 7 08:44:13.611: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:44:13.761: INFO: stderr: "" + Feb 7 08:44:13.761: INFO: stdout: "update-demo-nautilus-7hdb7 " + Feb 7 08:44:13.761: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:13.886: INFO: stderr: "" + Feb 7 08:44:13.886: INFO: stdout: "true" + Feb 7 08:44:13.886: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:44:14.013: INFO: stderr: "" + Feb 7 08:44:14.013: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:44:14.013: INFO: validating pod update-demo-nautilus-7hdb7 + Feb 7 08:44:14.019: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:44:14.019: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:44:14.019: INFO: update-demo-nautilus-7hdb7 is verified up and running + STEP: scaling up the replication controller 02/07/23 08:44:14.019 + Feb 7 08:44:14.022: INFO: scanned /root for discovery docs: + Feb 7 08:44:14.022: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 scale rc update-demo-nautilus --replicas=2 --timeout=5m' + Feb 7 08:44:15.170: INFO: stderr: "" + Feb 7 08:44:15.170: INFO: stdout: "replicationcontroller/update-demo-nautilus scaled\n" + STEP: waiting for all containers in name=update-demo pods to come up. 02/07/23 08:44:15.17 + Feb 7 08:44:15.171: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:44:15.300: INFO: stderr: "" + Feb 7 08:44:15.300: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-l6kjw " + Feb 7 08:44:15.300: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:15.426: INFO: stderr: "" + Feb 7 08:44:15.426: INFO: stdout: "true" + Feb 7 08:44:15.426: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:44:15.550: INFO: stderr: "" + Feb 7 08:44:15.550: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:44:15.550: INFO: validating pod update-demo-nautilus-7hdb7 + Feb 7 08:44:15.557: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:44:15.557: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:44:15.557: INFO: update-demo-nautilus-7hdb7 is verified up and running + Feb 7 08:44:15.557: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-l6kjw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:15.683: INFO: stderr: "" + Feb 7 08:44:15.683: INFO: stdout: "" + Feb 7 08:44:15.683: INFO: update-demo-nautilus-l6kjw is created but not running + Feb 7 08:44:20.684: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -o template --template={{range.items}}{{.metadata.name}} {{end}} -l name=update-demo' + Feb 7 08:44:20.830: INFO: stderr: "" + Feb 7 08:44:20.830: INFO: stdout: "update-demo-nautilus-7hdb7 update-demo-nautilus-l6kjw " + Feb 7 08:44:20.830: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:20.945: INFO: stderr: "" + Feb 7 08:44:20.945: INFO: stdout: "true" + Feb 7 08:44:20.945: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-7hdb7 -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:44:21.065: INFO: stderr: "" + Feb 7 08:44:21.065: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:44:21.065: INFO: validating pod update-demo-nautilus-7hdb7 + Feb 7 08:44:21.071: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:44:21.071: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:44:21.071: INFO: update-demo-nautilus-7hdb7 is verified up and running + Feb 7 08:44:21.071: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-l6kjw -o template --template={{if (exists . "status" "containerStatuses")}}{{range .status.containerStatuses}}{{if (and (eq .name "update-demo") (exists . "state" "running"))}}true{{end}}{{end}}{{end}}' + Feb 7 08:44:21.208: INFO: stderr: "" + Feb 7 08:44:21.208: INFO: stdout: "true" + Feb 7 08:44:21.208: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods update-demo-nautilus-l6kjw -o template --template={{if (exists . "spec" "containers")}}{{range .spec.containers}}{{if eq .name "update-demo"}}{{.image}}{{end}}{{end}}{{end}}' + Feb 7 08:44:21.346: INFO: stderr: "" + Feb 7 08:44:21.346: INFO: stdout: "registry.k8s.io/e2e-test-images/nautilus:1.7" + Feb 7 08:44:21.346: INFO: validating pod update-demo-nautilus-l6kjw + Feb 7 08:44:21.355: INFO: got data: { + "image": "nautilus.jpg" + } + + Feb 7 08:44:21.355: INFO: Unmarshalled json jpg/img => {nautilus.jpg} , expecting nautilus.jpg . + Feb 7 08:44:21.355: INFO: update-demo-nautilus-l6kjw is verified up and running + STEP: using delete to clean up resources 02/07/23 08:44:21.355 + Feb 7 08:44:21.355: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 delete --grace-period=0 --force -f -' + Feb 7 08:44:21.493: INFO: stderr: "Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n" + Feb 7 08:44:21.493: INFO: stdout: "replicationcontroller \"update-demo-nautilus\" force deleted\n" + Feb 7 08:44:21.494: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get rc,svc -l name=update-demo --no-headers' + Feb 7 08:44:21.608: INFO: stderr: "No resources found in kubectl-7852 namespace.\n" + Feb 7 08:44:21.608: INFO: stdout: "" + Feb 7 08:44:21.608: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-7852 get pods -l name=update-demo -o go-template={{ range .items }}{{ if not .metadata.deletionTimestamp }}{{ .metadata.name }}{{ "\n" }}{{ end }}{{ end }}' + Feb 7 08:44:21.696: INFO: stderr: "" + Feb 7 08:44:21.696: INFO: stdout: "" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:21.696: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-7852" for this suite. 02/07/23 08:44:21.7 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-node] Pods + should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:536 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:21.705 +Feb 7 08:44:21.706: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:44:21.707 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:21.721 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:21.724 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:536 +Feb 7 08:44:21.728: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: creating the pod 02/07/23 08:44:21.729 +STEP: submitting the pod to kubernetes 02/07/23 08:44:21.729 +Feb 7 08:44:21.735: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b" in namespace "pods-9778" to be "running and ready" +Feb 7 08:44:21.740: INFO: Pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.218373ms +Feb 7 08:44:21.740: INFO: The phase of Pod pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:44:23.747: INFO: Pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b": Phase="Running", Reason="", readiness=true. Elapsed: 2.011033789s +Feb 7 08:44:23.747: INFO: The phase of Pod pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b is Running (Ready = true) +Feb 7 08:44:23.747: INFO: Pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:23.860: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-9778" for this suite. 02/07/23 08:44:23.866 +------------------------------ +• [2.169 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:536 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:21.705 + Feb 7 08:44:21.706: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:44:21.707 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:21.721 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:21.724 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should support remote command execution over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:536 + Feb 7 08:44:21.728: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: creating the pod 02/07/23 08:44:21.729 + STEP: submitting the pod to kubernetes 02/07/23 08:44:21.729 + Feb 7 08:44:21.735: INFO: Waiting up to 5m0s for pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b" in namespace "pods-9778" to be "running and ready" + Feb 7 08:44:21.740: INFO: Pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b": Phase="Pending", Reason="", readiness=false. Elapsed: 4.218373ms + Feb 7 08:44:21.740: INFO: The phase of Pod pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:44:23.747: INFO: Pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b": Phase="Running", Reason="", readiness=true. Elapsed: 2.011033789s + Feb 7 08:44:23.747: INFO: The phase of Pod pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b is Running (Ready = true) + Feb 7 08:44:23.747: INFO: Pod "pod-exec-websocket-247ca152-d8b4-469b-95a5-c37f9114627b" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:23.860: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-9778" for this suite. 02/07/23 08:44:23.866 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Variable Expansion + should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:44 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:23.876 +Feb 7 08:44:23.877: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 08:44:23.878 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:23.893 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:23.895 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:44 +STEP: Creating a pod to test env composition 02/07/23 08:44:23.897 +Feb 7 08:44:23.902: INFO: Waiting up to 5m0s for pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75" in namespace "var-expansion-9931" to be "Succeeded or Failed" +Feb 7 08:44:23.905: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75": Phase="Pending", Reason="", readiness=false. Elapsed: 2.423189ms +Feb 7 08:44:25.912: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009447977s +Feb 7 08:44:27.911: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008889713s +STEP: Saw pod success 02/07/23 08:44:27.911 +Feb 7 08:44:27.911: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75" satisfied condition "Succeeded or Failed" +Feb 7 08:44:27.916: INFO: Trying to get logs from node node2 pod var-expansion-7e142020-1df1-4777-9399-0074e3800e75 container dapi-container: +STEP: delete the pod 02/07/23 08:44:27.946 +Feb 7 08:44:27.960: INFO: Waiting for pod var-expansion-7e142020-1df1-4777-9399-0074e3800e75 to disappear +Feb 7 08:44:27.965: INFO: Pod var-expansion-7e142020-1df1-4777-9399-0074e3800e75 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:27.965: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-9931" for this suite. 02/07/23 08:44:27.97 +------------------------------ +• [4.099 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:44 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:23.876 + Feb 7 08:44:23.877: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 08:44:23.878 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:23.893 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:23.895 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should allow composing env vars into new env vars [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:44 + STEP: Creating a pod to test env composition 02/07/23 08:44:23.897 + Feb 7 08:44:23.902: INFO: Waiting up to 5m0s for pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75" in namespace "var-expansion-9931" to be "Succeeded or Failed" + Feb 7 08:44:23.905: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75": Phase="Pending", Reason="", readiness=false. Elapsed: 2.423189ms + Feb 7 08:44:25.912: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009447977s + Feb 7 08:44:27.911: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008889713s + STEP: Saw pod success 02/07/23 08:44:27.911 + Feb 7 08:44:27.911: INFO: Pod "var-expansion-7e142020-1df1-4777-9399-0074e3800e75" satisfied condition "Succeeded or Failed" + Feb 7 08:44:27.916: INFO: Trying to get logs from node node2 pod var-expansion-7e142020-1df1-4777-9399-0074e3800e75 container dapi-container: + STEP: delete the pod 02/07/23 08:44:27.946 + Feb 7 08:44:27.960: INFO: Waiting for pod var-expansion-7e142020-1df1-4777-9399-0074e3800e75 to disappear + Feb 7 08:44:27.965: INFO: Pod var-expansion-7e142020-1df1-4777-9399-0074e3800e75 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:27.965: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-9931" for this suite. 02/07/23 08:44:27.97 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:884 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:27.978 +Feb 7 08:44:27.979: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:44:27.98 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:27.995 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:28 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:884 +STEP: Creating a ResourceQuota 02/07/23 08:44:28.005 +STEP: Getting a ResourceQuota 02/07/23 08:44:28.01 +STEP: Updating a ResourceQuota 02/07/23 08:44:28.014 +STEP: Verifying a ResourceQuota was modified 02/07/23 08:44:28.021 +STEP: Deleting a ResourceQuota 02/07/23 08:44:28.026 +STEP: Verifying the deleted ResourceQuota 02/07/23 08:44:28.031 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:28.034: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-1926" for this suite. 02/07/23 08:44:28.037 +------------------------------ +• [0.063 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:884 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:27.978 + Feb 7 08:44:27.979: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:44:27.98 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:27.995 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:28 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to update and delete ResourceQuota. [Conformance] + test/e2e/apimachinery/resource_quota.go:884 + STEP: Creating a ResourceQuota 02/07/23 08:44:28.005 + STEP: Getting a ResourceQuota 02/07/23 08:44:28.01 + STEP: Updating a ResourceQuota 02/07/23 08:44:28.014 + STEP: Verifying a ResourceQuota was modified 02/07/23 08:44:28.021 + STEP: Deleting a ResourceQuota 02/07/23 08:44:28.026 + STEP: Verifying the deleted ResourceQuota 02/07/23 08:44:28.031 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:28.034: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-1926" for this suite. 02/07/23 08:44:28.037 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Secrets + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:79 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:28.044 +Feb 7 08:44:28.044: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:44:28.046 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:28.061 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:28.064 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:79 +STEP: Creating secret with name secret-test-map-0b502f09-a137-4aa9-947f-db335ebff482 02/07/23 08:44:28.066 +STEP: Creating a pod to test consume secrets 02/07/23 08:44:28.07 +Feb 7 08:44:28.075: INFO: Waiting up to 5m0s for pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801" in namespace "secrets-7781" to be "Succeeded or Failed" +Feb 7 08:44:28.079: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801": Phase="Pending", Reason="", readiness=false. Elapsed: 3.261898ms +Feb 7 08:44:30.085: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009582787s +Feb 7 08:44:32.086: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010360685s +STEP: Saw pod success 02/07/23 08:44:32.086 +Feb 7 08:44:32.086: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801" satisfied condition "Succeeded or Failed" +Feb 7 08:44:32.091: INFO: Trying to get logs from node node2 pod pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801 container secret-volume-test: +STEP: delete the pod 02/07/23 08:44:32.112 +Feb 7 08:44:32.135: INFO: Waiting for pod pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801 to disappear +Feb 7 08:44:32.145: INFO: Pod pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801 no longer exists +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:32.145: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-7781" for this suite. 02/07/23 08:44:32.148 +------------------------------ +• [4.113 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:79 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:28.044 + Feb 7 08:44:28.044: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:44:28.046 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:28.061 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:28.064 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings [NodeConformance] [Conformance] + test/e2e/common/storage/secrets_volume.go:79 + STEP: Creating secret with name secret-test-map-0b502f09-a137-4aa9-947f-db335ebff482 02/07/23 08:44:28.066 + STEP: Creating a pod to test consume secrets 02/07/23 08:44:28.07 + Feb 7 08:44:28.075: INFO: Waiting up to 5m0s for pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801" in namespace "secrets-7781" to be "Succeeded or Failed" + Feb 7 08:44:28.079: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801": Phase="Pending", Reason="", readiness=false. Elapsed: 3.261898ms + Feb 7 08:44:30.085: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009582787s + Feb 7 08:44:32.086: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010360685s + STEP: Saw pod success 02/07/23 08:44:32.086 + Feb 7 08:44:32.086: INFO: Pod "pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801" satisfied condition "Succeeded or Failed" + Feb 7 08:44:32.091: INFO: Trying to get logs from node node2 pod pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801 container secret-volume-test: + STEP: delete the pod 02/07/23 08:44:32.112 + Feb 7 08:44:32.135: INFO: Waiting for pod pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801 to disappear + Feb 7 08:44:32.145: INFO: Pod pod-secrets-ca3eb938-fb59-4e33-898f-27a81fbb3801 no longer exists + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:32.145: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-7781" for this suite. 02/07/23 08:44:32.148 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] ReplicationController + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:67 +[BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:32.159 +Feb 7 08:44:32.159: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename replication-controller 02/07/23 08:44:32.161 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:32.181 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:32.184 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 +[It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:67 +STEP: Creating replication controller my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0 02/07/23 08:44:32.187 +Feb 7 08:44:32.195: INFO: Pod name my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0: Found 0 pods out of 1 +Feb 7 08:44:37.198: INFO: Pod name my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0: Found 1 pods out of 1 +Feb 7 08:44:37.198: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0" are running +Feb 7 08:44:37.198: INFO: Waiting up to 5m0s for pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f" in namespace "replication-controller-2647" to be "running" +Feb 7 08:44:37.201: INFO: Pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f": Phase="Running", Reason="", readiness=true. Elapsed: 3.233637ms +Feb 7 08:44:37.201: INFO: Pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f" satisfied condition "running" +Feb 7 08:44:37.201: INFO: Pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:32 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:33 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:33 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:32 +0000 UTC Reason: Message:}]) +Feb 7 08:44:37.201: INFO: Trying to dial the pod +Feb 7 08:44:42.224: INFO: Controller my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0: Got expected result from replica 1 [my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f]: "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f", 1 of 1 required successes so far +[AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:42.224: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 +STEP: Destroying namespace "replication-controller-2647" for this suite. 02/07/23 08:44:42.229 +------------------------------ +• [SLOW TEST] [10.077 seconds] +[sig-apps] ReplicationController +test/e2e/apps/framework.go:23 + should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:67 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ReplicationController + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:32.159 + Feb 7 08:44:32.159: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename replication-controller 02/07/23 08:44:32.161 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:32.181 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:32.184 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ReplicationController + test/e2e/apps/rc.go:57 + [It] should serve a basic image on each replica with a public image [Conformance] + test/e2e/apps/rc.go:67 + STEP: Creating replication controller my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0 02/07/23 08:44:32.187 + Feb 7 08:44:32.195: INFO: Pod name my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0: Found 0 pods out of 1 + Feb 7 08:44:37.198: INFO: Pod name my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0: Found 1 pods out of 1 + Feb 7 08:44:37.198: INFO: Ensuring all pods for ReplicationController "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0" are running + Feb 7 08:44:37.198: INFO: Waiting up to 5m0s for pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f" in namespace "replication-controller-2647" to be "running" + Feb 7 08:44:37.201: INFO: Pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f": Phase="Running", Reason="", readiness=true. Elapsed: 3.233637ms + Feb 7 08:44:37.201: INFO: Pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f" satisfied condition "running" + Feb 7 08:44:37.201: INFO: Pod "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f" is running (conditions: [{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:32 +0000 UTC Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:33 +0000 UTC Reason: Message:} {Type:ContainersReady Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:33 +0000 UTC Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2023-02-07 08:44:32 +0000 UTC Reason: Message:}]) + Feb 7 08:44:37.201: INFO: Trying to dial the pod + Feb 7 08:44:42.224: INFO: Controller my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0: Got expected result from replica 1 [my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f]: "my-hostname-basic-23d372ff-5264-44bc-996a-6132ce4b99a0-gxx9f", 1 of 1 required successes so far + [AfterEach] [sig-apps] ReplicationController + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:42.224: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ReplicationController + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ReplicationController + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ReplicationController + tear down framework | framework.go:193 + STEP: Destroying namespace "replication-controller-2647" for this suite. 02/07/23 08:44:42.229 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:618 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:42.237 +Feb 7 08:44:42.238: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:44:42.241 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:42.258 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:42.263 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:618 +Feb 7 08:44:42.267: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: creating the pod 02/07/23 08:44:42.268 +STEP: submitting the pod to kubernetes 02/07/23 08:44:42.268 +Feb 7 08:44:42.282: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4" in namespace "pods-3414" to be "running and ready" +Feb 7 08:44:42.285: INFO: Pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.616936ms +Feb 7 08:44:42.285: INFO: The phase of Pod pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:44:44.292: INFO: Pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4": Phase="Running", Reason="", readiness=true. Elapsed: 2.010006587s +Feb 7 08:44:44.293: INFO: The phase of Pod pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4 is Running (Ready = true) +Feb 7 08:44:44.293: INFO: Pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4" satisfied condition "running and ready" +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:44.318: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-3414" for this suite. 02/07/23 08:44:44.324 +------------------------------ +• [2.095 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:618 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:42.237 + Feb 7 08:44:42.238: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:44:42.241 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:42.258 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:42.263 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should support retrieving logs from the container over websockets [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:618 + Feb 7 08:44:42.267: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: creating the pod 02/07/23 08:44:42.268 + STEP: submitting the pod to kubernetes 02/07/23 08:44:42.268 + Feb 7 08:44:42.282: INFO: Waiting up to 5m0s for pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4" in namespace "pods-3414" to be "running and ready" + Feb 7 08:44:42.285: INFO: Pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.616936ms + Feb 7 08:44:42.285: INFO: The phase of Pod pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:44:44.292: INFO: Pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4": Phase="Running", Reason="", readiness=true. Elapsed: 2.010006587s + Feb 7 08:44:44.293: INFO: The phase of Pod pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4 is Running (Ready = true) + Feb 7 08:44:44.293: INFO: Pod "pod-logs-websocket-b0f9e3c8-fc1e-486b-b879-55c5acad24a4" satisfied condition "running and ready" + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:44.318: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-3414" for this suite. 02/07/23 08:44:44.324 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:134 +[BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:44.333 +Feb 7 08:44:44.334: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 08:44:44.336 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:44.35 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:44.355 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 +STEP: create the container to handle the HTTPGet hook request. 02/07/23 08:44:44.363 +Feb 7 08:44:44.371: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-1606" to be "running and ready" +Feb 7 08:44:44.375: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.67255ms +Feb 7 08:44:44.375: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:44:46.380: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.008977751s +Feb 7 08:44:46.380: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Feb 7 08:44:46.380: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:134 +STEP: create the pod with lifecycle hook 02/07/23 08:44:46.384 +Feb 7 08:44:46.438: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-1606" to be "running and ready" +Feb 7 08:44:46.443: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 4.954968ms +Feb 7 08:44:46.443: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:44:48.450: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.012269282s +Feb 7 08:44:48.450: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) +Feb 7 08:44:48.450: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" +STEP: check poststart hook 02/07/23 08:44:48.456 +STEP: delete the pod with lifecycle hook 02/07/23 08:44:48.488 +Feb 7 08:44:48.497: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Feb 7 08:44:48.500: INFO: Pod pod-with-poststart-exec-hook still exists +Feb 7 08:44:50.501: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Feb 7 08:44:50.508: INFO: Pod pod-with-poststart-exec-hook still exists +Feb 7 08:44:52.501: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear +Feb 7 08:44:52.508: INFO: Pod pod-with-poststart-exec-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 +Feb 7 08:44:52.508: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 +STEP: Destroying namespace "container-lifecycle-hook-1606" for this suite. 02/07/23 08:44:52.514 +------------------------------ +• [SLOW TEST] [8.189 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:134 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:44.333 + Feb 7 08:44:44.334: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 08:44:44.336 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:44.35 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:44.355 + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 + STEP: create the container to handle the HTTPGet hook request. 02/07/23 08:44:44.363 + Feb 7 08:44:44.371: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-1606" to be "running and ready" + Feb 7 08:44:44.375: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.67255ms + Feb 7 08:44:44.375: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:44:46.380: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.008977751s + Feb 7 08:44:46.380: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Feb 7 08:44:46.380: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute poststart exec hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:134 + STEP: create the pod with lifecycle hook 02/07/23 08:44:46.384 + Feb 7 08:44:46.438: INFO: Waiting up to 5m0s for pod "pod-with-poststart-exec-hook" in namespace "container-lifecycle-hook-1606" to be "running and ready" + Feb 7 08:44:46.443: INFO: Pod "pod-with-poststart-exec-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 4.954968ms + Feb 7 08:44:46.443: INFO: The phase of Pod pod-with-poststart-exec-hook is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:44:48.450: INFO: Pod "pod-with-poststart-exec-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.012269282s + Feb 7 08:44:48.450: INFO: The phase of Pod pod-with-poststart-exec-hook is Running (Ready = true) + Feb 7 08:44:48.450: INFO: Pod "pod-with-poststart-exec-hook" satisfied condition "running and ready" + STEP: check poststart hook 02/07/23 08:44:48.456 + STEP: delete the pod with lifecycle hook 02/07/23 08:44:48.488 + Feb 7 08:44:48.497: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Feb 7 08:44:48.500: INFO: Pod pod-with-poststart-exec-hook still exists + Feb 7 08:44:50.501: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Feb 7 08:44:50.508: INFO: Pod pod-with-poststart-exec-hook still exists + Feb 7 08:44:52.501: INFO: Waiting for pod pod-with-poststart-exec-hook to disappear + Feb 7 08:44:52.508: INFO: Pod pod-with-poststart-exec-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 + Feb 7 08:44:52.508: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 + STEP: Destroying namespace "container-lifecycle-hook-1606" for this suite. 02/07/23 08:44:52.514 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:803 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:44:52.536 +Feb 7 08:44:52.536: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:44:52.537 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:52.562 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:52.568 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:803 +STEP: Creating a ResourceQuota with best effort scope 02/07/23 08:44:52.572 +STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:44:52.574 +STEP: Creating a ResourceQuota with not best effort scope 02/07/23 08:44:54.58 +STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:44:54.583 +STEP: Creating a best-effort pod 02/07/23 08:44:56.59 +STEP: Ensuring resource quota with best effort scope captures the pod usage 02/07/23 08:44:56.605 +STEP: Ensuring resource quota with not best effort ignored the pod usage 02/07/23 08:44:58.613 +STEP: Deleting the pod 02/07/23 08:45:00.62 +STEP: Ensuring resource quota status released the pod usage 02/07/23 08:45:00.632 +STEP: Creating a not best-effort pod 02/07/23 08:45:02.64 +STEP: Ensuring resource quota with not best effort scope captures the pod usage 02/07/23 08:45:02.654 +STEP: Ensuring resource quota with best effort scope ignored the pod usage 02/07/23 08:45:04.659 +STEP: Deleting the pod 02/07/23 08:45:06.664 +STEP: Ensuring resource quota status released the pod usage 02/07/23 08:45:06.679 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:08.684: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-159" for this suite. 02/07/23 08:45:08.69 +------------------------------ +• [SLOW TEST] [16.161 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:803 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:44:52.536 + Feb 7 08:44:52.536: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:44:52.537 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:44:52.562 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:44:52.568 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should verify ResourceQuota with best effort scope. [Conformance] + test/e2e/apimachinery/resource_quota.go:803 + STEP: Creating a ResourceQuota with best effort scope 02/07/23 08:44:52.572 + STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:44:52.574 + STEP: Creating a ResourceQuota with not best effort scope 02/07/23 08:44:54.58 + STEP: Ensuring ResourceQuota status is calculated 02/07/23 08:44:54.583 + STEP: Creating a best-effort pod 02/07/23 08:44:56.59 + STEP: Ensuring resource quota with best effort scope captures the pod usage 02/07/23 08:44:56.605 + STEP: Ensuring resource quota with not best effort ignored the pod usage 02/07/23 08:44:58.613 + STEP: Deleting the pod 02/07/23 08:45:00.62 + STEP: Ensuring resource quota status released the pod usage 02/07/23 08:45:00.632 + STEP: Creating a not best-effort pod 02/07/23 08:45:02.64 + STEP: Ensuring resource quota with not best effort scope captures the pod usage 02/07/23 08:45:02.654 + STEP: Ensuring resource quota with best effort scope ignored the pod usage 02/07/23 08:45:04.659 + STEP: Deleting the pod 02/07/23 08:45:06.664 + STEP: Ensuring resource quota status released the pod usage 02/07/23 08:45:06.679 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:08.684: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-159" for this suite. 02/07/23 08:45:08.69 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-storage] Projected downwardAPI + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:84 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:08.698 +Feb 7 08:45:08.698: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:45:08.7 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:08.77 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:08.774 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:84 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:45:08.776 +Feb 7 08:45:08.783: INFO: Waiting up to 5m0s for pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123" in namespace "projected-6367" to be "Succeeded or Failed" +Feb 7 08:45:08.785: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123": Phase="Pending", Reason="", readiness=false. Elapsed: 2.320469ms +Feb 7 08:45:10.790: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00757362s +Feb 7 08:45:12.793: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010292892s +STEP: Saw pod success 02/07/23 08:45:12.793 +Feb 7 08:45:12.793: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123" satisfied condition "Succeeded or Failed" +Feb 7 08:45:12.800: INFO: Trying to get logs from node node2 pod downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123 container client-container: +STEP: delete the pod 02/07/23 08:45:12.808 +Feb 7 08:45:12.822: INFO: Waiting for pod downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123 to disappear +Feb 7 08:45:12.824: INFO: Pod downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123 no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:12.825: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-6367" for this suite. 02/07/23 08:45:12.829 +------------------------------ +• [4.135 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:84 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:08.698 + Feb 7 08:45:08.698: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:45:08.7 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:08.77 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:08.774 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should set mode on item file [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:84 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:45:08.776 + Feb 7 08:45:08.783: INFO: Waiting up to 5m0s for pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123" in namespace "projected-6367" to be "Succeeded or Failed" + Feb 7 08:45:08.785: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123": Phase="Pending", Reason="", readiness=false. Elapsed: 2.320469ms + Feb 7 08:45:10.790: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00757362s + Feb 7 08:45:12.793: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010292892s + STEP: Saw pod success 02/07/23 08:45:12.793 + Feb 7 08:45:12.793: INFO: Pod "downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123" satisfied condition "Succeeded or Failed" + Feb 7 08:45:12.800: INFO: Trying to get logs from node node2 pod downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123 container client-container: + STEP: delete the pod 02/07/23 08:45:12.808 + Feb 7 08:45:12.822: INFO: Waiting for pod downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123 to disappear + Feb 7 08:45:12.824: INFO: Pod downwardapi-volume-54751046-f171-4bdf-ab88-41b5060fe123 no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:12.825: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-6367" for this suite. 02/07/23 08:45:12.829 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:344 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:12.834 +Feb 7 08:45:12.835: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:45:12.836 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:12.849 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:12.852 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:344 +STEP: creating the pod 02/07/23 08:45:12.855 +STEP: submitting the pod to kubernetes 02/07/23 08:45:12.856 +Feb 7 08:45:12.863: INFO: Waiting up to 5m0s for pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" in namespace "pods-3947" to be "running and ready" +Feb 7 08:45:12.867: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be": Phase="Pending", Reason="", readiness=false. Elapsed: 4.81853ms +Feb 7 08:45:12.867: INFO: The phase of Pod pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:45:14.875: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be": Phase="Running", Reason="", readiness=true. Elapsed: 2.01241726s +Feb 7 08:45:14.875: INFO: The phase of Pod pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be is Running (Ready = true) +Feb 7 08:45:14.875: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" satisfied condition "running and ready" +STEP: verifying the pod is in kubernetes 02/07/23 08:45:14.879 +STEP: updating the pod 02/07/23 08:45:14.883 +Feb 7 08:45:15.401: INFO: Successfully updated pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" +Feb 7 08:45:15.401: INFO: Waiting up to 5m0s for pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" in namespace "pods-3947" to be "running" +Feb 7 08:45:15.405: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be": Phase="Running", Reason="", readiness=true. Elapsed: 3.768244ms +Feb 7 08:45:15.405: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" satisfied condition "running" +STEP: verifying the updated pod is in kubernetes 02/07/23 08:45:15.405 +Feb 7 08:45:15.410: INFO: Pod update OK +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:15.410: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-3947" for this suite. 02/07/23 08:45:15.415 +------------------------------ +• [2.589 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:344 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:12.834 + Feb 7 08:45:12.835: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:45:12.836 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:12.849 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:12.852 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should be updated [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:344 + STEP: creating the pod 02/07/23 08:45:12.855 + STEP: submitting the pod to kubernetes 02/07/23 08:45:12.856 + Feb 7 08:45:12.863: INFO: Waiting up to 5m0s for pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" in namespace "pods-3947" to be "running and ready" + Feb 7 08:45:12.867: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be": Phase="Pending", Reason="", readiness=false. Elapsed: 4.81853ms + Feb 7 08:45:12.867: INFO: The phase of Pod pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:45:14.875: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be": Phase="Running", Reason="", readiness=true. Elapsed: 2.01241726s + Feb 7 08:45:14.875: INFO: The phase of Pod pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be is Running (Ready = true) + Feb 7 08:45:14.875: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" satisfied condition "running and ready" + STEP: verifying the pod is in kubernetes 02/07/23 08:45:14.879 + STEP: updating the pod 02/07/23 08:45:14.883 + Feb 7 08:45:15.401: INFO: Successfully updated pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" + Feb 7 08:45:15.401: INFO: Waiting up to 5m0s for pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" in namespace "pods-3947" to be "running" + Feb 7 08:45:15.405: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be": Phase="Running", Reason="", readiness=true. Elapsed: 3.768244ms + Feb 7 08:45:15.405: INFO: Pod "pod-update-50c3b0f5-5071-4dcd-976a-2a9b07c5e5be" satisfied condition "running" + STEP: verifying the updated pod is in kubernetes 02/07/23 08:45:15.405 + Feb 7 08:45:15.410: INFO: Pod update OK + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:15.410: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-3947" for this suite. 02/07/23 08:45:15.415 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:235 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:15.424 +Feb 7 08:45:15.425: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:45:15.427 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:15.44 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:15.443 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:235 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:45:15.447 +Feb 7 08:45:15.457: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab" in namespace "projected-3079" to be "Succeeded or Failed" +Feb 7 08:45:15.461: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab": Phase="Pending", Reason="", readiness=false. Elapsed: 3.954732ms +Feb 7 08:45:17.469: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011535938s +Feb 7 08:45:19.469: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011282933s +STEP: Saw pod success 02/07/23 08:45:19.469 +Feb 7 08:45:19.469: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab" satisfied condition "Succeeded or Failed" +Feb 7 08:45:19.474: INFO: Trying to get logs from node node2 pod downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab container client-container: +STEP: delete the pod 02/07/23 08:45:19.482 +Feb 7 08:45:19.493: INFO: Waiting for pod downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab to disappear +Feb 7 08:45:19.501: INFO: Pod downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:19.501: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-3079" for this suite. 02/07/23 08:45:19.504 +------------------------------ +• [4.086 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:235 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:15.424 + Feb 7 08:45:15.425: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:45:15.427 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:15.44 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:15.443 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide container's memory request [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:235 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:45:15.447 + Feb 7 08:45:15.457: INFO: Waiting up to 5m0s for pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab" in namespace "projected-3079" to be "Succeeded or Failed" + Feb 7 08:45:15.461: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab": Phase="Pending", Reason="", readiness=false. Elapsed: 3.954732ms + Feb 7 08:45:17.469: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011535938s + Feb 7 08:45:19.469: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011282933s + STEP: Saw pod success 02/07/23 08:45:19.469 + Feb 7 08:45:19.469: INFO: Pod "downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab" satisfied condition "Succeeded or Failed" + Feb 7 08:45:19.474: INFO: Trying to get logs from node node2 pod downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab container client-container: + STEP: delete the pod 02/07/23 08:45:19.482 + Feb 7 08:45:19.493: INFO: Waiting for pod downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab to disappear + Feb 7 08:45:19.501: INFO: Pod downwardapi-volume-9a0fc60e-ae86-48d8-84c2-90e155c98fab no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:19.501: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-3079" for this suite. 02/07/23 08:45:19.504 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:432 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:19.511 +Feb 7 08:45:19.511: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 08:45:19.512 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:19.522 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:19.524 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:432 +Feb 7 08:45:19.544: INFO: Create a RollingUpdate DaemonSet +Feb 7 08:45:19.547: INFO: Check that daemon pods launch on every node of the cluster +Feb 7 08:45:19.552: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:45:19.552: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:45:20.567: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:45:20.567: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:45:21.565: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:45:21.565: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +Feb 7 08:45:21.565: INFO: Update the DaemonSet to trigger a rollout +Feb 7 08:45:21.576: INFO: Updating DaemonSet daemon-set +Feb 7 08:45:24.592: INFO: Roll back the DaemonSet before rollout is complete +Feb 7 08:45:24.599: INFO: Updating DaemonSet daemon-set +Feb 7 08:45:24.599: INFO: Make sure DaemonSet rollback is complete +Feb 7 08:45:24.602: INFO: Wrong image for pod: daemon-set-hdl8w. Expected: registry.k8s.io/e2e-test-images/httpd:2.4.38-4, got: foo:non-existent. +Feb 7 08:45:24.602: INFO: Pod daemon-set-hdl8w is not available +Feb 7 08:45:51.612: INFO: Pod daemon-set-6hgkm is not available +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:45:51.62 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-4, will wait for the garbage collector to delete the pods 02/07/23 08:45:51.621 +Feb 7 08:45:51.683: INFO: Deleting DaemonSet.extensions daemon-set took: 6.68542ms +Feb 7 08:45:51.784: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.824227ms +Feb 7 08:45:52.987: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:45:52.988: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Feb 7 08:45:52.990: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"32389"},"items":null} + +Feb 7 08:45:52.992: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"32389"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:52.999: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-4" for this suite. 02/07/23 08:45:53.001 +------------------------------ +• [SLOW TEST] [33.499 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:432 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:19.511 + Feb 7 08:45:19.511: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 08:45:19.512 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:19.522 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:19.524 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should rollback without unnecessary restarts [Conformance] + test/e2e/apps/daemon_set.go:432 + Feb 7 08:45:19.544: INFO: Create a RollingUpdate DaemonSet + Feb 7 08:45:19.547: INFO: Check that daemon pods launch on every node of the cluster + Feb 7 08:45:19.552: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:45:19.552: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:45:20.567: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:45:20.567: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:45:21.565: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:45:21.565: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + Feb 7 08:45:21.565: INFO: Update the DaemonSet to trigger a rollout + Feb 7 08:45:21.576: INFO: Updating DaemonSet daemon-set + Feb 7 08:45:24.592: INFO: Roll back the DaemonSet before rollout is complete + Feb 7 08:45:24.599: INFO: Updating DaemonSet daemon-set + Feb 7 08:45:24.599: INFO: Make sure DaemonSet rollback is complete + Feb 7 08:45:24.602: INFO: Wrong image for pod: daemon-set-hdl8w. Expected: registry.k8s.io/e2e-test-images/httpd:2.4.38-4, got: foo:non-existent. + Feb 7 08:45:24.602: INFO: Pod daemon-set-hdl8w is not available + Feb 7 08:45:51.612: INFO: Pod daemon-set-6hgkm is not available + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:45:51.62 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-4, will wait for the garbage collector to delete the pods 02/07/23 08:45:51.621 + Feb 7 08:45:51.683: INFO: Deleting DaemonSet.extensions daemon-set took: 6.68542ms + Feb 7 08:45:51.784: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.824227ms + Feb 7 08:45:52.987: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:45:52.988: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Feb 7 08:45:52.990: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"32389"},"items":null} + + Feb 7 08:45:52.992: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"32389"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:52.999: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-4" for this suite. 02/07/23 08:45:53.001 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Proxy version v1 + A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 +[BeforeEach] version v1 + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:53.011 +Feb 7 08:45:53.012: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename proxy 02/07/23 08:45:53.013 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:53.023 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:53.026 +[BeforeEach] version v1 + test/e2e/framework/metrics/init/init.go:31 +[It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 +Feb 7 08:45:53.030: INFO: Creating pod... +Feb 7 08:45:53.034: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-3841" to be "running" +Feb 7 08:45:53.038: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 3.574351ms +Feb 7 08:45:55.042: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.008378218s +Feb 7 08:45:55.042: INFO: Pod "agnhost" satisfied condition "running" +Feb 7 08:45:55.042: INFO: Creating service... +Feb 7 08:45:55.056: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/DELETE +Feb 7 08:45:55.065: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Feb 7 08:45:55.065: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/GET +Feb 7 08:45:55.068: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Feb 7 08:45:55.068: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/HEAD +Feb 7 08:45:55.070: INFO: http.Client request:HEAD | StatusCode:200 +Feb 7 08:45:55.070: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/OPTIONS +Feb 7 08:45:55.073: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Feb 7 08:45:55.073: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/PATCH +Feb 7 08:45:55.075: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Feb 7 08:45:55.075: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/POST +Feb 7 08:45:55.077: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Feb 7 08:45:55.078: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/PUT +Feb 7 08:45:55.081: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Feb 7 08:45:55.081: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/DELETE +Feb 7 08:45:55.084: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Feb 7 08:45:55.084: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/GET +Feb 7 08:45:55.087: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET +Feb 7 08:45:55.087: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/HEAD +Feb 7 08:45:55.090: INFO: http.Client request:HEAD | StatusCode:200 +Feb 7 08:45:55.090: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/OPTIONS +Feb 7 08:45:55.092: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Feb 7 08:45:55.092: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/PATCH +Feb 7 08:45:55.094: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Feb 7 08:45:55.094: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/POST +Feb 7 08:45:55.098: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Feb 7 08:45:55.098: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/PUT +Feb 7 08:45:55.100: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +[AfterEach] version v1 + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:55.100: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] version v1 + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] version v1 + dump namespaces | framework.go:196 +[DeferCleanup (Each)] version v1 + tear down framework | framework.go:193 +STEP: Destroying namespace "proxy-3841" for this suite. 02/07/23 08:45:55.103 +------------------------------ +• [2.096 seconds] +[sig-network] Proxy +test/e2e/network/common/framework.go:23 + version v1 + test/e2e/network/proxy.go:74 + A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] version v1 + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:53.011 + Feb 7 08:45:53.012: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename proxy 02/07/23 08:45:53.013 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:53.023 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:53.026 + [BeforeEach] version v1 + test/e2e/framework/metrics/init/init.go:31 + [It] A set of valid responses are returned for both pod and service ProxyWithPath [Conformance] + test/e2e/network/proxy.go:286 + Feb 7 08:45:53.030: INFO: Creating pod... + Feb 7 08:45:53.034: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-3841" to be "running" + Feb 7 08:45:53.038: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 3.574351ms + Feb 7 08:45:55.042: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.008378218s + Feb 7 08:45:55.042: INFO: Pod "agnhost" satisfied condition "running" + Feb 7 08:45:55.042: INFO: Creating service... + Feb 7 08:45:55.056: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/DELETE + Feb 7 08:45:55.065: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Feb 7 08:45:55.065: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/GET + Feb 7 08:45:55.068: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Feb 7 08:45:55.068: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/HEAD + Feb 7 08:45:55.070: INFO: http.Client request:HEAD | StatusCode:200 + Feb 7 08:45:55.070: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/OPTIONS + Feb 7 08:45:55.073: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Feb 7 08:45:55.073: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/PATCH + Feb 7 08:45:55.075: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Feb 7 08:45:55.075: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/POST + Feb 7 08:45:55.077: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Feb 7 08:45:55.078: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/pods/agnhost/proxy/some/path/with/PUT + Feb 7 08:45:55.081: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Feb 7 08:45:55.081: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/DELETE + Feb 7 08:45:55.084: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Feb 7 08:45:55.084: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/GET + Feb 7 08:45:55.087: INFO: http.Client request:GET | StatusCode:200 | Response:foo | Method:GET + Feb 7 08:45:55.087: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/HEAD + Feb 7 08:45:55.090: INFO: http.Client request:HEAD | StatusCode:200 + Feb 7 08:45:55.090: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/OPTIONS + Feb 7 08:45:55.092: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Feb 7 08:45:55.092: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/PATCH + Feb 7 08:45:55.094: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Feb 7 08:45:55.094: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/POST + Feb 7 08:45:55.098: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Feb 7 08:45:55.098: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3841/services/test-service/proxy/some/path/with/PUT + Feb 7 08:45:55.100: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + [AfterEach] version v1 + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:55.100: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] version v1 + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] version v1 + dump namespaces | framework.go:196 + [DeferCleanup (Each)] version v1 + tear down framework | framework.go:193 + STEP: Destroying namespace "proxy-3841" for this suite. 02/07/23 08:45:55.103 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Sysctls [LinuxOnly] [NodeConformance] + should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:55.109 +Feb 7 08:45:55.109: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sysctl 02/07/23 08:45:55.11 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:55.121 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:55.124 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 +[It] should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 +STEP: Creating a pod with the kernel.shm_rmid_forced sysctl 02/07/23 08:45:55.127 +STEP: Watching for error events or started pod 02/07/23 08:45:55.134 +STEP: Waiting for pod completion 02/07/23 08:45:57.141 +Feb 7 08:45:57.142: INFO: Waiting up to 3m0s for pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8" in namespace "sysctl-422" to be "completed" +Feb 7 08:45:57.146: INFO: Pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.070808ms +Feb 7 08:45:59.152: INFO: Pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 2.010663968s +Feb 7 08:45:59.152: INFO: Pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8" satisfied condition "completed" +STEP: Checking that the pod succeeded 02/07/23 08:45:59.157 +STEP: Getting logs from the pod 02/07/23 08:45:59.157 +STEP: Checking that the sysctl is actually updated 02/07/23 08:45:59.166 +[AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:45:59.166: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "sysctl-422" for this suite. 02/07/23 08:45:59.172 +------------------------------ +• [4.068 seconds] +[sig-node] Sysctls [LinuxOnly] [NodeConformance] +test/e2e/common/node/framework.go:23 + should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:37 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:55.109 + Feb 7 08:45:55.109: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sysctl 02/07/23 08:45:55.11 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:55.121 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:55.124 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/common/node/sysctl.go:67 + [It] should support sysctls [MinimumKubeletVersion:1.21] [Conformance] + test/e2e/common/node/sysctl.go:77 + STEP: Creating a pod with the kernel.shm_rmid_forced sysctl 02/07/23 08:45:55.127 + STEP: Watching for error events or started pod 02/07/23 08:45:55.134 + STEP: Waiting for pod completion 02/07/23 08:45:57.141 + Feb 7 08:45:57.142: INFO: Waiting up to 3m0s for pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8" in namespace "sysctl-422" to be "completed" + Feb 7 08:45:57.146: INFO: Pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8": Phase="Pending", Reason="", readiness=false. Elapsed: 4.070808ms + Feb 7 08:45:59.152: INFO: Pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8": Phase="Succeeded", Reason="", readiness=false. Elapsed: 2.010663968s + Feb 7 08:45:59.152: INFO: Pod "sysctl-b1a1995e-10eb-45d1-bdcf-4e62c131abe8" satisfied condition "completed" + STEP: Checking that the pod succeeded 02/07/23 08:45:59.157 + STEP: Getting logs from the pod 02/07/23 08:45:59.157 + STEP: Checking that the sysctl is actually updated 02/07/23 08:45:59.166 + [AfterEach] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:45:59.166: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Sysctls [LinuxOnly] [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "sysctl-422" for this suite. 02/07/23 08:45:59.172 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Subpath Atomic writer volumes + should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +[BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:45:59.179 +Feb 7 08:45:59.179: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename subpath 02/07/23 08:45:59.18 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:59.194 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:59.197 +[BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 +STEP: Setting up data 02/07/23 08:45:59.2 +[It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 +STEP: Creating pod pod-subpath-test-configmap-tmms 02/07/23 08:45:59.206 +STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:45:59.206 +Feb 7 08:45:59.212: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-tmms" in namespace "subpath-1368" to be "Succeeded or Failed" +Feb 7 08:45:59.215: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Pending", Reason="", readiness=false. Elapsed: 2.276934ms +Feb 7 08:46:01.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 2.008511108s +Feb 7 08:46:03.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 4.008889512s +Feb 7 08:46:05.222: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 6.009901035s +Feb 7 08:46:07.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 8.008886454s +Feb 7 08:46:09.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 10.009114714s +Feb 7 08:46:11.223: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 12.010375041s +Feb 7 08:46:13.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 14.008786633s +Feb 7 08:46:15.224: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 16.01120159s +Feb 7 08:46:17.220: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 18.008028583s +Feb 7 08:46:19.220: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 20.007555612s +Feb 7 08:46:21.222: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=false. Elapsed: 22.009776879s +Feb 7 08:46:23.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009002362s +STEP: Saw pod success 02/07/23 08:46:23.221 +Feb 7 08:46:23.222: INFO: Pod "pod-subpath-test-configmap-tmms" satisfied condition "Succeeded or Failed" +Feb 7 08:46:23.227: INFO: Trying to get logs from node node2 pod pod-subpath-test-configmap-tmms container test-container-subpath-configmap-tmms: +STEP: delete the pod 02/07/23 08:46:23.236 +Feb 7 08:46:23.245: INFO: Waiting for pod pod-subpath-test-configmap-tmms to disappear +Feb 7 08:46:23.248: INFO: Pod pod-subpath-test-configmap-tmms no longer exists +STEP: Deleting pod pod-subpath-test-configmap-tmms 02/07/23 08:46:23.248 +Feb 7 08:46:23.249: INFO: Deleting pod "pod-subpath-test-configmap-tmms" in namespace "subpath-1368" +[AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:23.255: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 +STEP: Destroying namespace "subpath-1368" for this suite. 02/07/23 08:46:23.258 +------------------------------ +• [SLOW TEST] [24.084 seconds] +[sig-storage] Subpath +test/e2e/storage/utils/framework.go:23 + Atomic writer volumes + test/e2e/storage/subpath.go:36 + should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Subpath + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:45:59.179 + Feb 7 08:45:59.179: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename subpath 02/07/23 08:45:59.18 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:45:59.194 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:45:59.197 + [BeforeEach] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] Atomic writer volumes + test/e2e/storage/subpath.go:40 + STEP: Setting up data 02/07/23 08:45:59.2 + [It] should support subpaths with configmap pod [Conformance] + test/e2e/storage/subpath.go:70 + STEP: Creating pod pod-subpath-test-configmap-tmms 02/07/23 08:45:59.206 + STEP: Creating a pod to test atomic-volume-subpath 02/07/23 08:45:59.206 + Feb 7 08:45:59.212: INFO: Waiting up to 5m0s for pod "pod-subpath-test-configmap-tmms" in namespace "subpath-1368" to be "Succeeded or Failed" + Feb 7 08:45:59.215: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Pending", Reason="", readiness=false. Elapsed: 2.276934ms + Feb 7 08:46:01.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 2.008511108s + Feb 7 08:46:03.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 4.008889512s + Feb 7 08:46:05.222: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 6.009901035s + Feb 7 08:46:07.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 8.008886454s + Feb 7 08:46:09.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 10.009114714s + Feb 7 08:46:11.223: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 12.010375041s + Feb 7 08:46:13.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 14.008786633s + Feb 7 08:46:15.224: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 16.01120159s + Feb 7 08:46:17.220: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 18.008028583s + Feb 7 08:46:19.220: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=true. Elapsed: 20.007555612s + Feb 7 08:46:21.222: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Running", Reason="", readiness=false. Elapsed: 22.009776879s + Feb 7 08:46:23.221: INFO: Pod "pod-subpath-test-configmap-tmms": Phase="Succeeded", Reason="", readiness=false. Elapsed: 24.009002362s + STEP: Saw pod success 02/07/23 08:46:23.221 + Feb 7 08:46:23.222: INFO: Pod "pod-subpath-test-configmap-tmms" satisfied condition "Succeeded or Failed" + Feb 7 08:46:23.227: INFO: Trying to get logs from node node2 pod pod-subpath-test-configmap-tmms container test-container-subpath-configmap-tmms: + STEP: delete the pod 02/07/23 08:46:23.236 + Feb 7 08:46:23.245: INFO: Waiting for pod pod-subpath-test-configmap-tmms to disappear + Feb 7 08:46:23.248: INFO: Pod pod-subpath-test-configmap-tmms no longer exists + STEP: Deleting pod pod-subpath-test-configmap-tmms 02/07/23 08:46:23.248 + Feb 7 08:46:23.249: INFO: Deleting pod "pod-subpath-test-configmap-tmms" in namespace "subpath-1368" + [AfterEach] [sig-storage] Subpath + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:23.255: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Subpath + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Subpath + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Subpath + tear down framework | framework.go:193 + STEP: Destroying namespace "subpath-1368" for this suite. 02/07/23 08:46:23.258 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-storage] Downward API volume + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:68 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:23.263 +Feb 7 08:46:23.263: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:46:23.267 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:23.281 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:23.285 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:68 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:46:23.288 +Feb 7 08:46:23.295: INFO: Waiting up to 5m0s for pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134" in namespace "downward-api-3988" to be "Succeeded or Failed" +Feb 7 08:46:23.298: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Pending", Reason="", readiness=false. Elapsed: 2.601627ms +Feb 7 08:46:25.306: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010344381s +Feb 7 08:46:27.305: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009782506s +Feb 7 08:46:29.305: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009558869s +STEP: Saw pod success 02/07/23 08:46:29.305 +Feb 7 08:46:29.305: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134" satisfied condition "Succeeded or Failed" +Feb 7 08:46:29.310: INFO: Trying to get logs from node node2 pod downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134 container client-container: +STEP: delete the pod 02/07/23 08:46:29.318 +Feb 7 08:46:29.329: INFO: Waiting for pod downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134 to disappear +Feb 7 08:46:29.332: INFO: Pod downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:29.332: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-3988" for this suite. 02/07/23 08:46:29.337 +------------------------------ +• [SLOW TEST] [6.079 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:68 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:23.263 + Feb 7 08:46:23.263: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:46:23.267 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:23.281 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:23.285 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:68 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:46:23.288 + Feb 7 08:46:23.295: INFO: Waiting up to 5m0s for pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134" in namespace "downward-api-3988" to be "Succeeded or Failed" + Feb 7 08:46:23.298: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Pending", Reason="", readiness=false. Elapsed: 2.601627ms + Feb 7 08:46:25.306: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010344381s + Feb 7 08:46:27.305: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Pending", Reason="", readiness=false. Elapsed: 4.009782506s + Feb 7 08:46:29.305: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009558869s + STEP: Saw pod success 02/07/23 08:46:29.305 + Feb 7 08:46:29.305: INFO: Pod "downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134" satisfied condition "Succeeded or Failed" + Feb 7 08:46:29.310: INFO: Trying to get logs from node node2 pod downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134 container client-container: + STEP: delete the pod 02/07/23 08:46:29.318 + Feb 7 08:46:29.329: INFO: Waiting for pod downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134 to disappear + Feb 7 08:46:29.332: INFO: Pod downwardapi-volume-3ba6893b-43c8-4d4d-b625-1c0f0a198134 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:29.332: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-3988" for this suite. 02/07/23 08:46:29.337 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should apply a finalizer to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:394 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:29.344 +Feb 7 08:46:29.344: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename namespaces 02/07/23 08:46:29.346 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.357 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.36 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 +[It] should apply a finalizer to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:394 +STEP: Creating namespace "e2e-ns-w5jxk" 02/07/23 08:46:29.363 +Feb 7 08:46:29.375: INFO: Namespace "e2e-ns-w5jxk-8397" has []v1.FinalizerName{"kubernetes"} +STEP: Adding e2e finalizer to namespace "e2e-ns-w5jxk-8397" 02/07/23 08:46:29.375 +Feb 7 08:46:29.383: INFO: Namespace "e2e-ns-w5jxk-8397" has []v1.FinalizerName{"kubernetes", "e2e.example.com/fakeFinalizer"} +STEP: Removing e2e finalizer from namespace "e2e-ns-w5jxk-8397" 02/07/23 08:46:29.383 +Feb 7 08:46:29.390: INFO: Namespace "e2e-ns-w5jxk-8397" has []v1.FinalizerName{"kubernetes"} +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:29.390: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "namespaces-5342" for this suite. 02/07/23 08:46:29.394 +STEP: Destroying namespace "e2e-ns-w5jxk-8397" for this suite. 02/07/23 08:46:29.398 +------------------------------ +• [0.058 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should apply a finalizer to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:394 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:29.344 + Feb 7 08:46:29.344: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename namespaces 02/07/23 08:46:29.346 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.357 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.36 + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 + [It] should apply a finalizer to a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:394 + STEP: Creating namespace "e2e-ns-w5jxk" 02/07/23 08:46:29.363 + Feb 7 08:46:29.375: INFO: Namespace "e2e-ns-w5jxk-8397" has []v1.FinalizerName{"kubernetes"} + STEP: Adding e2e finalizer to namespace "e2e-ns-w5jxk-8397" 02/07/23 08:46:29.375 + Feb 7 08:46:29.383: INFO: Namespace "e2e-ns-w5jxk-8397" has []v1.FinalizerName{"kubernetes", "e2e.example.com/fakeFinalizer"} + STEP: Removing e2e finalizer from namespace "e2e-ns-w5jxk-8397" 02/07/23 08:46:29.383 + Feb 7 08:46:29.390: INFO: Namespace "e2e-ns-w5jxk-8397" has []v1.FinalizerName{"kubernetes"} + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:29.390: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "namespaces-5342" for this suite. 02/07/23 08:46:29.394 + STEP: Destroying namespace "e2e-ns-w5jxk-8397" for this suite. 02/07/23 08:46:29.398 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-node] PodTemplates + should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +[BeforeEach] [sig-node] PodTemplates + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:29.403 +Feb 7 08:46:29.403: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename podtemplate 02/07/23 08:46:29.405 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.414 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.416 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:31 +[It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 +STEP: Create a pod template 02/07/23 08:46:29.418 +STEP: Replace a pod template 02/07/23 08:46:29.421 +Feb 7 08:46:29.427: INFO: Found updated podtemplate annotation: "true" + +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:29.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] PodTemplates + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] PodTemplates + tear down framework | framework.go:193 +STEP: Destroying namespace "podtemplate-1372" for this suite. 02/07/23 08:46:29.43 +------------------------------ +• [0.031 seconds] +[sig-node] PodTemplates +test/e2e/common/node/framework.go:23 + should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PodTemplates + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:29.403 + Feb 7 08:46:29.403: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename podtemplate 02/07/23 08:46:29.405 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.414 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.416 + [BeforeEach] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:31 + [It] should replace a pod template [Conformance] + test/e2e/common/node/podtemplates.go:176 + STEP: Create a pod template 02/07/23 08:46:29.418 + STEP: Replace a pod template 02/07/23 08:46:29.421 + Feb 7 08:46:29.427: INFO: Found updated podtemplate annotation: "true" + + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:29.427: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] PodTemplates + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] PodTemplates + tear down framework | framework.go:193 + STEP: Destroying namespace "podtemplate-1372" for this suite. 02/07/23 08:46:29.43 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-architecture] Conformance Tests + should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +[BeforeEach] [sig-architecture] Conformance Tests + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:29.436 +Feb 7 08:46:29.436: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename conformance-tests 02/07/23 08:46:29.437 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.446 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.449 +[BeforeEach] [sig-architecture] Conformance Tests + test/e2e/framework/metrics/init/init.go:31 +[It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 +STEP: Getting node addresses 02/07/23 08:46:29.452 +Feb 7 08:46:29.452: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable +[AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:29.457: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-architecture] Conformance Tests + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-architecture] Conformance Tests + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-architecture] Conformance Tests + tear down framework | framework.go:193 +STEP: Destroying namespace "conformance-tests-5376" for this suite. 02/07/23 08:46:29.46 +------------------------------ +• [0.029 seconds] +[sig-architecture] Conformance Tests +test/e2e/architecture/framework.go:23 + should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-architecture] Conformance Tests + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:29.436 + Feb 7 08:46:29.436: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename conformance-tests 02/07/23 08:46:29.437 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.446 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.449 + [BeforeEach] [sig-architecture] Conformance Tests + test/e2e/framework/metrics/init/init.go:31 + [It] should have at least two untainted nodes [Conformance] + test/e2e/architecture/conformance.go:38 + STEP: Getting node addresses 02/07/23 08:46:29.452 + Feb 7 08:46:29.452: INFO: Waiting up to 10m0s for all (but 0) nodes to be schedulable + [AfterEach] [sig-architecture] Conformance Tests + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:29.457: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-architecture] Conformance Tests + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-architecture] Conformance Tests + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-architecture] Conformance Tests + tear down framework | framework.go:193 + STEP: Destroying namespace "conformance-tests-5376" for this suite. 02/07/23 08:46:29.46 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-node] Variable Expansion + should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:152 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:29.465 +Feb 7 08:46:29.465: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 08:46:29.467 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.479 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.482 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:152 +Feb 7 08:46:29.493: INFO: Waiting up to 2m0s for pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" in namespace "var-expansion-5069" to be "container 0 failed with reason CreateContainerConfigError" +Feb 7 08:46:29.497: INFO: Pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678": Phase="Pending", Reason="", readiness=false. Elapsed: 3.802523ms +Feb 7 08:46:31.504: INFO: Pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010448238s +Feb 7 08:46:31.504: INFO: Pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" satisfied condition "container 0 failed with reason CreateContainerConfigError" +Feb 7 08:46:31.504: INFO: Deleting pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" in namespace "var-expansion-5069" +Feb 7 08:46:31.513: INFO: Wait up to 5m0s for pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" to be fully deleted +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:33.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-5069" for this suite. 02/07/23 08:46:33.537 +------------------------------ +• [4.078 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:152 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:29.465 + Feb 7 08:46:29.465: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 08:46:29.467 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:29.479 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:29.482 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should fail substituting values in a volume subpath with backticks [Slow] [Conformance] + test/e2e/common/node/expansion.go:152 + Feb 7 08:46:29.493: INFO: Waiting up to 2m0s for pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" in namespace "var-expansion-5069" to be "container 0 failed with reason CreateContainerConfigError" + Feb 7 08:46:29.497: INFO: Pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678": Phase="Pending", Reason="", readiness=false. Elapsed: 3.802523ms + Feb 7 08:46:31.504: INFO: Pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010448238s + Feb 7 08:46:31.504: INFO: Pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" satisfied condition "container 0 failed with reason CreateContainerConfigError" + Feb 7 08:46:31.504: INFO: Deleting pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" in namespace "var-expansion-5069" + Feb 7 08:46:31.513: INFO: Wait up to 5m0s for pod "var-expansion-fae7fd64-c46c-4b6f-a53d-e6d82ee38678" to be fully deleted + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:33.528: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-5069" for this suite. 02/07/23 08:46:33.537 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-storage] Projected downwardAPI + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:53 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:33.544 +Feb 7 08:46:33.544: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:46:33.546 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:33.563 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:33.567 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:53 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:46:33.57 +Feb 7 08:46:33.579: INFO: Waiting up to 5m0s for pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad" in namespace "projected-8828" to be "Succeeded or Failed" +Feb 7 08:46:33.582: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad": Phase="Pending", Reason="", readiness=false. Elapsed: 3.291694ms +Feb 7 08:46:35.590: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010964498s +Feb 7 08:46:37.590: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011034969s +STEP: Saw pod success 02/07/23 08:46:37.59 +Feb 7 08:46:37.590: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad" satisfied condition "Succeeded or Failed" +Feb 7 08:46:37.595: INFO: Trying to get logs from node node2 pod downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad container client-container: +STEP: delete the pod 02/07/23 08:46:37.604 +Feb 7 08:46:37.618: INFO: Waiting for pod downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad to disappear +Feb 7 08:46:37.621: INFO: Pod downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad no longer exists +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:37.621: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-8828" for this suite. 02/07/23 08:46:37.624 +------------------------------ +• [4.085 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:53 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:33.544 + Feb 7 08:46:33.544: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:46:33.546 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:33.563 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:33.567 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should provide podname only [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:53 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:46:33.57 + Feb 7 08:46:33.579: INFO: Waiting up to 5m0s for pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad" in namespace "projected-8828" to be "Succeeded or Failed" + Feb 7 08:46:33.582: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad": Phase="Pending", Reason="", readiness=false. Elapsed: 3.291694ms + Feb 7 08:46:35.590: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010964498s + Feb 7 08:46:37.590: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011034969s + STEP: Saw pod success 02/07/23 08:46:37.59 + Feb 7 08:46:37.590: INFO: Pod "downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad" satisfied condition "Succeeded or Failed" + Feb 7 08:46:37.595: INFO: Trying to get logs from node node2 pod downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad container client-container: + STEP: delete the pod 02/07/23 08:46:37.604 + Feb 7 08:46:37.618: INFO: Waiting for pod downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad to disappear + Feb 7 08:46:37.621: INFO: Pod downwardapi-volume-306e2450-38e5-4d0d-b39e-42f8e3219cad no longer exists + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:37.621: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-8828" for this suite. 02/07/23 08:46:37.624 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-node] Downward API + should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:267 +[BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:37.63 +Feb 7 08:46:37.630: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:46:37.631 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:37.646 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:37.649 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 +[It] should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:267 +STEP: Creating a pod to test downward api env vars 02/07/23 08:46:37.652 +Feb 7 08:46:37.660: INFO: Waiting up to 5m0s for pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e" in namespace "downward-api-5484" to be "Succeeded or Failed" +Feb 7 08:46:37.663: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.41472ms +Feb 7 08:46:39.670: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010072272s +Feb 7 08:46:41.668: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008213019s +STEP: Saw pod success 02/07/23 08:46:41.668 +Feb 7 08:46:41.668: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e" satisfied condition "Succeeded or Failed" +Feb 7 08:46:41.671: INFO: Trying to get logs from node node2 pod downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e container dapi-container: +STEP: delete the pod 02/07/23 08:46:41.677 +Feb 7 08:46:41.687: INFO: Waiting for pod downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e to disappear +Feb 7 08:46:41.691: INFO: Pod downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:41.691: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-5484" for this suite. 02/07/23 08:46:41.695 +------------------------------ +• [4.071 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:267 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:37.63 + Feb 7 08:46:37.630: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:46:37.631 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:37.646 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:37.649 + [BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 + [It] should provide pod UID as env vars [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:267 + STEP: Creating a pod to test downward api env vars 02/07/23 08:46:37.652 + Feb 7 08:46:37.660: INFO: Waiting up to 5m0s for pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e" in namespace "downward-api-5484" to be "Succeeded or Failed" + Feb 7 08:46:37.663: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e": Phase="Pending", Reason="", readiness=false. Elapsed: 3.41472ms + Feb 7 08:46:39.670: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010072272s + Feb 7 08:46:41.668: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.008213019s + STEP: Saw pod success 02/07/23 08:46:41.668 + Feb 7 08:46:41.668: INFO: Pod "downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e" satisfied condition "Succeeded or Failed" + Feb 7 08:46:41.671: INFO: Trying to get logs from node node2 pod downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e container dapi-container: + STEP: delete the pod 02/07/23 08:46:41.677 + Feb 7 08:46:41.687: INFO: Waiting for pod downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e to disappear + Feb 7 08:46:41.691: INFO: Pod downward-api-23b38981-3e7c-4249-ba71-086f387b2a3e no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:41.691: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-5484" for this suite. 02/07/23 08:46:41.695 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-network] Services + should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2191 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:41.701 +Feb 7 08:46:41.702: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:46:41.703 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:41.714 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:41.718 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2191 +STEP: creating service in namespace services-4696 02/07/23 08:46:41.723 +STEP: creating service affinity-clusterip in namespace services-4696 02/07/23 08:46:41.723 +STEP: creating replication controller affinity-clusterip in namespace services-4696 02/07/23 08:46:41.735 +I0207 08:46:41.740443 20 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-4696, replica count: 3 +I0207 08:46:44.791854 20 runners.go:193] affinity-clusterip Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 08:46:44.803: INFO: Creating new exec pod +Feb 7 08:46:44.812: INFO: Waiting up to 5m0s for pod "execpod-affinityfsn7p" in namespace "services-4696" to be "running" +Feb 7 08:46:44.815: INFO: Pod "execpod-affinityfsn7p": Phase="Pending", Reason="", readiness=false. Elapsed: 3.340488ms +Feb 7 08:46:46.818: INFO: Pod "execpod-affinityfsn7p": Phase="Running", Reason="", readiness=true. Elapsed: 2.006348362s +Feb 7 08:46:46.818: INFO: Pod "execpod-affinityfsn7p" satisfied condition "running" +Feb 7 08:46:47.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4696 exec execpod-affinityfsn7p -- /bin/sh -x -c nc -v -z -w 2 affinity-clusterip 80' +Feb 7 08:46:48.046: INFO: stderr: "+ nc -v -z -w 2 affinity-clusterip 80\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" +Feb 7 08:46:48.046: INFO: stdout: "" +Feb 7 08:46:48.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4696 exec execpod-affinityfsn7p -- /bin/sh -x -c nc -v -z -w 2 10.105.30.37 80' +Feb 7 08:46:48.244: INFO: stderr: "+ nc -v -z -w 2 10.105.30.37 80\nConnection to 10.105.30.37 80 port [tcp/http] succeeded!\n" +Feb 7 08:46:48.244: INFO: stdout: "" +Feb 7 08:46:48.244: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4696 exec execpod-affinityfsn7p -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.105.30.37:80/ ; done' +Feb 7 08:46:48.524: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n" +Feb 7 08:46:48.524: INFO: stdout: "\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9" +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 +Feb 7 08:46:48.524: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip in namespace services-4696, will wait for the garbage collector to delete the pods 02/07/23 08:46:48.541 +Feb 7 08:46:48.601: INFO: Deleting ReplicationController affinity-clusterip took: 7.494891ms +Feb 7 08:46:48.702: INFO: Terminating ReplicationController affinity-clusterip pods took: 101.114163ms +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:50.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-4696" for this suite. 02/07/23 08:46:50.626 +------------------------------ +• [SLOW TEST] [8.928 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2191 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:41.701 + Feb 7 08:46:41.702: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:46:41.703 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:41.714 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:41.718 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2191 + STEP: creating service in namespace services-4696 02/07/23 08:46:41.723 + STEP: creating service affinity-clusterip in namespace services-4696 02/07/23 08:46:41.723 + STEP: creating replication controller affinity-clusterip in namespace services-4696 02/07/23 08:46:41.735 + I0207 08:46:41.740443 20 runners.go:193] Created replication controller with name: affinity-clusterip, namespace: services-4696, replica count: 3 + I0207 08:46:44.791854 20 runners.go:193] affinity-clusterip Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 08:46:44.803: INFO: Creating new exec pod + Feb 7 08:46:44.812: INFO: Waiting up to 5m0s for pod "execpod-affinityfsn7p" in namespace "services-4696" to be "running" + Feb 7 08:46:44.815: INFO: Pod "execpod-affinityfsn7p": Phase="Pending", Reason="", readiness=false. Elapsed: 3.340488ms + Feb 7 08:46:46.818: INFO: Pod "execpod-affinityfsn7p": Phase="Running", Reason="", readiness=true. Elapsed: 2.006348362s + Feb 7 08:46:46.818: INFO: Pod "execpod-affinityfsn7p" satisfied condition "running" + Feb 7 08:46:47.820: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4696 exec execpod-affinityfsn7p -- /bin/sh -x -c nc -v -z -w 2 affinity-clusterip 80' + Feb 7 08:46:48.046: INFO: stderr: "+ nc -v -z -w 2 affinity-clusterip 80\nConnection to affinity-clusterip 80 port [tcp/http] succeeded!\n" + Feb 7 08:46:48.046: INFO: stdout: "" + Feb 7 08:46:48.046: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4696 exec execpod-affinityfsn7p -- /bin/sh -x -c nc -v -z -w 2 10.105.30.37 80' + Feb 7 08:46:48.244: INFO: stderr: "+ nc -v -z -w 2 10.105.30.37 80\nConnection to 10.105.30.37 80 port [tcp/http] succeeded!\n" + Feb 7 08:46:48.244: INFO: stdout: "" + Feb 7 08:46:48.244: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-4696 exec execpod-affinityfsn7p -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.105.30.37:80/ ; done' + Feb 7 08:46:48.524: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.105.30.37:80/\n" + Feb 7 08:46:48.524: INFO: stdout: "\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9\naffinity-clusterip-fm8p9" + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Received response from host: affinity-clusterip-fm8p9 + Feb 7 08:46:48.524: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip in namespace services-4696, will wait for the garbage collector to delete the pods 02/07/23 08:46:48.541 + Feb 7 08:46:48.601: INFO: Deleting ReplicationController affinity-clusterip took: 7.494891ms + Feb 7 08:46:48.702: INFO: Terminating ReplicationController affinity-clusterip pods took: 101.114163ms + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:50.622: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-4696" for this suite. 02/07/23 08:46:50.626 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] LimitRange + should list, patch and delete a LimitRange by collection [Conformance] + test/e2e/scheduling/limit_range.go:239 +[BeforeEach] [sig-scheduling] LimitRange + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:50.632 +Feb 7 08:46:50.632: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename limitrange 02/07/23 08:46:50.634 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:50.646 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:50.65 +[BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:31 +[It] should list, patch and delete a LimitRange by collection [Conformance] + test/e2e/scheduling/limit_range.go:239 +STEP: Creating LimitRange "e2e-limitrange-f7s92" in namespace "limitrange-5263" 02/07/23 08:46:50.653 +STEP: Creating another limitRange in another namespace 02/07/23 08:46:50.667 +Feb 7 08:46:50.681: INFO: Namespace "e2e-limitrange-f7s92-653" created +Feb 7 08:46:50.681: INFO: Creating LimitRange "e2e-limitrange-f7s92" in namespace "e2e-limitrange-f7s92-653" +STEP: Listing all LimitRanges with label "e2e-test=e2e-limitrange-f7s92" 02/07/23 08:46:50.684 +Feb 7 08:46:50.687: INFO: Found 2 limitRanges +STEP: Patching LimitRange "e2e-limitrange-f7s92" in "limitrange-5263" namespace 02/07/23 08:46:50.687 +Feb 7 08:46:50.692: INFO: LimitRange "e2e-limitrange-f7s92" has been patched +STEP: Delete LimitRange "e2e-limitrange-f7s92" by Collection with labelSelector: "e2e-limitrange-f7s92=patched" 02/07/23 08:46:50.692 +STEP: Confirm that the limitRange "e2e-limitrange-f7s92" has been deleted 02/07/23 08:46:50.697 +Feb 7 08:46:50.697: INFO: Requesting list of LimitRange to confirm quantity +Feb 7 08:46:50.699: INFO: Found 0 LimitRange with label "e2e-limitrange-f7s92=patched" +Feb 7 08:46:50.699: INFO: LimitRange "e2e-limitrange-f7s92" has been deleted. +STEP: Confirm that a single LimitRange still exists with label "e2e-test=e2e-limitrange-f7s92" 02/07/23 08:46:50.699 +Feb 7 08:46:50.702: INFO: Found 1 limitRange +[AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:50.702: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] LimitRange + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] LimitRange + tear down framework | framework.go:193 +STEP: Destroying namespace "limitrange-5263" for this suite. 02/07/23 08:46:50.706 +STEP: Destroying namespace "e2e-limitrange-f7s92-653" for this suite. 02/07/23 08:46:50.712 +------------------------------ +• [0.085 seconds] +[sig-scheduling] LimitRange +test/e2e/scheduling/framework.go:40 + should list, patch and delete a LimitRange by collection [Conformance] + test/e2e/scheduling/limit_range.go:239 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] LimitRange + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:50.632 + Feb 7 08:46:50.632: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename limitrange 02/07/23 08:46:50.634 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:50.646 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:50.65 + [BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:31 + [It] should list, patch and delete a LimitRange by collection [Conformance] + test/e2e/scheduling/limit_range.go:239 + STEP: Creating LimitRange "e2e-limitrange-f7s92" in namespace "limitrange-5263" 02/07/23 08:46:50.653 + STEP: Creating another limitRange in another namespace 02/07/23 08:46:50.667 + Feb 7 08:46:50.681: INFO: Namespace "e2e-limitrange-f7s92-653" created + Feb 7 08:46:50.681: INFO: Creating LimitRange "e2e-limitrange-f7s92" in namespace "e2e-limitrange-f7s92-653" + STEP: Listing all LimitRanges with label "e2e-test=e2e-limitrange-f7s92" 02/07/23 08:46:50.684 + Feb 7 08:46:50.687: INFO: Found 2 limitRanges + STEP: Patching LimitRange "e2e-limitrange-f7s92" in "limitrange-5263" namespace 02/07/23 08:46:50.687 + Feb 7 08:46:50.692: INFO: LimitRange "e2e-limitrange-f7s92" has been patched + STEP: Delete LimitRange "e2e-limitrange-f7s92" by Collection with labelSelector: "e2e-limitrange-f7s92=patched" 02/07/23 08:46:50.692 + STEP: Confirm that the limitRange "e2e-limitrange-f7s92" has been deleted 02/07/23 08:46:50.697 + Feb 7 08:46:50.697: INFO: Requesting list of LimitRange to confirm quantity + Feb 7 08:46:50.699: INFO: Found 0 LimitRange with label "e2e-limitrange-f7s92=patched" + Feb 7 08:46:50.699: INFO: LimitRange "e2e-limitrange-f7s92" has been deleted. + STEP: Confirm that a single LimitRange still exists with label "e2e-test=e2e-limitrange-f7s92" 02/07/23 08:46:50.699 + Feb 7 08:46:50.702: INFO: Found 1 limitRange + [AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:50.702: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] LimitRange + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] LimitRange + tear down framework | framework.go:193 + STEP: Destroying namespace "limitrange-5263" for this suite. 02/07/23 08:46:50.706 + STEP: Destroying namespace "e2e-limitrange-f7s92-653" for this suite. 02/07/23 08:46:50.712 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-node] Security Context + should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:164 +[BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:50.718 +Feb 7 08:46:50.718: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename security-context 02/07/23 08:46:50.72 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:50.731 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:50.734 +[BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 +[It] should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:164 +STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 02/07/23 08:46:50.737 +Feb 7 08:46:50.742: INFO: Waiting up to 5m0s for pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853" in namespace "security-context-7293" to be "Succeeded or Failed" +Feb 7 08:46:50.745: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853": Phase="Pending", Reason="", readiness=false. Elapsed: 2.341795ms +Feb 7 08:46:52.750: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007397831s +Feb 7 08:46:54.754: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011945852s +STEP: Saw pod success 02/07/23 08:46:54.755 +Feb 7 08:46:54.755: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853" satisfied condition "Succeeded or Failed" +Feb 7 08:46:54.760: INFO: Trying to get logs from node node2 pod security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853 container test-container: +STEP: delete the pod 02/07/23 08:46:54.769 +Feb 7 08:46:54.781: INFO: Waiting for pod security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853 to disappear +Feb 7 08:46:54.785: INFO: Pod security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853 no longer exists +[AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:54.785: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 +STEP: Destroying namespace "security-context-7293" for this suite. 02/07/23 08:46:54.79 +------------------------------ +• [4.078 seconds] +[sig-node] Security Context +test/e2e/node/framework.go:23 + should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:164 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Security Context + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:50.718 + Feb 7 08:46:50.718: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename security-context 02/07/23 08:46:50.72 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:50.731 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:50.734 + [BeforeEach] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:31 + [It] should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly] [Conformance] + test/e2e/node/security_context.go:164 + STEP: Creating a pod to test pod.Spec.SecurityContext.RunAsUser 02/07/23 08:46:50.737 + Feb 7 08:46:50.742: INFO: Waiting up to 5m0s for pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853" in namespace "security-context-7293" to be "Succeeded or Failed" + Feb 7 08:46:50.745: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853": Phase="Pending", Reason="", readiness=false. Elapsed: 2.341795ms + Feb 7 08:46:52.750: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853": Phase="Pending", Reason="", readiness=false. Elapsed: 2.007397831s + Feb 7 08:46:54.754: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.011945852s + STEP: Saw pod success 02/07/23 08:46:54.755 + Feb 7 08:46:54.755: INFO: Pod "security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853" satisfied condition "Succeeded or Failed" + Feb 7 08:46:54.760: INFO: Trying to get logs from node node2 pod security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853 container test-container: + STEP: delete the pod 02/07/23 08:46:54.769 + Feb 7 08:46:54.781: INFO: Waiting for pod security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853 to disappear + Feb 7 08:46:54.785: INFO: Pod security-context-831c1dc6-48e4-464c-9c3b-83b2b005b853 no longer exists + [AfterEach] [sig-node] Security Context + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:54.785: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Security Context + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Security Context + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Security Context + tear down framework | framework.go:193 + STEP: Destroying namespace "security-context-7293" for this suite. 02/07/23 08:46:54.79 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3428 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:54.797 +Feb 7 08:46:54.797: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:46:54.799 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:54.811 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:54.814 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3428 +STEP: creating a Service 02/07/23 08:46:54.82 +STEP: watching for the Service to be added 02/07/23 08:46:54.827 +Feb 7 08:46:54.828: INFO: Found Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] +Feb 7 08:46:54.828: INFO: Service test-service-p6qvl created +STEP: Getting /status 02/07/23 08:46:54.828 +Feb 7 08:46:54.831: INFO: Service test-service-p6qvl has LoadBalancer: {[]} +STEP: patching the ServiceStatus 02/07/23 08:46:54.831 +STEP: watching for the Service to be patched 02/07/23 08:46:54.836 +Feb 7 08:46:54.839: INFO: observed Service test-service-p6qvl in namespace services-1619 with annotations: map[] & LoadBalancer: {[]} +Feb 7 08:46:54.839: INFO: Found Service test-service-p6qvl in namespace services-1619 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} +Feb 7 08:46:54.839: INFO: Service test-service-p6qvl has service status patched +STEP: updating the ServiceStatus 02/07/23 08:46:54.839 +Feb 7 08:46:54.845: INFO: updatedStatus.Conditions: []v1.Condition{v1.Condition{Type:"StatusUpdate", Status:"True", ObservedGeneration:0, LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} +STEP: watching for the Service to be updated 02/07/23 08:46:54.845 +Feb 7 08:46:54.847: INFO: Observed Service test-service-p6qvl in namespace services-1619 with annotations: map[] & Conditions: {[]} +Feb 7 08:46:54.847: INFO: Observed event: &Service{ObjectMeta:{test-service-p6qvl services-1619 b50804c1-c4c3-444d-94b5-e5aca4f7e737 32943 0 2023-02-07 08:46:54 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2023-02-07 08:46:54 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:test-service-static":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:sessionAffinity":{},"f:type":{}}} } {e2e.test Update v1 2023-02-07 08:46:54 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:patchedstatus":{}}},"f:status":{"f:loadBalancer":{"f:ingress":{}}}} status}]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{0 80 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:10.100.29.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.100.29.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:203.0.113.1,Hostname:,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} +Feb 7 08:46:54.847: INFO: Found Service test-service-p6qvl in namespace services-1619 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] +Feb 7 08:46:54.847: INFO: Service test-service-p6qvl has service status updated +STEP: patching the service 02/07/23 08:46:54.847 +STEP: watching for the Service to be patched 02/07/23 08:46:54.861 +Feb 7 08:46:54.864: INFO: observed Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] +Feb 7 08:46:54.864: INFO: observed Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] +Feb 7 08:46:54.864: INFO: observed Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] +Feb 7 08:46:54.864: INFO: Found Service test-service-p6qvl in namespace services-1619 with labels: map[test-service:patched test-service-static:true] +Feb 7 08:46:54.864: INFO: Service test-service-p6qvl patched +STEP: deleting the service 02/07/23 08:46:54.864 +STEP: watching for the Service to be deleted 02/07/23 08:46:54.874 +Feb 7 08:46:54.876: INFO: Observed event: ADDED +Feb 7 08:46:54.876: INFO: Observed event: MODIFIED +Feb 7 08:46:54.876: INFO: Observed event: MODIFIED +Feb 7 08:46:54.876: INFO: Observed event: MODIFIED +Feb 7 08:46:54.876: INFO: Found Service test-service-p6qvl in namespace services-1619 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] +Feb 7 08:46:54.876: INFO: Service test-service-p6qvl deleted +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:54.876: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-1619" for this suite. 02/07/23 08:46:54.88 +------------------------------ +• [0.087 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3428 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:54.797 + Feb 7 08:46:54.797: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:46:54.799 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:54.811 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:54.814 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should complete a service status lifecycle [Conformance] + test/e2e/network/service.go:3428 + STEP: creating a Service 02/07/23 08:46:54.82 + STEP: watching for the Service to be added 02/07/23 08:46:54.827 + Feb 7 08:46:54.828: INFO: Found Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] & ports [{http TCP 80 {0 80 } 0}] + Feb 7 08:46:54.828: INFO: Service test-service-p6qvl created + STEP: Getting /status 02/07/23 08:46:54.828 + Feb 7 08:46:54.831: INFO: Service test-service-p6qvl has LoadBalancer: {[]} + STEP: patching the ServiceStatus 02/07/23 08:46:54.831 + STEP: watching for the Service to be patched 02/07/23 08:46:54.836 + Feb 7 08:46:54.839: INFO: observed Service test-service-p6qvl in namespace services-1619 with annotations: map[] & LoadBalancer: {[]} + Feb 7 08:46:54.839: INFO: Found Service test-service-p6qvl in namespace services-1619 with annotations: map[patchedstatus:true] & LoadBalancer: {[{203.0.113.1 []}]} + Feb 7 08:46:54.839: INFO: Service test-service-p6qvl has service status patched + STEP: updating the ServiceStatus 02/07/23 08:46:54.839 + Feb 7 08:46:54.845: INFO: updatedStatus.Conditions: []v1.Condition{v1.Condition{Type:"StatusUpdate", Status:"True", ObservedGeneration:0, LastTransitionTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Reason:"E2E", Message:"Set from e2e test"}} + STEP: watching for the Service to be updated 02/07/23 08:46:54.845 + Feb 7 08:46:54.847: INFO: Observed Service test-service-p6qvl in namespace services-1619 with annotations: map[] & Conditions: {[]} + Feb 7 08:46:54.847: INFO: Observed event: &Service{ObjectMeta:{test-service-p6qvl services-1619 b50804c1-c4c3-444d-94b5-e5aca4f7e737 32943 0 2023-02-07 08:46:54 +0000 UTC map[test-service-static:true] map[patchedstatus:true] [] [] [{e2e.test Update v1 2023-02-07 08:46:54 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:test-service-static":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:sessionAffinity":{},"f:type":{}}} } {e2e.test Update v1 2023-02-07 08:46:54 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:patchedstatus":{}}},"f:status":{"f:loadBalancer":{"f:ingress":{}}}} status}]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:http,Protocol:TCP,Port:80,TargetPort:{0 80 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{},ClusterIP:10.100.29.47,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.100.29.47],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{LoadBalancerIngress{IP:203.0.113.1,Hostname:,Ports:[]PortStatus{},},},},Conditions:[]Condition{},},} + Feb 7 08:46:54.847: INFO: Found Service test-service-p6qvl in namespace services-1619 with annotations: map[patchedstatus:true] & Conditions: [{StatusUpdate True 0 0001-01-01 00:00:00 +0000 UTC E2E Set from e2e test}] + Feb 7 08:46:54.847: INFO: Service test-service-p6qvl has service status updated + STEP: patching the service 02/07/23 08:46:54.847 + STEP: watching for the Service to be patched 02/07/23 08:46:54.861 + Feb 7 08:46:54.864: INFO: observed Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] + Feb 7 08:46:54.864: INFO: observed Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] + Feb 7 08:46:54.864: INFO: observed Service test-service-p6qvl in namespace services-1619 with labels: map[test-service-static:true] + Feb 7 08:46:54.864: INFO: Found Service test-service-p6qvl in namespace services-1619 with labels: map[test-service:patched test-service-static:true] + Feb 7 08:46:54.864: INFO: Service test-service-p6qvl patched + STEP: deleting the service 02/07/23 08:46:54.864 + STEP: watching for the Service to be deleted 02/07/23 08:46:54.874 + Feb 7 08:46:54.876: INFO: Observed event: ADDED + Feb 7 08:46:54.876: INFO: Observed event: MODIFIED + Feb 7 08:46:54.876: INFO: Observed event: MODIFIED + Feb 7 08:46:54.876: INFO: Observed event: MODIFIED + Feb 7 08:46:54.876: INFO: Found Service test-service-p6qvl in namespace services-1619 with labels: map[test-service:patched test-service-static:true] & annotations: map[patchedstatus:true] + Feb 7 08:46:54.876: INFO: Service test-service-p6qvl deleted + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:54.876: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-1619" for this suite. 02/07/23 08:46:54.88 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-apps] ControllerRevision [Serial] + should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 +[BeforeEach] [sig-apps] ControllerRevision [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:54.885 +Feb 7 08:46:54.885: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename controllerrevisions 02/07/23 08:46:54.887 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:54.896 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:54.899 +[BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:93 +[It] should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 +STEP: Creating DaemonSet "e2e-pgfs2-daemon-set" 02/07/23 08:46:54.917 +STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:46:54.921 +Feb 7 08:46:54.926: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 0 +Feb 7 08:46:54.926: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:46:55.936: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 0 +Feb 7 08:46:55.936: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:46:56.941: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 2 +Feb 7 08:46:56.941: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset e2e-pgfs2-daemon-set +STEP: Confirm DaemonSet "e2e-pgfs2-daemon-set" successfully created with "daemonset-name=e2e-pgfs2-daemon-set" label 02/07/23 08:46:56.945 +STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-pgfs2-daemon-set" 02/07/23 08:46:56.954 +Feb 7 08:46:56.959: INFO: Located ControllerRevision: "e2e-pgfs2-daemon-set-7c4d7655df" +STEP: Patching ControllerRevision "e2e-pgfs2-daemon-set-7c4d7655df" 02/07/23 08:46:56.962 +Feb 7 08:46:56.972: INFO: e2e-pgfs2-daemon-set-7c4d7655df has been patched +STEP: Create a new ControllerRevision 02/07/23 08:46:56.972 +Feb 7 08:46:56.985: INFO: Created ControllerRevision: e2e-pgfs2-daemon-set-69df7f79c +STEP: Confirm that there are two ControllerRevisions 02/07/23 08:46:56.985 +Feb 7 08:46:56.985: INFO: Requesting list of ControllerRevisions to confirm quantity +Feb 7 08:46:56.989: INFO: Found 2 ControllerRevisions +STEP: Deleting ControllerRevision "e2e-pgfs2-daemon-set-7c4d7655df" 02/07/23 08:46:56.989 +STEP: Confirm that there is only one ControllerRevision 02/07/23 08:46:56.997 +Feb 7 08:46:56.997: INFO: Requesting list of ControllerRevisions to confirm quantity +Feb 7 08:46:57.001: INFO: Found 1 ControllerRevisions +STEP: Updating ControllerRevision "e2e-pgfs2-daemon-set-69df7f79c" 02/07/23 08:46:57.004 +Feb 7 08:46:57.013: INFO: e2e-pgfs2-daemon-set-69df7f79c has been updated +STEP: Generate another ControllerRevision by patching the Daemonset 02/07/23 08:46:57.013 +W0207 08:46:57.033181 20 warnings.go:70] unknown field "updateStrategy" +STEP: Confirm that there are two ControllerRevisions 02/07/23 08:46:57.033 +Feb 7 08:46:57.033: INFO: Requesting list of ControllerRevisions to confirm quantity +Feb 7 08:46:58.037: INFO: Requesting list of ControllerRevisions to confirm quantity +Feb 7 08:46:58.043: INFO: Found 2 ControllerRevisions +STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-pgfs2-daemon-set-69df7f79c=updated" 02/07/23 08:46:58.043 +STEP: Confirm that there is only one ControllerRevision 02/07/23 08:46:58.055 +Feb 7 08:46:58.055: INFO: Requesting list of ControllerRevisions to confirm quantity +Feb 7 08:46:58.060: INFO: Found 1 ControllerRevisions +Feb 7 08:46:58.064: INFO: ControllerRevision "e2e-pgfs2-daemon-set-84755d75fb" has revision 3 +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 +STEP: Deleting DaemonSet "e2e-pgfs2-daemon-set" 02/07/23 08:46:58.068 +STEP: deleting DaemonSet.extensions e2e-pgfs2-daemon-set in namespace controllerrevisions-8277, will wait for the garbage collector to delete the pods 02/07/23 08:46:58.068 +Feb 7 08:46:58.132: INFO: Deleting DaemonSet.extensions e2e-pgfs2-daemon-set took: 10.562725ms +Feb 7 08:46:58.232: INFO: Terminating DaemonSet.extensions e2e-pgfs2-daemon-set pods took: 100.324536ms +Feb 7 08:46:59.738: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 0 +Feb 7 08:46:59.738: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-pgfs2-daemon-set +Feb 7 08:46:59.742: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"33056"},"items":null} + +Feb 7 08:46:59.748: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"33056"},"items":null} + +[AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:46:59.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] ControllerRevision [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] ControllerRevision [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "controllerrevisions-8277" for this suite. 02/07/23 08:46:59.77 +------------------------------ +• [4.890 seconds] +[sig-apps] ControllerRevision [Serial] +test/e2e/apps/framework.go:23 + should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] ControllerRevision [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:54.885 + Feb 7 08:46:54.885: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename controllerrevisions 02/07/23 08:46:54.887 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:54.896 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:54.899 + [BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:93 + [It] should manage the lifecycle of a ControllerRevision [Conformance] + test/e2e/apps/controller_revision.go:124 + STEP: Creating DaemonSet "e2e-pgfs2-daemon-set" 02/07/23 08:46:54.917 + STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:46:54.921 + Feb 7 08:46:54.926: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 0 + Feb 7 08:46:54.926: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:46:55.936: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 0 + Feb 7 08:46:55.936: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:46:56.941: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 2 + Feb 7 08:46:56.941: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset e2e-pgfs2-daemon-set + STEP: Confirm DaemonSet "e2e-pgfs2-daemon-set" successfully created with "daemonset-name=e2e-pgfs2-daemon-set" label 02/07/23 08:46:56.945 + STEP: Listing all ControllerRevisions with label "daemonset-name=e2e-pgfs2-daemon-set" 02/07/23 08:46:56.954 + Feb 7 08:46:56.959: INFO: Located ControllerRevision: "e2e-pgfs2-daemon-set-7c4d7655df" + STEP: Patching ControllerRevision "e2e-pgfs2-daemon-set-7c4d7655df" 02/07/23 08:46:56.962 + Feb 7 08:46:56.972: INFO: e2e-pgfs2-daemon-set-7c4d7655df has been patched + STEP: Create a new ControllerRevision 02/07/23 08:46:56.972 + Feb 7 08:46:56.985: INFO: Created ControllerRevision: e2e-pgfs2-daemon-set-69df7f79c + STEP: Confirm that there are two ControllerRevisions 02/07/23 08:46:56.985 + Feb 7 08:46:56.985: INFO: Requesting list of ControllerRevisions to confirm quantity + Feb 7 08:46:56.989: INFO: Found 2 ControllerRevisions + STEP: Deleting ControllerRevision "e2e-pgfs2-daemon-set-7c4d7655df" 02/07/23 08:46:56.989 + STEP: Confirm that there is only one ControllerRevision 02/07/23 08:46:56.997 + Feb 7 08:46:56.997: INFO: Requesting list of ControllerRevisions to confirm quantity + Feb 7 08:46:57.001: INFO: Found 1 ControllerRevisions + STEP: Updating ControllerRevision "e2e-pgfs2-daemon-set-69df7f79c" 02/07/23 08:46:57.004 + Feb 7 08:46:57.013: INFO: e2e-pgfs2-daemon-set-69df7f79c has been updated + STEP: Generate another ControllerRevision by patching the Daemonset 02/07/23 08:46:57.013 + W0207 08:46:57.033181 20 warnings.go:70] unknown field "updateStrategy" + STEP: Confirm that there are two ControllerRevisions 02/07/23 08:46:57.033 + Feb 7 08:46:57.033: INFO: Requesting list of ControllerRevisions to confirm quantity + Feb 7 08:46:58.037: INFO: Requesting list of ControllerRevisions to confirm quantity + Feb 7 08:46:58.043: INFO: Found 2 ControllerRevisions + STEP: Removing a ControllerRevision via 'DeleteCollection' with labelSelector: "e2e-pgfs2-daemon-set-69df7f79c=updated" 02/07/23 08:46:58.043 + STEP: Confirm that there is only one ControllerRevision 02/07/23 08:46:58.055 + Feb 7 08:46:58.055: INFO: Requesting list of ControllerRevisions to confirm quantity + Feb 7 08:46:58.060: INFO: Found 1 ControllerRevisions + Feb 7 08:46:58.064: INFO: ControllerRevision "e2e-pgfs2-daemon-set-84755d75fb" has revision 3 + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/apps/controller_revision.go:58 + STEP: Deleting DaemonSet "e2e-pgfs2-daemon-set" 02/07/23 08:46:58.068 + STEP: deleting DaemonSet.extensions e2e-pgfs2-daemon-set in namespace controllerrevisions-8277, will wait for the garbage collector to delete the pods 02/07/23 08:46:58.068 + Feb 7 08:46:58.132: INFO: Deleting DaemonSet.extensions e2e-pgfs2-daemon-set took: 10.562725ms + Feb 7 08:46:58.232: INFO: Terminating DaemonSet.extensions e2e-pgfs2-daemon-set pods took: 100.324536ms + Feb 7 08:46:59.738: INFO: Number of nodes with available pods controlled by daemonset e2e-pgfs2-daemon-set: 0 + Feb 7 08:46:59.738: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset e2e-pgfs2-daemon-set + Feb 7 08:46:59.742: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"33056"},"items":null} + + Feb 7 08:46:59.748: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"33056"},"items":null} + + [AfterEach] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:46:59.764: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] ControllerRevision [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] ControllerRevision [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] ControllerRevision [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "controllerrevisions-8277" for this suite. 02/07/23 08:46:59.77 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:56 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:46:59.777 +Feb 7 08:46:59.777: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:46:59.779 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:59.789 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:59.793 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:56 +STEP: Creating projection with secret that has name projected-secret-test-019c38da-1e0b-47ea-a1e9-b4edd5553fde 02/07/23 08:46:59.796 +STEP: Creating a pod to test consume secrets 02/07/23 08:46:59.804 +Feb 7 08:46:59.812: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2" in namespace "projected-8770" to be "Succeeded or Failed" +Feb 7 08:46:59.816: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.597608ms +Feb 7 08:47:01.824: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012542176s +Feb 7 08:47:03.822: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010270304s +STEP: Saw pod success 02/07/23 08:47:03.822 +Feb 7 08:47:03.822: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2" satisfied condition "Succeeded or Failed" +Feb 7 08:47:03.827: INFO: Trying to get logs from node node2 pod pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2 container projected-secret-volume-test: +STEP: delete the pod 02/07/23 08:47:03.836 +Feb 7 08:47:03.852: INFO: Waiting for pod pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2 to disappear +Feb 7 08:47:03.855: INFO: Pod pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:03.855: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-8770" for this suite. 02/07/23 08:47:03.86 +------------------------------ +• [4.089 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:56 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:46:59.777 + Feb 7 08:46:59.777: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:46:59.779 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:46:59.789 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:46:59.793 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:56 + STEP: Creating projection with secret that has name projected-secret-test-019c38da-1e0b-47ea-a1e9-b4edd5553fde 02/07/23 08:46:59.796 + STEP: Creating a pod to test consume secrets 02/07/23 08:46:59.804 + Feb 7 08:46:59.812: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2" in namespace "projected-8770" to be "Succeeded or Failed" + Feb 7 08:46:59.816: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.597608ms + Feb 7 08:47:01.824: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012542176s + Feb 7 08:47:03.822: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010270304s + STEP: Saw pod success 02/07/23 08:47:03.822 + Feb 7 08:47:03.822: INFO: Pod "pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2" satisfied condition "Succeeded or Failed" + Feb 7 08:47:03.827: INFO: Trying to get logs from node node2 pod pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2 container projected-secret-volume-test: + STEP: delete the pod 02/07/23 08:47:03.836 + Feb 7 08:47:03.852: INFO: Waiting for pod pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2 to disappear + Feb 7 08:47:03.855: INFO: Pod pod-projected-secrets-f6571ce5-c413-47fe-a44d-d7f3e49449f2 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:03.855: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-8770" for this suite. 02/07/23 08:47:03.86 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] HostPort + validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 +[BeforeEach] [sig-network] HostPort + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:03.868 +Feb 7 08:47:03.868: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename hostport 02/07/23 08:47:03.87 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:03.883 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:03.886 +[BeforeEach] [sig-network] HostPort + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] HostPort + test/e2e/network/hostport.go:49 +[It] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 +STEP: Trying to create a pod(pod1) with hostport 54323 and hostIP 127.0.0.1 and expect scheduled 02/07/23 08:47:03.892 +Feb 7 08:47:03.902: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-9617" to be "running and ready" +Feb 7 08:47:03.905: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.917737ms +Feb 7 08:47:03.905: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:47:05.912: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 2.009852451s +Feb 7 08:47:05.912: INFO: The phase of Pod pod1 is Running (Ready = false) +Feb 7 08:47:07.912: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 4.009330682s +Feb 7 08:47:07.912: INFO: The phase of Pod pod1 is Running (Ready = true) +Feb 7 08:47:07.912: INFO: Pod "pod1" satisfied condition "running and ready" +STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 172.30.41.42 on the node which pod1 resides and expect scheduled 02/07/23 08:47:07.912 +Feb 7 08:47:07.921: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-9617" to be "running and ready" +Feb 7 08:47:07.925: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.825264ms +Feb 7 08:47:07.925: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:47:09.932: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.011311982s +Feb 7 08:47:09.932: INFO: The phase of Pod pod2 is Running (Ready = true) +Feb 7 08:47:09.932: INFO: Pod "pod2" satisfied condition "running and ready" +STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 172.30.41.42 but use UDP protocol on the node which pod2 resides 02/07/23 08:47:09.932 +Feb 7 08:47:09.941: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-9617" to be "running and ready" +Feb 7 08:47:09.949: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 8.233099ms +Feb 7 08:47:09.949: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:47:11.954: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 2.013443234s +Feb 7 08:47:11.955: INFO: The phase of Pod pod3 is Running (Ready = true) +Feb 7 08:47:11.955: INFO: Pod "pod3" satisfied condition "running and ready" +Feb 7 08:47:11.964: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-9617" to be "running and ready" +Feb 7 08:47:11.969: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 5.396245ms +Feb 7 08:47:11.969: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:47:13.975: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.011710095s +Feb 7 08:47:13.975: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) +Feb 7 08:47:13.975: INFO: Pod "e2e-host-exec" satisfied condition "running and ready" +STEP: checking connectivity from pod e2e-host-exec to serverIP: 127.0.0.1, port: 54323 02/07/23 08:47:13.98 +Feb 7 08:47:13.980: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 172.30.41.42 http://127.0.0.1:54323/hostname] Namespace:hostport-9617 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:47:13.980: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:47:13.981: INFO: ExecWithOptions: Clientset creation +Feb 7 08:47:13.982: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/hostport-9617/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+172.30.41.42+http%3A%2F%2F127.0.0.1%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.30.41.42, port: 54323 02/07/23 08:47:14.064 +Feb 7 08:47:14.064: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://172.30.41.42:54323/hostname] Namespace:hostport-9617 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:47:14.064: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:47:14.065: INFO: ExecWithOptions: Clientset creation +Feb 7 08:47:14.065: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/hostport-9617/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F172.30.41.42%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.30.41.42, port: 54323 UDP 02/07/23 08:47:14.172 +Feb 7 08:47:14.173: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 172.30.41.42 54323] Namespace:hostport-9617 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:47:14.173: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:47:14.173: INFO: ExecWithOptions: Clientset creation +Feb 7 08:47:14.173: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/hostport-9617/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+172.30.41.42+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) +[AfterEach] [sig-network] HostPort + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:19.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] HostPort + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] HostPort + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] HostPort + tear down framework | framework.go:193 +STEP: Destroying namespace "hostport-9617" for this suite. 02/07/23 08:47:19.27 +------------------------------ +• [SLOW TEST] [15.411 seconds] +[sig-network] HostPort +test/e2e/network/common/framework.go:23 + validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] HostPort + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:03.868 + Feb 7 08:47:03.868: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename hostport 02/07/23 08:47:03.87 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:03.883 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:03.886 + [BeforeEach] [sig-network] HostPort + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] HostPort + test/e2e/network/hostport.go:49 + [It] validates that there is no conflict between pods with same hostPort but different hostIP and protocol [LinuxOnly] [Conformance] + test/e2e/network/hostport.go:63 + STEP: Trying to create a pod(pod1) with hostport 54323 and hostIP 127.0.0.1 and expect scheduled 02/07/23 08:47:03.892 + Feb 7 08:47:03.902: INFO: Waiting up to 5m0s for pod "pod1" in namespace "hostport-9617" to be "running and ready" + Feb 7 08:47:03.905: INFO: Pod "pod1": Phase="Pending", Reason="", readiness=false. Elapsed: 2.917737ms + Feb 7 08:47:03.905: INFO: The phase of Pod pod1 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:47:05.912: INFO: Pod "pod1": Phase="Running", Reason="", readiness=false. Elapsed: 2.009852451s + Feb 7 08:47:05.912: INFO: The phase of Pod pod1 is Running (Ready = false) + Feb 7 08:47:07.912: INFO: Pod "pod1": Phase="Running", Reason="", readiness=true. Elapsed: 4.009330682s + Feb 7 08:47:07.912: INFO: The phase of Pod pod1 is Running (Ready = true) + Feb 7 08:47:07.912: INFO: Pod "pod1" satisfied condition "running and ready" + STEP: Trying to create another pod(pod2) with hostport 54323 but hostIP 172.30.41.42 on the node which pod1 resides and expect scheduled 02/07/23 08:47:07.912 + Feb 7 08:47:07.921: INFO: Waiting up to 5m0s for pod "pod2" in namespace "hostport-9617" to be "running and ready" + Feb 7 08:47:07.925: INFO: Pod "pod2": Phase="Pending", Reason="", readiness=false. Elapsed: 4.825264ms + Feb 7 08:47:07.925: INFO: The phase of Pod pod2 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:47:09.932: INFO: Pod "pod2": Phase="Running", Reason="", readiness=true. Elapsed: 2.011311982s + Feb 7 08:47:09.932: INFO: The phase of Pod pod2 is Running (Ready = true) + Feb 7 08:47:09.932: INFO: Pod "pod2" satisfied condition "running and ready" + STEP: Trying to create a third pod(pod3) with hostport 54323, hostIP 172.30.41.42 but use UDP protocol on the node which pod2 resides 02/07/23 08:47:09.932 + Feb 7 08:47:09.941: INFO: Waiting up to 5m0s for pod "pod3" in namespace "hostport-9617" to be "running and ready" + Feb 7 08:47:09.949: INFO: Pod "pod3": Phase="Pending", Reason="", readiness=false. Elapsed: 8.233099ms + Feb 7 08:47:09.949: INFO: The phase of Pod pod3 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:47:11.954: INFO: Pod "pod3": Phase="Running", Reason="", readiness=true. Elapsed: 2.013443234s + Feb 7 08:47:11.955: INFO: The phase of Pod pod3 is Running (Ready = true) + Feb 7 08:47:11.955: INFO: Pod "pod3" satisfied condition "running and ready" + Feb 7 08:47:11.964: INFO: Waiting up to 5m0s for pod "e2e-host-exec" in namespace "hostport-9617" to be "running and ready" + Feb 7 08:47:11.969: INFO: Pod "e2e-host-exec": Phase="Pending", Reason="", readiness=false. Elapsed: 5.396245ms + Feb 7 08:47:11.969: INFO: The phase of Pod e2e-host-exec is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:47:13.975: INFO: Pod "e2e-host-exec": Phase="Running", Reason="", readiness=true. Elapsed: 2.011710095s + Feb 7 08:47:13.975: INFO: The phase of Pod e2e-host-exec is Running (Ready = true) + Feb 7 08:47:13.975: INFO: Pod "e2e-host-exec" satisfied condition "running and ready" + STEP: checking connectivity from pod e2e-host-exec to serverIP: 127.0.0.1, port: 54323 02/07/23 08:47:13.98 + Feb 7 08:47:13.980: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 --interface 172.30.41.42 http://127.0.0.1:54323/hostname] Namespace:hostport-9617 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:47:13.980: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:47:13.981: INFO: ExecWithOptions: Clientset creation + Feb 7 08:47:13.982: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/hostport-9617/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+--interface+172.30.41.42+http%3A%2F%2F127.0.0.1%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.30.41.42, port: 54323 02/07/23 08:47:14.064 + Feb 7 08:47:14.064: INFO: ExecWithOptions {Command:[/bin/sh -c curl -g --connect-timeout 5 http://172.30.41.42:54323/hostname] Namespace:hostport-9617 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:47:14.064: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:47:14.065: INFO: ExecWithOptions: Clientset creation + Feb 7 08:47:14.065: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/hostport-9617/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=curl+-g+--connect-timeout+5+http%3A%2F%2F172.30.41.42%3A54323%2Fhostname&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + STEP: checking connectivity from pod e2e-host-exec to serverIP: 172.30.41.42, port: 54323 UDP 02/07/23 08:47:14.172 + Feb 7 08:47:14.173: INFO: ExecWithOptions {Command:[/bin/sh -c echo hostname | nc -u -w 5 172.30.41.42 54323] Namespace:hostport-9617 PodName:e2e-host-exec ContainerName:e2e-host-exec Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:47:14.173: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:47:14.173: INFO: ExecWithOptions: Clientset creation + Feb 7 08:47:14.173: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/hostport-9617/pods/e2e-host-exec/exec?command=%2Fbin%2Fsh&command=-c&command=echo+hostname+%7C+nc+-u+-w+5+172.30.41.42+54323&container=e2e-host-exec&container=e2e-host-exec&stderr=true&stdout=true) + [AfterEach] [sig-network] HostPort + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:19.263: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] HostPort + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] HostPort + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] HostPort + tear down framework | framework.go:193 + STEP: Destroying namespace "hostport-9617" for this suite. 02/07/23 08:47:19.27 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:147 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:19.28 +Feb 7 08:47:19.280: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:47:19.282 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:19.301 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:19.304 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:147 +STEP: Creating a pod to test emptydir 0777 on tmpfs 02/07/23 08:47:19.308 +Feb 7 08:47:19.315: INFO: Waiting up to 5m0s for pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc" in namespace "emptydir-2343" to be "Succeeded or Failed" +Feb 7 08:47:19.317: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011857ms +Feb 7 08:47:21.325: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009875515s +Feb 7 08:47:23.325: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009206955s +STEP: Saw pod success 02/07/23 08:47:23.325 +Feb 7 08:47:23.325: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc" satisfied condition "Succeeded or Failed" +Feb 7 08:47:23.332: INFO: Trying to get logs from node node2 pod pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc container test-container: +STEP: delete the pod 02/07/23 08:47:23.341 +Feb 7 08:47:23.353: INFO: Waiting for pod pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc to disappear +Feb 7 08:47:23.357: INFO: Pod pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:23.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-2343" for this suite. 02/07/23 08:47:23.362 +------------------------------ +• [4.087 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:147 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:19.28 + Feb 7 08:47:19.280: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:47:19.282 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:19.301 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:19.304 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:147 + STEP: Creating a pod to test emptydir 0777 on tmpfs 02/07/23 08:47:19.308 + Feb 7 08:47:19.315: INFO: Waiting up to 5m0s for pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc" in namespace "emptydir-2343" to be "Succeeded or Failed" + Feb 7 08:47:19.317: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011857ms + Feb 7 08:47:21.325: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009875515s + Feb 7 08:47:23.325: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009206955s + STEP: Saw pod success 02/07/23 08:47:23.325 + Feb 7 08:47:23.325: INFO: Pod "pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc" satisfied condition "Succeeded or Failed" + Feb 7 08:47:23.332: INFO: Trying to get logs from node node2 pod pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc container test-container: + STEP: delete the pod 02/07/23 08:47:23.341 + Feb 7 08:47:23.353: INFO: Waiting for pod pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc to disappear + Feb 7 08:47:23.357: INFO: Pod pod-85da8cfc-ef91-4194-a5d4-d0d94768a6fc no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:23.357: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-2343" for this suite. 02/07/23 08:47:23.362 + << End Captured GinkgoWriter Output +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:153 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:23.368 +Feb 7 08:47:23.368: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:47:23.37 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:23.384 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:23.388 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:153 +Feb 7 08:47:23.392: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 02/07/23 08:47:24.903 +Feb 7 08:47:24.903: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 create -f -' +Feb 7 08:47:25.644: INFO: stderr: "" +Feb 7 08:47:25.644: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Feb 7 08:47:25.644: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 delete e2e-test-crd-publish-openapi-4238-crds test-cr' +Feb 7 08:47:25.772: INFO: stderr: "" +Feb 7 08:47:25.772: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +Feb 7 08:47:25.772: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 apply -f -' +Feb 7 08:47:26.022: INFO: stderr: "" +Feb 7 08:47:26.022: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" +Feb 7 08:47:26.022: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 delete e2e-test-crd-publish-openapi-4238-crds test-cr' +Feb 7 08:47:26.142: INFO: stderr: "" +Feb 7 08:47:26.142: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" +STEP: kubectl explain works to explain CR without validation schema 02/07/23 08:47:26.142 +Feb 7 08:47:26.143: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 explain e2e-test-crd-publish-openapi-4238-crds' +Feb 7 08:47:26.386: INFO: stderr: "" +Feb 7 08:47:26.386: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-4238-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:27.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-214" for this suite. 02/07/23 08:47:27.903 +------------------------------ +• [4.539 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:153 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:23.368 + Feb 7 08:47:23.368: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:47:23.37 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:23.384 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:23.388 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for CRD without validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:153 + Feb 7 08:47:23.392: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: kubectl validation (kubectl create and apply) allows request with any unknown properties 02/07/23 08:47:24.903 + Feb 7 08:47:24.903: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 create -f -' + Feb 7 08:47:25.644: INFO: stderr: "" + Feb 7 08:47:25.644: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Feb 7 08:47:25.644: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 delete e2e-test-crd-publish-openapi-4238-crds test-cr' + Feb 7 08:47:25.772: INFO: stderr: "" + Feb 7 08:47:25.772: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + Feb 7 08:47:25.772: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 apply -f -' + Feb 7 08:47:26.022: INFO: stderr: "" + Feb 7 08:47:26.022: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com/test-cr created\n" + Feb 7 08:47:26.022: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 --namespace=crd-publish-openapi-214 delete e2e-test-crd-publish-openapi-4238-crds test-cr' + Feb 7 08:47:26.142: INFO: stderr: "" + Feb 7 08:47:26.142: INFO: stdout: "e2e-test-crd-publish-openapi-4238-crd.crd-publish-openapi-test-empty.example.com \"test-cr\" deleted\n" + STEP: kubectl explain works to explain CR without validation schema 02/07/23 08:47:26.142 + Feb 7 08:47:26.143: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-214 explain e2e-test-crd-publish-openapi-4238-crds' + Feb 7 08:47:26.386: INFO: stderr: "" + Feb 7 08:47:26.386: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-4238-crd\nVERSION: crd-publish-openapi-test-empty.example.com/v1\n\nDESCRIPTION:\n \n" + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:27.896: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-214" for this suite. 02/07/23 08:47:27.903 + << End Captured GinkgoWriter Output +------------------------------ +S +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:341 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:27.908 +Feb 7 08:47:27.908: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:47:27.909 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:27.924 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:27.928 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:47:27.942 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:47:28.232 +STEP: Deploying the webhook pod 02/07/23 08:47:28.248 +STEP: Wait for the deployment to be ready 02/07/23 08:47:28.313 +Feb 7 08:47:28.322: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:47:30.335 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:47:30.347 +Feb 7 08:47:31.348: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:341 +Feb 7 08:47:31.354: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-1-crds.webhook.example.com via the AdmissionRegistration API 02/07/23 08:47:31.871 +STEP: Creating a custom resource that should be mutated by the webhook 02/07/23 08:47:31.896 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:34.450: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-5377" for this suite. 02/07/23 08:47:34.494 +STEP: Destroying namespace "webhook-5377-markers" for this suite. 02/07/23 08:47:34.498 +------------------------------ +• [SLOW TEST] [6.598 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:341 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:27.908 + Feb 7 08:47:27.908: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:47:27.909 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:27.924 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:27.928 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:47:27.942 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:47:28.232 + STEP: Deploying the webhook pod 02/07/23 08:47:28.248 + STEP: Wait for the deployment to be ready 02/07/23 08:47:28.313 + Feb 7 08:47:28.322: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:47:30.335 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:47:30.347 + Feb 7 08:47:31.348: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource with pruning [Conformance] + test/e2e/apimachinery/webhook.go:341 + Feb 7 08:47:31.354: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-1-crds.webhook.example.com via the AdmissionRegistration API 02/07/23 08:47:31.871 + STEP: Creating a custom resource that should be mutated by the webhook 02/07/23 08:47:31.896 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:34.450: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-5377" for this suite. 02/07/23 08:47:34.494 + STEP: Destroying namespace "webhook-5377-markers" for this suite. 02/07/23 08:47:34.498 + << End Captured GinkgoWriter Output +------------------------------ +SS +------------------------------ +[sig-node] Container Lifecycle Hook when create a pod with lifecycle hook + should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:167 +[BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:34.508 +Feb 7 08:47:34.508: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 08:47:34.515 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:34.526 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:34.528 +[BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 +STEP: create the container to handle the HTTPGet hook request. 02/07/23 08:47:34.533 +Feb 7 08:47:34.542: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-8150" to be "running and ready" +Feb 7 08:47:34.545: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.648826ms +Feb 7 08:47:34.545: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:47:36.553: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.011592666s +Feb 7 08:47:36.553: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) +Feb 7 08:47:36.553: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" +[It] should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:167 +STEP: create the pod with lifecycle hook 02/07/23 08:47:36.56 +Feb 7 08:47:36.571: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-8150" to be "running and ready" +Feb 7 08:47:36.577: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 5.635581ms +Feb 7 08:47:36.577: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:47:38.583: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.01207037s +Feb 7 08:47:38.583: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) +Feb 7 08:47:38.583: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" +STEP: check poststart hook 02/07/23 08:47:38.588 +STEP: delete the pod with lifecycle hook 02/07/23 08:47:38.616 +Feb 7 08:47:38.625: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Feb 7 08:47:38.630: INFO: Pod pod-with-poststart-http-hook still exists +Feb 7 08:47:40.631: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Feb 7 08:47:40.637: INFO: Pod pod-with-poststart-http-hook still exists +Feb 7 08:47:42.631: INFO: Waiting for pod pod-with-poststart-http-hook to disappear +Feb 7 08:47:42.639: INFO: Pod pod-with-poststart-http-hook no longer exists +[AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:42.639: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 +STEP: Destroying namespace "container-lifecycle-hook-8150" for this suite. 02/07/23 08:47:42.647 +------------------------------ +• [SLOW TEST] [8.151 seconds] +[sig-node] Container Lifecycle Hook +test/e2e/common/node/framework.go:23 + when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:46 + should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:167 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Container Lifecycle Hook + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:34.508 + Feb 7 08:47:34.508: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename container-lifecycle-hook 02/07/23 08:47:34.515 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:34.526 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:34.528 + [BeforeEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] when create a pod with lifecycle hook + test/e2e/common/node/lifecycle_hook.go:77 + STEP: create the container to handle the HTTPGet hook request. 02/07/23 08:47:34.533 + Feb 7 08:47:34.542: INFO: Waiting up to 5m0s for pod "pod-handle-http-request" in namespace "container-lifecycle-hook-8150" to be "running and ready" + Feb 7 08:47:34.545: INFO: Pod "pod-handle-http-request": Phase="Pending", Reason="", readiness=false. Elapsed: 3.648826ms + Feb 7 08:47:34.545: INFO: The phase of Pod pod-handle-http-request is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:47:36.553: INFO: Pod "pod-handle-http-request": Phase="Running", Reason="", readiness=true. Elapsed: 2.011592666s + Feb 7 08:47:36.553: INFO: The phase of Pod pod-handle-http-request is Running (Ready = true) + Feb 7 08:47:36.553: INFO: Pod "pod-handle-http-request" satisfied condition "running and ready" + [It] should execute poststart http hook properly [NodeConformance] [Conformance] + test/e2e/common/node/lifecycle_hook.go:167 + STEP: create the pod with lifecycle hook 02/07/23 08:47:36.56 + Feb 7 08:47:36.571: INFO: Waiting up to 5m0s for pod "pod-with-poststart-http-hook" in namespace "container-lifecycle-hook-8150" to be "running and ready" + Feb 7 08:47:36.577: INFO: Pod "pod-with-poststart-http-hook": Phase="Pending", Reason="", readiness=false. Elapsed: 5.635581ms + Feb 7 08:47:36.577: INFO: The phase of Pod pod-with-poststart-http-hook is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:47:38.583: INFO: Pod "pod-with-poststart-http-hook": Phase="Running", Reason="", readiness=true. Elapsed: 2.01207037s + Feb 7 08:47:38.583: INFO: The phase of Pod pod-with-poststart-http-hook is Running (Ready = true) + Feb 7 08:47:38.583: INFO: Pod "pod-with-poststart-http-hook" satisfied condition "running and ready" + STEP: check poststart hook 02/07/23 08:47:38.588 + STEP: delete the pod with lifecycle hook 02/07/23 08:47:38.616 + Feb 7 08:47:38.625: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Feb 7 08:47:38.630: INFO: Pod pod-with-poststart-http-hook still exists + Feb 7 08:47:40.631: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Feb 7 08:47:40.637: INFO: Pod pod-with-poststart-http-hook still exists + Feb 7 08:47:42.631: INFO: Waiting for pod pod-with-poststart-http-hook to disappear + Feb 7 08:47:42.639: INFO: Pod pod-with-poststart-http-hook no longer exists + [AfterEach] [sig-node] Container Lifecycle Hook + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:42.639: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Container Lifecycle Hook + tear down framework | framework.go:193 + STEP: Destroying namespace "container-lifecycle-hook-8150" for this suite. 02/07/23 08:47:42.647 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] CronJob + should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +[BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:42.659 +Feb 7 08:47:42.659: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename cronjob 02/07/23 08:47:42.66 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:42.68 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:42.682 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 +[It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 +STEP: Creating a cronjob 02/07/23 08:47:42.685 +STEP: creating 02/07/23 08:47:42.685 +STEP: getting 02/07/23 08:47:42.689 +STEP: listing 02/07/23 08:47:42.691 +STEP: watching 02/07/23 08:47:42.694 +Feb 7 08:47:42.694: INFO: starting watch +STEP: cluster-wide listing 02/07/23 08:47:42.695 +STEP: cluster-wide watching 02/07/23 08:47:42.697 +Feb 7 08:47:42.697: INFO: starting watch +STEP: patching 02/07/23 08:47:42.698 +STEP: updating 02/07/23 08:47:42.703 +Feb 7 08:47:42.721: INFO: waiting for watch events with expected annotations +Feb 7 08:47:42.721: INFO: saw patched and updated annotations +STEP: patching /status 02/07/23 08:47:42.721 +STEP: updating /status 02/07/23 08:47:42.726 +STEP: get /status 02/07/23 08:47:42.732 +STEP: deleting 02/07/23 08:47:42.735 +STEP: deleting a collection 02/07/23 08:47:42.75 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:42.761: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 +STEP: Destroying namespace "cronjob-8494" for this suite. 02/07/23 08:47:42.765 +------------------------------ +• [0.112 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:42.659 + Feb 7 08:47:42.659: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename cronjob 02/07/23 08:47:42.66 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:42.68 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:42.682 + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 + [It] should support CronJob API operations [Conformance] + test/e2e/apps/cronjob.go:319 + STEP: Creating a cronjob 02/07/23 08:47:42.685 + STEP: creating 02/07/23 08:47:42.685 + STEP: getting 02/07/23 08:47:42.689 + STEP: listing 02/07/23 08:47:42.691 + STEP: watching 02/07/23 08:47:42.694 + Feb 7 08:47:42.694: INFO: starting watch + STEP: cluster-wide listing 02/07/23 08:47:42.695 + STEP: cluster-wide watching 02/07/23 08:47:42.697 + Feb 7 08:47:42.697: INFO: starting watch + STEP: patching 02/07/23 08:47:42.698 + STEP: updating 02/07/23 08:47:42.703 + Feb 7 08:47:42.721: INFO: waiting for watch events with expected annotations + Feb 7 08:47:42.721: INFO: saw patched and updated annotations + STEP: patching /status 02/07/23 08:47:42.721 + STEP: updating /status 02/07/23 08:47:42.726 + STEP: get /status 02/07/23 08:47:42.732 + STEP: deleting 02/07/23 08:47:42.735 + STEP: deleting a collection 02/07/23 08:47:42.75 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:42.761: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 + STEP: Destroying namespace "cronjob-8494" for this suite. 02/07/23 08:47:42.765 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] Variable Expansion + should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:92 +[BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:42.771 +Feb 7 08:47:42.771: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename var-expansion 02/07/23 08:47:42.772 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:42.782 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:42.785 +[BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 +[It] should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:92 +STEP: Creating a pod to test substitution in container's args 02/07/23 08:47:42.788 +Feb 7 08:47:42.795: INFO: Waiting up to 5m0s for pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676" in namespace "var-expansion-3263" to be "Succeeded or Failed" +Feb 7 08:47:42.800: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Pending", Reason="", readiness=false. Elapsed: 4.565681ms +Feb 7 08:47:44.805: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Running", Reason="", readiness=true. Elapsed: 2.009638028s +Feb 7 08:47:46.806: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Running", Reason="", readiness=false. Elapsed: 4.011020478s +Feb 7 08:47:48.804: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009195549s +STEP: Saw pod success 02/07/23 08:47:48.804 +Feb 7 08:47:48.805: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676" satisfied condition "Succeeded or Failed" +Feb 7 08:47:48.808: INFO: Trying to get logs from node node2 pod var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676 container dapi-container: +STEP: delete the pod 02/07/23 08:47:48.815 +Feb 7 08:47:48.824: INFO: Waiting for pod var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676 to disappear +Feb 7 08:47:48.827: INFO: Pod var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676 no longer exists +[AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 +Feb 7 08:47:48.828: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 +STEP: Destroying namespace "var-expansion-3263" for this suite. 02/07/23 08:47:48.832 +------------------------------ +• [SLOW TEST] [6.066 seconds] +[sig-node] Variable Expansion +test/e2e/common/node/framework.go:23 + should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:92 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Variable Expansion + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:42.771 + Feb 7 08:47:42.771: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename var-expansion 02/07/23 08:47:42.772 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:42.782 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:42.785 + [BeforeEach] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:31 + [It] should allow substituting values in a container's args [NodeConformance] [Conformance] + test/e2e/common/node/expansion.go:92 + STEP: Creating a pod to test substitution in container's args 02/07/23 08:47:42.788 + Feb 7 08:47:42.795: INFO: Waiting up to 5m0s for pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676" in namespace "var-expansion-3263" to be "Succeeded or Failed" + Feb 7 08:47:42.800: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Pending", Reason="", readiness=false. Elapsed: 4.565681ms + Feb 7 08:47:44.805: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Running", Reason="", readiness=true. Elapsed: 2.009638028s + Feb 7 08:47:46.806: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Running", Reason="", readiness=false. Elapsed: 4.011020478s + Feb 7 08:47:48.804: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676": Phase="Succeeded", Reason="", readiness=false. Elapsed: 6.009195549s + STEP: Saw pod success 02/07/23 08:47:48.804 + Feb 7 08:47:48.805: INFO: Pod "var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676" satisfied condition "Succeeded or Failed" + Feb 7 08:47:48.808: INFO: Trying to get logs from node node2 pod var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676 container dapi-container: + STEP: delete the pod 02/07/23 08:47:48.815 + Feb 7 08:47:48.824: INFO: Waiting for pod var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676 to disappear + Feb 7 08:47:48.827: INFO: Pod var-expansion-40e9f526-3a18-476a-b06f-b3b9a8f2b676 no longer exists + [AfterEach] [sig-node] Variable Expansion + test/e2e/framework/node/init/init.go:32 + Feb 7 08:47:48.828: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Variable Expansion + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Variable Expansion + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Variable Expansion + tear down framework | framework.go:193 + STEP: Destroying namespace "var-expansion-3263" for this suite. 02/07/23 08:47:48.832 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] CronJob + should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +[BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:47:48.838 +Feb 7 08:47:48.838: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename cronjob 02/07/23 08:47:48.839 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:48.851 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:48.857 +[BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 +[It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 +STEP: Creating a cronjob 02/07/23 08:47:48.86 +STEP: Ensuring more than one job is running at a time 02/07/23 08:47:48.864 +STEP: Ensuring at least two running jobs exists by listing jobs explicitly 02/07/23 08:49:00.871 +STEP: Removing cronjob 02/07/23 08:49:00.876 +[AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:00.881: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 +STEP: Destroying namespace "cronjob-7971" for this suite. 02/07/23 08:49:00.886 +------------------------------ +• [SLOW TEST] [72.063 seconds] +[sig-apps] CronJob +test/e2e/apps/framework.go:23 + should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] CronJob + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:47:48.838 + Feb 7 08:47:48.838: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename cronjob 02/07/23 08:47:48.839 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:47:48.851 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:47:48.857 + [BeforeEach] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:31 + [It] should schedule multiple jobs concurrently [Conformance] + test/e2e/apps/cronjob.go:69 + STEP: Creating a cronjob 02/07/23 08:47:48.86 + STEP: Ensuring more than one job is running at a time 02/07/23 08:47:48.864 + STEP: Ensuring at least two running jobs exists by listing jobs explicitly 02/07/23 08:49:00.871 + STEP: Removing cronjob 02/07/23 08:49:00.876 + [AfterEach] [sig-apps] CronJob + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:00.881: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] CronJob + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] CronJob + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] CronJob + tear down framework | framework.go:193 + STEP: Destroying namespace "cronjob-7971" for this suite. 02/07/23 08:49:00.886 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSS +------------------------------ +[sig-network] IngressClass API + should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 +[BeforeEach] [sig-network] IngressClass API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:00.903 +Feb 7 08:49:00.903: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename ingressclass 02/07/23 08:49:00.904 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:00.921 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:00.926 +[BeforeEach] [sig-network] IngressClass API + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] IngressClass API + test/e2e/network/ingressclass.go:211 +[It] should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 +STEP: getting /apis 02/07/23 08:49:00.934 +STEP: getting /apis/networking.k8s.io 02/07/23 08:49:00.936 +STEP: getting /apis/networking.k8s.iov1 02/07/23 08:49:00.937 +STEP: creating 02/07/23 08:49:00.938 +STEP: getting 02/07/23 08:49:00.949 +STEP: listing 02/07/23 08:49:00.951 +STEP: watching 02/07/23 08:49:00.953 +Feb 7 08:49:00.953: INFO: starting watch +STEP: patching 02/07/23 08:49:00.953 +STEP: updating 02/07/23 08:49:00.956 +Feb 7 08:49:00.959: INFO: waiting for watch events with expected annotations +Feb 7 08:49:00.959: INFO: saw patched and updated annotations +STEP: deleting 02/07/23 08:49:00.959 +STEP: deleting a collection 02/07/23 08:49:00.968 +[AfterEach] [sig-network] IngressClass API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:00.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] IngressClass API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] IngressClass API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] IngressClass API + tear down framework | framework.go:193 +STEP: Destroying namespace "ingressclass-7221" for this suite. 02/07/23 08:49:00.978 +------------------------------ +• [0.079 seconds] +[sig-network] IngressClass API +test/e2e/network/common/framework.go:23 + should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] IngressClass API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:00.903 + Feb 7 08:49:00.903: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename ingressclass 02/07/23 08:49:00.904 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:00.921 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:00.926 + [BeforeEach] [sig-network] IngressClass API + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] IngressClass API + test/e2e/network/ingressclass.go:211 + [It] should support creating IngressClass API operations [Conformance] + test/e2e/network/ingressclass.go:223 + STEP: getting /apis 02/07/23 08:49:00.934 + STEP: getting /apis/networking.k8s.io 02/07/23 08:49:00.936 + STEP: getting /apis/networking.k8s.iov1 02/07/23 08:49:00.937 + STEP: creating 02/07/23 08:49:00.938 + STEP: getting 02/07/23 08:49:00.949 + STEP: listing 02/07/23 08:49:00.951 + STEP: watching 02/07/23 08:49:00.953 + Feb 7 08:49:00.953: INFO: starting watch + STEP: patching 02/07/23 08:49:00.953 + STEP: updating 02/07/23 08:49:00.956 + Feb 7 08:49:00.959: INFO: waiting for watch events with expected annotations + Feb 7 08:49:00.959: INFO: saw patched and updated annotations + STEP: deleting 02/07/23 08:49:00.959 + STEP: deleting a collection 02/07/23 08:49:00.968 + [AfterEach] [sig-network] IngressClass API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:00.976: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] IngressClass API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] IngressClass API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] IngressClass API + tear down framework | framework.go:193 + STEP: Destroying namespace "ingressclass-7221" for this suite. 02/07/23 08:49:00.978 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:221 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:00.982 +Feb 7 08:49:00.982: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:49:00.983 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:00.993 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:00.995 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:49:01.011 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:49:01.612 +STEP: Deploying the webhook pod 02/07/23 08:49:01.624 +STEP: Wait for the deployment to be ready 02/07/23 08:49:01.695 +Feb 7 08:49:01.704: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:49:03.72 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:49:03.734 +Feb 7 08:49:04.735: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:221 +Feb 7 08:49:04.741: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Registering the custom resource webhook via the AdmissionRegistration API 02/07/23 08:49:05.258 +STEP: Creating a custom resource that should be denied by the webhook 02/07/23 08:49:05.284 +STEP: Creating a custom resource whose deletion would be denied by the webhook 02/07/23 08:49:07.347 +STEP: Updating the custom resource with disallowed data should be denied 02/07/23 08:49:07.358 +STEP: Deleting the custom resource should be denied 02/07/23 08:49:07.369 +STEP: Remove the offending key and value from the custom resource data 02/07/23 08:49:07.377 +STEP: Deleting the updated custom resource should be successful 02/07/23 08:49:07.387 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:07.915: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-5800" for this suite. 02/07/23 08:49:08.006 +STEP: Destroying namespace "webhook-5800-markers" for this suite. 02/07/23 08:49:08.01 +------------------------------ +• [SLOW TEST] [7.037 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:221 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:00.982 + Feb 7 08:49:00.982: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:49:00.983 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:00.993 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:00.995 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:49:01.011 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:49:01.612 + STEP: Deploying the webhook pod 02/07/23 08:49:01.624 + STEP: Wait for the deployment to be ready 02/07/23 08:49:01.695 + Feb 7 08:49:01.704: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:49:03.72 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:49:03.734 + Feb 7 08:49:04.735: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should be able to deny custom resource creation, update and deletion [Conformance] + test/e2e/apimachinery/webhook.go:221 + Feb 7 08:49:04.741: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Registering the custom resource webhook via the AdmissionRegistration API 02/07/23 08:49:05.258 + STEP: Creating a custom resource that should be denied by the webhook 02/07/23 08:49:05.284 + STEP: Creating a custom resource whose deletion would be denied by the webhook 02/07/23 08:49:07.347 + STEP: Updating the custom resource with disallowed data should be denied 02/07/23 08:49:07.358 + STEP: Deleting the custom resource should be denied 02/07/23 08:49:07.369 + STEP: Remove the offending key and value from the custom resource data 02/07/23 08:49:07.377 + STEP: Deleting the updated custom resource should be successful 02/07/23 08:49:07.387 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:07.915: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-5800" for this suite. 02/07/23 08:49:08.006 + STEP: Destroying namespace "webhook-5800-markers" for this suite. 02/07/23 08:49:08.01 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSS +------------------------------ +[sig-storage] Secrets + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:386 +[BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:08.019 +Feb 7 08:49:08.019: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename secrets 02/07/23 08:49:08.02 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:08.03 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:08.032 +[BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 +[It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:386 +[AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:08.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 +STEP: Destroying namespace "secrets-6365" for this suite. 02/07/23 08:49:08.079 +------------------------------ +• [0.063 seconds] +[sig-storage] Secrets +test/e2e/common/storage/framework.go:23 + should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:386 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Secrets + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:08.019 + Feb 7 08:49:08.019: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename secrets 02/07/23 08:49:08.02 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:08.03 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:08.032 + [BeforeEach] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:31 + [It] should be immutable if `immutable` field is set [Conformance] + test/e2e/common/storage/secrets_volume.go:386 + [AfterEach] [sig-storage] Secrets + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:08.076: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Secrets + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Secrets + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Secrets + tear down framework | framework.go:193 + STEP: Destroying namespace "secrets-6365" for this suite. 02/07/23 08:49:08.079 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSS +------------------------------ +[sig-network] Services + should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2213 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:08.083 +Feb 7 08:49:08.083: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:49:08.083 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:08.095 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:08.098 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2213 +STEP: creating service in namespace services-1150 02/07/23 08:49:08.101 +STEP: creating service affinity-clusterip-transition in namespace services-1150 02/07/23 08:49:08.101 +STEP: creating replication controller affinity-clusterip-transition in namespace services-1150 02/07/23 08:49:08.11 +I0207 08:49:08.115258 20 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-1150, replica count: 3 +I0207 08:49:11.166418 20 runners.go:193] affinity-clusterip-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 08:49:11.172: INFO: Creating new exec pod +Feb 7 08:49:11.175: INFO: Waiting up to 5m0s for pod "execpod-affinitymnv95" in namespace "services-1150" to be "running" +Feb 7 08:49:11.177: INFO: Pod "execpod-affinitymnv95": Phase="Pending", Reason="", readiness=false. Elapsed: 1.935105ms +Feb 7 08:49:13.180: INFO: Pod "execpod-affinitymnv95": Phase="Running", Reason="", readiness=true. Elapsed: 2.004907338s +Feb 7 08:49:13.180: INFO: Pod "execpod-affinitymnv95" satisfied condition "running" +Feb 7 08:49:14.182: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c nc -v -z -w 2 affinity-clusterip-transition 80' +Feb 7 08:49:14.404: INFO: stderr: "+ nc -v -z -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" +Feb 7 08:49:14.404: INFO: stdout: "" +Feb 7 08:49:14.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c nc -v -z -w 2 10.108.242.113 80' +Feb 7 08:49:14.594: INFO: stderr: "+ nc -v -z -w 2 10.108.242.113 80\nConnection to 10.108.242.113 80 port [tcp/http] succeeded!\n" +Feb 7 08:49:14.594: INFO: stdout: "" +Feb 7 08:49:14.604: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.108.242.113:80/ ; done' +Feb 7 08:49:14.948: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n" +Feb 7 08:49:14.948: INFO: stdout: "\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-hh7js\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-hh7js\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-xbgmd" +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-hh7js +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-hh7js +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks +Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:14.962: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.108.242.113:80/ ; done' +Feb 7 08:49:15.225: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n" +Feb 7 08:49:15.225: INFO: stdout: "\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd" +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd +Feb 7 08:49:15.225: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-1150, will wait for the garbage collector to delete the pods 02/07/23 08:49:15.24 +Feb 7 08:49:15.300: INFO: Deleting ReplicationController affinity-clusterip-transition took: 7.695742ms +Feb 7 08:49:15.400: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.427469ms +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:17.441: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-1150" for this suite. 02/07/23 08:49:17.444 +------------------------------ +• [SLOW TEST] [9.367 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2213 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:08.083 + Feb 7 08:49:08.083: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:49:08.083 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:08.095 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:08.098 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance] + test/e2e/network/service.go:2213 + STEP: creating service in namespace services-1150 02/07/23 08:49:08.101 + STEP: creating service affinity-clusterip-transition in namespace services-1150 02/07/23 08:49:08.101 + STEP: creating replication controller affinity-clusterip-transition in namespace services-1150 02/07/23 08:49:08.11 + I0207 08:49:08.115258 20 runners.go:193] Created replication controller with name: affinity-clusterip-transition, namespace: services-1150, replica count: 3 + I0207 08:49:11.166418 20 runners.go:193] affinity-clusterip-transition Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 08:49:11.172: INFO: Creating new exec pod + Feb 7 08:49:11.175: INFO: Waiting up to 5m0s for pod "execpod-affinitymnv95" in namespace "services-1150" to be "running" + Feb 7 08:49:11.177: INFO: Pod "execpod-affinitymnv95": Phase="Pending", Reason="", readiness=false. Elapsed: 1.935105ms + Feb 7 08:49:13.180: INFO: Pod "execpod-affinitymnv95": Phase="Running", Reason="", readiness=true. Elapsed: 2.004907338s + Feb 7 08:49:13.180: INFO: Pod "execpod-affinitymnv95" satisfied condition "running" + Feb 7 08:49:14.182: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c nc -v -z -w 2 affinity-clusterip-transition 80' + Feb 7 08:49:14.404: INFO: stderr: "+ nc -v -z -w 2 affinity-clusterip-transition 80\nConnection to affinity-clusterip-transition 80 port [tcp/http] succeeded!\n" + Feb 7 08:49:14.404: INFO: stdout: "" + Feb 7 08:49:14.404: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c nc -v -z -w 2 10.108.242.113 80' + Feb 7 08:49:14.594: INFO: stderr: "+ nc -v -z -w 2 10.108.242.113 80\nConnection to 10.108.242.113 80 port [tcp/http] succeeded!\n" + Feb 7 08:49:14.594: INFO: stdout: "" + Feb 7 08:49:14.604: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.108.242.113:80/ ; done' + Feb 7 08:49:14.948: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n" + Feb 7 08:49:14.948: INFO: stdout: "\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-hh7js\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-hh7js\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-nnfks\naffinity-clusterip-transition-xbgmd" + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-hh7js + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-hh7js + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-nnfks + Feb 7 08:49:14.948: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:14.962: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-1150 exec execpod-affinitymnv95 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://10.108.242.113:80/ ; done' + Feb 7 08:49:15.225: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n+ echo\n+ curl -q -s --connect-timeout 2 http://10.108.242.113:80/\n" + Feb 7 08:49:15.225: INFO: stdout: "\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd\naffinity-clusterip-transition-xbgmd" + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Received response from host: affinity-clusterip-transition-xbgmd + Feb 7 08:49:15.225: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-clusterip-transition in namespace services-1150, will wait for the garbage collector to delete the pods 02/07/23 08:49:15.24 + Feb 7 08:49:15.300: INFO: Deleting ReplicationController affinity-clusterip-transition took: 7.695742ms + Feb 7 08:49:15.400: INFO: Terminating ReplicationController affinity-clusterip-transition pods took: 100.427469ms + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:17.441: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-1150" for this suite. 02/07/23 08:49:17.444 + << End Captured GinkgoWriter Output +------------------------------ +[sig-storage] Projected downwardAPI + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:162 +[BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:17.45 +Feb 7 08:49:17.450: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:49:17.452 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:17.464 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:17.468 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 +[It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:162 +STEP: Creating the pod 02/07/23 08:49:17.472 +Feb 7 08:49:17.478: INFO: Waiting up to 5m0s for pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0" in namespace "projected-1910" to be "running and ready" +Feb 7 08:49:17.482: INFO: Pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.15817ms +Feb 7 08:49:17.482: INFO: The phase of Pod annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:49:19.489: INFO: Pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0": Phase="Running", Reason="", readiness=true. Elapsed: 2.010082804s +Feb 7 08:49:19.489: INFO: The phase of Pod annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0 is Running (Ready = true) +Feb 7 08:49:19.489: INFO: Pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0" satisfied condition "running and ready" +Feb 7 08:49:20.031: INFO: Successfully updated pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0" +[AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:22.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-1910" for this suite. 02/07/23 08:49:22.058 +------------------------------ +• [4.618 seconds] +[sig-storage] Projected downwardAPI +test/e2e/common/storage/framework.go:23 + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:162 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected downwardAPI + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:17.45 + Feb 7 08:49:17.450: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:49:17.452 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:17.464 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:17.468 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Projected downwardAPI + test/e2e/common/storage/projected_downwardapi.go:44 + [It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/projected_downwardapi.go:162 + STEP: Creating the pod 02/07/23 08:49:17.472 + Feb 7 08:49:17.478: INFO: Waiting up to 5m0s for pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0" in namespace "projected-1910" to be "running and ready" + Feb 7 08:49:17.482: INFO: Pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.15817ms + Feb 7 08:49:17.482: INFO: The phase of Pod annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:49:19.489: INFO: Pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0": Phase="Running", Reason="", readiness=true. Elapsed: 2.010082804s + Feb 7 08:49:19.489: INFO: The phase of Pod annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0 is Running (Ready = true) + Feb 7 08:49:19.489: INFO: Pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0" satisfied condition "running and ready" + Feb 7 08:49:20.031: INFO: Successfully updated pod "annotationupdate9a9f2d67-828e-493e-aebd-748afb87eab0" + [AfterEach] [sig-storage] Projected downwardAPI + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:22.052: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected downwardAPI + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-1910" for this suite. 02/07/23 08:49:22.058 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:75 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:22.069 +Feb 7 08:49:22.069: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:49:22.071 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:22.09 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:22.093 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:75 +STEP: Counting existing ResourceQuota 02/07/23 08:49:22.097 +STEP: Creating a ResourceQuota 02/07/23 08:49:27.104 +STEP: Ensuring resource quota status is calculated 02/07/23 08:49:27.168 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:29.176: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-7895" for this suite. 02/07/23 08:49:29.182 +------------------------------ +• [SLOW TEST] [7.122 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:75 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:22.069 + Feb 7 08:49:22.069: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:49:22.071 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:22.09 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:22.093 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and ensure its status is promptly calculated. [Conformance] + test/e2e/apimachinery/resource_quota.go:75 + STEP: Counting existing ResourceQuota 02/07/23 08:49:22.097 + STEP: Creating a ResourceQuota 02/07/23 08:49:27.104 + STEP: Ensuring resource quota status is calculated 02/07/23 08:49:27.168 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:29.176: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-7895" for this suite. 02/07/23 08:49:29.182 + << End Captured GinkgoWriter Output +------------------------------ +SSS +------------------------------ +[sig-scheduling] LimitRange + should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:61 +[BeforeEach] [sig-scheduling] LimitRange + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:29.192 +Feb 7 08:49:29.192: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename limitrange 02/07/23 08:49:29.194 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:29.209 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:29.212 +[BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:31 +[It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:61 +STEP: Creating a LimitRange 02/07/23 08:49:29.215 +STEP: Setting up watch 02/07/23 08:49:29.216 +STEP: Submitting a LimitRange 02/07/23 08:49:29.319 +STEP: Verifying LimitRange creation was observed 02/07/23 08:49:29.328 +STEP: Fetching the LimitRange to ensure it has proper values 02/07/23 08:49:29.329 +Feb 7 08:49:29.333: INFO: Verifying requests: expected map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] with actual map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] +Feb 7 08:49:29.333: INFO: Verifying limits: expected map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] +STEP: Creating a Pod with no resource requirements 02/07/23 08:49:29.333 +STEP: Ensuring Pod has resource requirements applied from LimitRange 02/07/23 08:49:29.341 +Feb 7 08:49:29.346: INFO: Verifying requests: expected map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] with actual map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] +Feb 7 08:49:29.346: INFO: Verifying limits: expected map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] +STEP: Creating a Pod with partial resource requirements 02/07/23 08:49:29.346 +STEP: Ensuring Pod has merged resource requirements applied from LimitRange 02/07/23 08:49:29.352 +Feb 7 08:49:29.355: INFO: Verifying requests: expected map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{161061273600 0} {} 150Gi BinarySI} memory:{{157286400 0} {} 150Mi BinarySI}] with actual map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{161061273600 0} {} 150Gi BinarySI} memory:{{157286400 0} {} 150Mi BinarySI}] +Feb 7 08:49:29.355: INFO: Verifying limits: expected map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] +STEP: Failing to create a Pod with less than min resources 02/07/23 08:49:29.355 +STEP: Failing to create a Pod with more than max resources 02/07/23 08:49:29.357 +STEP: Updating a LimitRange 02/07/23 08:49:29.36 +STEP: Verifying LimitRange updating is effective 02/07/23 08:49:29.363 +STEP: Creating a Pod with less than former min resources 02/07/23 08:49:31.369 +STEP: Failing to create a Pod with more than max resources 02/07/23 08:49:31.375 +STEP: Deleting a LimitRange 02/07/23 08:49:31.38 +STEP: Verifying the LimitRange was deleted 02/07/23 08:49:31.39 +Feb 7 08:49:36.395: INFO: limitRange is already deleted +STEP: Creating a Pod with more than former max resources 02/07/23 08:49:36.395 +[AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:36.405: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] LimitRange + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] LimitRange + tear down framework | framework.go:193 +STEP: Destroying namespace "limitrange-2988" for this suite. 02/07/23 08:49:36.411 +------------------------------ +• [SLOW TEST] [7.225 seconds] +[sig-scheduling] LimitRange +test/e2e/scheduling/framework.go:40 + should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:61 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] LimitRange + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:29.192 + Feb 7 08:49:29.192: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename limitrange 02/07/23 08:49:29.194 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:29.209 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:29.212 + [BeforeEach] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:31 + [It] should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance] + test/e2e/scheduling/limit_range.go:61 + STEP: Creating a LimitRange 02/07/23 08:49:29.215 + STEP: Setting up watch 02/07/23 08:49:29.216 + STEP: Submitting a LimitRange 02/07/23 08:49:29.319 + STEP: Verifying LimitRange creation was observed 02/07/23 08:49:29.328 + STEP: Fetching the LimitRange to ensure it has proper values 02/07/23 08:49:29.329 + Feb 7 08:49:29.333: INFO: Verifying requests: expected map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] with actual map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] + Feb 7 08:49:29.333: INFO: Verifying limits: expected map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] + STEP: Creating a Pod with no resource requirements 02/07/23 08:49:29.333 + STEP: Ensuring Pod has resource requirements applied from LimitRange 02/07/23 08:49:29.341 + Feb 7 08:49:29.346: INFO: Verifying requests: expected map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] with actual map[cpu:{{100 -3} {} 100m DecimalSI} ephemeral-storage:{{214748364800 0} {} BinarySI} memory:{{209715200 0} {} BinarySI}] + Feb 7 08:49:29.346: INFO: Verifying limits: expected map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{500 -3} {} 500m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] + STEP: Creating a Pod with partial resource requirements 02/07/23 08:49:29.346 + STEP: Ensuring Pod has merged resource requirements applied from LimitRange 02/07/23 08:49:29.352 + Feb 7 08:49:29.355: INFO: Verifying requests: expected map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{161061273600 0} {} 150Gi BinarySI} memory:{{157286400 0} {} 150Mi BinarySI}] with actual map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{161061273600 0} {} 150Gi BinarySI} memory:{{157286400 0} {} 150Mi BinarySI}] + Feb 7 08:49:29.355: INFO: Verifying limits: expected map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] with actual map[cpu:{{300 -3} {} 300m DecimalSI} ephemeral-storage:{{536870912000 0} {} 500Gi BinarySI} memory:{{524288000 0} {} 500Mi BinarySI}] + STEP: Failing to create a Pod with less than min resources 02/07/23 08:49:29.355 + STEP: Failing to create a Pod with more than max resources 02/07/23 08:49:29.357 + STEP: Updating a LimitRange 02/07/23 08:49:29.36 + STEP: Verifying LimitRange updating is effective 02/07/23 08:49:29.363 + STEP: Creating a Pod with less than former min resources 02/07/23 08:49:31.369 + STEP: Failing to create a Pod with more than max resources 02/07/23 08:49:31.375 + STEP: Deleting a LimitRange 02/07/23 08:49:31.38 + STEP: Verifying the LimitRange was deleted 02/07/23 08:49:31.39 + Feb 7 08:49:36.395: INFO: limitRange is already deleted + STEP: Creating a Pod with more than former max resources 02/07/23 08:49:36.395 + [AfterEach] [sig-scheduling] LimitRange + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:36.405: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-scheduling] LimitRange + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] LimitRange + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] LimitRange + tear down framework | framework.go:193 + STEP: Destroying namespace "limitrange-2988" for this suite. 02/07/23 08:49:36.411 + << End Captured GinkgoWriter Output +------------------------------ +[sig-network] DNS + should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:36.416 +Feb 7 08:49:36.416: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 08:49:36.417 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:36.428 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:36.431 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@kubernetes.default.svc.cluster.local;check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@kubernetes.default.svc.cluster.local;sleep 1; done + 02/07/23 08:49:36.433 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@kubernetes.default.svc.cluster.local;check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@kubernetes.default.svc.cluster.local;sleep 1; done + 02/07/23 08:49:36.433 +STEP: creating a pod to probe DNS 02/07/23 08:49:36.434 +STEP: submitting the pod to kubernetes 02/07/23 08:49:36.434 +Feb 7 08:49:36.442: INFO: Waiting up to 15m0s for pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0" in namespace "dns-2991" to be "running" +Feb 7 08:49:36.445: INFO: Pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.045676ms +Feb 7 08:49:38.454: INFO: Pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0": Phase="Running", Reason="", readiness=true. Elapsed: 2.012062831s +Feb 7 08:49:38.454: INFO: Pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:49:38.454 +STEP: looking for the results for each expected name from probers 02/07/23 08:49:38.461 +Feb 7 08:49:38.483: INFO: DNS probes using dns-2991/dns-test-d980ea9a-c343-4887-bf88-8e02981195c0 succeeded + +STEP: deleting the pod 02/07/23 08:49:38.483 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:38.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-2991" for this suite. 02/07/23 08:49:38.498 +------------------------------ +• [2.087 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:36.416 + Feb 7 08:49:36.416: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 08:49:36.417 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:36.428 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:36.431 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should provide DNS for the cluster [Conformance] + test/e2e/network/dns.go:50 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_udp@kubernetes.default.svc.cluster.local;check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@kubernetes.default.svc.cluster.local;sleep 1; done + 02/07/23 08:49:36.433 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_udp@kubernetes.default.svc.cluster.local;check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/jessie_tcp@kubernetes.default.svc.cluster.local;sleep 1; done + 02/07/23 08:49:36.433 + STEP: creating a pod to probe DNS 02/07/23 08:49:36.434 + STEP: submitting the pod to kubernetes 02/07/23 08:49:36.434 + Feb 7 08:49:36.442: INFO: Waiting up to 15m0s for pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0" in namespace "dns-2991" to be "running" + Feb 7 08:49:36.445: INFO: Pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0": Phase="Pending", Reason="", readiness=false. Elapsed: 3.045676ms + Feb 7 08:49:38.454: INFO: Pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0": Phase="Running", Reason="", readiness=true. Elapsed: 2.012062831s + Feb 7 08:49:38.454: INFO: Pod "dns-test-d980ea9a-c343-4887-bf88-8e02981195c0" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:49:38.454 + STEP: looking for the results for each expected name from probers 02/07/23 08:49:38.461 + Feb 7 08:49:38.483: INFO: DNS probes using dns-2991/dns-test-d980ea9a-c343-4887-bf88-8e02981195c0 succeeded + + STEP: deleting the pod 02/07/23 08:49:38.483 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:38.495: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-2991" for this suite. 02/07/23 08:49:38.498 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:207 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:38.505 +Feb 7 08:49:38.505: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:49:38.506 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:38.515 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:38.518 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:207 +STEP: Creating a pod to test downward API volume plugin 02/07/23 08:49:38.521 +Feb 7 08:49:38.527: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867" in namespace "downward-api-3197" to be "Succeeded or Failed" +Feb 7 08:49:38.529: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867": Phase="Pending", Reason="", readiness=false. Elapsed: 2.114738ms +Feb 7 08:49:40.536: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00888014s +Feb 7 08:49:42.537: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010100432s +STEP: Saw pod success 02/07/23 08:49:42.537 +Feb 7 08:49:42.537: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867" satisfied condition "Succeeded or Failed" +Feb 7 08:49:42.543: INFO: Trying to get logs from node node2 pod downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867 container client-container: +STEP: delete the pod 02/07/23 08:49:42.556 +Feb 7 08:49:42.571: INFO: Waiting for pod downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867 to disappear +Feb 7 08:49:42.575: INFO: Pod downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867 no longer exists +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:42.575: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-3197" for this suite. 02/07/23 08:49:42.63 +------------------------------ +• [4.134 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:207 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:38.505 + Feb 7 08:49:38.505: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:49:38.506 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:38.515 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:38.518 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should provide container's memory limit [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:207 + STEP: Creating a pod to test downward API volume plugin 02/07/23 08:49:38.521 + Feb 7 08:49:38.527: INFO: Waiting up to 5m0s for pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867" in namespace "downward-api-3197" to be "Succeeded or Failed" + Feb 7 08:49:38.529: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867": Phase="Pending", Reason="", readiness=false. Elapsed: 2.114738ms + Feb 7 08:49:40.536: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867": Phase="Pending", Reason="", readiness=false. Elapsed: 2.00888014s + Feb 7 08:49:42.537: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010100432s + STEP: Saw pod success 02/07/23 08:49:42.537 + Feb 7 08:49:42.537: INFO: Pod "downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867" satisfied condition "Succeeded or Failed" + Feb 7 08:49:42.543: INFO: Trying to get logs from node node2 pod downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867 container client-container: + STEP: delete the pod 02/07/23 08:49:42.556 + Feb 7 08:49:42.571: INFO: Waiting for pod downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867 to disappear + Feb 7 08:49:42.575: INFO: Pod downwardapi-volume-e7509836-ff35-4e06-a208-fc0341d14867 no longer exists + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:42.575: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-3197" for this suite. 02/07/23 08:49:42.63 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Downward API + should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:90 +[BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:42.641 +Feb 7 08:49:42.642: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:49:42.644 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:42.661 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:42.664 +[BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 +[It] should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:90 +STEP: Creating a pod to test downward api env vars 02/07/23 08:49:42.667 +Feb 7 08:49:42.672: INFO: Waiting up to 5m0s for pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b" in namespace "downward-api-9286" to be "Succeeded or Failed" +Feb 7 08:49:42.675: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.720006ms +Feb 7 08:49:44.682: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009942325s +Feb 7 08:49:46.680: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007503334s +STEP: Saw pod success 02/07/23 08:49:46.68 +Feb 7 08:49:46.680: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b" satisfied condition "Succeeded or Failed" +Feb 7 08:49:46.684: INFO: Trying to get logs from node node2 pod downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b container dapi-container: +STEP: delete the pod 02/07/23 08:49:46.692 +Feb 7 08:49:46.698: INFO: Waiting for pod downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b to disappear +Feb 7 08:49:46.700: INFO: Pod downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b no longer exists +[AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:46.701: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-9286" for this suite. 02/07/23 08:49:46.705 +------------------------------ +• [4.070 seconds] +[sig-node] Downward API +test/e2e/common/node/framework.go:23 + should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:90 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Downward API + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:42.641 + Feb 7 08:49:42.642: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:49:42.644 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:42.661 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:42.664 + [BeforeEach] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:31 + [It] should provide host IP as an env var [NodeConformance] [Conformance] + test/e2e/common/node/downwardapi.go:90 + STEP: Creating a pod to test downward api env vars 02/07/23 08:49:42.667 + Feb 7 08:49:42.672: INFO: Waiting up to 5m0s for pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b" in namespace "downward-api-9286" to be "Succeeded or Failed" + Feb 7 08:49:42.675: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.720006ms + Feb 7 08:49:44.682: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b": Phase="Pending", Reason="", readiness=false. Elapsed: 2.009942325s + Feb 7 08:49:46.680: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.007503334s + STEP: Saw pod success 02/07/23 08:49:46.68 + Feb 7 08:49:46.680: INFO: Pod "downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b" satisfied condition "Succeeded or Failed" + Feb 7 08:49:46.684: INFO: Trying to get logs from node node2 pod downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b container dapi-container: + STEP: delete the pod 02/07/23 08:49:46.692 + Feb 7 08:49:46.698: INFO: Waiting for pod downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b to disappear + Feb 7 08:49:46.700: INFO: Pod downward-api-d8a19e1c-8a08-4a54-8dd5-41f2245efb1b no longer exists + [AfterEach] [sig-node] Downward API + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:46.701: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Downward API + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Downward API + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Downward API + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-9286" for this suite. 02/07/23 08:49:46.705 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] ConfigMap + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:240 +[BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:46.715 +Feb 7 08:49:46.715: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename configmap 02/07/23 08:49:46.717 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:46.728 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:46.731 +[BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:240 +STEP: Creating configMap with name cm-test-opt-del-fc2392d6-8961-4ea4-98f3-a94612989345 02/07/23 08:49:46.737 +STEP: Creating configMap with name cm-test-opt-upd-b1a4271b-20a3-4a0e-a0b4-b1e8cb786c3b 02/07/23 08:49:46.741 +STEP: Creating the pod 02/07/23 08:49:46.745 +Feb 7 08:49:46.753: INFO: Waiting up to 5m0s for pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f" in namespace "configmap-9885" to be "running and ready" +Feb 7 08:49:46.757: INFO: Pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.094057ms +Feb 7 08:49:46.757: INFO: The phase of Pod pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:49:48.765: INFO: Pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f": Phase="Running", Reason="", readiness=true. Elapsed: 2.011828417s +Feb 7 08:49:48.765: INFO: The phase of Pod pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f is Running (Ready = true) +Feb 7 08:49:48.765: INFO: Pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-fc2392d6-8961-4ea4-98f3-a94612989345 02/07/23 08:49:48.788 +STEP: Updating configmap cm-test-opt-upd-b1a4271b-20a3-4a0e-a0b4-b1e8cb786c3b 02/07/23 08:49:48.794 +STEP: Creating configMap with name cm-test-opt-create-567f6ccf-1428-4fa3-a149-4a2317b4b7b4 02/07/23 08:49:48.799 +STEP: waiting to observe update in volume 02/07/23 08:49:48.803 +[AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:50.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 +STEP: Destroying namespace "configmap-9885" for this suite. 02/07/23 08:49:50.847 +------------------------------ +• [4.140 seconds] +[sig-storage] ConfigMap +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:240 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] ConfigMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:46.715 + Feb 7 08:49:46.715: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename configmap 02/07/23 08:49:46.717 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:46.728 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:46.731 + [BeforeEach] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:31 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/configmap_volume.go:240 + STEP: Creating configMap with name cm-test-opt-del-fc2392d6-8961-4ea4-98f3-a94612989345 02/07/23 08:49:46.737 + STEP: Creating configMap with name cm-test-opt-upd-b1a4271b-20a3-4a0e-a0b4-b1e8cb786c3b 02/07/23 08:49:46.741 + STEP: Creating the pod 02/07/23 08:49:46.745 + Feb 7 08:49:46.753: INFO: Waiting up to 5m0s for pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f" in namespace "configmap-9885" to be "running and ready" + Feb 7 08:49:46.757: INFO: Pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f": Phase="Pending", Reason="", readiness=false. Elapsed: 4.094057ms + Feb 7 08:49:46.757: INFO: The phase of Pod pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:49:48.765: INFO: Pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f": Phase="Running", Reason="", readiness=true. Elapsed: 2.011828417s + Feb 7 08:49:48.765: INFO: The phase of Pod pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f is Running (Ready = true) + Feb 7 08:49:48.765: INFO: Pod "pod-configmaps-558b66a9-2238-481d-9bdc-4a49cbaf585f" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-fc2392d6-8961-4ea4-98f3-a94612989345 02/07/23 08:49:48.788 + STEP: Updating configmap cm-test-opt-upd-b1a4271b-20a3-4a0e-a0b4-b1e8cb786c3b 02/07/23 08:49:48.794 + STEP: Creating configMap with name cm-test-opt-create-567f6ccf-1428-4fa3-a149-4a2317b4b7b4 02/07/23 08:49:48.799 + STEP: waiting to observe update in volume 02/07/23 08:49:48.803 + [AfterEach] [sig-storage] ConfigMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:50.841: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] ConfigMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] ConfigMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] ConfigMap + tear down framework | framework.go:193 + STEP: Destroying namespace "configmap-9885" for this suite. 02/07/23 08:49:50.847 + << End Captured GinkgoWriter Output +------------------------------ +[sig-node] InitContainer [NodeConformance] + should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:177 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:50.857 +Feb 7 08:49:50.858: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename init-container 02/07/23 08:49:50.86 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:50.877 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:50.881 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 +[It] should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:177 +STEP: creating the pod 02/07/23 08:49:50.885 +Feb 7 08:49:50.885: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:49:56.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "init-container-9348" for this suite. 02/07/23 08:49:56.516 +------------------------------ +• [SLOW TEST] [5.663 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:177 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:50.857 + Feb 7 08:49:50.858: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename init-container 02/07/23 08:49:50.86 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:50.877 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:50.881 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 + [It] should invoke init containers on a RestartNever pod [Conformance] + test/e2e/common/node/init_container.go:177 + STEP: creating the pod 02/07/23 08:49:50.885 + Feb 7 08:49:50.885: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:49:56.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "init-container-9348" for this suite. 02/07/23 08:49:56.516 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:252 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:49:56.523 +Feb 7 08:49:56.524: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:49:56.525 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:56.534 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:56.537 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:49:56.547 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:49:56.976 +STEP: Deploying the webhook pod 02/07/23 08:49:56.988 +STEP: Wait for the deployment to be ready 02/07/23 08:49:57.013 +Feb 7 08:49:57.020: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:49:59.038 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:49:59.052 +Feb 7 08:50:00.053: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:252 +STEP: Registering the mutating configmap webhook via the AdmissionRegistration API 02/07/23 08:50:00.058 +STEP: create a configmap that should be updated by the webhook 02/07/23 08:50:00.089 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:50:00.116: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-1032" for this suite. 02/07/23 08:50:00.161 +STEP: Destroying namespace "webhook-1032-markers" for this suite. 02/07/23 08:50:00.166 +------------------------------ +• [3.651 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:252 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:49:56.523 + Feb 7 08:49:56.524: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:49:56.525 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:49:56.534 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:49:56.537 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:49:56.547 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:49:56.976 + STEP: Deploying the webhook pod 02/07/23 08:49:56.988 + STEP: Wait for the deployment to be ready 02/07/23 08:49:57.013 + Feb 7 08:49:57.020: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:49:59.038 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:49:59.052 + Feb 7 08:50:00.053: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate configmap [Conformance] + test/e2e/apimachinery/webhook.go:252 + STEP: Registering the mutating configmap webhook via the AdmissionRegistration API 02/07/23 08:50:00.058 + STEP: create a configmap that should be updated by the webhook 02/07/23 08:50:00.089 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:50:00.116: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-1032" for this suite. 02/07/23 08:50:00.161 + STEP: Destroying namespace "webhook-1032-markers" for this suite. 02/07/23 08:50:00.166 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-scheduling] SchedulerPredicates [Serial] + validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:331 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:50:00.175 +Feb 7 08:50:00.175: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-pred 02/07/23 08:50:00.176 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:00.194 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:00.196 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 +Feb 7 08:50:00.199: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready +Feb 7 08:50:00.204: INFO: Waiting for terminating namespaces to be deleted... +Feb 7 08:50:00.206: INFO: +Logging pods the apiserver thinks is on node node1 before test +Feb 7 08:50:00.212: INFO: calico-kube-controllers-5c4f88bff6-kq5vx from kube-system started at 2023-02-07 08:32:47 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container calico-kube-controllers ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container calico-node ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container coredns ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container autoscaler ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container etcd ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container kube-apiserver ready: true, restart count 1 +Feb 7 08:50:00.212: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container kube-controller-manager ready: true, restart count 1 +Feb 7 08:50:00.212: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container kube-scheduler ready: true, restart count 1 +Feb 7 08:50:00.212: INFO: metrics-server-575c65464c-jr4tp from kube-system started at 2023-02-07 08:32:47 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container metrics-server ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: local-path-provisioner-84d5b97df7-rmjpd from local-path-storage started at 2023-02-07 08:32:47 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container local-path-provisioner ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:50:00.212: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: Container systemd-logs ready: true, restart count 0 +Feb 7 08:50:00.212: INFO: +Logging pods the apiserver thinks is on node node2 before test +Feb 7 08:50:00.217: INFO: pod-init-f92cee38-72af-4cad-a821-957b40d24ac5 from init-container-9348 started at 2023-02-07 08:49:50 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container run1 ready: false, restart count 0 +Feb 7 08:50:00.217: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container calico-node ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: coredns-7759f8769f-2hv98 from kube-system started at 2023-02-07 08:40:33 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container coredns ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container kube-proxy ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container nginx-proxy ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container kube-sonobuoy ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container e2e ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) +Feb 7 08:50:00.217: INFO: Container sonobuoy-worker ready: true, restart count 0 +Feb 7 08:50:00.217: INFO: Container systemd-logs ready: true, restart count 0 +[It] validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:331 +STEP: verifying the node has the label node node1 02/07/23 08:50:00.231 +STEP: verifying the node has the label node node2 02/07/23 08:50:00.244 +Feb 7 08:50:00.255: INFO: Pod calico-kube-controllers-5c4f88bff6-kq5vx requesting resource cpu=30m on Node node1 +Feb 7 08:50:00.256: INFO: Pod calico-node-bzlpg requesting resource cpu=150m on Node node1 +Feb 7 08:50:00.256: INFO: Pod calico-node-tz6bh requesting resource cpu=150m on Node node2 +Feb 7 08:50:00.256: INFO: Pod coredns-7759f8769f-2hv98 requesting resource cpu=100m on Node node2 +Feb 7 08:50:00.256: INFO: Pod coredns-7759f8769f-nn4c8 requesting resource cpu=100m on Node node1 +Feb 7 08:50:00.256: INFO: Pod dns-autoscaler-59449f7494-knbtd requesting resource cpu=20m on Node node1 +Feb 7 08:50:00.256: INFO: Pod etcd-node1 requesting resource cpu=100m on Node node1 +Feb 7 08:50:00.256: INFO: Pod kube-apiserver-node1 requesting resource cpu=250m on Node node1 +Feb 7 08:50:00.256: INFO: Pod kube-controller-manager-node1 requesting resource cpu=200m on Node node1 +Feb 7 08:50:00.256: INFO: Pod kube-proxy-n56qj requesting resource cpu=0m on Node node2 +Feb 7 08:50:00.256: INFO: Pod kube-proxy-wcwqk requesting resource cpu=0m on Node node1 +Feb 7 08:50:00.256: INFO: Pod kube-scheduler-node1 requesting resource cpu=100m on Node node1 +Feb 7 08:50:00.256: INFO: Pod metrics-server-575c65464c-jr4tp requesting resource cpu=100m on Node node1 +Feb 7 08:50:00.256: INFO: Pod nginx-proxy-node2 requesting resource cpu=25m on Node node2 +Feb 7 08:50:00.256: INFO: Pod local-path-provisioner-84d5b97df7-rmjpd requesting resource cpu=0m on Node node1 +Feb 7 08:50:00.256: INFO: Pod sonobuoy requesting resource cpu=0m on Node node2 +Feb 7 08:50:00.256: INFO: Pod sonobuoy-e2e-job-cde867f26eff4c6f requesting resource cpu=0m on Node node2 +Feb 7 08:50:00.256: INFO: Pod sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr requesting resource cpu=0m on Node node1 +Feb 7 08:50:00.256: INFO: Pod sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n requesting resource cpu=0m on Node node2 +STEP: Starting Pods to consume most of the cluster CPU. 02/07/23 08:50:00.256 +Feb 7 08:50:00.256: INFO: Creating a pod which consumes cpu=2065m on Node node1 +Feb 7 08:50:00.264: INFO: Creating a pod which consumes cpu=2607m on Node node2 +Feb 7 08:50:00.269: INFO: Waiting up to 5m0s for pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58" in namespace "sched-pred-2007" to be "running" +Feb 7 08:50:00.274: INFO: Pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58": Phase="Pending", Reason="", readiness=false. Elapsed: 4.311927ms +Feb 7 08:50:02.279: INFO: Pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58": Phase="Running", Reason="", readiness=true. Elapsed: 2.00921054s +Feb 7 08:50:02.279: INFO: Pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58" satisfied condition "running" +Feb 7 08:50:02.279: INFO: Waiting up to 5m0s for pod "filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610" in namespace "sched-pred-2007" to be "running" +Feb 7 08:50:02.284: INFO: Pod "filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610": Phase="Running", Reason="", readiness=true. Elapsed: 5.112745ms +Feb 7 08:50:02.284: INFO: Pod "filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610" satisfied condition "running" +STEP: Creating another pod that requires unavailable amount of CPU. 02/07/23 08:50:02.284 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea8e82708c7], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2007/filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610 to node2] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea914178e53], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.9" already present on machine] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea915ac4735], Reason = [Created], Message = [Created container filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea91ffc79ce], Reason = [Started], Message = [Started container filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea8e7e3032b], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2007/filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58 to node1] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea9131d8574], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.9" already present on machine] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea914cc1821], Reason = [Created], Message = [Created container filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58] 02/07/23 08:50:02.29 +STEP: Considering event: +Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea91d5a19b2], Reason = [Started], Message = [Started container filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58] 02/07/23 08:50:02.291 +STEP: Considering event: +Type = [Warning], Name = [additional-pod.17417ea960f06e02], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod..] 02/07/23 08:50:02.304 +STEP: removing the label node off the node node2 02/07/23 08:50:03.307 +STEP: verifying the node doesn't have the label node 02/07/23 08:50:03.329 +STEP: removing the label node off the node node1 02/07/23 08:50:03.336 +STEP: verifying the node doesn't have the label node 02/07/23 08:50:03.345 +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:50:03.349: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-pred-2007" for this suite. 02/07/23 08:50:03.353 +------------------------------ +• [3.186 seconds] +[sig-scheduling] SchedulerPredicates [Serial] +test/e2e/scheduling/framework.go:40 + validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:331 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:50:00.175 + Feb 7 08:50:00.175: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-pred 02/07/23 08:50:00.176 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:00.194 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:00.196 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:97 + Feb 7 08:50:00.199: INFO: Waiting up to 1m0s for all (but 0) nodes to be ready + Feb 7 08:50:00.204: INFO: Waiting for terminating namespaces to be deleted... + Feb 7 08:50:00.206: INFO: + Logging pods the apiserver thinks is on node node1 before test + Feb 7 08:50:00.212: INFO: calico-kube-controllers-5c4f88bff6-kq5vx from kube-system started at 2023-02-07 08:32:47 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container calico-kube-controllers ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: calico-node-bzlpg from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container calico-node ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: coredns-7759f8769f-nn4c8 from kube-system started at 2023-02-07 07:03:07 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container coredns ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: dns-autoscaler-59449f7494-knbtd from kube-system started at 2023-02-07 07:03:11 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container autoscaler ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: etcd-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container etcd ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: kube-apiserver-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container kube-apiserver ready: true, restart count 1 + Feb 7 08:50:00.212: INFO: kube-controller-manager-node1 from kube-system started at 2023-02-07 07:04:02 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container kube-controller-manager ready: true, restart count 1 + Feb 7 08:50:00.212: INFO: kube-proxy-wcwqk from kube-system started at 2023-02-07 07:00:13 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: kube-scheduler-node1 from kube-system started at 2023-02-07 07:04:03 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container kube-scheduler ready: true, restart count 1 + Feb 7 08:50:00.212: INFO: metrics-server-575c65464c-jr4tp from kube-system started at 2023-02-07 08:32:47 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container metrics-server ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: local-path-provisioner-84d5b97df7-rmjpd from local-path-storage started at 2023-02-07 08:32:47 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container local-path-provisioner ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:50:00.212: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: Container systemd-logs ready: true, restart count 0 + Feb 7 08:50:00.212: INFO: + Logging pods the apiserver thinks is on node node2 before test + Feb 7 08:50:00.217: INFO: pod-init-f92cee38-72af-4cad-a821-957b40d24ac5 from init-container-9348 started at 2023-02-07 08:49:50 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container run1 ready: false, restart count 0 + Feb 7 08:50:00.217: INFO: calico-node-tz6bh from kube-system started at 2023-02-07 07:00:40 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container calico-node ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: coredns-7759f8769f-2hv98 from kube-system started at 2023-02-07 08:40:33 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container coredns ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: kube-proxy-n56qj from kube-system started at 2023-02-07 07:00:14 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container kube-proxy ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: nginx-proxy-node2 from kube-system started at 2023-02-07 06:59:57 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container nginx-proxy ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: sonobuoy from sonobuoy started at 2023-02-07 07:16:00 +0000 UTC (1 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container kube-sonobuoy ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: sonobuoy-e2e-job-cde867f26eff4c6f from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container e2e ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n from sonobuoy started at 2023-02-07 07:16:16 +0000 UTC (2 container statuses recorded) + Feb 7 08:50:00.217: INFO: Container sonobuoy-worker ready: true, restart count 0 + Feb 7 08:50:00.217: INFO: Container systemd-logs ready: true, restart count 0 + [It] validates resource limits of pods that are allowed to run [Conformance] + test/e2e/scheduling/predicates.go:331 + STEP: verifying the node has the label node node1 02/07/23 08:50:00.231 + STEP: verifying the node has the label node node2 02/07/23 08:50:00.244 + Feb 7 08:50:00.255: INFO: Pod calico-kube-controllers-5c4f88bff6-kq5vx requesting resource cpu=30m on Node node1 + Feb 7 08:50:00.256: INFO: Pod calico-node-bzlpg requesting resource cpu=150m on Node node1 + Feb 7 08:50:00.256: INFO: Pod calico-node-tz6bh requesting resource cpu=150m on Node node2 + Feb 7 08:50:00.256: INFO: Pod coredns-7759f8769f-2hv98 requesting resource cpu=100m on Node node2 + Feb 7 08:50:00.256: INFO: Pod coredns-7759f8769f-nn4c8 requesting resource cpu=100m on Node node1 + Feb 7 08:50:00.256: INFO: Pod dns-autoscaler-59449f7494-knbtd requesting resource cpu=20m on Node node1 + Feb 7 08:50:00.256: INFO: Pod etcd-node1 requesting resource cpu=100m on Node node1 + Feb 7 08:50:00.256: INFO: Pod kube-apiserver-node1 requesting resource cpu=250m on Node node1 + Feb 7 08:50:00.256: INFO: Pod kube-controller-manager-node1 requesting resource cpu=200m on Node node1 + Feb 7 08:50:00.256: INFO: Pod kube-proxy-n56qj requesting resource cpu=0m on Node node2 + Feb 7 08:50:00.256: INFO: Pod kube-proxy-wcwqk requesting resource cpu=0m on Node node1 + Feb 7 08:50:00.256: INFO: Pod kube-scheduler-node1 requesting resource cpu=100m on Node node1 + Feb 7 08:50:00.256: INFO: Pod metrics-server-575c65464c-jr4tp requesting resource cpu=100m on Node node1 + Feb 7 08:50:00.256: INFO: Pod nginx-proxy-node2 requesting resource cpu=25m on Node node2 + Feb 7 08:50:00.256: INFO: Pod local-path-provisioner-84d5b97df7-rmjpd requesting resource cpu=0m on Node node1 + Feb 7 08:50:00.256: INFO: Pod sonobuoy requesting resource cpu=0m on Node node2 + Feb 7 08:50:00.256: INFO: Pod sonobuoy-e2e-job-cde867f26eff4c6f requesting resource cpu=0m on Node node2 + Feb 7 08:50:00.256: INFO: Pod sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-lzlkr requesting resource cpu=0m on Node node1 + Feb 7 08:50:00.256: INFO: Pod sonobuoy-systemd-logs-daemon-set-64273f2a30ec4c65-xqv5n requesting resource cpu=0m on Node node2 + STEP: Starting Pods to consume most of the cluster CPU. 02/07/23 08:50:00.256 + Feb 7 08:50:00.256: INFO: Creating a pod which consumes cpu=2065m on Node node1 + Feb 7 08:50:00.264: INFO: Creating a pod which consumes cpu=2607m on Node node2 + Feb 7 08:50:00.269: INFO: Waiting up to 5m0s for pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58" in namespace "sched-pred-2007" to be "running" + Feb 7 08:50:00.274: INFO: Pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58": Phase="Pending", Reason="", readiness=false. Elapsed: 4.311927ms + Feb 7 08:50:02.279: INFO: Pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58": Phase="Running", Reason="", readiness=true. Elapsed: 2.00921054s + Feb 7 08:50:02.279: INFO: Pod "filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58" satisfied condition "running" + Feb 7 08:50:02.279: INFO: Waiting up to 5m0s for pod "filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610" in namespace "sched-pred-2007" to be "running" + Feb 7 08:50:02.284: INFO: Pod "filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610": Phase="Running", Reason="", readiness=true. Elapsed: 5.112745ms + Feb 7 08:50:02.284: INFO: Pod "filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610" satisfied condition "running" + STEP: Creating another pod that requires unavailable amount of CPU. 02/07/23 08:50:02.284 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea8e82708c7], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2007/filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610 to node2] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea914178e53], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.9" already present on machine] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea915ac4735], Reason = [Created], Message = [Created container filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610.17417ea91ffc79ce], Reason = [Started], Message = [Started container filler-pod-5b2aeaee-fec9-460e-a6be-2ec439a30610] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea8e7e3032b], Reason = [Scheduled], Message = [Successfully assigned sched-pred-2007/filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58 to node1] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea9131d8574], Reason = [Pulled], Message = [Container image "registry.k8s.io/pause:3.9" already present on machine] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea914cc1821], Reason = [Created], Message = [Created container filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58] 02/07/23 08:50:02.29 + STEP: Considering event: + Type = [Normal], Name = [filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58.17417ea91d5a19b2], Reason = [Started], Message = [Started container filler-pod-bbdc5305-c4cb-4286-bfb5-5b1d5780ca58] 02/07/23 08:50:02.291 + STEP: Considering event: + Type = [Warning], Name = [additional-pod.17417ea960f06e02], Reason = [FailedScheduling], Message = [0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod..] 02/07/23 08:50:02.304 + STEP: removing the label node off the node node2 02/07/23 08:50:03.307 + STEP: verifying the node doesn't have the label node 02/07/23 08:50:03.329 + STEP: removing the label node off the node node1 02/07/23 08:50:03.336 + STEP: verifying the node doesn't have the label node 02/07/23 08:50:03.345 + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:50:03.349: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/scheduling/predicates.go:88 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPredicates [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-pred-2007" for this suite. 02/07/23 08:50:03.353 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSS +------------------------------ +[sig-node] Containers + should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:39 +[BeforeEach] [sig-node] Containers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:50:03.364 +Feb 7 08:50:03.364: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename containers 02/07/23 08:50:03.365 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:03.379 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:03.38 +[BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 +[It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:39 +Feb 7 08:50:03.386: INFO: Waiting up to 5m0s for pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26" in namespace "containers-8032" to be "running" +Feb 7 08:50:03.389: INFO: Pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26": Phase="Pending", Reason="", readiness=false. Elapsed: 3.238366ms +Feb 7 08:50:05.396: INFO: Pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26": Phase="Running", Reason="", readiness=true. Elapsed: 2.009495112s +Feb 7 08:50:05.396: INFO: Pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26" satisfied condition "running" +[AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 +Feb 7 08:50:05.407: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 +STEP: Destroying namespace "containers-8032" for this suite. 02/07/23 08:50:05.413 +------------------------------ +• [2.062 seconds] +[sig-node] Containers +test/e2e/common/node/framework.go:23 + should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:39 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Containers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:50:03.364 + Feb 7 08:50:03.364: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename containers 02/07/23 08:50:03.365 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:03.379 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:03.38 + [BeforeEach] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:31 + [It] should use the image defaults if command and args are blank [NodeConformance] [Conformance] + test/e2e/common/node/containers.go:39 + Feb 7 08:50:03.386: INFO: Waiting up to 5m0s for pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26" in namespace "containers-8032" to be "running" + Feb 7 08:50:03.389: INFO: Pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26": Phase="Pending", Reason="", readiness=false. Elapsed: 3.238366ms + Feb 7 08:50:05.396: INFO: Pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26": Phase="Running", Reason="", readiness=true. Elapsed: 2.009495112s + Feb 7 08:50:05.396: INFO: Pod "client-containers-b1a50153-a82d-4778-9de4-fc226163cf26" satisfied condition "running" + [AfterEach] [sig-node] Containers + test/e2e/framework/node/init/init.go:32 + Feb 7 08:50:05.407: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Containers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Containers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Containers + tear down framework | framework.go:193 + STEP: Destroying namespace "containers-8032" for this suite. 02/07/23 08:50:05.413 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-storage] Downward API volume + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:130 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:50:05.427 +Feb 7 08:50:05.427: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:50:05.428 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:05.446 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:05.449 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:130 +STEP: Creating the pod 02/07/23 08:50:05.451 +Feb 7 08:50:05.458: INFO: Waiting up to 5m0s for pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383" in namespace "downward-api-8512" to be "running and ready" +Feb 7 08:50:05.464: INFO: Pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383": Phase="Pending", Reason="", readiness=false. Elapsed: 5.422025ms +Feb 7 08:50:05.464: INFO: The phase of Pod labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:50:07.470: INFO: Pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383": Phase="Running", Reason="", readiness=true. Elapsed: 2.011280804s +Feb 7 08:50:07.470: INFO: The phase of Pod labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383 is Running (Ready = true) +Feb 7 08:50:07.470: INFO: Pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383" satisfied condition "running and ready" +Feb 7 08:50:08.001: INFO: Successfully updated pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:50:12.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-8512" for this suite. 02/07/23 08:50:12.041 +------------------------------ +• [SLOW TEST] [6.623 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:130 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:50:05.427 + Feb 7 08:50:05.427: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:50:05.428 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:05.446 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:05.449 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should update labels on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:130 + STEP: Creating the pod 02/07/23 08:50:05.451 + Feb 7 08:50:05.458: INFO: Waiting up to 5m0s for pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383" in namespace "downward-api-8512" to be "running and ready" + Feb 7 08:50:05.464: INFO: Pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383": Phase="Pending", Reason="", readiness=false. Elapsed: 5.422025ms + Feb 7 08:50:05.464: INFO: The phase of Pod labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:50:07.470: INFO: Pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383": Phase="Running", Reason="", readiness=true. Elapsed: 2.011280804s + Feb 7 08:50:07.470: INFO: The phase of Pod labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383 is Running (Ready = true) + Feb 7 08:50:07.470: INFO: Pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383" satisfied condition "running and ready" + Feb 7 08:50:08.001: INFO: Successfully updated pod "labelsupdatedae9ed10-10f7-4c80-bddb-3b633bf1b383" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:50:12.035: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-8512" for this suite. 02/07/23 08:50:12.041 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-storage] Downward API volume + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:162 +[BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:50:12.051 +Feb 7 08:50:12.051: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename downward-api 02/07/23 08:50:12.054 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:12.069 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:12.074 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 +[It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:162 +STEP: Creating the pod 02/07/23 08:50:12.077 +Feb 7 08:50:12.088: INFO: Waiting up to 5m0s for pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34" in namespace "downward-api-3041" to be "running and ready" +Feb 7 08:50:12.094: INFO: Pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34": Phase="Pending", Reason="", readiness=false. Elapsed: 5.730304ms +Feb 7 08:50:12.094: INFO: The phase of Pod annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:50:14.100: INFO: Pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34": Phase="Running", Reason="", readiness=true. Elapsed: 2.012293314s +Feb 7 08:50:14.100: INFO: The phase of Pod annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34 is Running (Ready = true) +Feb 7 08:50:14.100: INFO: Pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34" satisfied condition "running and ready" +Feb 7 08:50:14.632: INFO: Successfully updated pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34" +[AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 +Feb 7 08:50:16.654: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 +STEP: Destroying namespace "downward-api-3041" for this suite. 02/07/23 08:50:16.661 +------------------------------ +• [4.617 seconds] +[sig-storage] Downward API volume +test/e2e/common/storage/framework.go:23 + should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:162 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Downward API volume + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:50:12.051 + Feb 7 08:50:12.051: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename downward-api 02/07/23 08:50:12.054 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:12.069 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:12.074 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-storage] Downward API volume + test/e2e/common/storage/downwardapi_volume.go:44 + [It] should update annotations on modification [NodeConformance] [Conformance] + test/e2e/common/storage/downwardapi_volume.go:162 + STEP: Creating the pod 02/07/23 08:50:12.077 + Feb 7 08:50:12.088: INFO: Waiting up to 5m0s for pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34" in namespace "downward-api-3041" to be "running and ready" + Feb 7 08:50:12.094: INFO: Pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34": Phase="Pending", Reason="", readiness=false. Elapsed: 5.730304ms + Feb 7 08:50:12.094: INFO: The phase of Pod annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:50:14.100: INFO: Pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34": Phase="Running", Reason="", readiness=true. Elapsed: 2.012293314s + Feb 7 08:50:14.100: INFO: The phase of Pod annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34 is Running (Ready = true) + Feb 7 08:50:14.100: INFO: Pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34" satisfied condition "running and ready" + Feb 7 08:50:14.632: INFO: Successfully updated pod "annotationupdatecb3311b2-2749-4de1-ae5f-7c8ab3daba34" + [AfterEach] [sig-storage] Downward API volume + test/e2e/framework/node/init/init.go:32 + Feb 7 08:50:16.654: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Downward API volume + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Downward API volume + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Downward API volume + tear down framework | framework.go:193 + STEP: Destroying namespace "downward-api-3041" for this suite. 02/07/23 08:50:16.661 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-scheduling] SchedulerPreemption [Serial] + validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:224 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:50:16.67 +Feb 7 08:50:16.670: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename sched-preemption 02/07/23 08:50:16.671 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:16.687 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:16.69 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 +Feb 7 08:50:16.704: INFO: Waiting up to 1m0s for all nodes to be ready +Feb 7 08:51:16.737: INFO: Waiting for terminating namespaces to be deleted... +[It] validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:224 +STEP: Create pods that use 4/5 of node resources. 02/07/23 08:51:16.74 +Feb 7 08:51:16.768: INFO: Created pod: pod0-0-sched-preemption-low-priority +Feb 7 08:51:16.789: INFO: Created pod: pod0-1-sched-preemption-medium-priority +Feb 7 08:51:16.830: INFO: Created pod: pod1-0-sched-preemption-medium-priority +Feb 7 08:51:16.839: INFO: Created pod: pod1-1-sched-preemption-medium-priority +STEP: Wait for pods to be scheduled. 02/07/23 08:51:16.839 +Feb 7 08:51:16.839: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-5821" to be "running" +Feb 7 08:51:16.844: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 5.285139ms +Feb 7 08:51:18.851: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.01155676s +Feb 7 08:51:18.851: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" +Feb 7 08:51:18.851: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-5821" to be "running" +Feb 7 08:51:18.855: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.215163ms +Feb 7 08:51:18.855: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" +Feb 7 08:51:18.855: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-5821" to be "running" +Feb 7 08:51:18.860: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.62056ms +Feb 7 08:51:18.860: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" +Feb 7 08:51:18.860: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-5821" to be "running" +Feb 7 08:51:18.863: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.109395ms +Feb 7 08:51:18.863: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" +STEP: Run a critical pod that use same resources as that of a lower priority pod 02/07/23 08:51:18.863 +Feb 7 08:51:18.879: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" +Feb 7 08:51:18.886: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 6.643978ms +Feb 7 08:51:20.892: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012961386s +Feb 7 08:51:22.893: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013709126s +Feb 7 08:51:24.891: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.012407422s +Feb 7 08:51:24.891: INFO: Pod "critical-pod" satisfied condition "running" +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:51:24.936: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "sched-preemption-5821" for this suite. 02/07/23 08:51:24.969 +------------------------------ +• [SLOW TEST] [68.306 seconds] +[sig-scheduling] SchedulerPreemption [Serial] +test/e2e/scheduling/framework.go:40 + validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:224 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:50:16.67 + Feb 7 08:50:16.670: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename sched-preemption 02/07/23 08:50:16.671 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:50:16.687 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:50:16.69 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:97 + Feb 7 08:50:16.704: INFO: Waiting up to 1m0s for all nodes to be ready + Feb 7 08:51:16.737: INFO: Waiting for terminating namespaces to be deleted... + [It] validates lower priority pod preemption by critical pod [Conformance] + test/e2e/scheduling/preemption.go:224 + STEP: Create pods that use 4/5 of node resources. 02/07/23 08:51:16.74 + Feb 7 08:51:16.768: INFO: Created pod: pod0-0-sched-preemption-low-priority + Feb 7 08:51:16.789: INFO: Created pod: pod0-1-sched-preemption-medium-priority + Feb 7 08:51:16.830: INFO: Created pod: pod1-0-sched-preemption-medium-priority + Feb 7 08:51:16.839: INFO: Created pod: pod1-1-sched-preemption-medium-priority + STEP: Wait for pods to be scheduled. 02/07/23 08:51:16.839 + Feb 7 08:51:16.839: INFO: Waiting up to 5m0s for pod "pod0-0-sched-preemption-low-priority" in namespace "sched-preemption-5821" to be "running" + Feb 7 08:51:16.844: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Pending", Reason="", readiness=false. Elapsed: 5.285139ms + Feb 7 08:51:18.851: INFO: Pod "pod0-0-sched-preemption-low-priority": Phase="Running", Reason="", readiness=true. Elapsed: 2.01155676s + Feb 7 08:51:18.851: INFO: Pod "pod0-0-sched-preemption-low-priority" satisfied condition "running" + Feb 7 08:51:18.851: INFO: Waiting up to 5m0s for pod "pod0-1-sched-preemption-medium-priority" in namespace "sched-preemption-5821" to be "running" + Feb 7 08:51:18.855: INFO: Pod "pod0-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.215163ms + Feb 7 08:51:18.855: INFO: Pod "pod0-1-sched-preemption-medium-priority" satisfied condition "running" + Feb 7 08:51:18.855: INFO: Waiting up to 5m0s for pod "pod1-0-sched-preemption-medium-priority" in namespace "sched-preemption-5821" to be "running" + Feb 7 08:51:18.860: INFO: Pod "pod1-0-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 4.62056ms + Feb 7 08:51:18.860: INFO: Pod "pod1-0-sched-preemption-medium-priority" satisfied condition "running" + Feb 7 08:51:18.860: INFO: Waiting up to 5m0s for pod "pod1-1-sched-preemption-medium-priority" in namespace "sched-preemption-5821" to be "running" + Feb 7 08:51:18.863: INFO: Pod "pod1-1-sched-preemption-medium-priority": Phase="Running", Reason="", readiness=true. Elapsed: 3.109395ms + Feb 7 08:51:18.863: INFO: Pod "pod1-1-sched-preemption-medium-priority" satisfied condition "running" + STEP: Run a critical pod that use same resources as that of a lower priority pod 02/07/23 08:51:18.863 + Feb 7 08:51:18.879: INFO: Waiting up to 2m0s for pod "critical-pod" in namespace "kube-system" to be "running" + Feb 7 08:51:18.886: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 6.643978ms + Feb 7 08:51:20.892: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012961386s + Feb 7 08:51:22.893: INFO: Pod "critical-pod": Phase="Pending", Reason="", readiness=false. Elapsed: 4.013709126s + Feb 7 08:51:24.891: INFO: Pod "critical-pod": Phase="Running", Reason="", readiness=true. Elapsed: 6.012407422s + Feb 7 08:51:24.891: INFO: Pod "critical-pod" satisfied condition "running" + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:51:24.936: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/scheduling/preemption.go:84 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-scheduling] SchedulerPreemption [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "sched-preemption-5821" for this suite. 02/07/23 08:51:24.969 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:392 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:51:24.976 +Feb 7 08:51:24.976: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:51:24.977 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:24.987 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:24.99 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:392 +STEP: Counting existing ResourceQuota 02/07/23 08:51:24.994 +STEP: Creating a ResourceQuota 02/07/23 08:51:30 +STEP: Ensuring resource quota status is calculated 02/07/23 08:51:30.005 +STEP: Creating a ReplicationController 02/07/23 08:51:32.012 +STEP: Ensuring resource quota status captures replication controller creation 02/07/23 08:51:32.034 +STEP: Deleting a ReplicationController 02/07/23 08:51:34.041 +STEP: Ensuring resource quota status released usage 02/07/23 08:51:34.051 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:51:36.059: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-8750" for this suite. 02/07/23 08:51:36.067 +------------------------------ +• [SLOW TEST] [11.101 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:392 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:51:24.976 + Feb 7 08:51:24.976: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:51:24.977 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:24.987 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:24.99 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and capture the life of a replication controller. [Conformance] + test/e2e/apimachinery/resource_quota.go:392 + STEP: Counting existing ResourceQuota 02/07/23 08:51:24.994 + STEP: Creating a ResourceQuota 02/07/23 08:51:30 + STEP: Ensuring resource quota status is calculated 02/07/23 08:51:30.005 + STEP: Creating a ReplicationController 02/07/23 08:51:32.012 + STEP: Ensuring resource quota status captures replication controller creation 02/07/23 08:51:32.034 + STEP: Deleting a ReplicationController 02/07/23 08:51:34.041 + STEP: Ensuring resource quota status released usage 02/07/23 08:51:34.051 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:51:36.059: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-8750" for this suite. 02/07/23 08:51:36.067 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:268 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:51:36.078 +Feb 7 08:51:36.078: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename namespaces 02/07/23 08:51:36.08 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:36.101 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:36.108 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 +[It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:268 +STEP: creating a Namespace 02/07/23 08:51:36.112 +STEP: patching the Namespace 02/07/23 08:51:36.123 +STEP: get the Namespace and ensuring it has the label 02/07/23 08:51:36.127 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:51:36.130: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "namespaces-6991" for this suite. 02/07/23 08:51:36.133 +STEP: Destroying namespace "nspatchtest-7945d601-1337-4a54-a422-e0d57622ad39-5234" for this suite. 02/07/23 08:51:36.137 +------------------------------ +• [0.064 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:268 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:51:36.078 + Feb 7 08:51:36.078: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename namespaces 02/07/23 08:51:36.08 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:36.101 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:36.108 + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 + [It] should patch a Namespace [Conformance] + test/e2e/apimachinery/namespace.go:268 + STEP: creating a Namespace 02/07/23 08:51:36.112 + STEP: patching the Namespace 02/07/23 08:51:36.123 + STEP: get the Namespace and ensuring it has the label 02/07/23 08:51:36.127 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:51:36.130: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "namespaces-6991" for this suite. 02/07/23 08:51:36.133 + STEP: Destroying namespace "nspatchtest-7945d601-1337-4a54-a422-e0d57622ad39-5234" for this suite. 02/07/23 08:51:36.137 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl logs + should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1592 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:51:36.144 +Feb 7 08:51:36.144: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:51:36.146 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:36.154 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:36.157 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1572 +STEP: creating an pod 02/07/23 08:51:36.16 +Feb 7 08:51:36.160: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 run logs-generator --image=registry.k8s.io/e2e-test-images/agnhost:2.43 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' +Feb 7 08:51:36.292: INFO: stderr: "" +Feb 7 08:51:36.292: INFO: stdout: "pod/logs-generator created\n" +[It] should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1592 +STEP: Waiting for log generator to start. 02/07/23 08:51:36.292 +Feb 7 08:51:36.292: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] +Feb 7 08:51:36.292: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-5818" to be "running and ready, or succeeded" +Feb 7 08:51:36.296: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011826ms +Feb 7 08:51:36.296: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'node2' to be 'Running' but was 'Pending' +Feb 7 08:51:38.303: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 2.010700433s +Feb 7 08:51:38.303: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" +Feb 7 08:51:38.303: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] +STEP: checking for a matching strings 02/07/23 08:51:38.303 +Feb 7 08:51:38.303: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator' +Feb 7 08:51:38.411: INFO: stderr: "" +Feb 7 08:51:38.411: INFO: stdout: "I0207 08:51:37.286404 1 logs_generator.go:76] 0 GET /api/v1/namespaces/ns/pods/vp4 538\nI0207 08:51:37.486887 1 logs_generator.go:76] 1 POST /api/v1/namespaces/ns/pods/6s6j 308\nI0207 08:51:37.687284 1 logs_generator.go:76] 2 POST /api/v1/namespaces/ns/pods/bb4 458\nI0207 08:51:37.886585 1 logs_generator.go:76] 3 GET /api/v1/namespaces/kube-system/pods/xpf8 367\nI0207 08:51:38.087115 1 logs_generator.go:76] 4 GET /api/v1/namespaces/kube-system/pods/ml25 237\nI0207 08:51:38.286622 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/jmg 279\n" +STEP: limiting log lines 02/07/23 08:51:38.411 +Feb 7 08:51:38.411: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --tail=1' +Feb 7 08:51:38.516: INFO: stderr: "" +Feb 7 08:51:38.516: INFO: stdout: "I0207 08:51:38.487176 1 logs_generator.go:76] 6 GET /api/v1/namespaces/ns/pods/wj2 373\n" +Feb 7 08:51:38.516: INFO: got output "I0207 08:51:38.487176 1 logs_generator.go:76] 6 GET /api/v1/namespaces/ns/pods/wj2 373\n" +STEP: limiting log bytes 02/07/23 08:51:38.516 +Feb 7 08:51:38.516: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --limit-bytes=1' +Feb 7 08:51:38.646: INFO: stderr: "" +Feb 7 08:51:38.646: INFO: stdout: "I" +Feb 7 08:51:38.646: INFO: got output "I" +STEP: exposing timestamps 02/07/23 08:51:38.646 +Feb 7 08:51:38.646: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --tail=1 --timestamps' +Feb 7 08:51:38.780: INFO: stderr: "" +Feb 7 08:51:38.780: INFO: stdout: "2023-02-07T16:51:38.686785984+08:00 I0207 08:51:38.686557 1 logs_generator.go:76] 7 GET /api/v1/namespaces/default/pods/qmdz 394\n" +Feb 7 08:51:38.781: INFO: got output "2023-02-07T16:51:38.686785984+08:00 I0207 08:51:38.686557 1 logs_generator.go:76] 7 GET /api/v1/namespaces/default/pods/qmdz 394\n" +STEP: restricting to a time range 02/07/23 08:51:38.781 +Feb 7 08:51:41.282: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --since=1s' +Feb 7 08:51:41.415: INFO: stderr: "" +Feb 7 08:51:41.415: INFO: stdout: "I0207 08:51:40.486985 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/wmf 580\nI0207 08:51:40.687499 1 logs_generator.go:76] 17 POST /api/v1/namespaces/default/pods/8vkb 217\nI0207 08:51:40.886985 1 logs_generator.go:76] 18 GET /api/v1/namespaces/default/pods/q6hf 231\nI0207 08:51:41.087480 1 logs_generator.go:76] 19 GET /api/v1/namespaces/default/pods/fpm 225\nI0207 08:51:41.287297 1 logs_generator.go:76] 20 POST /api/v1/namespaces/kube-system/pods/7h6n 208\n" +Feb 7 08:51:41.415: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --since=24h' +Feb 7 08:51:41.545: INFO: stderr: "" +Feb 7 08:51:41.545: INFO: stdout: "I0207 08:51:37.286404 1 logs_generator.go:76] 0 GET /api/v1/namespaces/ns/pods/vp4 538\nI0207 08:51:37.486887 1 logs_generator.go:76] 1 POST /api/v1/namespaces/ns/pods/6s6j 308\nI0207 08:51:37.687284 1 logs_generator.go:76] 2 POST /api/v1/namespaces/ns/pods/bb4 458\nI0207 08:51:37.886585 1 logs_generator.go:76] 3 GET /api/v1/namespaces/kube-system/pods/xpf8 367\nI0207 08:51:38.087115 1 logs_generator.go:76] 4 GET /api/v1/namespaces/kube-system/pods/ml25 237\nI0207 08:51:38.286622 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/jmg 279\nI0207 08:51:38.487176 1 logs_generator.go:76] 6 GET /api/v1/namespaces/ns/pods/wj2 373\nI0207 08:51:38.686557 1 logs_generator.go:76] 7 GET /api/v1/namespaces/default/pods/qmdz 394\nI0207 08:51:38.887286 1 logs_generator.go:76] 8 POST /api/v1/namespaces/ns/pods/7tl 479\nI0207 08:51:39.086805 1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/mhx 524\nI0207 08:51:39.287452 1 logs_generator.go:76] 10 GET /api/v1/namespaces/default/pods/vws 344\nI0207 08:51:39.486953 1 logs_generator.go:76] 11 GET /api/v1/namespaces/ns/pods/ktdh 384\nI0207 08:51:39.686485 1 logs_generator.go:76] 12 PUT /api/v1/namespaces/default/pods/fv6 258\nI0207 08:51:39.887109 1 logs_generator.go:76] 13 POST /api/v1/namespaces/default/pods/7wf 516\nI0207 08:51:40.086538 1 logs_generator.go:76] 14 GET /api/v1/namespaces/default/pods/9v9 568\nI0207 08:51:40.287236 1 logs_generator.go:76] 15 POST /api/v1/namespaces/default/pods/54m 293\nI0207 08:51:40.486985 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/wmf 580\nI0207 08:51:40.687499 1 logs_generator.go:76] 17 POST /api/v1/namespaces/default/pods/8vkb 217\nI0207 08:51:40.886985 1 logs_generator.go:76] 18 GET /api/v1/namespaces/default/pods/q6hf 231\nI0207 08:51:41.087480 1 logs_generator.go:76] 19 GET /api/v1/namespaces/default/pods/fpm 225\nI0207 08:51:41.287297 1 logs_generator.go:76] 20 POST /api/v1/namespaces/kube-system/pods/7h6n 208\nI0207 08:51:41.487217 1 logs_generator.go:76] 21 POST /api/v1/namespaces/ns/pods/zkk 389\n" +[AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1577 +Feb 7 08:51:41.545: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 delete pod logs-generator' +Feb 7 08:51:42.989: INFO: stderr: "" +Feb 7 08:51:42.989: INFO: stdout: "pod \"logs-generator\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:51:42.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-5818" for this suite. 02/07/23 08:51:42.993 +------------------------------ +• [SLOW TEST] [6.853 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl logs + test/e2e/kubectl/kubectl.go:1569 + should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1592 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:51:36.144 + Feb 7 08:51:36.144: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:51:36.146 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:36.154 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:36.157 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [BeforeEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1572 + STEP: creating an pod 02/07/23 08:51:36.16 + Feb 7 08:51:36.160: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 run logs-generator --image=registry.k8s.io/e2e-test-images/agnhost:2.43 --restart=Never --pod-running-timeout=2m0s -- logs-generator --log-lines-total 100 --run-duration 20s' + Feb 7 08:51:36.292: INFO: stderr: "" + Feb 7 08:51:36.292: INFO: stdout: "pod/logs-generator created\n" + [It] should be able to retrieve and filter logs [Conformance] + test/e2e/kubectl/kubectl.go:1592 + STEP: Waiting for log generator to start. 02/07/23 08:51:36.292 + Feb 7 08:51:36.292: INFO: Waiting up to 5m0s for 1 pods to be running and ready, or succeeded: [logs-generator] + Feb 7 08:51:36.292: INFO: Waiting up to 5m0s for pod "logs-generator" in namespace "kubectl-5818" to be "running and ready, or succeeded" + Feb 7 08:51:36.296: INFO: Pod "logs-generator": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011826ms + Feb 7 08:51:36.296: INFO: Error evaluating pod condition running and ready, or succeeded: want pod 'logs-generator' on 'node2' to be 'Running' but was 'Pending' + Feb 7 08:51:38.303: INFO: Pod "logs-generator": Phase="Running", Reason="", readiness=true. Elapsed: 2.010700433s + Feb 7 08:51:38.303: INFO: Pod "logs-generator" satisfied condition "running and ready, or succeeded" + Feb 7 08:51:38.303: INFO: Wanted all 1 pods to be running and ready, or succeeded. Result: true. Pods: [logs-generator] + STEP: checking for a matching strings 02/07/23 08:51:38.303 + Feb 7 08:51:38.303: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator' + Feb 7 08:51:38.411: INFO: stderr: "" + Feb 7 08:51:38.411: INFO: stdout: "I0207 08:51:37.286404 1 logs_generator.go:76] 0 GET /api/v1/namespaces/ns/pods/vp4 538\nI0207 08:51:37.486887 1 logs_generator.go:76] 1 POST /api/v1/namespaces/ns/pods/6s6j 308\nI0207 08:51:37.687284 1 logs_generator.go:76] 2 POST /api/v1/namespaces/ns/pods/bb4 458\nI0207 08:51:37.886585 1 logs_generator.go:76] 3 GET /api/v1/namespaces/kube-system/pods/xpf8 367\nI0207 08:51:38.087115 1 logs_generator.go:76] 4 GET /api/v1/namespaces/kube-system/pods/ml25 237\nI0207 08:51:38.286622 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/jmg 279\n" + STEP: limiting log lines 02/07/23 08:51:38.411 + Feb 7 08:51:38.411: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --tail=1' + Feb 7 08:51:38.516: INFO: stderr: "" + Feb 7 08:51:38.516: INFO: stdout: "I0207 08:51:38.487176 1 logs_generator.go:76] 6 GET /api/v1/namespaces/ns/pods/wj2 373\n" + Feb 7 08:51:38.516: INFO: got output "I0207 08:51:38.487176 1 logs_generator.go:76] 6 GET /api/v1/namespaces/ns/pods/wj2 373\n" + STEP: limiting log bytes 02/07/23 08:51:38.516 + Feb 7 08:51:38.516: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --limit-bytes=1' + Feb 7 08:51:38.646: INFO: stderr: "" + Feb 7 08:51:38.646: INFO: stdout: "I" + Feb 7 08:51:38.646: INFO: got output "I" + STEP: exposing timestamps 02/07/23 08:51:38.646 + Feb 7 08:51:38.646: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --tail=1 --timestamps' + Feb 7 08:51:38.780: INFO: stderr: "" + Feb 7 08:51:38.780: INFO: stdout: "2023-02-07T16:51:38.686785984+08:00 I0207 08:51:38.686557 1 logs_generator.go:76] 7 GET /api/v1/namespaces/default/pods/qmdz 394\n" + Feb 7 08:51:38.781: INFO: got output "2023-02-07T16:51:38.686785984+08:00 I0207 08:51:38.686557 1 logs_generator.go:76] 7 GET /api/v1/namespaces/default/pods/qmdz 394\n" + STEP: restricting to a time range 02/07/23 08:51:38.781 + Feb 7 08:51:41.282: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --since=1s' + Feb 7 08:51:41.415: INFO: stderr: "" + Feb 7 08:51:41.415: INFO: stdout: "I0207 08:51:40.486985 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/wmf 580\nI0207 08:51:40.687499 1 logs_generator.go:76] 17 POST /api/v1/namespaces/default/pods/8vkb 217\nI0207 08:51:40.886985 1 logs_generator.go:76] 18 GET /api/v1/namespaces/default/pods/q6hf 231\nI0207 08:51:41.087480 1 logs_generator.go:76] 19 GET /api/v1/namespaces/default/pods/fpm 225\nI0207 08:51:41.287297 1 logs_generator.go:76] 20 POST /api/v1/namespaces/kube-system/pods/7h6n 208\n" + Feb 7 08:51:41.415: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 logs logs-generator logs-generator --since=24h' + Feb 7 08:51:41.545: INFO: stderr: "" + Feb 7 08:51:41.545: INFO: stdout: "I0207 08:51:37.286404 1 logs_generator.go:76] 0 GET /api/v1/namespaces/ns/pods/vp4 538\nI0207 08:51:37.486887 1 logs_generator.go:76] 1 POST /api/v1/namespaces/ns/pods/6s6j 308\nI0207 08:51:37.687284 1 logs_generator.go:76] 2 POST /api/v1/namespaces/ns/pods/bb4 458\nI0207 08:51:37.886585 1 logs_generator.go:76] 3 GET /api/v1/namespaces/kube-system/pods/xpf8 367\nI0207 08:51:38.087115 1 logs_generator.go:76] 4 GET /api/v1/namespaces/kube-system/pods/ml25 237\nI0207 08:51:38.286622 1 logs_generator.go:76] 5 GET /api/v1/namespaces/ns/pods/jmg 279\nI0207 08:51:38.487176 1 logs_generator.go:76] 6 GET /api/v1/namespaces/ns/pods/wj2 373\nI0207 08:51:38.686557 1 logs_generator.go:76] 7 GET /api/v1/namespaces/default/pods/qmdz 394\nI0207 08:51:38.887286 1 logs_generator.go:76] 8 POST /api/v1/namespaces/ns/pods/7tl 479\nI0207 08:51:39.086805 1 logs_generator.go:76] 9 GET /api/v1/namespaces/kube-system/pods/mhx 524\nI0207 08:51:39.287452 1 logs_generator.go:76] 10 GET /api/v1/namespaces/default/pods/vws 344\nI0207 08:51:39.486953 1 logs_generator.go:76] 11 GET /api/v1/namespaces/ns/pods/ktdh 384\nI0207 08:51:39.686485 1 logs_generator.go:76] 12 PUT /api/v1/namespaces/default/pods/fv6 258\nI0207 08:51:39.887109 1 logs_generator.go:76] 13 POST /api/v1/namespaces/default/pods/7wf 516\nI0207 08:51:40.086538 1 logs_generator.go:76] 14 GET /api/v1/namespaces/default/pods/9v9 568\nI0207 08:51:40.287236 1 logs_generator.go:76] 15 POST /api/v1/namespaces/default/pods/54m 293\nI0207 08:51:40.486985 1 logs_generator.go:76] 16 GET /api/v1/namespaces/kube-system/pods/wmf 580\nI0207 08:51:40.687499 1 logs_generator.go:76] 17 POST /api/v1/namespaces/default/pods/8vkb 217\nI0207 08:51:40.886985 1 logs_generator.go:76] 18 GET /api/v1/namespaces/default/pods/q6hf 231\nI0207 08:51:41.087480 1 logs_generator.go:76] 19 GET /api/v1/namespaces/default/pods/fpm 225\nI0207 08:51:41.287297 1 logs_generator.go:76] 20 POST /api/v1/namespaces/kube-system/pods/7h6n 208\nI0207 08:51:41.487217 1 logs_generator.go:76] 21 POST /api/v1/namespaces/ns/pods/zkk 389\n" + [AfterEach] Kubectl logs + test/e2e/kubectl/kubectl.go:1577 + Feb 7 08:51:41.545: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-5818 delete pod logs-generator' + Feb 7 08:51:42.989: INFO: stderr: "" + Feb 7 08:51:42.989: INFO: stdout: "pod \"logs-generator\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:51:42.989: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-5818" for this suite. 02/07/23 08:51:42.993 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:943 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:51:42.997 +Feb 7 08:51:42.997: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:51:42.999 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:43.012 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:43.015 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:943 +STEP: Creating a ResourceQuota 02/07/23 08:51:43.019 +STEP: Getting a ResourceQuota 02/07/23 08:51:43.023 +STEP: Listing all ResourceQuotas with LabelSelector 02/07/23 08:51:43.028 +STEP: Patching the ResourceQuota 02/07/23 08:51:43.03 +STEP: Deleting a Collection of ResourceQuotas 02/07/23 08:51:43.035 +STEP: Verifying the deleted ResourceQuota 02/07/23 08:51:43.041 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:51:43.044: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-439" for this suite. 02/07/23 08:51:43.047 +------------------------------ +• [0.056 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:943 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:51:42.997 + Feb 7 08:51:42.997: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:51:42.999 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:43.012 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:43.015 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should manage the lifecycle of a ResourceQuota [Conformance] + test/e2e/apimachinery/resource_quota.go:943 + STEP: Creating a ResourceQuota 02/07/23 08:51:43.019 + STEP: Getting a ResourceQuota 02/07/23 08:51:43.023 + STEP: Listing all ResourceQuotas with LabelSelector 02/07/23 08:51:43.028 + STEP: Patching the ResourceQuota 02/07/23 08:51:43.03 + STEP: Deleting a Collection of ResourceQuotas 02/07/23 08:51:43.035 + STEP: Verifying the deleted ResourceQuota 02/07/23 08:51:43.041 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:51:43.044: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-439" for this suite. 02/07/23 08:51:43.047 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-auth] ServiceAccounts + ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:531 +[BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:51:43.055 +Feb 7 08:51:43.055: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:51:43.057 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:43.073 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:43.076 +[BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 +[It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:531 +Feb 7 08:51:43.088: INFO: created pod +Feb 7 08:51:43.089: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-9324" to be "Succeeded or Failed" +Feb 7 08:51:43.093: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 4.033928ms +Feb 7 08:51:45.100: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011947749s +Feb 7 08:51:47.099: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00996409s +STEP: Saw pod success 02/07/23 08:51:47.099 +Feb 7 08:51:47.099: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" +Feb 7 08:52:17.099: INFO: polling logs +Feb 7 08:52:17.113: INFO: Pod logs: +I0207 08:51:44.068435 1 log.go:198] OK: Got token +I0207 08:51:44.068547 1 log.go:198] validating with in-cluster discovery +I0207 08:51:44.069685 1 log.go:198] OK: got issuer https://kubernetes.default.svc.cluster.local +I0207 08:51:44.069763 1 log.go:198] Full, not-validated claims: +openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-9324:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1675760503, NotBefore:1675759903, IssuedAt:1675759903, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-9324", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"fdefaf14-1205-4239-9503-8705e558ebfe"}}} +I0207 08:51:44.091550 1 log.go:198] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc.cluster.local +I0207 08:51:44.104614 1 log.go:198] OK: Validated signature on JWT +I0207 08:51:44.104980 1 log.go:198] OK: Got valid claims from token! +I0207 08:51:44.105029 1 log.go:198] Full, validated claims: +&openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-9324:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1675760503, NotBefore:1675759903, IssuedAt:1675759903, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-9324", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"fdefaf14-1205-4239-9503-8705e558ebfe"}}} + +Feb 7 08:52:17.113: INFO: completed pod +[AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:17.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 +STEP: Destroying namespace "svcaccounts-9324" for this suite. 02/07/23 08:52:17.127 +------------------------------ +• [SLOW TEST] [34.079 seconds] +[sig-auth] ServiceAccounts +test/e2e/auth/framework.go:23 + ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:531 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-auth] ServiceAccounts + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:51:43.055 + Feb 7 08:51:43.055: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename svcaccounts 02/07/23 08:51:43.057 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:51:43.073 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:51:43.076 + [BeforeEach] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:31 + [It] ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] + test/e2e/auth/service_accounts.go:531 + Feb 7 08:51:43.088: INFO: created pod + Feb 7 08:51:43.089: INFO: Waiting up to 5m0s for pod "oidc-discovery-validator" in namespace "svcaccounts-9324" to be "Succeeded or Failed" + Feb 7 08:51:43.093: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 4.033928ms + Feb 7 08:51:45.100: INFO: Pod "oidc-discovery-validator": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011947749s + Feb 7 08:51:47.099: INFO: Pod "oidc-discovery-validator": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.00996409s + STEP: Saw pod success 02/07/23 08:51:47.099 + Feb 7 08:51:47.099: INFO: Pod "oidc-discovery-validator" satisfied condition "Succeeded or Failed" + Feb 7 08:52:17.099: INFO: polling logs + Feb 7 08:52:17.113: INFO: Pod logs: + I0207 08:51:44.068435 1 log.go:198] OK: Got token + I0207 08:51:44.068547 1 log.go:198] validating with in-cluster discovery + I0207 08:51:44.069685 1 log.go:198] OK: got issuer https://kubernetes.default.svc.cluster.local + I0207 08:51:44.069763 1 log.go:198] Full, not-validated claims: + openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-9324:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1675760503, NotBefore:1675759903, IssuedAt:1675759903, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-9324", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"fdefaf14-1205-4239-9503-8705e558ebfe"}}} + I0207 08:51:44.091550 1 log.go:198] OK: Constructed OIDC provider for issuer https://kubernetes.default.svc.cluster.local + I0207 08:51:44.104614 1 log.go:198] OK: Validated signature on JWT + I0207 08:51:44.104980 1 log.go:198] OK: Got valid claims from token! + I0207 08:51:44.105029 1 log.go:198] Full, validated claims: + &openidmetadata.claims{Claims:jwt.Claims{Issuer:"https://kubernetes.default.svc.cluster.local", Subject:"system:serviceaccount:svcaccounts-9324:default", Audience:jwt.Audience{"oidc-discovery-test"}, Expiry:1675760503, NotBefore:1675759903, IssuedAt:1675759903, ID:""}, Kubernetes:openidmetadata.kubeClaims{Namespace:"svcaccounts-9324", ServiceAccount:openidmetadata.kubeName{Name:"default", UID:"fdefaf14-1205-4239-9503-8705e558ebfe"}}} + + Feb 7 08:52:17.113: INFO: completed pod + [AfterEach] [sig-auth] ServiceAccounts + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:17.121: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-auth] ServiceAccounts + tear down framework | framework.go:193 + STEP: Destroying namespace "svcaccounts-9324" for this suite. 02/07/23 08:52:17.127 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSS +------------------------------ +[sig-api-machinery] Namespaces [Serial] + should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:251 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:17.135 +Feb 7 08:52:17.135: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename namespaces 02/07/23 08:52:17.137 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:17.151 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:17.155 +[BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 +[It] should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:251 +STEP: Creating a test namespace 02/07/23 08:52:17.159 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:17.169 +STEP: Creating a service in the namespace 02/07/23 08:52:17.173 +STEP: Deleting the namespace 02/07/23 08:52:17.184 +STEP: Waiting for the namespace to be removed. 02/07/23 08:52:17.205 +STEP: Recreating the namespace 02/07/23 08:52:23.211 +STEP: Verifying there is no service in the namespace 02/07/23 08:52:23.226 +[AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:23.228: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "namespaces-6091" for this suite. 02/07/23 08:52:23.231 +STEP: Destroying namespace "nsdeletetest-960" for this suite. 02/07/23 08:52:23.271 +Feb 7 08:52:23.274: INFO: Namespace nsdeletetest-960 was already deleted +STEP: Destroying namespace "nsdeletetest-6933" for this suite. 02/07/23 08:52:23.274 +------------------------------ +• [SLOW TEST] [6.145 seconds] +[sig-api-machinery] Namespaces [Serial] +test/e2e/apimachinery/framework.go:23 + should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:251 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:17.135 + Feb 7 08:52:17.135: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename namespaces 02/07/23 08:52:17.137 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:17.151 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:17.155 + [BeforeEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:31 + [It] should ensure that all services are removed when a namespace is deleted [Conformance] + test/e2e/apimachinery/namespace.go:251 + STEP: Creating a test namespace 02/07/23 08:52:17.159 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:17.169 + STEP: Creating a service in the namespace 02/07/23 08:52:17.173 + STEP: Deleting the namespace 02/07/23 08:52:17.184 + STEP: Waiting for the namespace to be removed. 02/07/23 08:52:17.205 + STEP: Recreating the namespace 02/07/23 08:52:23.211 + STEP: Verifying there is no service in the namespace 02/07/23 08:52:23.226 + [AfterEach] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:23.228: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Namespaces [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "namespaces-6091" for this suite. 02/07/23 08:52:23.231 + STEP: Destroying namespace "nsdeletetest-960" for this suite. 02/07/23 08:52:23.271 + Feb 7 08:52:23.274: INFO: Namespace nsdeletetest-960 was already deleted + STEP: Destroying namespace "nsdeletetest-6933" for this suite. 02/07/23 08:52:23.274 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] PodTemplates + should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 +[BeforeEach] [sig-node] PodTemplates + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:23.284 +Feb 7 08:52:23.284: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename podtemplate 02/07/23 08:52:23.285 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:23.298 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:23.301 +[BeforeEach] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:31 +[It] should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 +[AfterEach] [sig-node] PodTemplates + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:23.334: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] PodTemplates + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] PodTemplates + tear down framework | framework.go:193 +STEP: Destroying namespace "podtemplate-3748" for this suite. 02/07/23 08:52:23.337 +------------------------------ +• [0.058 seconds] +[sig-node] PodTemplates +test/e2e/common/node/framework.go:23 + should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] PodTemplates + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:23.284 + Feb 7 08:52:23.284: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename podtemplate 02/07/23 08:52:23.285 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:23.298 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:23.301 + [BeforeEach] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:31 + [It] should run the lifecycle of PodTemplates [Conformance] + test/e2e/common/node/podtemplates.go:53 + [AfterEach] [sig-node] PodTemplates + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:23.334: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] PodTemplates + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] PodTemplates + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] PodTemplates + tear down framework | framework.go:193 + STEP: Destroying namespace "podtemplate-3748" for this suite. 02/07/23 08:52:23.337 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:174 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:23.347 +Feb 7 08:52:23.347: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:52:23.349 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:23.36 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:23.364 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:174 +STEP: Creating configMap with name cm-test-opt-del-299793fd-c1b3-4fdc-a78f-1a396c729399 02/07/23 08:52:23.373 +STEP: Creating configMap with name cm-test-opt-upd-11fe894e-99a2-4a5a-acb8-6b02ace73e9f 02/07/23 08:52:23.376 +STEP: Creating the pod 02/07/23 08:52:23.379 +Feb 7 08:52:23.385: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2" in namespace "projected-7841" to be "running and ready" +Feb 7 08:52:23.390: INFO: Pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.141315ms +Feb 7 08:52:23.390: INFO: The phase of Pod pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2 is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:52:25.397: INFO: Pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2": Phase="Running", Reason="", readiness=true. Elapsed: 2.012030708s +Feb 7 08:52:25.397: INFO: The phase of Pod pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2 is Running (Ready = true) +Feb 7 08:52:25.397: INFO: Pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2" satisfied condition "running and ready" +STEP: Deleting configmap cm-test-opt-del-299793fd-c1b3-4fdc-a78f-1a396c729399 02/07/23 08:52:25.433 +STEP: Updating configmap cm-test-opt-upd-11fe894e-99a2-4a5a-acb8-6b02ace73e9f 02/07/23 08:52:25.439 +STEP: Creating configMap with name cm-test-opt-create-2d7e9949-0e90-40ff-b6f4-ced419d0bb5a 02/07/23 08:52:25.445 +STEP: waiting to observe update in volume 02/07/23 08:52:25.451 +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:27.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-7841" for this suite. 02/07/23 08:52:27.517 +------------------------------ +• [4.175 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:174 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:23.347 + Feb 7 08:52:23.347: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:52:23.349 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:23.36 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:23.364 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] optional updates should be reflected in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:174 + STEP: Creating configMap with name cm-test-opt-del-299793fd-c1b3-4fdc-a78f-1a396c729399 02/07/23 08:52:23.373 + STEP: Creating configMap with name cm-test-opt-upd-11fe894e-99a2-4a5a-acb8-6b02ace73e9f 02/07/23 08:52:23.376 + STEP: Creating the pod 02/07/23 08:52:23.379 + Feb 7 08:52:23.385: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2" in namespace "projected-7841" to be "running and ready" + Feb 7 08:52:23.390: INFO: Pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2": Phase="Pending", Reason="", readiness=false. Elapsed: 5.141315ms + Feb 7 08:52:23.390: INFO: The phase of Pod pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2 is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:52:25.397: INFO: Pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2": Phase="Running", Reason="", readiness=true. Elapsed: 2.012030708s + Feb 7 08:52:25.397: INFO: The phase of Pod pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2 is Running (Ready = true) + Feb 7 08:52:25.397: INFO: Pod "pod-projected-configmaps-adca2ea8-5700-42b4-bba1-74a99c41f3c2" satisfied condition "running and ready" + STEP: Deleting configmap cm-test-opt-del-299793fd-c1b3-4fdc-a78f-1a396c729399 02/07/23 08:52:25.433 + STEP: Updating configmap cm-test-opt-upd-11fe894e-99a2-4a5a-acb8-6b02ace73e9f 02/07/23 08:52:25.439 + STEP: Creating configMap with name cm-test-opt-create-2d7e9949-0e90-40ff-b6f4-ced419d0bb5a 02/07/23 08:52:25.445 + STEP: waiting to observe update in volume 02/07/23 08:52:25.451 + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:27.512: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-7841" for this suite. 02/07/23 08:52:27.517 + << End Captured GinkgoWriter Output +------------------------------ +SSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:100 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:27.523 +Feb 7 08:52:27.523: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:52:27.525 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:27.54 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:27.543 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:100 +STEP: Counting existing ResourceQuota 02/07/23 08:52:27.547 +STEP: Creating a ResourceQuota 02/07/23 08:52:32.55 +STEP: Ensuring resource quota status is calculated 02/07/23 08:52:32.559 +STEP: Creating a Service 02/07/23 08:52:34.566 +STEP: Creating a NodePort Service 02/07/23 08:52:34.59 +STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 02/07/23 08:52:34.615 +STEP: Ensuring resource quota status captures service creation 02/07/23 08:52:34.629 +STEP: Deleting Services 02/07/23 08:52:36.634 +STEP: Ensuring resource quota status released usage 02/07/23 08:52:36.671 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:38.679: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-3137" for this suite. 02/07/23 08:52:38.687 +------------------------------ +• [SLOW TEST] [11.173 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:100 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:27.523 + Feb 7 08:52:27.523: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:52:27.525 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:27.54 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:27.543 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and capture the life of a service. [Conformance] + test/e2e/apimachinery/resource_quota.go:100 + STEP: Counting existing ResourceQuota 02/07/23 08:52:27.547 + STEP: Creating a ResourceQuota 02/07/23 08:52:32.55 + STEP: Ensuring resource quota status is calculated 02/07/23 08:52:32.559 + STEP: Creating a Service 02/07/23 08:52:34.566 + STEP: Creating a NodePort Service 02/07/23 08:52:34.59 + STEP: Not allowing a LoadBalancer Service with NodePort to be created that exceeds remaining quota 02/07/23 08:52:34.615 + STEP: Ensuring resource quota status captures service creation 02/07/23 08:52:34.629 + STEP: Deleting Services 02/07/23 08:52:36.634 + STEP: Ensuring resource quota status released usage 02/07/23 08:52:36.671 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:38.679: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-3137" for this suite. 02/07/23 08:52:38.687 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:69 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:38.698 +Feb 7 08:52:38.699: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:52:38.7 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:38.714 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:38.717 +[BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:69 +Feb 7 08:52:38.722: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 02/07/23 08:52:40.3 +Feb 7 08:52:40.301: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' +Feb 7 08:52:41.070: INFO: stderr: "" +Feb 7 08:52:41.070: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Feb 7 08:52:41.071: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 delete e2e-test-crd-publish-openapi-2215-crds test-foo' +Feb 7 08:52:41.196: INFO: stderr: "" +Feb 7 08:52:41.196: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" +Feb 7 08:52:41.196: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 apply -f -' +Feb 7 08:52:41.504: INFO: stderr: "" +Feb 7 08:52:41.504: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" +Feb 7 08:52:41.504: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 delete e2e-test-crd-publish-openapi-2215-crds test-foo' +Feb 7 08:52:41.632: INFO: stderr: "" +Feb 7 08:52:41.632: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" +STEP: kubectl validation (kubectl create and apply) rejects request with value outside defined enum values 02/07/23 08:52:41.632 +Feb 7 08:52:41.633: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' +Feb 7 08:52:41.899: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 02/07/23 08:52:41.899 +Feb 7 08:52:41.900: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' +Feb 7 08:52:42.144: INFO: rc: 1 +Feb 7 08:52:42.144: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 apply -f -' +Feb 7 08:52:42.405: INFO: rc: 1 +STEP: kubectl validation (kubectl create and apply) rejects request without required properties 02/07/23 08:52:42.405 +Feb 7 08:52:42.405: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' +Feb 7 08:52:42.672: INFO: rc: 1 +Feb 7 08:52:42.672: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 apply -f -' +Feb 7 08:52:42.962: INFO: rc: 1 +STEP: kubectl explain works to explain CR properties 02/07/23 08:52:42.962 +Feb 7 08:52:42.962: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds' +Feb 7 08:52:43.200: INFO: stderr: "" +Feb 7 08:52:43.200: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nDESCRIPTION:\n Foo CRD for Testing\n\nFIELDS:\n apiVersion\t\n APIVersion defines the versioned schema of this representation of an\n object. Servers should convert recognized schemas to the latest internal\n value, and may reject unrecognized values. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n\n kind\t\n Kind is a string value representing the REST resource this object\n represents. Servers may infer this from the endpoint the client submits\n requests to. Cannot be updated. In CamelCase. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n\n metadata\t\n Standard object's metadata. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n spec\t\n Specification of Foo\n\n status\t\n Status of Foo\n\n" +STEP: kubectl explain works to explain CR properties recursively 02/07/23 08:52:43.201 +Feb 7 08:52:43.201: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.metadata' +Feb 7 08:52:43.472: INFO: stderr: "" +Feb 7 08:52:43.472: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: metadata \n\nDESCRIPTION:\n Standard object's metadata. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n ObjectMeta is metadata that all persisted resources must have, which\n includes all objects users must create.\n\nFIELDS:\n annotations\t\n Annotations is an unstructured key value map stored with a resource that\n may be set by external tools to store and retrieve arbitrary metadata. They\n are not queryable and should be preserved when modifying objects. More\n info: http://kubernetes.io/docs/user-guide/annotations\n\n creationTimestamp\t\n CreationTimestamp is a timestamp representing the server time when this\n object was created. It is not guaranteed to be set in happens-before order\n across separate operations. Clients may not set this value. It is\n represented in RFC3339 form and is in UTC.\n\n Populated by the system. Read-only. Null for lists. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n deletionGracePeriodSeconds\t\n Number of seconds allowed for this object to gracefully terminate before it\n will be removed from the system. Only set when deletionTimestamp is also\n set. May only be shortened. Read-only.\n\n deletionTimestamp\t\n DeletionTimestamp is RFC 3339 date and time at which this resource will be\n deleted. This field is set by the server when a graceful deletion is\n requested by the user, and is not directly settable by a client. The\n resource is expected to be deleted (no longer visible from resource lists,\n and not reachable by name) after the time in this field, once the\n finalizers list is empty. As long as the finalizers list contains items,\n deletion is blocked. Once the deletionTimestamp is set, this value may not\n be unset or be set further into the future, although it may be shortened or\n the resource may be deleted prior to this time. For example, a user may\n request that a pod is deleted in 30 seconds. The Kubelet will react by\n sending a graceful termination signal to the containers in the pod. After\n that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL)\n to the container and after cleanup, remove the pod from the API. In the\n presence of network partitions, this object may still exist after this\n timestamp, until an administrator or automated process can determine the\n resource is fully terminated. If not set, graceful deletion of the object\n has not been requested.\n\n Populated by the system when a graceful deletion is requested. Read-only.\n More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n finalizers\t<[]string>\n Must be empty before the object is deleted from the registry. Each entry is\n an identifier for the responsible component that will remove the entry from\n the list. If the deletionTimestamp of the object is non-nil, entries in\n this list can only be removed. Finalizers may be processed and removed in\n any order. Order is NOT enforced because it introduces significant risk of\n stuck finalizers. finalizers is a shared field, any actor with permission\n can reorder it. If the finalizer list is processed in order, then this can\n lead to a situation in which the component responsible for the first\n finalizer in the list is waiting for a signal (field value, external\n system, or other) produced by a component responsible for a finalizer later\n in the list, resulting in a deadlock. Without enforced ordering finalizers\n are free to order amongst themselves and are not vulnerable to ordering\n changes in the list.\n\n generateName\t\n GenerateName is an optional prefix, used by the server, to generate a\n unique name ONLY IF the Name field has not been provided. If this field is\n used, the name returned to the client will be different than the name\n passed. This value will also be combined with a unique suffix. The provided\n value has the same validation rules as the Name field, and may be truncated\n by the length of the suffix required to make the value unique on the\n server.\n\n If this field is specified and the generated name exists, the server will\n return a 409.\n\n Applied only if Name is not specified. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency\n\n generation\t\n A sequence number representing a specific generation of the desired state.\n Populated by the system. Read-only.\n\n labels\t\n Map of string keys and values that can be used to organize and categorize\n (scope and select) objects. May match selectors of replication controllers\n and services. More info: http://kubernetes.io/docs/user-guide/labels\n\n managedFields\t<[]Object>\n ManagedFields maps workflow-id and version to the set of fields that are\n managed by that workflow. This is mostly for internal housekeeping, and\n users typically shouldn't need to set or understand this field. A workflow\n can be the user's name, a controller's name, or the name of a specific\n apply path like \"ci-cd\". The set of fields is always in the version that\n the workflow used when modifying the object.\n\n name\t\n Name must be unique within a namespace. Is required when creating\n resources, although some resources may allow a client to request the\n generation of an appropriate name automatically. Name is primarily intended\n for creation idempotence and configuration definition. Cannot be updated.\n More info: http://kubernetes.io/docs/user-guide/identifiers#names\n\n namespace\t\n Namespace defines the space within which each name must be unique. An empty\n namespace is equivalent to the \"default\" namespace, but \"default\" is the\n canonical representation. Not all objects are required to be scoped to a\n namespace - the value of this field for those objects will be empty.\n\n Must be a DNS_LABEL. Cannot be updated. More info:\n http://kubernetes.io/docs/user-guide/namespaces\n\n ownerReferences\t<[]Object>\n List of objects depended by this object. If ALL objects in the list have\n been deleted, this object will be garbage collected. If this object is\n managed by a controller, then an entry in this list will point to this\n controller, with the controller field set to true. There cannot be more\n than one managing controller.\n\n resourceVersion\t\n An opaque value that represents the internal version of this object that\n can be used by clients to determine when objects have changed. May be used\n for optimistic concurrency, change detection, and the watch operation on a\n resource or set of resources. Clients must treat these values as opaque and\n passed unmodified back to the server. They may only be valid for a\n particular resource or set of resources.\n\n Populated by the system. Read-only. Value must be treated as opaque by\n clients and . More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency\n\n selfLink\t\n Deprecated: selfLink is a legacy read-only field that is no longer\n populated by the system.\n\n uid\t\n UID is the unique in time and space value for this object. It is typically\n generated by the server on successful creation of a resource and is not\n allowed to change on PUT operations.\n\n Populated by the system. Read-only. More info:\n http://kubernetes.io/docs/user-guide/identifiers#uids\n\n" +Feb 7 08:52:43.473: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.spec' +Feb 7 08:52:43.708: INFO: stderr: "" +Feb 7 08:52:43.708: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: spec \n\nDESCRIPTION:\n Specification of Foo\n\nFIELDS:\n bars\t<[]Object>\n List of Bars and their specs.\n\n" +Feb 7 08:52:43.708: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.spec.bars' +Feb 7 08:52:43.976: INFO: stderr: "" +Feb 7 08:52:43.976: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: bars <[]Object>\n\nDESCRIPTION:\n List of Bars and their specs.\n\nFIELDS:\n age\t\n Age of Bar.\n\n bazs\t<[]string>\n List of Bazs.\n\n feeling\t\n Whether Bar is feeling great.\n\n name\t -required-\n Name of Bar.\n\n" +STEP: kubectl explain works to return error when explain is called on property that doesn't exist 02/07/23 08:52:43.976 +Feb 7 08:52:43.977: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.spec.bars2' +Feb 7 08:52:44.240: INFO: rc: 1 +[AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:45.787: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "crd-publish-openapi-4669" for this suite. 02/07/23 08:52:45.799 +------------------------------ +• [SLOW TEST] [7.108 seconds] +[sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:69 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:38.698 + Feb 7 08:52:38.699: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename crd-publish-openapi 02/07/23 08:52:38.7 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:38.714 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:38.717 + [BeforeEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [It] works for CRD with validation schema [Conformance] + test/e2e/apimachinery/crd_publish_openapi.go:69 + Feb 7 08:52:38.722: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: kubectl validation (kubectl create and apply) allows request with known and required properties 02/07/23 08:52:40.3 + Feb 7 08:52:40.301: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' + Feb 7 08:52:41.070: INFO: stderr: "" + Feb 7 08:52:41.070: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Feb 7 08:52:41.071: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 delete e2e-test-crd-publish-openapi-2215-crds test-foo' + Feb 7 08:52:41.196: INFO: stderr: "" + Feb 7 08:52:41.196: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" + Feb 7 08:52:41.196: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 apply -f -' + Feb 7 08:52:41.504: INFO: stderr: "" + Feb 7 08:52:41.504: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com/test-foo created\n" + Feb 7 08:52:41.504: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 delete e2e-test-crd-publish-openapi-2215-crds test-foo' + Feb 7 08:52:41.632: INFO: stderr: "" + Feb 7 08:52:41.632: INFO: stdout: "e2e-test-crd-publish-openapi-2215-crd.crd-publish-openapi-test-foo.example.com \"test-foo\" deleted\n" + STEP: kubectl validation (kubectl create and apply) rejects request with value outside defined enum values 02/07/23 08:52:41.632 + Feb 7 08:52:41.633: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' + Feb 7 08:52:41.899: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request with unknown properties when disallowed by the schema 02/07/23 08:52:41.899 + Feb 7 08:52:41.900: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' + Feb 7 08:52:42.144: INFO: rc: 1 + Feb 7 08:52:42.144: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 apply -f -' + Feb 7 08:52:42.405: INFO: rc: 1 + STEP: kubectl validation (kubectl create and apply) rejects request without required properties 02/07/23 08:52:42.405 + Feb 7 08:52:42.405: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 create -f -' + Feb 7 08:52:42.672: INFO: rc: 1 + Feb 7 08:52:42.672: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 --namespace=crd-publish-openapi-4669 apply -f -' + Feb 7 08:52:42.962: INFO: rc: 1 + STEP: kubectl explain works to explain CR properties 02/07/23 08:52:42.962 + Feb 7 08:52:42.962: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds' + Feb 7 08:52:43.200: INFO: stderr: "" + Feb 7 08:52:43.200: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nDESCRIPTION:\n Foo CRD for Testing\n\nFIELDS:\n apiVersion\t\n APIVersion defines the versioned schema of this representation of an\n object. Servers should convert recognized schemas to the latest internal\n value, and may reject unrecognized values. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n\n kind\t\n Kind is a string value representing the REST resource this object\n represents. Servers may infer this from the endpoint the client submits\n requests to. Cannot be updated. In CamelCase. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n\n metadata\t\n Standard object's metadata. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n spec\t\n Specification of Foo\n\n status\t\n Status of Foo\n\n" + STEP: kubectl explain works to explain CR properties recursively 02/07/23 08:52:43.201 + Feb 7 08:52:43.201: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.metadata' + Feb 7 08:52:43.472: INFO: stderr: "" + Feb 7 08:52:43.472: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: metadata \n\nDESCRIPTION:\n Standard object's metadata. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n ObjectMeta is metadata that all persisted resources must have, which\n includes all objects users must create.\n\nFIELDS:\n annotations\t\n Annotations is an unstructured key value map stored with a resource that\n may be set by external tools to store and retrieve arbitrary metadata. They\n are not queryable and should be preserved when modifying objects. More\n info: http://kubernetes.io/docs/user-guide/annotations\n\n creationTimestamp\t\n CreationTimestamp is a timestamp representing the server time when this\n object was created. It is not guaranteed to be set in happens-before order\n across separate operations. Clients may not set this value. It is\n represented in RFC3339 form and is in UTC.\n\n Populated by the system. Read-only. Null for lists. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n deletionGracePeriodSeconds\t\n Number of seconds allowed for this object to gracefully terminate before it\n will be removed from the system. Only set when deletionTimestamp is also\n set. May only be shortened. Read-only.\n\n deletionTimestamp\t\n DeletionTimestamp is RFC 3339 date and time at which this resource will be\n deleted. This field is set by the server when a graceful deletion is\n requested by the user, and is not directly settable by a client. The\n resource is expected to be deleted (no longer visible from resource lists,\n and not reachable by name) after the time in this field, once the\n finalizers list is empty. As long as the finalizers list contains items,\n deletion is blocked. Once the deletionTimestamp is set, this value may not\n be unset or be set further into the future, although it may be shortened or\n the resource may be deleted prior to this time. For example, a user may\n request that a pod is deleted in 30 seconds. The Kubelet will react by\n sending a graceful termination signal to the containers in the pod. After\n that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL)\n to the container and after cleanup, remove the pod from the API. In the\n presence of network partitions, this object may still exist after this\n timestamp, until an administrator or automated process can determine the\n resource is fully terminated. If not set, graceful deletion of the object\n has not been requested.\n\n Populated by the system when a graceful deletion is requested. Read-only.\n More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\n\n finalizers\t<[]string>\n Must be empty before the object is deleted from the registry. Each entry is\n an identifier for the responsible component that will remove the entry from\n the list. If the deletionTimestamp of the object is non-nil, entries in\n this list can only be removed. Finalizers may be processed and removed in\n any order. Order is NOT enforced because it introduces significant risk of\n stuck finalizers. finalizers is a shared field, any actor with permission\n can reorder it. If the finalizer list is processed in order, then this can\n lead to a situation in which the component responsible for the first\n finalizer in the list is waiting for a signal (field value, external\n system, or other) produced by a component responsible for a finalizer later\n in the list, resulting in a deadlock. Without enforced ordering finalizers\n are free to order amongst themselves and are not vulnerable to ordering\n changes in the list.\n\n generateName\t\n GenerateName is an optional prefix, used by the server, to generate a\n unique name ONLY IF the Name field has not been provided. If this field is\n used, the name returned to the client will be different than the name\n passed. This value will also be combined with a unique suffix. The provided\n value has the same validation rules as the Name field, and may be truncated\n by the length of the suffix required to make the value unique on the\n server.\n\n If this field is specified and the generated name exists, the server will\n return a 409.\n\n Applied only if Name is not specified. More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency\n\n generation\t\n A sequence number representing a specific generation of the desired state.\n Populated by the system. Read-only.\n\n labels\t\n Map of string keys and values that can be used to organize and categorize\n (scope and select) objects. May match selectors of replication controllers\n and services. More info: http://kubernetes.io/docs/user-guide/labels\n\n managedFields\t<[]Object>\n ManagedFields maps workflow-id and version to the set of fields that are\n managed by that workflow. This is mostly for internal housekeeping, and\n users typically shouldn't need to set or understand this field. A workflow\n can be the user's name, a controller's name, or the name of a specific\n apply path like \"ci-cd\". The set of fields is always in the version that\n the workflow used when modifying the object.\n\n name\t\n Name must be unique within a namespace. Is required when creating\n resources, although some resources may allow a client to request the\n generation of an appropriate name automatically. Name is primarily intended\n for creation idempotence and configuration definition. Cannot be updated.\n More info: http://kubernetes.io/docs/user-guide/identifiers#names\n\n namespace\t\n Namespace defines the space within which each name must be unique. An empty\n namespace is equivalent to the \"default\" namespace, but \"default\" is the\n canonical representation. Not all objects are required to be scoped to a\n namespace - the value of this field for those objects will be empty.\n\n Must be a DNS_LABEL. Cannot be updated. More info:\n http://kubernetes.io/docs/user-guide/namespaces\n\n ownerReferences\t<[]Object>\n List of objects depended by this object. If ALL objects in the list have\n been deleted, this object will be garbage collected. If this object is\n managed by a controller, then an entry in this list will point to this\n controller, with the controller field set to true. There cannot be more\n than one managing controller.\n\n resourceVersion\t\n An opaque value that represents the internal version of this object that\n can be used by clients to determine when objects have changed. May be used\n for optimistic concurrency, change detection, and the watch operation on a\n resource or set of resources. Clients must treat these values as opaque and\n passed unmodified back to the server. They may only be valid for a\n particular resource or set of resources.\n\n Populated by the system. Read-only. Value must be treated as opaque by\n clients and . More info:\n https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency\n\n selfLink\t\n Deprecated: selfLink is a legacy read-only field that is no longer\n populated by the system.\n\n uid\t\n UID is the unique in time and space value for this object. It is typically\n generated by the server on successful creation of a resource and is not\n allowed to change on PUT operations.\n\n Populated by the system. Read-only. More info:\n http://kubernetes.io/docs/user-guide/identifiers#uids\n\n" + Feb 7 08:52:43.473: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.spec' + Feb 7 08:52:43.708: INFO: stderr: "" + Feb 7 08:52:43.708: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: spec \n\nDESCRIPTION:\n Specification of Foo\n\nFIELDS:\n bars\t<[]Object>\n List of Bars and their specs.\n\n" + Feb 7 08:52:43.708: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.spec.bars' + Feb 7 08:52:43.976: INFO: stderr: "" + Feb 7 08:52:43.976: INFO: stdout: "KIND: e2e-test-crd-publish-openapi-2215-crd\nVERSION: crd-publish-openapi-test-foo.example.com/v1\n\nRESOURCE: bars <[]Object>\n\nDESCRIPTION:\n List of Bars and their specs.\n\nFIELDS:\n age\t\n Age of Bar.\n\n bazs\t<[]string>\n List of Bazs.\n\n feeling\t\n Whether Bar is feeling great.\n\n name\t -required-\n Name of Bar.\n\n" + STEP: kubectl explain works to return error when explain is called on property that doesn't exist 02/07/23 08:52:43.976 + Feb 7 08:52:43.977: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=crd-publish-openapi-4669 explain e2e-test-crd-publish-openapi-2215-crds.spec.bars2' + Feb 7 08:52:44.240: INFO: rc: 1 + [AfterEach] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:45.787: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "crd-publish-openapi-4669" for this suite. 02/07/23 08:52:45.799 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:46 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:45.809 +Feb 7 08:52:45.810: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:52:45.811 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:45.885 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:45.891 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:46 +STEP: Creating projection with secret that has name projected-secret-test-cae77e13-67ef-4d8f-9ce8-1f760d38538a 02/07/23 08:52:45.896 +STEP: Creating a pod to test consume secrets 02/07/23 08:52:45.904 +Feb 7 08:52:45.916: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03" in namespace "projected-7117" to be "Succeeded or Failed" +Feb 7 08:52:45.922: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03": Phase="Pending", Reason="", readiness=false. Elapsed: 5.703601ms +Feb 7 08:52:47.927: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011419038s +Feb 7 08:52:49.927: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010684362s +STEP: Saw pod success 02/07/23 08:52:49.927 +Feb 7 08:52:49.927: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03" satisfied condition "Succeeded or Failed" +Feb 7 08:52:49.930: INFO: Trying to get logs from node node2 pod pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03 container projected-secret-volume-test: +STEP: delete the pod 02/07/23 08:52:49.937 +Feb 7 08:52:49.946: INFO: Waiting for pod pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03 to disappear +Feb 7 08:52:49.949: INFO: Pod pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03 no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:49.949: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-7117" for this suite. 02/07/23 08:52:49.953 +------------------------------ +• [4.149 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:46 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:45.809 + Feb 7 08:52:45.810: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:52:45.811 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:45.885 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:45.891 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:46 + STEP: Creating projection with secret that has name projected-secret-test-cae77e13-67ef-4d8f-9ce8-1f760d38538a 02/07/23 08:52:45.896 + STEP: Creating a pod to test consume secrets 02/07/23 08:52:45.904 + Feb 7 08:52:45.916: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03" in namespace "projected-7117" to be "Succeeded or Failed" + Feb 7 08:52:45.922: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03": Phase="Pending", Reason="", readiness=false. Elapsed: 5.703601ms + Feb 7 08:52:47.927: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03": Phase="Pending", Reason="", readiness=false. Elapsed: 2.011419038s + Feb 7 08:52:49.927: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.010684362s + STEP: Saw pod success 02/07/23 08:52:49.927 + Feb 7 08:52:49.927: INFO: Pod "pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03" satisfied condition "Succeeded or Failed" + Feb 7 08:52:49.930: INFO: Trying to get logs from node node2 pod pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03 container projected-secret-volume-test: + STEP: delete the pod 02/07/23 08:52:49.937 + Feb 7 08:52:49.946: INFO: Waiting for pod pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03 to disappear + Feb 7 08:52:49.949: INFO: Pod pod-projected-secrets-0aa0c9f3-2dda-4e24-8e13-0f46bac19c03 no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:49.949: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-7117" for this suite. 02/07/23 08:52:49.953 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:444 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:49.961 +Feb 7 08:52:49.961: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:52:49.962 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:49.974 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:49.977 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:444 +Feb 7 08:52:49.987: INFO: Waiting up to 5m0s for pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d" in namespace "pods-7211" to be "running and ready" +Feb 7 08:52:49.991: INFO: Pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.475094ms +Feb 7 08:52:49.991: INFO: The phase of Pod server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:52:51.998: INFO: Pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d": Phase="Running", Reason="", readiness=true. Elapsed: 2.010834583s +Feb 7 08:52:51.998: INFO: The phase of Pod server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d is Running (Ready = true) +Feb 7 08:52:51.998: INFO: Pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d" satisfied condition "running and ready" +Feb 7 08:52:52.029: INFO: Waiting up to 5m0s for pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7" in namespace "pods-7211" to be "Succeeded or Failed" +Feb 7 08:52:52.032: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7": Phase="Pending", Reason="", readiness=false. Elapsed: 3.464682ms +Feb 7 08:52:54.039: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010844719s +Feb 7 08:52:56.038: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009854424s +STEP: Saw pod success 02/07/23 08:52:56.038 +Feb 7 08:52:56.039: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7" satisfied condition "Succeeded or Failed" +Feb 7 08:52:56.044: INFO: Trying to get logs from node node2 pod client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7 container env3cont: +STEP: delete the pod 02/07/23 08:52:56.052 +Feb 7 08:52:56.066: INFO: Waiting for pod client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7 to disappear +Feb 7 08:52:56.070: INFO: Pod client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7 no longer exists +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:56.070: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-7211" for this suite. 02/07/23 08:52:56.074 +------------------------------ +• [SLOW TEST] [6.120 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:444 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:49.961 + Feb 7 08:52:49.961: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:52:49.962 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:49.974 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:49.977 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should contain environment variables for services [NodeConformance] [Conformance] + test/e2e/common/node/pods.go:444 + Feb 7 08:52:49.987: INFO: Waiting up to 5m0s for pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d" in namespace "pods-7211" to be "running and ready" + Feb 7 08:52:49.991: INFO: Pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d": Phase="Pending", Reason="", readiness=false. Elapsed: 4.475094ms + Feb 7 08:52:49.991: INFO: The phase of Pod server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:52:51.998: INFO: Pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d": Phase="Running", Reason="", readiness=true. Elapsed: 2.010834583s + Feb 7 08:52:51.998: INFO: The phase of Pod server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d is Running (Ready = true) + Feb 7 08:52:51.998: INFO: Pod "server-envvars-c8273ac6-9618-4e97-9c20-86a13f017c2d" satisfied condition "running and ready" + Feb 7 08:52:52.029: INFO: Waiting up to 5m0s for pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7" in namespace "pods-7211" to be "Succeeded or Failed" + Feb 7 08:52:52.032: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7": Phase="Pending", Reason="", readiness=false. Elapsed: 3.464682ms + Feb 7 08:52:54.039: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010844719s + Feb 7 08:52:56.038: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009854424s + STEP: Saw pod success 02/07/23 08:52:56.038 + Feb 7 08:52:56.039: INFO: Pod "client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7" satisfied condition "Succeeded or Failed" + Feb 7 08:52:56.044: INFO: Trying to get logs from node node2 pod client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7 container env3cont: + STEP: delete the pod 02/07/23 08:52:56.052 + Feb 7 08:52:56.066: INFO: Waiting for pod client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7 to disappear + Feb 7 08:52:56.070: INFO: Pod client-envvars-964bc975-a3a9-412e-a1d6-595b5d7415c7 no longer exists + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:56.070: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-7211" for this suite. 02/07/23 08:52:56.074 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Proxy version v1 + A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 +[BeforeEach] version v1 + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:56.083 +Feb 7 08:52:56.083: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename proxy 02/07/23 08:52:56.086 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:56.13 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:56.134 +[BeforeEach] version v1 + test/e2e/framework/metrics/init/init.go:31 +[It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 +Feb 7 08:52:56.138: INFO: Creating pod... +Feb 7 08:52:56.146: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-3531" to be "running" +Feb 7 08:52:56.152: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 5.245308ms +Feb 7 08:52:58.160: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.013204833s +Feb 7 08:52:58.160: INFO: Pod "agnhost" satisfied condition "running" +Feb 7 08:52:58.160: INFO: Creating service... +Feb 7 08:52:58.177: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=DELETE +Feb 7 08:52:58.185: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Feb 7 08:52:58.185: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=OPTIONS +Feb 7 08:52:58.188: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Feb 7 08:52:58.188: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=PATCH +Feb 7 08:52:58.192: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Feb 7 08:52:58.192: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=POST +Feb 7 08:52:58.196: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Feb 7 08:52:58.196: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=PUT +Feb 7 08:52:58.199: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Feb 7 08:52:58.199: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=DELETE +Feb 7 08:52:58.205: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE +Feb 7 08:52:58.205: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=OPTIONS +Feb 7 08:52:58.210: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS +Feb 7 08:52:58.210: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=PATCH +Feb 7 08:52:58.216: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH +Feb 7 08:52:58.216: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=POST +Feb 7 08:52:58.220: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST +Feb 7 08:52:58.220: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=PUT +Feb 7 08:52:58.223: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT +Feb 7 08:52:58.223: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=GET +Feb 7 08:52:58.225: INFO: http.Client request:GET StatusCode:301 +Feb 7 08:52:58.225: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=GET +Feb 7 08:52:58.228: INFO: http.Client request:GET StatusCode:301 +Feb 7 08:52:58.228: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=HEAD +Feb 7 08:52:58.230: INFO: http.Client request:HEAD StatusCode:301 +Feb 7 08:52:58.230: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=HEAD +Feb 7 08:52:58.232: INFO: http.Client request:HEAD StatusCode:301 +[AfterEach] version v1 + test/e2e/framework/node/init/init.go:32 +Feb 7 08:52:58.232: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] version v1 + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] version v1 + dump namespaces | framework.go:196 +[DeferCleanup (Each)] version v1 + tear down framework | framework.go:193 +STEP: Destroying namespace "proxy-3531" for this suite. 02/07/23 08:52:58.234 +------------------------------ +• [2.155 seconds] +[sig-network] Proxy +test/e2e/network/common/framework.go:23 + version v1 + test/e2e/network/proxy.go:74 + A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] version v1 + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:56.083 + Feb 7 08:52:56.083: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename proxy 02/07/23 08:52:56.086 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:56.13 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:56.134 + [BeforeEach] version v1 + test/e2e/framework/metrics/init/init.go:31 + [It] A set of valid responses are returned for both pod and service Proxy [Conformance] + test/e2e/network/proxy.go:380 + Feb 7 08:52:56.138: INFO: Creating pod... + Feb 7 08:52:56.146: INFO: Waiting up to 5m0s for pod "agnhost" in namespace "proxy-3531" to be "running" + Feb 7 08:52:56.152: INFO: Pod "agnhost": Phase="Pending", Reason="", readiness=false. Elapsed: 5.245308ms + Feb 7 08:52:58.160: INFO: Pod "agnhost": Phase="Running", Reason="", readiness=true. Elapsed: 2.013204833s + Feb 7 08:52:58.160: INFO: Pod "agnhost" satisfied condition "running" + Feb 7 08:52:58.160: INFO: Creating service... + Feb 7 08:52:58.177: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=DELETE + Feb 7 08:52:58.185: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Feb 7 08:52:58.185: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=OPTIONS + Feb 7 08:52:58.188: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Feb 7 08:52:58.188: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=PATCH + Feb 7 08:52:58.192: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Feb 7 08:52:58.192: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=POST + Feb 7 08:52:58.196: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Feb 7 08:52:58.196: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=PUT + Feb 7 08:52:58.199: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Feb 7 08:52:58.199: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=DELETE + Feb 7 08:52:58.205: INFO: http.Client request:DELETE | StatusCode:200 | Response:foo | Method:DELETE + Feb 7 08:52:58.205: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=OPTIONS + Feb 7 08:52:58.210: INFO: http.Client request:OPTIONS | StatusCode:200 | Response:foo | Method:OPTIONS + Feb 7 08:52:58.210: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=PATCH + Feb 7 08:52:58.216: INFO: http.Client request:PATCH | StatusCode:200 | Response:foo | Method:PATCH + Feb 7 08:52:58.216: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=POST + Feb 7 08:52:58.220: INFO: http.Client request:POST | StatusCode:200 | Response:foo | Method:POST + Feb 7 08:52:58.220: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=PUT + Feb 7 08:52:58.223: INFO: http.Client request:PUT | StatusCode:200 | Response:foo | Method:PUT + Feb 7 08:52:58.223: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=GET + Feb 7 08:52:58.225: INFO: http.Client request:GET StatusCode:301 + Feb 7 08:52:58.225: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=GET + Feb 7 08:52:58.228: INFO: http.Client request:GET StatusCode:301 + Feb 7 08:52:58.228: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/pods/agnhost/proxy?method=HEAD + Feb 7 08:52:58.230: INFO: http.Client request:HEAD StatusCode:301 + Feb 7 08:52:58.230: INFO: Starting http.Client for https://10.96.0.1:443/api/v1/namespaces/proxy-3531/services/e2e-proxy-test-service/proxy?method=HEAD + Feb 7 08:52:58.232: INFO: http.Client request:HEAD StatusCode:301 + [AfterEach] version v1 + test/e2e/framework/node/init/init.go:32 + Feb 7 08:52:58.232: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] version v1 + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] version v1 + dump namespaces | framework.go:196 + [DeferCleanup (Each)] version v1 + tear down framework | framework.go:193 + STEP: Destroying namespace "proxy-3531" for this suite. 02/07/23 08:52:58.234 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSS +------------------------------ +[sig-network] DNS + should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:52:58.238 +Feb 7 08:52:58.238: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 08:52:58.239 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:58.25 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:58.252 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 +STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 02/07/23 08:52:58.254 +Feb 7 08:52:58.261: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-2269 60784750-4a90-429f-a589-f59e2e7a70e3 35364 0 2023-02-07 08:52:58 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2023-02-07 08:52:58 +0000 UTC FieldsV1 {"f:spec":{"f:containers":{"k:{\"name\":\"agnhost-container\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsConfig":{".":{},"f:nameservers":{},"f:searches":{}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-2567l,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost-container,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-2567l,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:None,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:&PodDNSConfig{Nameservers:[1.1.1.1],Searches:[resolv.conf.local],Options:[]PodDNSConfigOption{},},ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} +Feb 7 08:52:58.261: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-2269" to be "running and ready" +Feb 7 08:52:58.265: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 3.671364ms +Feb 7 08:52:58.265: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) +Feb 7 08:53:00.272: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.011202151s +Feb 7 08:53:00.272: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) +Feb 7 08:53:00.272: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" +STEP: Verifying customized DNS suffix list is configured on pod... 02/07/23 08:53:00.272 +Feb 7 08:53:00.272: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-2269 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:53:00.272: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:53:00.277: INFO: ExecWithOptions: Clientset creation +Feb 7 08:53:00.277: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/dns-2269/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-suffix&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +STEP: Verifying customized DNS server is configured on pod... 02/07/23 08:53:00.393 +Feb 7 08:53:00.394: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-2269 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} +Feb 7 08:53:00.394: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +Feb 7 08:53:00.394: INFO: ExecWithOptions: Clientset creation +Feb 7 08:53:00.395: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/dns-2269/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) +Feb 7 08:53:00.519: INFO: Deleting pod test-dns-nameservers... +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:00.537: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-2269" for this suite. 02/07/23 08:53:00.544 +------------------------------ +• [2.309 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:52:58.238 + Feb 7 08:52:58.238: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 08:52:58.239 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:52:58.25 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:52:58.252 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should support configurable pod DNS nameservers [Conformance] + test/e2e/network/dns.go:411 + STEP: Creating a pod with dnsPolicy=None and customized dnsConfig... 02/07/23 08:52:58.254 + Feb 7 08:52:58.261: INFO: Created pod &Pod{ObjectMeta:{test-dns-nameservers dns-2269 60784750-4a90-429f-a589-f59e2e7a70e3 35364 0 2023-02-07 08:52:58 +0000 UTC map[] map[] [] [] [{e2e.test Update v1 2023-02-07 08:52:58 +0000 UTC FieldsV1 {"f:spec":{"f:containers":{"k:{\"name\":\"agnhost-container\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsConfig":{".":{},"f:nameservers":{},"f:searches":{}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} }]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-2567l,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost-container,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,Command:[],Args:[pause],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-2567l,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:None,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:&PodDNSConfig{Nameservers:[1.1.1.1],Searches:[resolv.conf.local],Options:[]PodDNSConfigOption{},},ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Pending,Conditions:[]PodCondition{},Message:,Reason:,HostIP:,PodIP:,StartTime:,ContainerStatuses:[]ContainerStatus{},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{},EphemeralContainerStatuses:[]ContainerStatus{},},} + Feb 7 08:52:58.261: INFO: Waiting up to 5m0s for pod "test-dns-nameservers" in namespace "dns-2269" to be "running and ready" + Feb 7 08:52:58.265: INFO: Pod "test-dns-nameservers": Phase="Pending", Reason="", readiness=false. Elapsed: 3.671364ms + Feb 7 08:52:58.265: INFO: The phase of Pod test-dns-nameservers is Pending, waiting for it to be Running (with Ready = true) + Feb 7 08:53:00.272: INFO: Pod "test-dns-nameservers": Phase="Running", Reason="", readiness=true. Elapsed: 2.011202151s + Feb 7 08:53:00.272: INFO: The phase of Pod test-dns-nameservers is Running (Ready = true) + Feb 7 08:53:00.272: INFO: Pod "test-dns-nameservers" satisfied condition "running and ready" + STEP: Verifying customized DNS suffix list is configured on pod... 02/07/23 08:53:00.272 + Feb 7 08:53:00.272: INFO: ExecWithOptions {Command:[/agnhost dns-suffix] Namespace:dns-2269 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:53:00.272: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:53:00.277: INFO: ExecWithOptions: Clientset creation + Feb 7 08:53:00.277: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/dns-2269/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-suffix&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + STEP: Verifying customized DNS server is configured on pod... 02/07/23 08:53:00.393 + Feb 7 08:53:00.394: INFO: ExecWithOptions {Command:[/agnhost dns-server-list] Namespace:dns-2269 PodName:test-dns-nameservers ContainerName:agnhost-container Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false} + Feb 7 08:53:00.394: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + Feb 7 08:53:00.394: INFO: ExecWithOptions: Clientset creation + Feb 7 08:53:00.395: INFO: ExecWithOptions: execute(POST https://10.96.0.1:443/api/v1/namespaces/dns-2269/pods/test-dns-nameservers/exec?command=%2Fagnhost&command=dns-server-list&container=agnhost-container&container=agnhost-container&stderr=true&stdout=true) + Feb 7 08:53:00.519: INFO: Deleting pod test-dns-nameservers... + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:00.537: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-2269" for this suite. 02/07/23 08:53:00.544 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] ResourceQuota + should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:230 +[BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:00.548 +Feb 7 08:53:00.549: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename resourcequota 02/07/23 08:53:00.55 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:00.561 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:00.563 +[BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 +[It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:230 +STEP: Counting existing ResourceQuota 02/07/23 08:53:00.566 +STEP: Creating a ResourceQuota 02/07/23 08:53:05.572 +STEP: Ensuring resource quota status is calculated 02/07/23 08:53:05.578 +STEP: Creating a Pod that fits quota 02/07/23 08:53:07.586 +STEP: Ensuring ResourceQuota status captures the pod usage 02/07/23 08:53:07.626 +STEP: Not allowing a pod to be created that exceeds remaining quota 02/07/23 08:53:09.632 +STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 02/07/23 08:53:09.637 +STEP: Ensuring a pod cannot update its resource requirements 02/07/23 08:53:09.642 +STEP: Ensuring attempts to update pod resource requirements did not change quota usage 02/07/23 08:53:09.649 +STEP: Deleting the pod 02/07/23 08:53:11.657 +STEP: Ensuring resource quota status released the pod usage 02/07/23 08:53:11.678 +[AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:13.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 +STEP: Destroying namespace "resourcequota-3258" for this suite. 02/07/23 08:53:13.69 +------------------------------ +• [SLOW TEST] [13.148 seconds] +[sig-api-machinery] ResourceQuota +test/e2e/apimachinery/framework.go:23 + should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:230 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] ResourceQuota + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:00.548 + Feb 7 08:53:00.549: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename resourcequota 02/07/23 08:53:00.55 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:00.561 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:00.563 + [BeforeEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:31 + [It] should create a ResourceQuota and capture the life of a pod. [Conformance] + test/e2e/apimachinery/resource_quota.go:230 + STEP: Counting existing ResourceQuota 02/07/23 08:53:00.566 + STEP: Creating a ResourceQuota 02/07/23 08:53:05.572 + STEP: Ensuring resource quota status is calculated 02/07/23 08:53:05.578 + STEP: Creating a Pod that fits quota 02/07/23 08:53:07.586 + STEP: Ensuring ResourceQuota status captures the pod usage 02/07/23 08:53:07.626 + STEP: Not allowing a pod to be created that exceeds remaining quota 02/07/23 08:53:09.632 + STEP: Not allowing a pod to be created that exceeds remaining quota(validation on extended resources) 02/07/23 08:53:09.637 + STEP: Ensuring a pod cannot update its resource requirements 02/07/23 08:53:09.642 + STEP: Ensuring attempts to update pod resource requirements did not change quota usage 02/07/23 08:53:09.649 + STEP: Deleting the pod 02/07/23 08:53:11.657 + STEP: Ensuring resource quota status released the pod usage 02/07/23 08:53:11.678 + [AfterEach] [sig-api-machinery] ResourceQuota + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:13.685: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] ResourceQuota + tear down framework | framework.go:193 + STEP: Destroying namespace "resourcequota-3258" for this suite. 02/07/23 08:53:13.69 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-apps] StatefulSet Basic StatefulSet functionality [StatefulSetBasic] + should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:908 +[BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:13.698 +Feb 7 08:53:13.698: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename statefulset 02/07/23 08:53:13.698 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:13.717 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:13.719 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 +[BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 +STEP: Creating service test in namespace statefulset-5357 02/07/23 08:53:13.722 +[It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:908 +Feb 7 08:53:13.736: INFO: Found 0 stateful pods, waiting for 1 +Feb 7 08:53:23.743: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +STEP: patching the StatefulSet 02/07/23 08:53:23.753 +W0207 08:53:23.764145 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" +Feb 7 08:53:23.774: INFO: Found 1 stateful pods, waiting for 2 +Feb 7 08:53:33.822: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true +Feb 7 08:53:33.822: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true +STEP: Listing all StatefulSets 02/07/23 08:53:33.833 +STEP: Delete all of the StatefulSets 02/07/23 08:53:33.837 +STEP: Verify that StatefulSets have been deleted 02/07/23 08:53:33.846 +[AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 +Feb 7 08:53:33.852: INFO: Deleting all statefulset in ns statefulset-5357 +[AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:33.874: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 +STEP: Destroying namespace "statefulset-5357" for this suite. 02/07/23 08:53:33.879 +------------------------------ +• [SLOW TEST] [20.186 seconds] +[sig-apps] StatefulSet +test/e2e/apps/framework.go:23 + Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:103 + should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:908 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] StatefulSet + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:13.698 + Feb 7 08:53:13.698: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename statefulset 02/07/23 08:53:13.698 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:13.717 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:13.719 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] StatefulSet + test/e2e/apps/statefulset.go:98 + [BeforeEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:113 + STEP: Creating service test in namespace statefulset-5357 02/07/23 08:53:13.722 + [It] should list, patch and delete a collection of StatefulSets [Conformance] + test/e2e/apps/statefulset.go:908 + Feb 7 08:53:13.736: INFO: Found 0 stateful pods, waiting for 1 + Feb 7 08:53:23.743: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + STEP: patching the StatefulSet 02/07/23 08:53:23.753 + W0207 08:53:23.764145 20 warnings.go:70] unknown field "spec.template.spec.TerminationGracePeriodSeconds" + Feb 7 08:53:23.774: INFO: Found 1 stateful pods, waiting for 2 + Feb 7 08:53:33.822: INFO: Waiting for pod test-ss-0 to enter Running - Ready=true, currently Running - Ready=true + Feb 7 08:53:33.822: INFO: Waiting for pod test-ss-1 to enter Running - Ready=true, currently Running - Ready=true + STEP: Listing all StatefulSets 02/07/23 08:53:33.833 + STEP: Delete all of the StatefulSets 02/07/23 08:53:33.837 + STEP: Verify that StatefulSets have been deleted 02/07/23 08:53:33.846 + [AfterEach] Basic StatefulSet functionality [StatefulSetBasic] + test/e2e/apps/statefulset.go:124 + Feb 7 08:53:33.852: INFO: Deleting all statefulset in ns statefulset-5357 + [AfterEach] [sig-apps] StatefulSet + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:33.874: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] StatefulSet + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] StatefulSet + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] StatefulSet + tear down framework | framework.go:193 + STEP: Destroying namespace "statefulset-5357" for this suite. 02/07/23 08:53:33.879 + << End Captured GinkgoWriter Output +------------------------------ +SSSS +------------------------------ +[sig-api-machinery] Watchers + should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 +[BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:33.884 +Feb 7 08:53:33.884: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename watch 02/07/23 08:53:33.886 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:33.897 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:33.901 +[BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 +[It] should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 +STEP: creating a watch on configmaps 02/07/23 08:53:33.904 +STEP: creating a new configmap 02/07/23 08:53:33.904 +STEP: modifying the configmap once 02/07/23 08:53:33.907 +STEP: closing the watch once it receives two notifications 02/07/23 08:53:33.917 +Feb 7 08:53:33.917: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35601 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:53:33.917: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35602 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} +STEP: modifying the configmap a second time, while the watch is closed 02/07/23 08:53:33.917 +STEP: creating a new watch on configmaps from the last resource version observed by the first watch 02/07/23 08:53:33.922 +STEP: deleting the configmap 02/07/23 08:53:33.922 +STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 02/07/23 08:53:33.925 +Feb 7 08:53:33.926: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35603 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +Feb 7 08:53:33.926: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35604 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} +[AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:33.926: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 +STEP: Destroying namespace "watch-6249" for this suite. 02/07/23 08:53:33.929 +------------------------------ +• [0.049 seconds] +[sig-api-machinery] Watchers +test/e2e/apimachinery/framework.go:23 + should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Watchers + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:33.884 + Feb 7 08:53:33.884: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename watch 02/07/23 08:53:33.886 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:33.897 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:33.901 + [BeforeEach] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:31 + [It] should be able to restart watching from the last resource version observed by the previous watch [Conformance] + test/e2e/apimachinery/watch.go:191 + STEP: creating a watch on configmaps 02/07/23 08:53:33.904 + STEP: creating a new configmap 02/07/23 08:53:33.904 + STEP: modifying the configmap once 02/07/23 08:53:33.907 + STEP: closing the watch once it receives two notifications 02/07/23 08:53:33.917 + Feb 7 08:53:33.917: INFO: Got : ADDED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35601 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:53:33.917: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35602 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 1,},BinaryData:map[string][]byte{},Immutable:nil,} + STEP: modifying the configmap a second time, while the watch is closed 02/07/23 08:53:33.917 + STEP: creating a new watch on configmaps from the last resource version observed by the first watch 02/07/23 08:53:33.922 + STEP: deleting the configmap 02/07/23 08:53:33.922 + STEP: Expecting to observe notifications for all changes to the configmap since the first watch closed 02/07/23 08:53:33.925 + Feb 7 08:53:33.926: INFO: Got : MODIFIED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35603 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + Feb 7 08:53:33.926: INFO: Got : DELETED &ConfigMap{ObjectMeta:{e2e-watch-test-watch-closed watch-6249 3e1598c5-bbf3-426b-9980-59dd03f3f390 35604 0 2023-02-07 08:53:33 +0000 UTC map[watch-this-configmap:watch-closed-and-restarted] map[] [] [] [{e2e.test Update v1 2023-02-07 08:53:33 +0000 UTC FieldsV1 {"f:data":{".":{},"f:mutation":{}},"f:metadata":{"f:labels":{".":{},"f:watch-this-configmap":{}}}} }]},Data:map[string]string{mutation: 2,},BinaryData:map[string][]byte{},Immutable:nil,} + [AfterEach] [sig-api-machinery] Watchers + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:33.926: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Watchers + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Watchers + tear down framework | framework.go:193 + STEP: Destroying namespace "watch-6249" for this suite. 02/07/23 08:53:33.929 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-network] Services + should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2228 +[BeforeEach] [sig-network] Services + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:33.935 +Feb 7 08:53:33.937: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename services 02/07/23 08:53:33.94 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:33.952 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:33.955 +[BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 +[It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2228 +STEP: creating service in namespace services-7348 02/07/23 08:53:33.958 +STEP: creating service affinity-nodeport in namespace services-7348 02/07/23 08:53:33.958 +STEP: creating replication controller affinity-nodeport in namespace services-7348 02/07/23 08:53:33.97 +I0207 08:53:33.974148 20 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-7348, replica count: 3 +I0207 08:53:37.025954 20 runners.go:193] affinity-nodeport Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady +Feb 7 08:53:37.040: INFO: Creating new exec pod +Feb 7 08:53:37.048: INFO: Waiting up to 5m0s for pod "execpod-affinitytd8m7" in namespace "services-7348" to be "running" +Feb 7 08:53:37.054: INFO: Pod "execpod-affinitytd8m7": Phase="Pending", Reason="", readiness=false. Elapsed: 6.191432ms +Feb 7 08:53:39.058: INFO: Pod "execpod-affinitytd8m7": Phase="Running", Reason="", readiness=true. Elapsed: 2.009938767s +Feb 7 08:53:39.058: INFO: Pod "execpod-affinitytd8m7" satisfied condition "running" +Feb 7 08:53:40.063: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 affinity-nodeport 80' +Feb 7 08:53:40.277: INFO: stderr: "+ nc -v -z -w 2 affinity-nodeport 80\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" +Feb 7 08:53:40.277: INFO: stdout: "" +Feb 7 08:53:40.277: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 10.102.232.113 80' +Feb 7 08:53:40.495: INFO: stderr: "+ nc -v -z -w 2 10.102.232.113 80\nConnection to 10.102.232.113 80 port [tcp/http] succeeded!\n" +Feb 7 08:53:40.495: INFO: stdout: "" +Feb 7 08:53:40.495: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 31833' +Feb 7 08:53:40.713: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 31833\nConnection to 172.30.41.41 31833 port [tcp/*] succeeded!\n" +Feb 7 08:53:40.713: INFO: stdout: "" +Feb 7 08:53:40.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 31833' +Feb 7 08:53:40.906: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 31833\nConnection to 172.30.41.42 31833 port [tcp/*] succeeded!\n" +Feb 7 08:53:40.906: INFO: stdout: "" +Feb 7 08:53:40.906: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.30.41.41:31833/ ; done' +Feb 7 08:53:41.218: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n" +Feb 7 08:53:41.218: INFO: stdout: "\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7" +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 +Feb 7 08:53:41.218: INFO: Cleaning up the exec pod +STEP: deleting ReplicationController affinity-nodeport in namespace services-7348, will wait for the garbage collector to delete the pods 02/07/23 08:53:41.229 +Feb 7 08:53:41.294: INFO: Deleting ReplicationController affinity-nodeport took: 9.100592ms +Feb 7 08:53:41.395: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.391339ms +[AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:43.615: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 +STEP: Destroying namespace "services-7348" for this suite. 02/07/23 08:53:43.619 +------------------------------ +• [SLOW TEST] [9.690 seconds] +[sig-network] Services +test/e2e/network/common/framework.go:23 + should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2228 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] Services + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:33.935 + Feb 7 08:53:33.937: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename services 02/07/23 08:53:33.94 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:33.952 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:33.955 + [BeforeEach] [sig-network] Services + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-network] Services + test/e2e/network/service.go:766 + [It] should have session affinity work for NodePort service [LinuxOnly] [Conformance] + test/e2e/network/service.go:2228 + STEP: creating service in namespace services-7348 02/07/23 08:53:33.958 + STEP: creating service affinity-nodeport in namespace services-7348 02/07/23 08:53:33.958 + STEP: creating replication controller affinity-nodeport in namespace services-7348 02/07/23 08:53:33.97 + I0207 08:53:33.974148 20 runners.go:193] Created replication controller with name: affinity-nodeport, namespace: services-7348, replica count: 3 + I0207 08:53:37.025954 20 runners.go:193] affinity-nodeport Pods: 3 out of 3 created, 3 running, 0 pending, 0 waiting, 0 inactive, 0 terminating, 0 unknown, 0 runningButNotReady + Feb 7 08:53:37.040: INFO: Creating new exec pod + Feb 7 08:53:37.048: INFO: Waiting up to 5m0s for pod "execpod-affinitytd8m7" in namespace "services-7348" to be "running" + Feb 7 08:53:37.054: INFO: Pod "execpod-affinitytd8m7": Phase="Pending", Reason="", readiness=false. Elapsed: 6.191432ms + Feb 7 08:53:39.058: INFO: Pod "execpod-affinitytd8m7": Phase="Running", Reason="", readiness=true. Elapsed: 2.009938767s + Feb 7 08:53:39.058: INFO: Pod "execpod-affinitytd8m7" satisfied condition "running" + Feb 7 08:53:40.063: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 affinity-nodeport 80' + Feb 7 08:53:40.277: INFO: stderr: "+ nc -v -z -w 2 affinity-nodeport 80\nConnection to affinity-nodeport 80 port [tcp/http] succeeded!\n" + Feb 7 08:53:40.277: INFO: stdout: "" + Feb 7 08:53:40.277: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 10.102.232.113 80' + Feb 7 08:53:40.495: INFO: stderr: "+ nc -v -z -w 2 10.102.232.113 80\nConnection to 10.102.232.113 80 port [tcp/http] succeeded!\n" + Feb 7 08:53:40.495: INFO: stdout: "" + Feb 7 08:53:40.495: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.41 31833' + Feb 7 08:53:40.713: INFO: stderr: "+ nc -v -z -w 2 172.30.41.41 31833\nConnection to 172.30.41.41 31833 port [tcp/*] succeeded!\n" + Feb 7 08:53:40.713: INFO: stdout: "" + Feb 7 08:53:40.713: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c nc -v -z -w 2 172.30.41.42 31833' + Feb 7 08:53:40.906: INFO: stderr: "+ nc -v -z -w 2 172.30.41.42 31833\nConnection to 172.30.41.42 31833 port [tcp/*] succeeded!\n" + Feb 7 08:53:40.906: INFO: stdout: "" + Feb 7 08:53:40.906: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=services-7348 exec execpod-affinitytd8m7 -- /bin/sh -x -c for i in $(seq 0 15); do echo; curl -q -s --connect-timeout 2 http://172.30.41.41:31833/ ; done' + Feb 7 08:53:41.218: INFO: stderr: "+ seq 0 15\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n+ echo\n+ curl -q -s --connect-timeout 2 http://172.30.41.41:31833/\n" + Feb 7 08:53:41.218: INFO: stdout: "\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7\naffinity-nodeport-qgjr7" + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Received response from host: affinity-nodeport-qgjr7 + Feb 7 08:53:41.218: INFO: Cleaning up the exec pod + STEP: deleting ReplicationController affinity-nodeport in namespace services-7348, will wait for the garbage collector to delete the pods 02/07/23 08:53:41.229 + Feb 7 08:53:41.294: INFO: Deleting ReplicationController affinity-nodeport took: 9.100592ms + Feb 7 08:53:41.395: INFO: Terminating ReplicationController affinity-nodeport pods took: 100.391339ms + [AfterEach] [sig-network] Services + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:43.615: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] Services + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] Services + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] Services + tear down framework | framework.go:193 + STEP: Destroying namespace "services-7348" for this suite. 02/07/23 08:53:43.619 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] Pods + should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:845 +[BeforeEach] [sig-node] Pods + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:43.63 +Feb 7 08:53:43.631: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename pods 02/07/23 08:53:43.632 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:43.646 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:43.65 +[BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 +[It] should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:845 +STEP: Create set of pods 02/07/23 08:53:43.654 +Feb 7 08:53:43.664: INFO: created test-pod-1 +Feb 7 08:53:43.668: INFO: created test-pod-2 +Feb 7 08:53:43.674: INFO: created test-pod-3 +STEP: waiting for all 3 pods to be running 02/07/23 08:53:43.674 +Feb 7 08:53:43.675: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-5052' to be running and ready +Feb 7 08:53:43.688: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Feb 7 08:53:43.688: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Feb 7 08:53:43.688: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Feb 7 08:53:43.688: INFO: 0 / 3 pods in namespace 'pods-5052' are running and ready (0 seconds elapsed) +Feb 7 08:53:43.688: INFO: expected 0 pod replicas in namespace 'pods-5052', 0 are Running and Ready. +Feb 7 08:53:43.688: INFO: POD NODE PHASE GRACE CONDITIONS +Feb 7 08:53:43.688: INFO: test-pod-1 node2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] +Feb 7 08:53:43.688: INFO: test-pod-2 node2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] +Feb 7 08:53:43.688: INFO: test-pod-3 node2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] +Feb 7 08:53:43.688: INFO: +Feb 7 08:53:45.706: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Feb 7 08:53:45.706: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed +Feb 7 08:53:45.706: INFO: 1 / 3 pods in namespace 'pods-5052' are running and ready (2 seconds elapsed) +Feb 7 08:53:45.706: INFO: expected 0 pod replicas in namespace 'pods-5052', 0 are Running and Ready. +Feb 7 08:53:45.706: INFO: POD NODE PHASE GRACE CONDITIONS +Feb 7 08:53:45.706: INFO: test-pod-2 node2 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] +Feb 7 08:53:45.706: INFO: test-pod-3 node2 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] +Feb 7 08:53:45.706: INFO: +Feb 7 08:53:47.704: INFO: 3 / 3 pods in namespace 'pods-5052' are running and ready (4 seconds elapsed) +Feb 7 08:53:47.704: INFO: expected 0 pod replicas in namespace 'pods-5052', 0 are Running and Ready. +STEP: waiting for all pods to be deleted 02/07/23 08:53:47.782 +Feb 7 08:53:47.786: INFO: Pod quantity 3 is different from expected quantity 0 +[AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:48.790: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 +STEP: Destroying namespace "pods-5052" for this suite. 02/07/23 08:53:48.795 +------------------------------ +• [SLOW TEST] [5.170 seconds] +[sig-node] Pods +test/e2e/common/node/framework.go:23 + should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:845 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] Pods + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:43.63 + Feb 7 08:53:43.631: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename pods 02/07/23 08:53:43.632 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:43.646 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:43.65 + [BeforeEach] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] Pods + test/e2e/common/node/pods.go:194 + [It] should delete a collection of pods [Conformance] + test/e2e/common/node/pods.go:845 + STEP: Create set of pods 02/07/23 08:53:43.654 + Feb 7 08:53:43.664: INFO: created test-pod-1 + Feb 7 08:53:43.668: INFO: created test-pod-2 + Feb 7 08:53:43.674: INFO: created test-pod-3 + STEP: waiting for all 3 pods to be running 02/07/23 08:53:43.674 + Feb 7 08:53:43.675: INFO: Waiting up to 5m0s for all pods (need at least 3) in namespace 'pods-5052' to be running and ready + Feb 7 08:53:43.688: INFO: The status of Pod test-pod-1 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Feb 7 08:53:43.688: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Feb 7 08:53:43.688: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Feb 7 08:53:43.688: INFO: 0 / 3 pods in namespace 'pods-5052' are running and ready (0 seconds elapsed) + Feb 7 08:53:43.688: INFO: expected 0 pod replicas in namespace 'pods-5052', 0 are Running and Ready. + Feb 7 08:53:43.688: INFO: POD NODE PHASE GRACE CONDITIONS + Feb 7 08:53:43.688: INFO: test-pod-1 node2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] + Feb 7 08:53:43.688: INFO: test-pod-2 node2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] + Feb 7 08:53:43.688: INFO: test-pod-3 node2 Pending [{PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] + Feb 7 08:53:43.688: INFO: + Feb 7 08:53:45.706: INFO: The status of Pod test-pod-2 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Feb 7 08:53:45.706: INFO: The status of Pod test-pod-3 is Pending (Ready = false), waiting for it to be either Running (with Ready = true) or Failed + Feb 7 08:53:45.706: INFO: 1 / 3 pods in namespace 'pods-5052' are running and ready (2 seconds elapsed) + Feb 7 08:53:45.706: INFO: expected 0 pod replicas in namespace 'pods-5052', 0 are Running and Ready. + Feb 7 08:53:45.706: INFO: POD NODE PHASE GRACE CONDITIONS + Feb 7 08:53:45.706: INFO: test-pod-2 node2 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] + Feb 7 08:53:45.706: INFO: test-pod-3 node2 Pending [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC } {Ready False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {ContainersReady False 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC ContainersNotReady containers with unready status: [token-test]} {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2023-02-07 08:53:43 +0000 UTC }] + Feb 7 08:53:45.706: INFO: + Feb 7 08:53:47.704: INFO: 3 / 3 pods in namespace 'pods-5052' are running and ready (4 seconds elapsed) + Feb 7 08:53:47.704: INFO: expected 0 pod replicas in namespace 'pods-5052', 0 are Running and Ready. + STEP: waiting for all pods to be deleted 02/07/23 08:53:47.782 + Feb 7 08:53:47.786: INFO: Pod quantity 3 is different from expected quantity 0 + [AfterEach] [sig-node] Pods + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:48.790: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] Pods + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] Pods + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] Pods + tear down framework | framework.go:193 + STEP: Destroying namespace "pods-5052" for this suite. 02/07/23 08:53:48.795 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-network] DNS + should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +[BeforeEach] [sig-network] DNS + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:48.802 +Feb 7 08:53:48.802: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename dns 02/07/23 08:53:48.804 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:48.814 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:48.817 +[BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 +[It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 +STEP: Creating a test headless service 02/07/23 08:53:48.82 +STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service;check="$$(dig +tcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-792;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-792;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +notcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_udp@PTR;check="$$(dig +tcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_tcp@PTR;sleep 1; done + 02/07/23 08:53:48.832 +STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service;check="$$(dig +tcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-792;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-792;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +notcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_udp@PTR;check="$$(dig +tcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_tcp@PTR;sleep 1; done + 02/07/23 08:53:48.832 +STEP: creating a pod to probe DNS 02/07/23 08:53:48.833 +STEP: submitting the pod to kubernetes 02/07/23 08:53:48.833 +Feb 7 08:53:48.842: INFO: Waiting up to 15m0s for pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46" in namespace "dns-792" to be "running" +Feb 7 08:53:48.847: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46": Phase="Pending", Reason="", readiness=false. Elapsed: 5.124722ms +Feb 7 08:53:50.854: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012004578s +Feb 7 08:53:52.855: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46": Phase="Running", Reason="", readiness=true. Elapsed: 4.013135551s +Feb 7 08:53:52.855: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46" satisfied condition "running" +STEP: retrieving the pod 02/07/23 08:53:52.855 +STEP: looking for the results for each expected name from probers 02/07/23 08:53:52.861 +Feb 7 08:53:52.868: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.873: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.880: INFO: Unable to read wheezy_udp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.885: INFO: Unable to read wheezy_tcp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.889: INFO: Unable to read wheezy_udp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.894: INFO: Unable to read wheezy_tcp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.898: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.903: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.926: INFO: Unable to read jessie_udp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.928: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.931: INFO: Unable to read jessie_udp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.934: INFO: Unable to read jessie_tcp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.936: INFO: Unable to read jessie_udp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.938: INFO: Unable to read jessie_tcp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.939: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.941: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) +Feb 7 08:53:52.954: INFO: Lookups using dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-792 wheezy_tcp@dns-test-service.dns-792 wheezy_udp@dns-test-service.dns-792.svc wheezy_tcp@dns-test-service.dns-792.svc wheezy_udp@_http._tcp.dns-test-service.dns-792.svc wheezy_tcp@_http._tcp.dns-test-service.dns-792.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-792 jessie_tcp@dns-test-service.dns-792 jessie_udp@dns-test-service.dns-792.svc jessie_tcp@dns-test-service.dns-792.svc jessie_udp@_http._tcp.dns-test-service.dns-792.svc jessie_tcp@_http._tcp.dns-test-service.dns-792.svc] + +Feb 7 08:53:58.096: INFO: DNS probes using dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46 succeeded + +STEP: deleting the pod 02/07/23 08:53:58.096 +STEP: deleting the test service 02/07/23 08:53:58.112 +STEP: deleting the test headless service 02/07/23 08:53:58.129 +[AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 +Feb 7 08:53:58.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 +STEP: Destroying namespace "dns-792" for this suite. 02/07/23 08:53:58.141 +------------------------------ +• [SLOW TEST] [9.345 seconds] +[sig-network] DNS +test/e2e/network/common/framework.go:23 + should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-network] DNS + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:48.802 + Feb 7 08:53:48.802: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename dns 02/07/23 08:53:48.804 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:48.814 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:48.817 + [BeforeEach] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:31 + [It] should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance] + test/e2e/network/dns.go:193 + STEP: Creating a test headless service 02/07/23 08:53:48.82 + STEP: Running these commands on wheezy: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service;check="$$(dig +tcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-792;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-792;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/wheezy_udp@dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/wheezy_tcp@dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_udp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/wheezy_tcp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +notcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_udp@PTR;check="$$(dig +tcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_tcp@PTR;sleep 1; done + 02/07/23 08:53:48.832 + STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service;check="$$(dig +tcp +noall +answer +search dns-test-service A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-792;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792 A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-792;check="$$(dig +notcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/jessie_udp@dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search dns-test-service.dns-792.svc A)" && test -n "$$check" && echo OK > /results/jessie_tcp@dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.dns-test-service.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.dns-test-service.dns-792.svc;check="$$(dig +notcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_udp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +tcp +noall +answer +search _http._tcp.test-service-2.dns-792.svc SRV)" && test -n "$$check" && echo OK > /results/jessie_tcp@_http._tcp.test-service-2.dns-792.svc;check="$$(dig +notcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_udp@PTR;check="$$(dig +tcp +noall +answer +search 99.135.100.10.in-addr.arpa. PTR)" && test -n "$$check" && echo OK > /results/10.100.135.99_tcp@PTR;sleep 1; done + 02/07/23 08:53:48.832 + STEP: creating a pod to probe DNS 02/07/23 08:53:48.833 + STEP: submitting the pod to kubernetes 02/07/23 08:53:48.833 + Feb 7 08:53:48.842: INFO: Waiting up to 15m0s for pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46" in namespace "dns-792" to be "running" + Feb 7 08:53:48.847: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46": Phase="Pending", Reason="", readiness=false. Elapsed: 5.124722ms + Feb 7 08:53:50.854: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012004578s + Feb 7 08:53:52.855: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46": Phase="Running", Reason="", readiness=true. Elapsed: 4.013135551s + Feb 7 08:53:52.855: INFO: Pod "dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46" satisfied condition "running" + STEP: retrieving the pod 02/07/23 08:53:52.855 + STEP: looking for the results for each expected name from probers 02/07/23 08:53:52.861 + Feb 7 08:53:52.868: INFO: Unable to read wheezy_udp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.873: INFO: Unable to read wheezy_tcp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.880: INFO: Unable to read wheezy_udp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.885: INFO: Unable to read wheezy_tcp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.889: INFO: Unable to read wheezy_udp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.894: INFO: Unable to read wheezy_tcp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.898: INFO: Unable to read wheezy_udp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.903: INFO: Unable to read wheezy_tcp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.926: INFO: Unable to read jessie_udp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.928: INFO: Unable to read jessie_tcp@dns-test-service from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.931: INFO: Unable to read jessie_udp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.934: INFO: Unable to read jessie_tcp@dns-test-service.dns-792 from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.936: INFO: Unable to read jessie_udp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.938: INFO: Unable to read jessie_tcp@dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.939: INFO: Unable to read jessie_udp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.941: INFO: Unable to read jessie_tcp@_http._tcp.dns-test-service.dns-792.svc from pod dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46: the server could not find the requested resource (get pods dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46) + Feb 7 08:53:52.954: INFO: Lookups using dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46 failed for: [wheezy_udp@dns-test-service wheezy_tcp@dns-test-service wheezy_udp@dns-test-service.dns-792 wheezy_tcp@dns-test-service.dns-792 wheezy_udp@dns-test-service.dns-792.svc wheezy_tcp@dns-test-service.dns-792.svc wheezy_udp@_http._tcp.dns-test-service.dns-792.svc wheezy_tcp@_http._tcp.dns-test-service.dns-792.svc jessie_udp@dns-test-service jessie_tcp@dns-test-service jessie_udp@dns-test-service.dns-792 jessie_tcp@dns-test-service.dns-792 jessie_udp@dns-test-service.dns-792.svc jessie_tcp@dns-test-service.dns-792.svc jessie_udp@_http._tcp.dns-test-service.dns-792.svc jessie_tcp@_http._tcp.dns-test-service.dns-792.svc] + + Feb 7 08:53:58.096: INFO: DNS probes using dns-792/dns-test-b0e3dd7c-0c5e-4504-a2cd-9fd0057cea46 succeeded + + STEP: deleting the pod 02/07/23 08:53:58.096 + STEP: deleting the test service 02/07/23 08:53:58.112 + STEP: deleting the test headless service 02/07/23 08:53:58.129 + [AfterEach] [sig-network] DNS + test/e2e/framework/node/init/init.go:32 + Feb 7 08:53:58.137: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-network] DNS + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-network] DNS + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-network] DNS + tear down framework | framework.go:193 + STEP: Destroying namespace "dns-792" for this suite. 02/07/23 08:53:58.141 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir volumes + volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:157 +[BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:53:58.149 +Feb 7 08:53:58.149: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir 02/07/23 08:53:58.15 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:58.162 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:58.165 +[BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 +[It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:157 +STEP: Creating a pod to test emptydir volume type on node default medium 02/07/23 08:53:58.167 +Feb 7 08:53:58.173: INFO: Waiting up to 5m0s for pod "pod-f8deece8-5add-4011-a7f1-648114014698" in namespace "emptydir-1503" to be "Succeeded or Failed" +Feb 7 08:53:58.176: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698": Phase="Pending", Reason="", readiness=false. Elapsed: 3.817672ms +Feb 7 08:54:00.183: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010432853s +Feb 7 08:54:02.187: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014089122s +STEP: Saw pod success 02/07/23 08:54:02.187 +Feb 7 08:54:02.187: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698" satisfied condition "Succeeded or Failed" +Feb 7 08:54:02.190: INFO: Trying to get logs from node node2 pod pod-f8deece8-5add-4011-a7f1-648114014698 container test-container: +STEP: delete the pod 02/07/23 08:54:02.195 +Feb 7 08:54:02.201: INFO: Waiting for pod pod-f8deece8-5add-4011-a7f1-648114014698 to disappear +Feb 7 08:54:02.203: INFO: Pod pod-f8deece8-5add-4011-a7f1-648114014698 no longer exists +[AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:02.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-1503" for this suite. 02/07/23 08:54:02.206 +------------------------------ +• [4.062 seconds] +[sig-storage] EmptyDir volumes +test/e2e/common/storage/framework.go:23 + volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:157 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:53:58.149 + Feb 7 08:53:58.149: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir 02/07/23 08:53:58.15 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:53:58.162 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:53:58.165 + [BeforeEach] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:31 + [It] volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance] + test/e2e/common/storage/empty_dir.go:157 + STEP: Creating a pod to test emptydir volume type on node default medium 02/07/23 08:53:58.167 + Feb 7 08:53:58.173: INFO: Waiting up to 5m0s for pod "pod-f8deece8-5add-4011-a7f1-648114014698" in namespace "emptydir-1503" to be "Succeeded or Failed" + Feb 7 08:53:58.176: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698": Phase="Pending", Reason="", readiness=false. Elapsed: 3.817672ms + Feb 7 08:54:00.183: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010432853s + Feb 7 08:54:02.187: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.014089122s + STEP: Saw pod success 02/07/23 08:54:02.187 + Feb 7 08:54:02.187: INFO: Pod "pod-f8deece8-5add-4011-a7f1-648114014698" satisfied condition "Succeeded or Failed" + Feb 7 08:54:02.190: INFO: Trying to get logs from node node2 pod pod-f8deece8-5add-4011-a7f1-648114014698 container test-container: + STEP: delete the pod 02/07/23 08:54:02.195 + Feb 7 08:54:02.201: INFO: Waiting for pod pod-f8deece8-5add-4011-a7f1-648114014698 to disappear + Feb 7 08:54:02.203: INFO: Pod pod-f8deece8-5add-4011-a7f1-648114014698 no longer exists + [AfterEach] [sig-storage] EmptyDir volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:02.203: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-1503" for this suite. 02/07/23 08:54:02.206 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-node] InitContainer [NodeConformance] + should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:255 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:02.213 +Feb 7 08:54:02.213: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename init-container 02/07/23 08:54:02.215 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:02.225 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:02.228 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 +[It] should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:255 +STEP: creating the pod 02/07/23 08:54:02.232 +Feb 7 08:54:02.232: INFO: PodSpec: initContainers in spec.initContainers +[AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:05.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 +STEP: Destroying namespace "init-container-9982" for this suite. 02/07/23 08:54:05.678 +------------------------------ +• [3.471 seconds] +[sig-node] InitContainer [NodeConformance] +test/e2e/common/node/framework.go:23 + should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:255 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-node] InitContainer [NodeConformance] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:02.213 + Feb 7 08:54:02.213: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename init-container 02/07/23 08:54:02.215 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:02.225 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:02.228 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-node] InitContainer [NodeConformance] + test/e2e/common/node/init_container.go:165 + [It] should invoke init containers on a RestartAlways pod [Conformance] + test/e2e/common/node/init_container.go:255 + STEP: creating the pod 02/07/23 08:54:02.232 + Feb 7 08:54:02.232: INFO: PodSpec: initContainers in spec.initContainers + [AfterEach] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:05.670: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-node] InitContainer [NodeConformance] + tear down framework | framework.go:193 + STEP: Destroying namespace "init-container-9982" for this suite. 02/07/23 08:54:05.678 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected secret + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:119 +[BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:05.685 +Feb 7 08:54:05.685: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:54:05.688 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:05.7 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:05.704 +[BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:119 +STEP: Creating secret with name projected-secret-test-60985ab0-f67e-4f51-be1d-e1c6ce6888f8 02/07/23 08:54:05.707 +STEP: Creating a pod to test consume secrets 02/07/23 08:54:05.711 +Feb 7 08:54:05.717: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc" in namespace "projected-2584" to be "Succeeded or Failed" +Feb 7 08:54:05.721: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.819354ms +Feb 7 08:54:07.729: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012769196s +Feb 7 08:54:09.726: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009638753s +STEP: Saw pod success 02/07/23 08:54:09.726 +Feb 7 08:54:09.726: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc" satisfied condition "Succeeded or Failed" +Feb 7 08:54:09.731: INFO: Trying to get logs from node node2 pod pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc container secret-volume-test: +STEP: delete the pod 02/07/23 08:54:09.74 +Feb 7 08:54:09.776: INFO: Waiting for pod pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc to disappear +Feb 7 08:54:09.779: INFO: Pod pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc no longer exists +[AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:09.780: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-2584" for this suite. 02/07/23 08:54:09.783 +------------------------------ +• [4.103 seconds] +[sig-storage] Projected secret +test/e2e/common/storage/framework.go:23 + should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:119 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected secret + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:05.685 + Feb 7 08:54:05.685: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:54:05.688 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:05.7 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:05.704 + [BeforeEach] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable in multiple volumes in a pod [NodeConformance] [Conformance] + test/e2e/common/storage/projected_secret.go:119 + STEP: Creating secret with name projected-secret-test-60985ab0-f67e-4f51-be1d-e1c6ce6888f8 02/07/23 08:54:05.707 + STEP: Creating a pod to test consume secrets 02/07/23 08:54:05.711 + Feb 7 08:54:05.717: INFO: Waiting up to 5m0s for pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc" in namespace "projected-2584" to be "Succeeded or Failed" + Feb 7 08:54:05.721: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc": Phase="Pending", Reason="", readiness=false. Elapsed: 4.819354ms + Feb 7 08:54:07.729: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc": Phase="Pending", Reason="", readiness=false. Elapsed: 2.012769196s + Feb 7 08:54:09.726: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009638753s + STEP: Saw pod success 02/07/23 08:54:09.726 + Feb 7 08:54:09.726: INFO: Pod "pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc" satisfied condition "Succeeded or Failed" + Feb 7 08:54:09.731: INFO: Trying to get logs from node node2 pod pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc container secret-volume-test: + STEP: delete the pod 02/07/23 08:54:09.74 + Feb 7 08:54:09.776: INFO: Waiting for pod pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc to disappear + Feb 7 08:54:09.779: INFO: Pod pod-projected-secrets-0d7fb17b-28e0-4c44-ac79-23781193b2fc no longer exists + [AfterEach] [sig-storage] Projected secret + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:09.780: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected secret + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected secret + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected secret + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-2584" for this suite. 02/07/23 08:54:09.783 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] Projected configMap + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:109 +[BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:09.789 +Feb 7 08:54:09.789: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename projected 02/07/23 08:54:09.789 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:09.798 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:09.801 +[BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 +[It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:109 +STEP: Creating configMap with name projected-configmap-test-volume-map-4f2d03b5-4ad2-40de-a26a-ec61b7bada9c 02/07/23 08:54:09.805 +STEP: Creating a pod to test consume configMaps 02/07/23 08:54:09.807 +Feb 7 08:54:09.812: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9" in namespace "projected-8240" to be "Succeeded or Failed" +Feb 7 08:54:09.815: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.137418ms +Feb 7 08:54:11.821: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008336717s +Feb 7 08:54:13.822: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009789534s +STEP: Saw pod success 02/07/23 08:54:13.822 +Feb 7 08:54:13.822: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9" satisfied condition "Succeeded or Failed" +Feb 7 08:54:13.827: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9 container agnhost-container: +STEP: delete the pod 02/07/23 08:54:13.837 +Feb 7 08:54:13.850: INFO: Waiting for pod pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9 to disappear +Feb 7 08:54:13.853: INFO: Pod pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9 no longer exists +[AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:13.853: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 +STEP: Destroying namespace "projected-8240" for this suite. 02/07/23 08:54:13.858 +------------------------------ +• [4.075 seconds] +[sig-storage] Projected configMap +test/e2e/common/storage/framework.go:23 + should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:109 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] Projected configMap + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:09.789 + Feb 7 08:54:09.789: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename projected 02/07/23 08:54:09.789 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:09.798 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:09.801 + [BeforeEach] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:31 + [It] should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance] + test/e2e/common/storage/projected_configmap.go:109 + STEP: Creating configMap with name projected-configmap-test-volume-map-4f2d03b5-4ad2-40de-a26a-ec61b7bada9c 02/07/23 08:54:09.805 + STEP: Creating a pod to test consume configMaps 02/07/23 08:54:09.807 + Feb 7 08:54:09.812: INFO: Waiting up to 5m0s for pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9" in namespace "projected-8240" to be "Succeeded or Failed" + Feb 7 08:54:09.815: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.137418ms + Feb 7 08:54:11.821: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9": Phase="Pending", Reason="", readiness=false. Elapsed: 2.008336717s + Feb 7 08:54:13.822: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9": Phase="Succeeded", Reason="", readiness=false. Elapsed: 4.009789534s + STEP: Saw pod success 02/07/23 08:54:13.822 + Feb 7 08:54:13.822: INFO: Pod "pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9" satisfied condition "Succeeded or Failed" + Feb 7 08:54:13.827: INFO: Trying to get logs from node node2 pod pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9 container agnhost-container: + STEP: delete the pod 02/07/23 08:54:13.837 + Feb 7 08:54:13.850: INFO: Waiting for pod pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9 to disappear + Feb 7 08:54:13.853: INFO: Pod pod-projected-configmaps-80d59ff8-27c1-4df9-8eaa-a37fe226f7b9 no longer exists + [AfterEach] [sig-storage] Projected configMap + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:13.853: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] Projected configMap + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] Projected configMap + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] Projected configMap + tear down framework | framework.go:193 + STEP: Destroying namespace "projected-8240" for this suite. 02/07/23 08:54:13.858 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-cli] Kubectl client Kubectl diff + should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:931 +[BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:13.866 +Feb 7 08:54:13.866: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename kubectl 02/07/23 08:54:13.869 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:13.881 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:13.884 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 +[It] should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:931 +STEP: create deployment with httpd image 02/07/23 08:54:13.889 +Feb 7 08:54:13.889: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4583 create -f -' +Feb 7 08:54:14.515: INFO: stderr: "" +Feb 7 08:54:14.515: INFO: stdout: "deployment.apps/httpd-deployment created\n" +STEP: verify diff finds difference between live and declared image 02/07/23 08:54:14.515 +Feb 7 08:54:14.515: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4583 diff -f -' +Feb 7 08:54:14.751: INFO: rc: 1 +Feb 7 08:54:14.751: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4583 delete -f -' +Feb 7 08:54:14.833: INFO: stderr: "" +Feb 7 08:54:14.833: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" +[AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:14.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 +STEP: Destroying namespace "kubectl-4583" for this suite. 02/07/23 08:54:14.837 +------------------------------ +• [0.980 seconds] +[sig-cli] Kubectl client +test/e2e/kubectl/framework.go:23 + Kubectl diff + test/e2e/kubectl/kubectl.go:925 + should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:931 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-cli] Kubectl client + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:13.866 + Feb 7 08:54:13.866: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename kubectl 02/07/23 08:54:13.869 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:13.881 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:13.884 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-cli] Kubectl client + test/e2e/kubectl/kubectl.go:274 + [It] should check if kubectl diff finds a difference for Deployments [Conformance] + test/e2e/kubectl/kubectl.go:931 + STEP: create deployment with httpd image 02/07/23 08:54:13.889 + Feb 7 08:54:13.889: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4583 create -f -' + Feb 7 08:54:14.515: INFO: stderr: "" + Feb 7 08:54:14.515: INFO: stdout: "deployment.apps/httpd-deployment created\n" + STEP: verify diff finds difference between live and declared image 02/07/23 08:54:14.515 + Feb 7 08:54:14.515: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4583 diff -f -' + Feb 7 08:54:14.751: INFO: rc: 1 + Feb 7 08:54:14.751: INFO: Running '/usr/local/bin/kubectl --kubeconfig=/tmp/kubeconfig-546508783 --namespace=kubectl-4583 delete -f -' + Feb 7 08:54:14.833: INFO: stderr: "" + Feb 7 08:54:14.833: INFO: stdout: "deployment.apps \"httpd-deployment\" deleted\n" + [AfterEach] [sig-cli] Kubectl client + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:14.834: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-cli] Kubectl client + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-cli] Kubectl client + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-cli] Kubectl client + tear down framework | framework.go:193 + STEP: Destroying namespace "kubectl-4583" for this suite. 02/07/23 08:54:14.837 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[sig-apps] Daemon set [Serial] + should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:166 +[BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:14.847 +Feb 7 08:54:14.848: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename daemonsets 02/07/23 08:54:14.849 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:14.858 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:14.861 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 +[It] should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:166 +STEP: Creating simple DaemonSet "daemon-set" 02/07/23 08:54:14.879 +STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:54:14.883 +Feb 7 08:54:14.887: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:54:14.887: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:15.893: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:54:15.893: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:16.898: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:54:16.898: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +STEP: Stop a daemon pod, check that the daemon pod is revived. 02/07/23 08:54:16.902 +Feb 7 08:54:16.923: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:54:16.923: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:17.935: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:54:17.936: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:18.931: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:54:18.931: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:19.931: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:54:19.931: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:20.936: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 +Feb 7 08:54:20.936: INFO: Node node1 is running 0 daemon pod, expected 1 +Feb 7 08:54:21.933: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 +Feb 7 08:54:21.933: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 +STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:54:21.936 +STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5996, will wait for the garbage collector to delete the pods 02/07/23 08:54:21.937 +Feb 7 08:54:22.000: INFO: Deleting DaemonSet.extensions daemon-set took: 8.965886ms +Feb 7 08:54:22.100: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.770306ms +Feb 7 08:54:24.105: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 +Feb 7 08:54:24.105: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set +Feb 7 08:54:24.109: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"36301"},"items":null} + +Feb 7 08:54:24.111: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"36301"},"items":null} + +[AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:24.122: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 +STEP: Destroying namespace "daemonsets-5996" for this suite. 02/07/23 08:54:24.127 +------------------------------ +• [SLOW TEST] [9.297 seconds] +[sig-apps] Daemon set [Serial] +test/e2e/apps/framework.go:23 + should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:166 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Daemon set [Serial] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:14.847 + Feb 7 08:54:14.848: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename daemonsets 02/07/23 08:54:14.849 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:14.858 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:14.861 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:146 + [It] should run and stop simple daemon [Conformance] + test/e2e/apps/daemon_set.go:166 + STEP: Creating simple DaemonSet "daemon-set" 02/07/23 08:54:14.879 + STEP: Check that daemon pods launch on every node of the cluster. 02/07/23 08:54:14.883 + Feb 7 08:54:14.887: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:54:14.887: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:15.893: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:54:15.893: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:16.898: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:54:16.898: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + STEP: Stop a daemon pod, check that the daemon pod is revived. 02/07/23 08:54:16.902 + Feb 7 08:54:16.923: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:54:16.923: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:17.935: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:54:17.936: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:18.931: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:54:18.931: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:19.931: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:54:19.931: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:20.936: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 1 + Feb 7 08:54:20.936: INFO: Node node1 is running 0 daemon pod, expected 1 + Feb 7 08:54:21.933: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 2 + Feb 7 08:54:21.933: INFO: Number of running nodes: 2, number of available pods: 2 in daemonset daemon-set + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/apps/daemon_set.go:111 + STEP: Deleting DaemonSet "daemon-set" 02/07/23 08:54:21.936 + STEP: deleting DaemonSet.extensions daemon-set in namespace daemonsets-5996, will wait for the garbage collector to delete the pods 02/07/23 08:54:21.937 + Feb 7 08:54:22.000: INFO: Deleting DaemonSet.extensions daemon-set took: 8.965886ms + Feb 7 08:54:22.100: INFO: Terminating DaemonSet.extensions daemon-set pods took: 100.770306ms + Feb 7 08:54:24.105: INFO: Number of nodes with available pods controlled by daemonset daemon-set: 0 + Feb 7 08:54:24.105: INFO: Number of running nodes: 0, number of available pods: 0 in daemonset daemon-set + Feb 7 08:54:24.109: INFO: daemonset: {"kind":"DaemonSetList","apiVersion":"apps/v1","metadata":{"resourceVersion":"36301"},"items":null} + + Feb 7 08:54:24.111: INFO: pods: {"kind":"PodList","apiVersion":"v1","metadata":{"resourceVersion":"36301"},"items":null} + + [AfterEach] [sig-apps] Daemon set [Serial] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:24.122: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Daemon set [Serial] + tear down framework | framework.go:193 + STEP: Destroying namespace "daemonsets-5996" for this suite. 02/07/23 08:54:24.127 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:291 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:24.149 +Feb 7 08:54:24.150: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename webhook 02/07/23 08:54:24.151 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:24.162 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:24.165 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 +STEP: Setting up server cert 02/07/23 08:54:24.175 +STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:54:24.645 +STEP: Deploying the webhook pod 02/07/23 08:54:24.657 +STEP: Wait for the deployment to be ready 02/07/23 08:54:24.67 +Feb 7 08:54:24.685: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set +STEP: Deploying the webhook service 02/07/23 08:54:26.701 +STEP: Verifying the service has paired with the endpoint 02/07/23 08:54:26.714 +Feb 7 08:54:27.714: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 +[It] should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:291 +Feb 7 08:54:27.720: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Registering the mutating webhook for custom resource e2e-test-webhook-9257-crds.webhook.example.com via the AdmissionRegistration API 02/07/23 08:54:28.236 +STEP: Creating a custom resource that should be mutated by the webhook 02/07/23 08:54:28.257 +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:30.849: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 +STEP: Destroying namespace "webhook-7149" for this suite. 02/07/23 08:54:30.888 +STEP: Destroying namespace "webhook-7149-markers" for this suite. 02/07/23 08:54:30.898 +------------------------------ +• [SLOW TEST] [6.757 seconds] +[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] +test/e2e/apimachinery/framework.go:23 + should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:291 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:24.149 + Feb 7 08:54:24.150: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename webhook 02/07/23 08:54:24.151 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:24.162 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:24.165 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:90 + STEP: Setting up server cert 02/07/23 08:54:24.175 + STEP: Create role binding to let webhook read extension-apiserver-authentication 02/07/23 08:54:24.645 + STEP: Deploying the webhook pod 02/07/23 08:54:24.657 + STEP: Wait for the deployment to be ready 02/07/23 08:54:24.67 + Feb 7 08:54:24.685: INFO: deployment "sample-webhook-deployment" doesn't have the required revision set + STEP: Deploying the webhook service 02/07/23 08:54:26.701 + STEP: Verifying the service has paired with the endpoint 02/07/23 08:54:26.714 + Feb 7 08:54:27.714: INFO: Waiting for amount of service:e2e-test-webhook endpoints to be 1 + [It] should mutate custom resource [Conformance] + test/e2e/apimachinery/webhook.go:291 + Feb 7 08:54:27.720: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Registering the mutating webhook for custom resource e2e-test-webhook-9257-crds.webhook.example.com via the AdmissionRegistration API 02/07/23 08:54:28.236 + STEP: Creating a custom resource that should be mutated by the webhook 02/07/23 08:54:28.257 + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:30.849: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/apimachinery/webhook.go:105 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] + tear down framework | framework.go:193 + STEP: Destroying namespace "webhook-7149" for this suite. 02/07/23 08:54:30.888 + STEP: Destroying namespace "webhook-7149-markers" for this suite. 02/07/23 08:54:30.898 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSS +------------------------------ +[sig-apps] Deployment + deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +[BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:30.917 +Feb 7 08:54:30.917: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename deployment 02/07/23 08:54:30.918 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:30.927 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:30.931 +[BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 +[BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 +[It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 +Feb 7 08:54:30.940: INFO: Pod name rollover-pod: Found 0 pods out of 1 +Feb 7 08:54:35.945: INFO: Pod name rollover-pod: Found 1 pods out of 1 +STEP: ensuring each pod is running 02/07/23 08:54:35.945 +Feb 7 08:54:35.945: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready +Feb 7 08:54:37.951: INFO: Creating deployment "test-rollover-deployment" +Feb 7 08:54:37.963: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations +Feb 7 08:54:39.971: INFO: Check revision of new replica set for deployment "test-rollover-deployment" +Feb 7 08:54:39.979: INFO: Ensure that both replica sets have 1 created replica +Feb 7 08:54:39.987: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update +Feb 7 08:54:39.997: INFO: Updating deployment test-rollover-deployment +Feb 7 08:54:39.997: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller +Feb 7 08:54:42.007: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 +Feb 7 08:54:42.017: INFO: Make sure deployment "test-rollover-deployment" is complete +Feb 7 08:54:42.026: INFO: all replica sets need to contain the pod-template-hash label +Feb 7 08:54:42.026: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:54:44.041: INFO: all replica sets need to contain the pod-template-hash label +Feb 7 08:54:44.041: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:54:46.042: INFO: all replica sets need to contain the pod-template-hash label +Feb 7 08:54:46.042: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:54:48.041: INFO: all replica sets need to contain the pod-template-hash label +Feb 7 08:54:48.041: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:54:50.039: INFO: all replica sets need to contain the pod-template-hash label +Feb 7 08:54:50.039: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} +Feb 7 08:54:52.035: INFO: +Feb 7 08:54:52.035: INFO: Ensure that both old replica sets have no replicas +[AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 +Feb 7 08:54:52.045: INFO: Deployment "test-rollover-deployment": +&Deployment{ObjectMeta:{test-rollover-deployment deployment-7974 049a3584-cb2e-4e75-a0e4-38ea62716231 36534 2 2023-02-07 08:54:37 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-02-07 08:54:39 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:minReadySeconds":{},"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004995fe8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:0,MaxSurge:1,},},MinReadySeconds:10,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-02-07 08:54:37 +0000 UTC,LastTransitionTime:2023-02-07 08:54:37 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-6c6df9974f" has successfully progressed.,LastUpdateTime:2023-02-07 08:54:51 +0000 UTC,LastTransitionTime:2023-02-07 08:54:37 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + +Feb 7 08:54:52.049: INFO: New ReplicaSet "test-rollover-deployment-6c6df9974f" of Deployment "test-rollover-deployment": +&ReplicaSet{ObjectMeta:{test-rollover-deployment-6c6df9974f deployment-7974 ca848a0b-e376-4e82-bdcb-331967951dd9 36524 2 2023-02-07 08:54:39 +0000 UTC map[name:rollover-pod pod-template-hash:6c6df9974f] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment 049a3584-cb2e-4e75-a0e4-38ea62716231 0xc00416c4b7 0xc00416c4b8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"049a3584-cb2e-4e75-a0e4-38ea62716231\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 6c6df9974f,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:6c6df9974f] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00416c568 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:54:52.049: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": +Feb 7 08:54:52.049: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-7974 089dd5ea-fda3-4e9e-bb2a-71b10d49ecfa 36533 2 2023-02-07 08:54:30 +0000 UTC map[name:rollover-pod pod:httpd] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2] [{apps/v1 Deployment test-rollover-deployment 049a3584-cb2e-4e75-a0e4-38ea62716231 0xc00416c387 0xc00416c388}] [] [{e2e.test Update apps/v1 2023-02-07 08:54:30 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"049a3584-cb2e-4e75-a0e4-38ea62716231\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc00416c448 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:54:52.049: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-768dcbc65b deployment-7974 a5aadb12-c7df-4d96-8413-3ca38dbbbf28 36490 2 2023-02-07 08:54:37 +0000 UTC map[name:rollover-pod pod-template-hash:768dcbc65b] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment 049a3584-cb2e-4e75-a0e4-38ea62716231 0xc00416c5d7 0xc00416c5d8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"049a3584-cb2e-4e75-a0e4-38ea62716231\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"redis-slave\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 768dcbc65b,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:768dcbc65b] map[] [] [] []} {[] [] [{redis-slave gcr.io/google_samples/gb-redisslave:nonexistent [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00416c688 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} +Feb 7 08:54:52.053: INFO: Pod "test-rollover-deployment-6c6df9974f-fk92t" is available: +&Pod{ObjectMeta:{test-rollover-deployment-6c6df9974f-fk92t test-rollover-deployment-6c6df9974f- deployment-7974 96a820df-d6ec-4b33-8125-66351cf0b380 36505 0 2023-02-07 08:54:40 +0000 UTC map[name:rollover-pod pod-template-hash:6c6df9974f] map[cni.projectcalico.org/containerID:a3f98e57a75315156c0f927841618dd055af368487fe9d516add41336d41b97e cni.projectcalico.org/podIP:192.168.136.19/32 cni.projectcalico.org/podIPs:192.168.136.19/32] [{apps/v1 ReplicaSet test-rollover-deployment-6c6df9974f ca848a0b-e376-4e82-bdcb-331967951dd9 0xc00416cbd7 0xc00416cbd8}] [] [{calico Update v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kube-controller-manager Update v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ca848a0b-e376-4e82-bdcb-331967951dd9\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:54:41 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.19\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-frfd2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-frfd2,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.19,StartTime:2023-02-07 08:54:40 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:54:40 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e,ContainerID:containerd://ef35dd549a06d0aa6510aaffdd0a45c0a6c06cee24fea1a6392fa84505f373df,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.19,},},EphemeralContainerStatuses:[]ContainerStatus{},},} +[AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 +Feb 7 08:54:52.053: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 +STEP: Destroying namespace "deployment-7974" for this suite. 02/07/23 08:54:52.059 +------------------------------ +• [SLOW TEST] [21.151 seconds] +[sig-apps] Deployment +test/e2e/apps/framework.go:23 + deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-apps] Deployment + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:30.917 + Feb 7 08:54:30.917: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename deployment 02/07/23 08:54:30.918 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:30.927 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:30.931 + [BeforeEach] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:31 + [BeforeEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:91 + [It] deployment should support rollover [Conformance] + test/e2e/apps/deployment.go:132 + Feb 7 08:54:30.940: INFO: Pod name rollover-pod: Found 0 pods out of 1 + Feb 7 08:54:35.945: INFO: Pod name rollover-pod: Found 1 pods out of 1 + STEP: ensuring each pod is running 02/07/23 08:54:35.945 + Feb 7 08:54:35.945: INFO: Waiting for pods owned by replica set "test-rollover-controller" to become ready + Feb 7 08:54:37.951: INFO: Creating deployment "test-rollover-deployment" + Feb 7 08:54:37.963: INFO: Make sure deployment "test-rollover-deployment" performs scaling operations + Feb 7 08:54:39.971: INFO: Check revision of new replica set for deployment "test-rollover-deployment" + Feb 7 08:54:39.979: INFO: Ensure that both replica sets have 1 created replica + Feb 7 08:54:39.987: INFO: Rollover old replica sets for deployment "test-rollover-deployment" with new image update + Feb 7 08:54:39.997: INFO: Updating deployment test-rollover-deployment + Feb 7 08:54:39.997: INFO: Wait deployment "test-rollover-deployment" to be observed by the deployment controller + Feb 7 08:54:42.007: INFO: Wait for revision update of deployment "test-rollover-deployment" to 2 + Feb 7 08:54:42.017: INFO: Make sure deployment "test-rollover-deployment" is complete + Feb 7 08:54:42.026: INFO: all replica sets need to contain the pod-template-hash label + Feb 7 08:54:42.026: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:54:44.041: INFO: all replica sets need to contain the pod-template-hash label + Feb 7 08:54:44.041: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:54:46.042: INFO: all replica sets need to contain the pod-template-hash label + Feb 7 08:54:46.042: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:54:48.041: INFO: all replica sets need to contain the pod-template-hash label + Feb 7 08:54:48.041: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:54:50.039: INFO: all replica sets need to contain the pod-template-hash label + Feb 7 08:54:50.039: INFO: deployment status: v1.DeploymentStatus{ObservedGeneration:2, Replicas:2, UpdatedReplicas:1, ReadyReplicas:2, AvailableReplicas:1, UnavailableReplicas:1, Conditions:[]v1.DeploymentCondition{v1.DeploymentCondition{Type:"Available", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"MinimumReplicasAvailable", Message:"Deployment has minimum availability."}, v1.DeploymentCondition{Type:"Progressing", Status:"True", LastUpdateTime:time.Date(2023, time.February, 7, 8, 54, 41, 0, time.Local), LastTransitionTime:time.Date(2023, time.February, 7, 8, 54, 37, 0, time.Local), Reason:"ReplicaSetUpdated", Message:"ReplicaSet \"test-rollover-deployment-6c6df9974f\" is progressing."}}, CollisionCount:(*int32)(nil)} + Feb 7 08:54:52.035: INFO: + Feb 7 08:54:52.035: INFO: Ensure that both old replica sets have no replicas + [AfterEach] [sig-apps] Deployment + test/e2e/apps/deployment.go:84 + Feb 7 08:54:52.045: INFO: Deployment "test-rollover-deployment": + &Deployment{ObjectMeta:{test-rollover-deployment deployment-7974 049a3584-cb2e-4e75-a0e4-38ea62716231 36534 2 2023-02-07 08:54:37 +0000 UTC map[name:rollover-pod] map[deployment.kubernetes.io/revision:2] [] [] [{e2e.test Update apps/v1 2023-02-07 08:54:39 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:minReadySeconds":{},"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/revision":{}}},"f:status":{"f:availableReplicas":{},"f:conditions":{".":{},"k:{\"type\":\"Available\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Progressing\"}":{".":{},"f:lastTransitionTime":{},"f:lastUpdateTime":{},"f:message":{},"f:reason":{},"f:status":{},"f:type":{}}},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{},"f:updatedReplicas":{}}} status}]},Spec:DeploymentSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc004995fe8 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},Strategy:DeploymentStrategy{Type:RollingUpdate,RollingUpdate:&RollingUpdateDeployment{MaxUnavailable:0,MaxSurge:1,},},MinReadySeconds:10,RevisionHistoryLimit:*10,Paused:false,ProgressDeadlineSeconds:*600,},Status:DeploymentStatus{ObservedGeneration:2,Replicas:1,UpdatedReplicas:1,AvailableReplicas:1,UnavailableReplicas:0,Conditions:[]DeploymentCondition{DeploymentCondition{Type:Available,Status:True,Reason:MinimumReplicasAvailable,Message:Deployment has minimum availability.,LastUpdateTime:2023-02-07 08:54:37 +0000 UTC,LastTransitionTime:2023-02-07 08:54:37 +0000 UTC,},DeploymentCondition{Type:Progressing,Status:True,Reason:NewReplicaSetAvailable,Message:ReplicaSet "test-rollover-deployment-6c6df9974f" has successfully progressed.,LastUpdateTime:2023-02-07 08:54:51 +0000 UTC,LastTransitionTime:2023-02-07 08:54:37 +0000 UTC,},},ReadyReplicas:1,CollisionCount:nil,},} + + Feb 7 08:54:52.049: INFO: New ReplicaSet "test-rollover-deployment-6c6df9974f" of Deployment "test-rollover-deployment": + &ReplicaSet{ObjectMeta:{test-rollover-deployment-6c6df9974f deployment-7974 ca848a0b-e376-4e82-bdcb-331967951dd9 36524 2 2023-02-07 08:54:39 +0000 UTC map[name:rollover-pod pod-template-hash:6c6df9974f] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:2] [{apps/v1 Deployment test-rollover-deployment 049a3584-cb2e-4e75-a0e4-38ea62716231 0xc00416c4b7 0xc00416c4b8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"049a3584-cb2e-4e75-a0e4-38ea62716231\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:status":{"f:availableReplicas":{},"f:fullyLabeledReplicas":{},"f:observedGeneration":{},"f:readyReplicas":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*1,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 6c6df9974f,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:6c6df9974f] map[] [] [] []} {[] [] [{agnhost registry.k8s.io/e2e-test-images/agnhost:2.43 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00416c568 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:1,FullyLabeledReplicas:1,ObservedGeneration:2,ReadyReplicas:1,AvailableReplicas:1,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:54:52.049: INFO: All old ReplicaSets of Deployment "test-rollover-deployment": + Feb 7 08:54:52.049: INFO: &ReplicaSet{ObjectMeta:{test-rollover-controller deployment-7974 089dd5ea-fda3-4e9e-bb2a-71b10d49ecfa 36533 2 2023-02-07 08:54:30 +0000 UTC map[name:rollover-pod pod:httpd] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2] [{apps/v1 Deployment test-rollover-deployment 049a3584-cb2e-4e75-a0e4-38ea62716231 0xc00416c387 0xc00416c388}] [] [{e2e.test Update apps/v1 2023-02-07 08:54:30 +0000 UTC FieldsV1 {"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"httpd\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"049a3584-cb2e-4e75-a0e4-38ea62716231\"}":{}}},"f:spec":{"f:replicas":{}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:51 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod: httpd,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod:httpd] map[] [] [] []} {[] [] [{httpd registry.k8s.io/e2e-test-images/httpd:2.4.38-4 [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent nil false false false}] [] Always 0xc00416c448 ClusterFirst map[] false false false PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:0,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:54:52.049: INFO: &ReplicaSet{ObjectMeta:{test-rollover-deployment-768dcbc65b deployment-7974 a5aadb12-c7df-4d96-8413-3ca38dbbbf28 36490 2 2023-02-07 08:54:37 +0000 UTC map[name:rollover-pod pod-template-hash:768dcbc65b] map[deployment.kubernetes.io/desired-replicas:1 deployment.kubernetes.io/max-replicas:2 deployment.kubernetes.io/revision:1] [{apps/v1 Deployment test-rollover-deployment 049a3584-cb2e-4e75-a0e4-38ea62716231 0xc00416c5d7 0xc00416c5d8}] [] [{kube-controller-manager Update apps/v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:deployment.kubernetes.io/desired-replicas":{},"f:deployment.kubernetes.io/max-replicas":{},"f:deployment.kubernetes.io/revision":{}},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"049a3584-cb2e-4e75-a0e4-38ea62716231\"}":{}}},"f:spec":{"f:minReadySeconds":{},"f:replicas":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"redis-slave\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}}}} } {kube-controller-manager Update apps/v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:status":{"f:observedGeneration":{},"f:replicas":{}}} status}]},Spec:ReplicaSetSpec{Replicas:*0,Selector:&v1.LabelSelector{MatchLabels:map[string]string{name: rollover-pod,pod-template-hash: 768dcbc65b,},MatchExpressions:[]LabelSelectorRequirement{},},Template:{{ 0 0001-01-01 00:00:00 +0000 UTC map[name:rollover-pod pod-template-hash:768dcbc65b] map[] [] [] []} {[] [] [{redis-slave gcr.io/google_samples/gb-redisslave:nonexistent [] [] [] [] [] {map[] map[] []} [] [] nil nil nil nil /dev/termination-log File IfNotPresent SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,} false false false}] [] Always 0xc00416c688 ClusterFirst map[] false false false &PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,} [] nil default-scheduler [] [] nil [] map[] [] nil [] []}},MinReadySeconds:10,},Status:ReplicaSetStatus{Replicas:0,FullyLabeledReplicas:0,ObservedGeneration:2,ReadyReplicas:0,AvailableReplicas:0,Conditions:[]ReplicaSetCondition{},},} + Feb 7 08:54:52.053: INFO: Pod "test-rollover-deployment-6c6df9974f-fk92t" is available: + &Pod{ObjectMeta:{test-rollover-deployment-6c6df9974f-fk92t test-rollover-deployment-6c6df9974f- deployment-7974 96a820df-d6ec-4b33-8125-66351cf0b380 36505 0 2023-02-07 08:54:40 +0000 UTC map[name:rollover-pod pod-template-hash:6c6df9974f] map[cni.projectcalico.org/containerID:a3f98e57a75315156c0f927841618dd055af368487fe9d516add41336d41b97e cni.projectcalico.org/podIP:192.168.136.19/32 cni.projectcalico.org/podIPs:192.168.136.19/32] [{apps/v1 ReplicaSet test-rollover-deployment-6c6df9974f ca848a0b-e376-4e82-bdcb-331967951dd9 0xc00416cbd7 0xc00416cbd8}] [] [{calico Update v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:cni.projectcalico.org/containerID":{},"f:cni.projectcalico.org/podIP":{},"f:cni.projectcalico.org/podIPs":{}}}} status} {kube-controller-manager Update v1 2023-02-07 08:54:40 +0000 UTC FieldsV1 {"f:metadata":{"f:generateName":{},"f:labels":{".":{},"f:name":{},"f:pod-template-hash":{}},"f:ownerReferences":{".":{},"k:{\"uid\":\"ca848a0b-e376-4e82-bdcb-331967951dd9\"}":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"agnhost\"}":{".":{},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{}}},"f:dnsPolicy":{},"f:enableServiceLinks":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:terminationGracePeriodSeconds":{}}} } {kubelet Update v1 2023-02-07 08:54:41 +0000 UTC FieldsV1 {"f:status":{"f:conditions":{"k:{\"type\":\"ContainersReady\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Initialized\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}},"k:{\"type\":\"Ready\"}":{".":{},"f:lastProbeTime":{},"f:lastTransitionTime":{},"f:status":{},"f:type":{}}},"f:containerStatuses":{},"f:hostIP":{},"f:phase":{},"f:podIP":{},"f:podIPs":{".":{},"k:{\"ip\":\"192.168.136.19\"}":{".":{},"f:ip":{}}},"f:startTime":{}}} status}]},Spec:PodSpec{Volumes:[]Volume{Volume{Name:kube-api-access-frfd2,VolumeSource:VolumeSource{HostPath:nil,EmptyDir:nil,GCEPersistentDisk:nil,AWSElasticBlockStore:nil,GitRepo:nil,Secret:nil,NFS:nil,ISCSI:nil,Glusterfs:nil,PersistentVolumeClaim:nil,RBD:nil,FlexVolume:nil,Cinder:nil,CephFS:nil,Flocker:nil,DownwardAPI:nil,FC:nil,AzureFile:nil,ConfigMap:nil,VsphereVolume:nil,Quobyte:nil,AzureDisk:nil,PhotonPersistentDisk:nil,PortworxVolume:nil,ScaleIO:nil,Projected:&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:nil,ServiceAccountToken:&ServiceAccountTokenProjection{Audience:,ExpirationSeconds:*3607,Path:token,},},VolumeProjection{Secret:nil,DownwardAPI:nil,ConfigMap:&ConfigMapProjection{LocalObjectReference:LocalObjectReference{Name:kube-root-ca.crt,},Items:[]KeyToPath{KeyToPath{Key:ca.crt,Path:ca.crt,Mode:nil,},},Optional:nil,},ServiceAccountToken:nil,},VolumeProjection{Secret:nil,DownwardAPI:&DownwardAPIProjection{Items:[]DownwardAPIVolumeFile{DownwardAPIVolumeFile{Path:namespace,FieldRef:&ObjectFieldSelector{APIVersion:v1,FieldPath:metadata.namespace,},ResourceFieldRef:nil,Mode:nil,},},},ConfigMap:nil,ServiceAccountToken:nil,},},DefaultMode:*420,},StorageOS:nil,CSI:nil,Ephemeral:nil,},},},Containers:[]Container{Container{Name:agnhost,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-frfd2,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,},},RestartPolicy:Always,TerminationGracePeriodSeconds:*0,ActiveDeadlineSeconds:nil,DNSPolicy:ClusterFirst,NodeSelector:map[string]string{},ServiceAccountName:default,DeprecatedServiceAccount:default,NodeName:node2,HostNetwork:false,HostPID:false,HostIPC:false,SecurityContext:&PodSecurityContext{SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,},ImagePullSecrets:[]LocalObjectReference{},Hostname:,Subdomain:,Affinity:nil,SchedulerName:default-scheduler,InitContainers:[]Container{},AutomountServiceAccountToken:nil,Tolerations:[]Toleration{Toleration{Key:node.kubernetes.io/not-ready,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},Toleration{Key:node.kubernetes.io/unreachable,Operator:Exists,Value:,Effect:NoExecute,TolerationSeconds:*300,},},HostAliases:[]HostAlias{},PriorityClassName:,Priority:*0,DNSConfig:nil,ShareProcessNamespace:nil,ReadinessGates:[]PodReadinessGate{},RuntimeClassName:nil,EnableServiceLinks:*true,PreemptionPolicy:*PreemptLowerPriority,Overhead:ResourceList{},TopologySpreadConstraints:[]TopologySpreadConstraint{},EphemeralContainers:[]EphemeralContainer{},SetHostnameAsFQDN:nil,OS:nil,HostUsers:nil,SchedulingGates:[]PodSchedulingGate{},ResourceClaims:[]PodResourceClaim{},},Status:PodStatus{Phase:Running,Conditions:[]PodCondition{PodCondition{Type:Initialized,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:40 +0000 UTC,Reason:,Message:,},PodCondition{Type:Ready,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:ContainersReady,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:41 +0000 UTC,Reason:,Message:,},PodCondition{Type:PodScheduled,Status:True,LastProbeTime:0001-01-01 00:00:00 +0000 UTC,LastTransitionTime:2023-02-07 08:54:40 +0000 UTC,Reason:,Message:,},},Message:,Reason:,HostIP:172.30.41.42,PodIP:192.168.136.19,StartTime:2023-02-07 08:54:40 +0000 UTC,ContainerStatuses:[]ContainerStatus{ContainerStatus{Name:agnhost,State:ContainerState{Waiting:nil,Running:&ContainerStateRunning{StartedAt:2023-02-07 08:54:40 +0000 UTC,},Terminated:nil,},LastTerminationState:ContainerState{Waiting:nil,Running:nil,Terminated:nil,},Ready:true,RestartCount:0,Image:registry.k8s.io/e2e-test-images/agnhost:2.43,ImageID:registry.k8s.io/e2e-test-images/agnhost@sha256:16bbf38c463a4223d8cfe4da12bc61010b082a79b4bb003e2d3ba3ece5dd5f9e,ContainerID:containerd://ef35dd549a06d0aa6510aaffdd0a45c0a6c06cee24fea1a6392fa84505f373df,Started:*true,},},QOSClass:BestEffort,InitContainerStatuses:[]ContainerStatus{},NominatedNodeName:,PodIPs:[]PodIP{PodIP{IP:192.168.136.19,},},EphemeralContainerStatuses:[]ContainerStatus{},},} + [AfterEach] [sig-apps] Deployment + test/e2e/framework/node/init/init.go:32 + Feb 7 08:54:52.053: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-apps] Deployment + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-apps] Deployment + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-apps] Deployment + tear down framework | framework.go:193 + STEP: Destroying namespace "deployment-7974" for this suite. 02/07/23 08:54:52.059 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-storage] EmptyDir wrapper volumes + should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:54:52.07 +Feb 7 08:54:52.070: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename emptydir-wrapper 02/07/23 08:54:52.072 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:52.084 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:52.094 +[BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:31 +[It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 +STEP: Creating 50 configmaps 02/07/23 08:54:52.098 +STEP: Creating RC which spawns configmap-volume pods 02/07/23 08:54:52.329 +Feb 7 08:54:52.437: INFO: Pod name wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856: Found 3 pods out of 5 +Feb 7 08:54:57.447: INFO: Pod name wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856: Found 5 pods out of 5 +STEP: Ensuring each pod is running 02/07/23 08:54:57.447 +Feb 7 08:54:57.447: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:54:57.456: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 8.510306ms +Feb 7 08:54:59.464: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 2.016118969s +Feb 7 08:55:01.462: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 4.014943424s +Feb 7 08:55:03.463: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 6.015622599s +Feb 7 08:55:05.461: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 8.013337522s +Feb 7 08:55:07.465: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Running", Reason="", readiness=true. Elapsed: 10.017484642s +Feb 7 08:55:07.465: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm" satisfied condition "running" +Feb 7 08:55:07.465: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-flkbf" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:07.470: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-flkbf": Phase="Running", Reason="", readiness=true. Elapsed: 4.673918ms +Feb 7 08:55:07.470: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-flkbf" satisfied condition "running" +Feb 7 08:55:07.470: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-pfbqp" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:07.475: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-pfbqp": Phase="Running", Reason="", readiness=true. Elapsed: 5.254724ms +Feb 7 08:55:07.475: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-pfbqp" satisfied condition "running" +Feb 7 08:55:07.475: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-qjxgk" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:07.479: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-qjxgk": Phase="Running", Reason="", readiness=true. Elapsed: 4.04879ms +Feb 7 08:55:07.479: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-qjxgk" satisfied condition "running" +Feb 7 08:55:07.479: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-xv6zs" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:07.484: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-xv6zs": Phase="Running", Reason="", readiness=true. Elapsed: 5.007456ms +Feb 7 08:55:07.484: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-xv6zs" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856 in namespace emptydir-wrapper-1954, will wait for the garbage collector to delete the pods 02/07/23 08:55:07.484 +Feb 7 08:55:07.550: INFO: Deleting ReplicationController wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856 took: 10.804548ms +Feb 7 08:55:07.651: INFO: Terminating ReplicationController wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856 pods took: 100.441457ms +STEP: Creating RC which spawns configmap-volume pods 02/07/23 08:55:10.259 +Feb 7 08:55:10.309: INFO: Pod name wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e: Found 0 pods out of 5 +Feb 7 08:55:15.323: INFO: Pod name wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e: Found 5 pods out of 5 +STEP: Ensuring each pod is running 02/07/23 08:55:15.323 +Feb 7 08:55:15.323: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:15.329: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.085081ms +Feb 7 08:55:17.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013713626s +Feb 7 08:55:19.335: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 4.01200248s +Feb 7 08:55:21.335: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.01255897s +Feb 7 08:55:23.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 8.013791498s +Feb 7 08:55:25.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Running", Reason="", readiness=true. Elapsed: 10.013849832s +Feb 7 08:55:25.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4" satisfied condition "running" +Feb 7 08:55:25.337: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-dpg92" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:25.342: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-dpg92": Phase="Running", Reason="", readiness=true. Elapsed: 5.46278ms +Feb 7 08:55:25.342: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-dpg92" satisfied condition "running" +Feb 7 08:55:25.342: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:25.347: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j": Phase="Pending", Reason="", readiness=false. Elapsed: 4.504169ms +Feb 7 08:55:27.359: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j": Phase="Running", Reason="", readiness=true. Elapsed: 2.016838426s +Feb 7 08:55:27.359: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j" satisfied condition "running" +Feb 7 08:55:27.359: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-v2n24" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:27.366: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-v2n24": Phase="Running", Reason="", readiness=true. Elapsed: 6.80734ms +Feb 7 08:55:27.366: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-v2n24" satisfied condition "running" +Feb 7 08:55:27.366: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-zfhdn" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:27.371: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-zfhdn": Phase="Running", Reason="", readiness=true. Elapsed: 4.627505ms +Feb 7 08:55:27.371: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-zfhdn" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e in namespace emptydir-wrapper-1954, will wait for the garbage collector to delete the pods 02/07/23 08:55:27.371 +Feb 7 08:55:27.434: INFO: Deleting ReplicationController wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e took: 8.533495ms +Feb 7 08:55:27.534: INFO: Terminating ReplicationController wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e pods took: 100.277258ms +STEP: Creating RC which spawns configmap-volume pods 02/07/23 08:55:30.942 +Feb 7 08:55:30.967: INFO: Pod name wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0: Found 0 pods out of 5 +Feb 7 08:55:35.980: INFO: Pod name wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0: Found 5 pods out of 5 +STEP: Ensuring each pod is running 02/07/23 08:55:35.98 +Feb 7 08:55:35.980: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:35.985: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 4.069047ms +Feb 7 08:55:37.990: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010007166s +Feb 7 08:55:39.992: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011621568s +Feb 7 08:55:41.990: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 6.009774733s +Feb 7 08:55:43.992: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 8.0116034s +Feb 7 08:55:45.995: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Running", Reason="", readiness=true. Elapsed: 10.014855839s +Feb 7 08:55:45.995: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj" satisfied condition "running" +Feb 7 08:55:45.995: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-54942" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:46.003: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-54942": Phase="Running", Reason="", readiness=true. Elapsed: 7.269949ms +Feb 7 08:55:46.003: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-54942" satisfied condition "running" +Feb 7 08:55:46.003: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:46.010: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp": Phase="Pending", Reason="", readiness=false. Elapsed: 6.724074ms +Feb 7 08:55:48.018: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp": Phase="Running", Reason="", readiness=true. Elapsed: 2.015179813s +Feb 7 08:55:48.018: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp" satisfied condition "running" +Feb 7 08:55:48.018: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-s7xs2" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:48.024: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-s7xs2": Phase="Running", Reason="", readiness=true. Elapsed: 6.274482ms +Feb 7 08:55:48.024: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-s7xs2" satisfied condition "running" +Feb 7 08:55:48.024: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-zw6nw" in namespace "emptydir-wrapper-1954" to be "running" +Feb 7 08:55:48.030: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-zw6nw": Phase="Running", Reason="", readiness=true. Elapsed: 5.773262ms +Feb 7 08:55:48.030: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-zw6nw" satisfied condition "running" +STEP: deleting ReplicationController wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0 in namespace emptydir-wrapper-1954, will wait for the garbage collector to delete the pods 02/07/23 08:55:48.03 +Feb 7 08:55:48.100: INFO: Deleting ReplicationController wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0 took: 11.695023ms +Feb 7 08:55:48.200: INFO: Terminating ReplicationController wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0 pods took: 100.838051ms +STEP: Cleaning up the configMaps 02/07/23 08:55:50.501 +[AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/node/init/init.go:32 +Feb 7 08:55:50.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + tear down framework | framework.go:193 +STEP: Destroying namespace "emptydir-wrapper-1954" for this suite. 02/07/23 08:55:50.711 +------------------------------ +• [SLOW TEST] [58.648 seconds] +[sig-storage] EmptyDir wrapper volumes +test/e2e/storage/utils/framework.go:23 + should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-storage] EmptyDir wrapper volumes + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:54:52.07 + Feb 7 08:54:52.070: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename emptydir-wrapper 02/07/23 08:54:52.072 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:54:52.084 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:54:52.094 + [BeforeEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:31 + [It] should not cause race condition when used for configmaps [Serial] [Conformance] + test/e2e/storage/empty_dir_wrapper.go:189 + STEP: Creating 50 configmaps 02/07/23 08:54:52.098 + STEP: Creating RC which spawns configmap-volume pods 02/07/23 08:54:52.329 + Feb 7 08:54:52.437: INFO: Pod name wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856: Found 3 pods out of 5 + Feb 7 08:54:57.447: INFO: Pod name wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856: Found 5 pods out of 5 + STEP: Ensuring each pod is running 02/07/23 08:54:57.447 + Feb 7 08:54:57.447: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:54:57.456: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 8.510306ms + Feb 7 08:54:59.464: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 2.016118969s + Feb 7 08:55:01.462: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 4.014943424s + Feb 7 08:55:03.463: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 6.015622599s + Feb 7 08:55:05.461: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Pending", Reason="", readiness=false. Elapsed: 8.013337522s + Feb 7 08:55:07.465: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm": Phase="Running", Reason="", readiness=true. Elapsed: 10.017484642s + Feb 7 08:55:07.465: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-dqmkm" satisfied condition "running" + Feb 7 08:55:07.465: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-flkbf" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:07.470: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-flkbf": Phase="Running", Reason="", readiness=true. Elapsed: 4.673918ms + Feb 7 08:55:07.470: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-flkbf" satisfied condition "running" + Feb 7 08:55:07.470: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-pfbqp" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:07.475: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-pfbqp": Phase="Running", Reason="", readiness=true. Elapsed: 5.254724ms + Feb 7 08:55:07.475: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-pfbqp" satisfied condition "running" + Feb 7 08:55:07.475: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-qjxgk" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:07.479: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-qjxgk": Phase="Running", Reason="", readiness=true. Elapsed: 4.04879ms + Feb 7 08:55:07.479: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-qjxgk" satisfied condition "running" + Feb 7 08:55:07.479: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-xv6zs" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:07.484: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-xv6zs": Phase="Running", Reason="", readiness=true. Elapsed: 5.007456ms + Feb 7 08:55:07.484: INFO: Pod "wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856-xv6zs" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856 in namespace emptydir-wrapper-1954, will wait for the garbage collector to delete the pods 02/07/23 08:55:07.484 + Feb 7 08:55:07.550: INFO: Deleting ReplicationController wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856 took: 10.804548ms + Feb 7 08:55:07.651: INFO: Terminating ReplicationController wrapped-volume-race-a28b8ce0-92e5-457d-b920-798d72029856 pods took: 100.441457ms + STEP: Creating RC which spawns configmap-volume pods 02/07/23 08:55:10.259 + Feb 7 08:55:10.309: INFO: Pod name wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e: Found 0 pods out of 5 + Feb 7 08:55:15.323: INFO: Pod name wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e: Found 5 pods out of 5 + STEP: Ensuring each pod is running 02/07/23 08:55:15.323 + Feb 7 08:55:15.323: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:15.329: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.085081ms + Feb 7 08:55:17.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 2.013713626s + Feb 7 08:55:19.335: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 4.01200248s + Feb 7 08:55:21.335: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 6.01255897s + Feb 7 08:55:23.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Pending", Reason="", readiness=false. Elapsed: 8.013791498s + Feb 7 08:55:25.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4": Phase="Running", Reason="", readiness=true. Elapsed: 10.013849832s + Feb 7 08:55:25.337: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-bgmz4" satisfied condition "running" + Feb 7 08:55:25.337: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-dpg92" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:25.342: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-dpg92": Phase="Running", Reason="", readiness=true. Elapsed: 5.46278ms + Feb 7 08:55:25.342: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-dpg92" satisfied condition "running" + Feb 7 08:55:25.342: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:25.347: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j": Phase="Pending", Reason="", readiness=false. Elapsed: 4.504169ms + Feb 7 08:55:27.359: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j": Phase="Running", Reason="", readiness=true. Elapsed: 2.016838426s + Feb 7 08:55:27.359: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-r2q7j" satisfied condition "running" + Feb 7 08:55:27.359: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-v2n24" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:27.366: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-v2n24": Phase="Running", Reason="", readiness=true. Elapsed: 6.80734ms + Feb 7 08:55:27.366: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-v2n24" satisfied condition "running" + Feb 7 08:55:27.366: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-zfhdn" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:27.371: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-zfhdn": Phase="Running", Reason="", readiness=true. Elapsed: 4.627505ms + Feb 7 08:55:27.371: INFO: Pod "wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e-zfhdn" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e in namespace emptydir-wrapper-1954, will wait for the garbage collector to delete the pods 02/07/23 08:55:27.371 + Feb 7 08:55:27.434: INFO: Deleting ReplicationController wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e took: 8.533495ms + Feb 7 08:55:27.534: INFO: Terminating ReplicationController wrapped-volume-race-c7193b79-b4da-4af0-b6ee-d4af3c0b920e pods took: 100.277258ms + STEP: Creating RC which spawns configmap-volume pods 02/07/23 08:55:30.942 + Feb 7 08:55:30.967: INFO: Pod name wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0: Found 0 pods out of 5 + Feb 7 08:55:35.980: INFO: Pod name wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0: Found 5 pods out of 5 + STEP: Ensuring each pod is running 02/07/23 08:55:35.98 + Feb 7 08:55:35.980: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:35.985: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 4.069047ms + Feb 7 08:55:37.990: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 2.010007166s + Feb 7 08:55:39.992: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 4.011621568s + Feb 7 08:55:41.990: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 6.009774733s + Feb 7 08:55:43.992: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Pending", Reason="", readiness=false. Elapsed: 8.0116034s + Feb 7 08:55:45.995: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj": Phase="Running", Reason="", readiness=true. Elapsed: 10.014855839s + Feb 7 08:55:45.995: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-2vqmj" satisfied condition "running" + Feb 7 08:55:45.995: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-54942" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:46.003: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-54942": Phase="Running", Reason="", readiness=true. Elapsed: 7.269949ms + Feb 7 08:55:46.003: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-54942" satisfied condition "running" + Feb 7 08:55:46.003: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:46.010: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp": Phase="Pending", Reason="", readiness=false. Elapsed: 6.724074ms + Feb 7 08:55:48.018: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp": Phase="Running", Reason="", readiness=true. Elapsed: 2.015179813s + Feb 7 08:55:48.018: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-gwsmp" satisfied condition "running" + Feb 7 08:55:48.018: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-s7xs2" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:48.024: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-s7xs2": Phase="Running", Reason="", readiness=true. Elapsed: 6.274482ms + Feb 7 08:55:48.024: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-s7xs2" satisfied condition "running" + Feb 7 08:55:48.024: INFO: Waiting up to 5m0s for pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-zw6nw" in namespace "emptydir-wrapper-1954" to be "running" + Feb 7 08:55:48.030: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-zw6nw": Phase="Running", Reason="", readiness=true. Elapsed: 5.773262ms + Feb 7 08:55:48.030: INFO: Pod "wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0-zw6nw" satisfied condition "running" + STEP: deleting ReplicationController wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0 in namespace emptydir-wrapper-1954, will wait for the garbage collector to delete the pods 02/07/23 08:55:48.03 + Feb 7 08:55:48.100: INFO: Deleting ReplicationController wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0 took: 11.695023ms + Feb 7 08:55:48.200: INFO: Terminating ReplicationController wrapped-volume-race-80ed9cd8-a5f9-4c5e-a821-cce3e5cb68a0 pods took: 100.838051ms + STEP: Cleaning up the configMaps 02/07/23 08:55:50.501 + [AfterEach] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/node/init/init.go:32 + Feb 7 08:55:50.703: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-storage] EmptyDir wrapper volumes + tear down framework | framework.go:193 + STEP: Destroying namespace "emptydir-wrapper-1954" for this suite. 02/07/23 08:55:50.711 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSSSSSSSSSSS +------------------------------ +[sig-api-machinery] Garbage collector + should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 +[BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 +STEP: Creating a kubernetes client 02/07/23 08:55:50.72 +Feb 7 08:55:50.720: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 +STEP: Building a namespace api object, basename gc 02/07/23 08:55:50.722 +STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:55:50.73 +STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:55:50.732 +[BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 +[It] should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 +STEP: create the rc 02/07/23 08:55:50.738 +STEP: delete the rc 02/07/23 08:55:55.749 +STEP: wait for the rc to be deleted 02/07/23 08:55:55.759 +Feb 7 08:55:56.771: INFO: 80 pods remaining +Feb 7 08:55:56.771: INFO: 80 pods has nil DeletionTimestamp +Feb 7 08:55:56.771: INFO: +Feb 7 08:55:57.782: INFO: 71 pods remaining +Feb 7 08:55:57.782: INFO: 70 pods has nil DeletionTimestamp +Feb 7 08:55:57.782: INFO: +Feb 7 08:55:58.783: INFO: 60 pods remaining +Feb 7 08:55:58.783: INFO: 60 pods has nil DeletionTimestamp +Feb 7 08:55:58.783: INFO: +Feb 7 08:55:59.784: INFO: 40 pods remaining +Feb 7 08:55:59.784: INFO: 40 pods has nil DeletionTimestamp +Feb 7 08:55:59.784: INFO: +Feb 7 08:56:00.785: INFO: 31 pods remaining +Feb 7 08:56:00.785: INFO: 30 pods has nil DeletionTimestamp +Feb 7 08:56:00.785: INFO: +Feb 7 08:56:01.791: INFO: 20 pods remaining +Feb 7 08:56:01.791: INFO: 20 pods has nil DeletionTimestamp +Feb 7 08:56:01.791: INFO: +STEP: Gathering metrics 02/07/23 08:56:02.772 +Feb 7 08:56:04.377: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" +Feb 7 08:56:04.380: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 2.900222ms +Feb 7 08:56:04.380: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) +Feb 7 08:56:04.380: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" +Feb 7 08:56:06.245: INFO: For apiserver_request_total: +For apiserver_request_latency_seconds: +For apiserver_init_events_total: +For garbage_collector_attempt_to_delete_queue_latency: +For garbage_collector_attempt_to_delete_work_duration: +For garbage_collector_attempt_to_orphan_queue_latency: +For garbage_collector_attempt_to_orphan_work_duration: +For garbage_collector_dirty_processing_latency_microseconds: +For garbage_collector_event_processing_latency_microseconds: +For garbage_collector_graph_changes_queue_latency: +For garbage_collector_graph_changes_work_duration: +For garbage_collector_orphan_processing_latency_microseconds: +For namespace_queue_latency: +For namespace_queue_latency_sum: +For namespace_queue_latency_count: +For namespace_retries: +For namespace_work_duration: +For namespace_work_duration_sum: +For namespace_work_duration_count: +For function_duration_seconds: +For errors_total: +For evicted_pods_total: + +[AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 +Feb 7 08:56:06.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 +[DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 +STEP: Destroying namespace "gc-1743" for this suite. 02/07/23 08:56:06.251 +------------------------------ +• [SLOW TEST] [15.538 seconds] +[sig-api-machinery] Garbage collector +test/e2e/apimachinery/framework.go:23 + should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 + + Begin Captured GinkgoWriter Output >> + [BeforeEach] [sig-api-machinery] Garbage collector + set up framework | framework.go:178 + STEP: Creating a kubernetes client 02/07/23 08:55:50.72 + Feb 7 08:55:50.720: INFO: >>> kubeConfig: /tmp/kubeconfig-546508783 + STEP: Building a namespace api object, basename gc 02/07/23 08:55:50.722 + STEP: Waiting for a default service account to be provisioned in namespace 02/07/23 08:55:50.73 + STEP: Waiting for kube-root-ca.crt to be provisioned in namespace 02/07/23 08:55:50.732 + [BeforeEach] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:31 + [It] should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance] + test/e2e/apimachinery/garbage_collector.go:650 + STEP: create the rc 02/07/23 08:55:50.738 + STEP: delete the rc 02/07/23 08:55:55.749 + STEP: wait for the rc to be deleted 02/07/23 08:55:55.759 + Feb 7 08:55:56.771: INFO: 80 pods remaining + Feb 7 08:55:56.771: INFO: 80 pods has nil DeletionTimestamp + Feb 7 08:55:56.771: INFO: + Feb 7 08:55:57.782: INFO: 71 pods remaining + Feb 7 08:55:57.782: INFO: 70 pods has nil DeletionTimestamp + Feb 7 08:55:57.782: INFO: + Feb 7 08:55:58.783: INFO: 60 pods remaining + Feb 7 08:55:58.783: INFO: 60 pods has nil DeletionTimestamp + Feb 7 08:55:58.783: INFO: + Feb 7 08:55:59.784: INFO: 40 pods remaining + Feb 7 08:55:59.784: INFO: 40 pods has nil DeletionTimestamp + Feb 7 08:55:59.784: INFO: + Feb 7 08:56:00.785: INFO: 31 pods remaining + Feb 7 08:56:00.785: INFO: 30 pods has nil DeletionTimestamp + Feb 7 08:56:00.785: INFO: + Feb 7 08:56:01.791: INFO: 20 pods remaining + Feb 7 08:56:01.791: INFO: 20 pods has nil DeletionTimestamp + Feb 7 08:56:01.791: INFO: + STEP: Gathering metrics 02/07/23 08:56:02.772 + Feb 7 08:56:04.377: INFO: Waiting up to 5m0s for pod "kube-controller-manager-node1" in namespace "kube-system" to be "running and ready" + Feb 7 08:56:04.380: INFO: Pod "kube-controller-manager-node1": Phase="Running", Reason="", readiness=true. Elapsed: 2.900222ms + Feb 7 08:56:04.380: INFO: The phase of Pod kube-controller-manager-node1 is Running (Ready = true) + Feb 7 08:56:04.380: INFO: Pod "kube-controller-manager-node1" satisfied condition "running and ready" + Feb 7 08:56:06.245: INFO: For apiserver_request_total: + For apiserver_request_latency_seconds: + For apiserver_init_events_total: + For garbage_collector_attempt_to_delete_queue_latency: + For garbage_collector_attempt_to_delete_work_duration: + For garbage_collector_attempt_to_orphan_queue_latency: + For garbage_collector_attempt_to_orphan_work_duration: + For garbage_collector_dirty_processing_latency_microseconds: + For garbage_collector_event_processing_latency_microseconds: + For garbage_collector_graph_changes_queue_latency: + For garbage_collector_graph_changes_work_duration: + For garbage_collector_orphan_processing_latency_microseconds: + For namespace_queue_latency: + For namespace_queue_latency_sum: + For namespace_queue_latency_count: + For namespace_retries: + For namespace_work_duration: + For namespace_work_duration_sum: + For namespace_work_duration_count: + For function_duration_seconds: + For errors_total: + For evicted_pods_total: + + [AfterEach] [sig-api-machinery] Garbage collector + test/e2e/framework/node/init/init.go:32 + Feb 7 08:56:06.246: INFO: Waiting up to 3m0s for all (but 0) nodes to be ready + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + test/e2e/framework/metrics/init/init.go:33 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + dump namespaces | framework.go:196 + [DeferCleanup (Each)] [sig-api-machinery] Garbage collector + tear down framework | framework.go:193 + STEP: Destroying namespace "gc-1743" for this suite. 02/07/23 08:56:06.251 + << End Captured GinkgoWriter Output +------------------------------ +SSSSSSSSSSS +------------------------------ +[SynchronizedAfterSuite] +test/e2e/e2e.go:88 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:88 +[SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:88 +Feb 7 08:56:06.261: INFO: Running AfterSuite actions on node 1 +Feb 7 08:56:06.261: INFO: Skipping dumping logs from cluster +------------------------------ +[SynchronizedAfterSuite] PASSED [0.000 seconds] +[SynchronizedAfterSuite] +test/e2e/e2e.go:88 + + Begin Captured GinkgoWriter Output >> + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:88 + [SynchronizedAfterSuite] TOP-LEVEL + test/e2e/e2e.go:88 + Feb 7 08:56:06.261: INFO: Running AfterSuite actions on node 1 + Feb 7 08:56:06.261: INFO: Skipping dumping logs from cluster + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterSuite] Kubernetes e2e suite report +test/e2e/e2e_test.go:153 +[ReportAfterSuite] TOP-LEVEL + test/e2e/e2e_test.go:153 +------------------------------ +[ReportAfterSuite] PASSED [0.000 seconds] +[ReportAfterSuite] Kubernetes e2e suite report +test/e2e/e2e_test.go:153 + + Begin Captured GinkgoWriter Output >> + [ReportAfterSuite] TOP-LEVEL + test/e2e/e2e_test.go:153 + << End Captured GinkgoWriter Output +------------------------------ +[ReportAfterSuite] Kubernetes e2e JUnit report +test/e2e/framework/test_context.go:529 +[ReportAfterSuite] TOP-LEVEL + test/e2e/framework/test_context.go:529 +------------------------------ +[ReportAfterSuite] PASSED [0.098 seconds] +[ReportAfterSuite] Kubernetes e2e JUnit report +test/e2e/framework/test_context.go:529 + + Begin Captured GinkgoWriter Output >> + [ReportAfterSuite] TOP-LEVEL + test/e2e/framework/test_context.go:529 + << End Captured GinkgoWriter Output +------------------------------ + +Ran 368 of 7069 Specs in 5864.930 seconds +SUCCESS! -- 368 Passed | 0 Failed | 0 Pending | 6701 Skipped +PASS + +Ginkgo ran 1 suite in 1h37m45.372545317s +Test Suite Passed +You're using deprecated Ginkgo functionality: +============================================= + --noColor is deprecated, use --no-color instead + Learn more at: https://onsi.github.io/ginkgo/MIGRATING_TO_V2#changed-command-line-flags + +To silence deprecations that can be silenced set the following environment variable: + ACK_GINKGO_DEPRECATIONS=2.4.0 + diff --git a/v1.26/daocloud/junit_01.xml b/v1.26/daocloud/junit_01.xml new file mode 100644 index 0000000000..c3a827eb4c --- /dev/null +++ b/v1.26/daocloud/junit_01.xml @@ -0,0 +1,20499 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file